@import url('https://fonts.googleapis.com/css2?family=Oranienbaum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    overflow-x: hidden;
}

body {
    text-transform: capitalize !important;
}

/* Capitalize all placeholders globally */
::placeholder {
    text-transform: capitalize !important;
}

/* For cross-browser support */
::-webkit-input-placeholder {
    text-transform: capitalize !important;
}

/* Chrome, Safari, Edge */
:-ms-input-placeholder {
    text-transform: capitalize !important;
}

/* Internet Explorer 10+ */
::-ms-input-placeholder {
    text-transform: capitalize !important;
}

/* Microsoft Edge */
::-moz-placeholder {
    text-transform: capitalize !important;
}

/* Firefox */



body {
    font-size: 18px;
    color: #262626;
    line-height: 160%;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }

    .headermiddle .container {
        max-width: 1280px;
    }
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #1376b6;
}


h1,
h2,
h3 {
    font-family: 'Oranienbaum', sans-serif;
    font-weight: 400;
    color: #082442;
}


h1 {
    font-size: 60px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 20px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 500;
}

h6 {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 500;
    font-family: "Libre Franklin", serif;
}

.padd-40 {
    padding: 40px 0;
}

.padd-50 {
    padding: 50px 0;
}

.padd-60 {
    padding: 60px 0;
}

.padd-80 {
    padding: 80px 0;
}

.padd-100 {
    padding: 100px 0;
}



.radius-15 {
    border-radius: 15px;
}

.radius-25 {
    border-radius: 25px;
}

.border-gray {
    border: 1px solid #D6E2E4;
}

.about-section h2 {
    font-size: 60px;
}

.welcm-col p {
    margin-bottom: 0;
}

.welcm-col {
    background-color: #F3F6F7;
    padding: 40px 30px 30px 40px;
    font-size: 16px;
    width: 100%;
    height: 100%;
    line-height: 23px;
    /* height: 350px; */
}

.welcm-col h3 {
    margin-top: 30px;
}

a.prple-btn,
.prple-btn,
.border-btn {
    background-color: #7030A0;
    border: 0;
    color: #fff;
    border-radius: 50px;
    padding: 0 20px;
    min-width: 118px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    box-shadow: none;
    text-align: center;
    display: inline-block;
    border: 1px solid #7030A0;
    transition: 0.2s;
}

button.prple-btn,
.prple-btn,
.border-btn {
    background-color: #7030A0;
    border: 0;
    color: #fff;
    border-radius: 50px;
    padding: 0 20px;
    min-width: 118px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    box-shadow: none;
    text-align: center;
    display: inline-block;
    border: 1px solid #7030A0;
    transition: 0.2s;
    margin-top: 0px !important;
}

.border-btn {
    background-color: transparent;
    border: 1px solid #fff;
}

.header-btns a {
    padding: 0px 25px;
    min-width: auto;
}

.header-btns a.prple-btn {
    margin-left: 20px;
}

a.prple-btn:hover,
button.prple-btn:hover {
    background: #3e0b64;
    border-color: #3e0b64;
    color: #fff;
}

.border-btn:hover {
    background: #7030a0;
    border-color: #7030a0;
    color: #fff !important;
}

header {
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

img {
    max-width: 100%;
    height: auto;
}


.navigation-main>ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.unread-chat-profile {
    width: 50px !important;
    height: 50px !important;
    border-radius: 100px !important;
    object-fit: cover !important;
}

.navigation-main>ul>li {
    display: inline-block;
    padding: 22px 0;
}

.navigation-main>ul>li>a {
    display: inline-block;
    padding: 6px 15px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 50px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.navigation-main>ul>li>a:hover {
    color: #c996ef;
}

button.menu-toggle {
    display: none;
}

.navigation-main>ul>li.activepage>a {
    color: #1376b6;
    background-color: #e7f1f8;
}

.logo-site img {
    width: 106px;
}


.heading-title {
    display: flex;
    align-items: center;
    gap: 28px;
    width: 100%;
    margin-bottom: 70px;
}

.heading-title h2 {
    margin: 0;
}

.margin-left-auto {
    margin-left: auto;
}

.heading-title span {
    background-color: #F3F6F7;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 50px;
    min-width: 70px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
}

.home-videosection {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
}

.home-videosection video {
    width: 100%;
}

.home-videosection .item:before {
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.home-videosection .banner-contents,
.banner .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.home-videosection h1 {
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.home-videosection form {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 130px;
    max-width: 486px;
    margin: 0 auto;
    padding: 6px;
}

.home-videosection form input {
    background: transparent;
    border: none;
    padding: 14px 15px;
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
}

.home-videosection form input::placeholder {
    color: #9E9E9E;
}

.home-videosection button {
    background: #7030A0;
    border-radius: 50%;
    outline: none;
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    padding: 0px;
}

.home-videosection button img {
    max-width: 19px;
}

.row.welcom-row-sec {
    padding-top: 60px;
    align-items: center;
}

.welcom-row {
    align-items: center;
}

.heder-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 11px 0px;
}

.leaderboard-section .heading-title span,
.feeds-section .heading-title span {
    background: #fff;
}

a.card-leaderboard {
    display: inline-block;
    width: 100%;
    padding: 30px;
    position: relative;
}

span.leader-image {
    width: 72px;
    height: 72px;
    display: block;
    margin-bottom: 16px;
}

span.has-number {
    background: #F3F6F7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    color: #262626;
    position: absolute;
    right: 10px;
    border-radius: 50%;
    top: 10px;
}

a.card-leaderboard h5 {
    font-size: 20px;
    font-weight: 500;
    color: #082442;
}

a.card-leaderboard p {
    margin: 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #262626;
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 6px;
    margin: 5px 7px;
    background: #D9D9D9;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #7030A0;
}

.owl-dots {
    position: absolute;
    top: 8px;
    right: 8px;
}

.deal-section .owl-dots,
.leaderboard-section .owl-dots {
    top: -120px;
}

.container {
    position: relative;
}

.owl-carousel,
.owl-carousel .owl-item {
    position: static;
}

.card-deals {
    padding: 30px 28px;
}

.deal-head {
    display: flex;
    align-items: center;
    margin: 14px 0px 12px 0px;
    flex-wrap: wrap;
    padding-left: 40px;
    position: relative;
}

.deal-head span {
    color: #082442;
}

.card-deals p,
.card-deals span {
    font-size: 12px;
    margin: 0;
    line-height: normal;
}

.deal-head h5 {
    font-weight: 600;
    color: #082442;
    font-size: 12px;
    margin: 0px 3px 0px 0px;
}

.card-deals span.leader-image {
    width: 32px;
    height: 32px;
}

.status-field {
    background-color: green !important;
}

.deals-price {
    color: #082442;
    font-weight: 700;
    font-size: 18px;
    line-height: 15px;
}

.deals-price span {
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    padding: 3px 12px;
    border-radius: 30px;
    text-transform: uppercase;
}

span.tags {
    background: #F3F6F7;
    border-radius: 30px;
    font-weight: 400;
    display: inline-block;
    padding: 3px 17px;
    margin-top: 6px;
}

.feed-cols {
    padding: 30px;
    margin-bottom: 24px;
    cursor: pointer;
    transition: 0.2s;
}

.feed-cols:hover {
    background: #f1e4fb !important;
}

.feed-head {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    gap: 16px;
}

.feed-head span.leader-image {
    margin: 0;
}

.feed-cols p {
    margin-bottom: 20px;
    font-size: 16px;
}

.feed-head-data h5 {
    font-size: 20px;
    color: #082442;
    margin: 0;
}

.feed-info {
    display: flex;
    gap: 20px;
}

.feed-info span {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.feed-date {
    font-size: 12px;
    display: inline-block;
}

.feed-head-data {
    position: relative;
}

a.follow {
    font-size: 14px;
    font-weight: 600;
    margin-left: auto;
}

a.follow:hover {
    background: #262626;
    color: #fff;
}

a.follow:hover {
    color: #000;
}

.feed-head-data a.follow {
    font-weight: 500;
    color: #262626;
    border-radius: 5px;
    background: #F3F6F7;
    padding: 4px 14px;
    /* position: absolute; */
    line-height: normal;
    top: 0;
    left: 100%;
    margin-left: 10px;
}

.feed-cols-2 .feed-head-data h5 {
    font-size: 18px;
}

.feed-cols-2 p {
    font-size: 14px;
    line-height: 20px;
}

.feed-cols-2 a.follow:hover {
    background: transparent;
}

.browse-section h6 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 25px 5px;
    letter-spacing: normal;
}

.browse-section .row a {
    border: 1px solid #DFE4E5;
    border-radius: 100px;
    padding: 9px 28px;
    display: inline-block;
    margin: 5px;
    font-size: 16px;
    color: #262626;
}

.browse-section .row a:hover {
    background: #DFE4E5;
    color: #000;
}

.platform-section {
    padding-bottom: 310px;
}

.platform-row {
    margin-bottom: 30px;
    overflow: hidden;
}

.platform-content {
    padding-top: 85px;
    padding-bottom: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.order-2 {
    padding-left: 30px !important;
}

.order-1 {
    padding-right: 30px !important;
}

.platform-content.order-1 {
    padding-left: 60px;
}

.platform-content.order-2 {
    padding-right: 60px;
}

.platform-img {
    padding: 0px;
}

.platform-img img {
    width: 100%;
    height: 100%;
}

.platform-row {
    margin-bottom: 30px;
}

.platform-row p {
    margin: 0;
    line-height: 160%;
}

.form-section {
    margin-top: -240px;
}

.form-section h2 {
    color: #fff;
    margin-bottom: 25px;
}

.form-div {
    padding: 95px 120px;
    position: relative;
    overflow: hidden;
}

.form-div:before,
.form-div:after {
    content: "";
    background-image: url(../images/dot.svg);
    position: absolute;
    top: -37%;
    left: 75%;
    width: 522px;
    height: 522px;
}

.form-div:after {
    left: auto;
    right: 75%;
    top: 45%;
}

.form-div .row {
    position: relative;
    z-index: 9;
}

a.connect-btn {
    background: #fff;
    color: #082442;
    font-size: 14px;
    font-weight: 500;
    border-radius: 100px;
    padding: 11px 20px;
    max-width: 240px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

a.connect-btn.google-signup {
    margin-bottom: 18px;
}

a.connect-btn:hover {
    background: #7030a0;
    color: #fff;
}

input {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    outline: none;
    border: none;
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 10px 24px;
    margin-bottom: 18px;
}

button.prple-btn {
    min-width: 150px;
    margin-top: 6px;
}

.subscribe-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subscribe-section h2 {
    margin: 0;
    color: #262626;
}

.subscribe-section form {
    display: flex;
    align-items: center;
    background: #F3F6F7;
    border-radius: 130px;
    padding: 12px 12px 12px 30px;
}

.subscribe-section .field-email {
    display: flex;
    align-items: center;
}

.subscribe-section form input {
    margin: 0;
    font-weight: 500;
    padding: 6px 12px 7px 8px;
    background: transparent;
    min-width: 263px;
}

.subscribe-section button.prple-btn {
    min-width: 96px;
    line-height: 38px;
    margin: 0;
}

.footer-middle.border-gray {
    border-left: 0;
    border-right: 0;
}

.footer-middle p {
    margin: 0px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 160%;
}

.footer-middle h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 14px;
}

.footer-middle ul {
    padding: 0;
    margin: 0;
}

.footer-middle li {
    margin-bottom: 10px;
    list-style: none;
}

.footer-middle a {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    line-height: 24px;
    color: #262626;
}

.copywrite {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 24px;
}

/***********************************
*********term&condition*************
***********************************/
header.header-fix {
    position: static;
}

header.header-fix .navigation-main>ul>li>a {
    color: #082442;
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
}

header.header-fix .border-btn {
    color: #082442;
    border-color: #D6E2E4;
}

.banner h2 {
    font-size: 60px;
    color: #fff;
    margin: 0;
}

.breadcrum {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    padding-bottom: 10px;
}

.sidebar {
    position: sticky;
    top: 0;
}

.sidebar a {
    display: inline-block;
    width: 100%;
    line-height: 35px;
    font-size: 16px;
    color: #262626;
}

.sidebar a.active {
    font-weight: 600;
}

a:hover {
    color: #7030a0;
}

.sidebar-right h4 {
    margin: 20px 0px;
    font-size: 24px;
    font-weight: 600;
    color: #262626;
}

.sidebar-right p {
    margin: 0;
}

p.space {
    padding-bottom: 20px;
}

.aq-section {
    background: #F3F6F7;
    padding: 112px 0px 120px 0px;
}

.accordion {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.accordion-button {
    font-size: 18px;
    font-weight: 400;
    font-family: inter;
    color: #070E2C;
}

.accordion-button {
    font-size: 18px;
    font-weight: 400;
    font-family: inter;
    color: #070E2C;
    padding: 24px;
    line-height: 24px;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    background: transparent;
    color: #262626;
    padding-bottom: 0;
    font-weight: 600;
}

.accordion-body {
    padding: 16px 24px 24px 24px;
}

.deals-detail .accordion p {
    margin: 0;
    text-align: left;
}

.accordion-item {
    box-shadow: none !important;
    border: none;
    background: #fff;
    margin-bottom: 10px;
}

.faq-bottom {
    text-align: center;
}

.faq-bottom p {
    padding: 0px 0px 10px 0px;
}

.faq-bottom a.prple-btn {
    min-width: 171px;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

.accordion-button:focus {
    box-shadow: none;
}

.contact-page {
    background: #F3F6F7;
}

.contact-information a {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 15px 0px;
    border-bottom: 1px solid #D2E0E5;
    margin-bottom: 20px;
}

.contact-information p {
    margin-bottom: 31px;
}

.contact-form {
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
    border-radius: 20px;
    overflow: hidden;
    border: none;
    padding: 62px 54px;
}

.field-set {
    display: flex;
    gap: 16px;
}

.field {
    /* border: 1px solid #E2E8F0; */
    border: 1px solid #d7dfe9;
    border-radius: 5px;
    width: 100%;
    position: relative;
    margin-bottom: 24px;
    padding: 12px 16px;
}

.field input,
.field select,
.field textarea,
button.select-button,
.select-dropdown a label {
    margin: 0px;
    display: inline-block;
    color: #020617;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    border: none;
    outline: none;
    padding: 0px 5px;
    background-color: transparent;
}

.field input::placeholder {
    color: #020617;
}

.field select::placeholder,
.field textarea::placeholder,
.field select,
.deal-form .field input,
button.select-button,
.select-dropdown a label {
    color: #262626;
    font-weight: 400;
    text-align: left;
}

.field label {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: -7px;
    background-color: #fff;
    padding: 2px 5px;
}

.field textarea {
    min-height: 146px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    background-image: url(../images/down.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-color: #f3f6f7;
    outline: none;
}

input.prple-btn {
    line-height: 58px;
    margin: 0;
}

.deal-faq {
    text-align: center;
}

.deal-form,
.admin-deal.view-Transactions {
    background: #F3F6F7;
    padding: 80px 0px 120px 0px;
}

.deal-form .field label {
    background: #F3F6F7;
    cursor: pointer;
}

.deal-form form {
    margin: 0 auto;
    max-width: 950px;
    padding: 32px 24px;
}

.boost-form form {
    padding: 75px 24px;
}

.deal-faq .accordion {
    padding-top: 35px;
}

.custom-popup {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Inter';
    background: #000;
    color: #fff;
    max-width: 186px;
    border-radius: 6px;
    padding: 8px;
    line-height: 12px;
    position: absolute;
    top: 42px;
    z-index: 9;
    left: 90px;
    display: none;
}

.field.pop-open .custom-popup {
    display: block;
}

.field:hover .custom-popup {
    display: block;
}

.select-btn {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.select-btn a.prple-btn {
    display: inline-block !important;
}

.select-dropdown a {
    position: relative;
    cursor: pointer;
}

.drop-input {
    outline: none;
    border-radius: 5px;
    border: 1px solid rgb(0 0 0 / 20%);
    padding: 7px 10px;
    width: 100%;
}

.select-dropdown a label,
.field .custom-select label {
    width: 100%;
    cursor: pointer;
    display: block;
    position: static;
    line-height: 25px;
    font-size: 16px;
    background-color: transparent;
}

.select-dropdown input[type="radio"] {
    position: absolute;
    left: 0;
    opacity: 0;
}

button.select-button input {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.select-btn .drop-input {
    background: #F3F6F7;
    padding: 14px 15px;
    border-radius: 8px;
}

.select-dropdown {
    position: absolute;
    list-style: none;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #BBCED5;
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
    max-height: max-content;
    overflow-y: auto;
    min-width: 210px;
    transition: 0.5s ease;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    left: 0;
}

.select-dropdown.showdropdown {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.custome-search-option span {
    font-size: 14px;
    color: #082442;
    font-weight: 500;
}

.custome-search-option {
    border-top: 1px solid #DAE2E5;
    padding-top: 6px;
    margin-top: 9px;
}

.field.function-label {
    background-image: url(../images/down.svg);
    background-repeat: no-repeat;
    background-position: 97%;
}

.deal-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
}

.search-box {
    display: flex;
    align-items: center;
    width: 72%;
}

.deal-top a {
    background: #F3F6F7;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 20px;
    min-width: 160px;
    text-align: center;
}

li.tabing-filter.mobile-view a {
    padding: 0px;
    min-width: auto;
}

li.tabing-filter.mobile-view {
    display: none;
}

.search-box a.prple-btn {
    background: #7030A0;
    width: 50px;
    height: 50px;
    padding: 0px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-box input[type="search"] {
    margin: 0;
    background: transparent;
    padding: 0px 30px;
}

.search-box {
    background: #F3F6F7;
    padding: 6px;
    border-radius: 130px;
}

.deals-main-column {
    padding-top: 50px;
}

.nav-link {
    color: #262626;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 25px;
}

.nav-tabs .nav-link {
    border: none;
    border-bottom: 1px solid transparent;
}

.nav-tabs .nav-link.active {
    border-color: #7030A0;
    color: #7030A0;
}

.nav-tabs {
    border-color: #E8E8E8;
}

.sidebar-block {
    background: #F3F6F7;
    border-radius: 15px;
    padding: 30px;
}

.sidebar-col .field {
    border: none;
    display: flex;
    margin: 0px;
    padding: 0px;
    border-radius: 0;
    margin-bottom: 12px;
}

.sidebar-col .field:last-child {
    margin-bottom: 0;
}

.sidebar-col .field label {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    position: relative;
    text-align: left;
    background: transparent;
    top: 0;
    left: 0;
    padding-left: 26px;
    line-height: normal;
}

.sidebar-col .field input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
}

.sidebar-col .field label:before {
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #262626;
    position: absolute;
    border-radius: 3px;
    left: 0;
}

.sidebar-col .field label:after {
    content: "";
    background: transparent;
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
}

.sidebar-col .field input:checked~ :after {
    background: #7030a0;
    border-color: #7030a0;
}

.sidebar-col {
    overflow: hidden;
    border-bottom: 1px solid #8f8f8f;
    transition: 0.3s;
    padding: 13px 0px 16px 0px;
    position: relative;
}

.sidebar-col.col-open {
    max-height: 100%;
}

a.col-heading {
    /* background-image: url(../images/down.svg); */
    background-repeat: no-repeat;
    background-position: center right;
    display: inline-block;
    width: 100%;
    transition: 0.2s;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 500;
    color: #262626;
    line-height: 20px;
}

.sidebar-col .toggle-input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 9;
    opacity: 0;
}

.demo {
    /* display: none; */
}

.sidebar-col .toggle-input:checked~.demo {
    display: block;
}

.sidebar-col .toggle-input:checked+a.col-heading {
    margin-bottom: 16px;
}

.sidebar-col .toggle-input:checked {
    height: 52px;
    margin: 0;
}

.col-open a.col-heading {
    background-image: url(../images/up.svg);
}

.sidebar-col select {
    width: 100%;
    padding: 6px 20px;
    border-radius: 40px;
    border-color: #C4D3D6;
    background-position: 92%;
}

.card-deal.deals-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    border-bottom: 1px solid #8f8f8f;
}

.card-deal.deals-card span.leader-image {
    margin: 0;
    min-width: 104px;
    width: 104px;
    height: 104px;
}

.card-deal.deals-card .deal-head {
    margin: 0;
    padding-left: 0;
    line-height: normal;
    max-width: 580px;
}

.card-deal.deals-card .deal-head .deals-price {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 24px;
}

.card-deal.deals-card .deal-head h5,
.card-deal.deals-card .deal-head span {
    font-size: 16px;
    color: #082442;
}

.card-deal.deals-card .deal-head p {
    font-size: 20px;
    margin-top: 10px;
    width: 100%;
}

.card-deal.deals-card .deal-head .deals-price span {
    font-size: 12px;
}

.card-deal.deals-card .deal-head span.tags {
    font-size: 12px;
    color: #262626;
}

span.tags-date {
    font-size: 12px !important;
    padding: 3px 17px;
    margin-top: 6px;
}

.card-right {
    min-width: 130px;
    text-align: right;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 60px;
    position: relative;
    margin-left: auto;
}

.card-right ul {
    text-align: left;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    list-style: none;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    padding: 12px;
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: 31px;
    display: none;
}

.card-right.col-open ul {
    display: block;
}

.pagination {
    align-items: center;
    max-width: 920px;
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 50px;
}

.pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}

.pagination a {
    font-weight: 500;
}

.pagination a img {
    margin: 0px 15px;
}

.pagination ul a {
    font-size: 16px;
    font-weight: 500;
    background: #F3F6F7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination ul a.active {
    background: #262626;
    color: #fff;
}

.deals-page {
    border-bottom: 1px solid #E8E8E8;
    padding: 60px 0px 80px 0px;
}

.deals-detail {
    border-bottom: 1px solid #E8E8E8;
    overflow-x: hidden;
}

.card-deal.deals-card.detail-card {
    border-bottom: none;
    align-items: flex-start;
    cursor: auto;
}

.card-deal.detail-card.deal-head {
    max-width: 827px;
}

.card-deal.detail-card .card-right {
    flex-direction: row;
    gap: 16px;
}

.card-deal.detail-card .card-right a.prple-btn {
    border-radius: 6px;
    line-height: 44px;
    padding: 0px 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: auto;
}

.card-deal.detail-card .deal-head {
    max-width: 65%;
}

.card-deal.detail-card .deal-head p {
    margin-top: 14px;
    font-size: 30px;
}

.card-deal.detail-card .deal-head h5,
.card-deal.detail-card .deal-head span {
    font-size: 24px;
}

.card-deal.detail-card .deal-head .deals-price {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 12px;
}

.card-deal.detail-card .deal-head .deals-price span {
    font-size: 16px;
    line-height: normal;
}

.card-deal.detail-card .deal-head span.tags {
    font-size: 14px;
    color: #262626;
}

span.has-btn {
    display: flex;
    align-items: center;
    gap: 12px;
}

span.has-btn span {
    border-radius: 8px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F6F7;
}

.deals-detail a.card-leaderboard {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px;
}

.deals-detail span.leader-image {
    margin: 0;
}

.deals-detail .accordion {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
}

.deals-detail .accordion-item {
    background: transparent;
}

.deals-detail .accordion-button {
    background: transparent;
}

.deals-detail .accordion:before,
.deals-detail .accordion:after {
    content: "";
    background: #F3F6F7;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.deals-detail .accordion:after {
    left: auto;
    right: 100%;
}

.deals-detail .accordion {
    max-width: 100%;
    padding: 30px 0px;
    background: #F3F6F7;
    margin: 30px 0px;
    position: relative;
}

.deals-detail .accordion-item:first-child {
    padding-block-start: 10px;
}

.deals-detail .accordion-button::after {
    content: "+";
    background: none;
    font-size: 22px;
    font-weight: 500;
}

.deals-detail .accordion-button:not(.collapsed)::after {
    content: "-";
    background: none;
}

.accordion-body .row,
.deals-detail .accordion .row {
    row-gap: 20px;
}

.deals-detail .accordion h4 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.deals-detail .similar-deal {
    padding-top: 50px;
}

.similar-deal h2 {
    margin-bottom: 30px;
}

.similar-deal {
    padding-top: 90px;
}

.leader-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.leader-form select {
    border-radius: 40px;
    border-color: #DFE4E5;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    min-width: 150px;
    background-position: 89%;
}

.leader-form label {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 6px;
}

.leader-form .field-set {
    display: flex;
    gap: 20px;
}

.fields.sort-field {
    margin-top: auto;
    text-align: right;
}

.fields.sort-field select {
    background-color: #F3F6F7;
    border-color: transparent;
}

li.deal-sort {
    margin-left: auto;
}

.nav-tabs .fields.sort-field select {
    border-radius: 40px;
    border-color: #DFE4E5;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    min-width: 150px;
    background-position: 89%;
}

.leader-form {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 20px;
}

.deals-detail.leaderboard .similar-deal {
    padding-top: 60px;
}

.deals-detail.leaderboard {
    padding: 60px 0px 80px 0px;
}

.middle-card {
    display: flex;
    align-items: center;
    gap: 50px;
    text-align: end;
}

.middle-card span {
    font-size: 12px;
    color: #262626;
    font-weight: 400;
    display: block;
    text-align: center;
}

.middle-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.middle-card span.star {
    display: flex;
    gap: 20px;
}

.deals-detail.leaderboard .deal-head {
    max-width: 443px;
}

.deals-detail.leaderboard span.has-number {
    position: static;
}

.mission-setion h2 {
    color: #fff;
}

.mission-setion .row {
    align-items: center;
    row-gap: 24px;
}

.mission-setion {
    position: relative;
}

img.mission-banner {
    width: 100%;
    height: 100%;
}

.mission-setion img.mission-banner {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    color: #fff;
    bottom: 0;
}

.welcm-col.mission-col {
    background: rgb(38 38 38 / 75%);
}

.welcm-col.mission-col h3 {
    color: #fff;
}

.story-section,
.vission-section,
.meet-section,
.legel-notice {
    text-align: center;
}

.vission-section p {
    max-width: 880px;
    margin: 0 auto;
}

.vission-col h3 {
    font-size: 30px;
    margin: 20px 0px 8px 0px;
}

.meet-section p {
    max-width: 790px;
    margin: 0 auto;
}

.meet-section .row {
    text-align: left;
    padding-top: 80px;
    row-gap: 50px;
}

.meet-section img {
    width: 100%;
}

.meet-section h3 {
    line-height: normal;
    margin: 0px;
    padding-top: 10px;
}

.meet-section .row p {
    font-size: 16px;
    line-height: normal;
}

.story-section h2 {
    margin-bottom: 24px;
}

.mission-setion p {
    max-width: 445px;
    color: #fff;
}

.vission-section h2 {
    margin-bottom: 24px;
}

.vission-section .row {
    padding-top: 45px;
}

.Our-Community .row {
    align-items: center;
}

.container-content {
    padding-right: 10%;
}

.legel-notice p {
    margin-bottom: 26px;
}

.our-plateform img {
    max-width: max-content;
}

.our-plateform h3 {
    margin-bottom: 18px;
    margin-top: 65px;
}

.our-plateform .nav-tabs .nav-link {
    font-size: 24px;
    font-weight: 400;
    color: #262626;
    border-left: 4px solid #D9D9D9;
    border-bottom: 0;
    border-radius: 0;
    padding: 25px 0px;
    padding-left: 21px;
    text-align: left;
}

.our-plateform .nav-tabs .nav-link.active {
    background: transparent;
    border-left: 4px solid #7030A0;
    color: #082442;
}

.our-plateform h2 {
    margin-bottom: 30px;
}

.our-plateform .nav-tabs {
    border: none;
}

.our-plateform {
    padding-bottom: 75px;
}

.our-plateform .row {
    align-items: center;
}



/***************************************
***************new pages*****************
*****************************************/
.banner .form-div img {
    width: auto;
}

.banner.sign-up-banner .form-div {
    padding: 40px;
    color: #fff;
}

.banner.sign-up-banner .form-div h2 {
    font-size: 53px;
    max-width: 80%;
}

.sign-up-banner {
    position: relative;
}

.sign-up-banner:before {
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0 0 0 / 68%) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

span.login-using:after {
    content: "";
    border-bottom: 1px solid rgb(255 255 255 / 37%);
    display: inline-block;
    width: calc(100% - 120px);
    height: 1px;
}

span.login-using {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
    font-size: 16px;
}

span.width-100 a {
    color: #fff;
    text-decoration: underline;
}

span.width-100 {
    width: 100%;
    display: block;
}

.banner.sign-up-banner .form-div h2 {
    padding-bottom: 20px;
}

span.First-span {
    padding: 30px 0px 10px 0px;
}

.flex-span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-span a {
    margin: 0 !important;
    width: 50%;
}

.font-16 {
    font-size: 16px;
}

.font-12 {
    font-size: 12px;
}

.flex-span button.prple-btn {
    margin: 0;
}

a.forget-password {
    color: rgb(255 255 255 / 88%);
    text-align: right;
    text-decoration: underline;
    font-size: 16px;
}

.alert-page a {
    display: inline-block;
    width: 100%;
    line-height: 35px;
    font-size: 16px;
    padding: 6px 15px 6px 48px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid;
    position: relative;
}

.alert-page a img {
    max-width: 24px;
    margin-right: auto;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.thanks {
    text-align: center;
}

.thank-block {
    background: #fff;
}

.thanks a.prple-btn {
    margin-top: 40px;
    width: 400px;
    max-width: 100%;
}

.thank-block img {
    max-width: 80px;
    margin-bottom: 20px;
}

.cart-table h5 {
    padding: 20px 20px;
    border-bottom: 2px solid #D6E2E4;
    margin-bottom: 10px;
}

.summery h5 {
    padding-bottom: 10px;
}

.cart-table table {
    width: 100%;
}

.cart-table thead tr {
    margin-bottom: 0px;
}

.cart-table tr {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.cart-table th,
.cart-table td {
    width: 100%;
    padding: 13px 20px;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
}

.cart-table th:last-child,
.cart-table td:last-child {
    min-width: 55px;
}

.cart-table td {
    background: #fff;
}

.cart-table td:first-child {
    border-radius: 8px 0px 0px 8px;
}

.cart-table td:last-child {
    border-radius: 00px 8px 8px 0px;
}

.summery .flex-span span:first-child {
    color: #183960 !important;
    font-weight: 600;
}

.cart span {
    color: #262626;
    font-size: 16px;
    font-weight: 500;
}

.flex-span.grand-total span {
    font-weight: 700 !important;
    color: #183960 !important;
}

.flex-span.item-1 {
    border-top: 1px solid #8f8f8f;
}

.summery .flex-span {
    padding: 15px 0px;
    border-top: 1px solid #8f8f8f;
}

.summery .flex-span.item-2 {
    padding-top: 0;
    border: none;
}

.flex-span.discount-code {
    border-top: 2px solid #000;
}

.discount-form {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f6f7;
    border-radius: 30px;
    width: 52%;
}

.discount-form input[type="text"] {
    padding: 1px 10px;
    margin: 0;
    background: transparent;
}

.discount-form button.prple-btn {
    align-content: normal;
    padding: 8px 16px;
    min-width: auto;
    line-height: normal;
    background: #062445;
    border: none;
}

.paypal-payment img {
    border-radius: 10px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
}

.summery {
    background: #fff;
    padding: 25px;
}

.summery span.content {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    padding-top: 20px;
    color: #777;
}

.cart a.prple-btn {
    width: 100%;
    margin-top: 20px;
}

.cart-table td img {
    max-width: 15px;
    width: 15px;
    height: 15px;
}

form.Checkout-form .flex-span img {
    max-width: 180px;
}

form.Checkout-form .field {
    border-color: #bbced5;
}

form.Checkout-form .flex-span,
.paypal-payment h5 {
    border-bottom: 1px solid #bbced5;
    margin-bottom: 30px;
    padding: 10px 0px 15px 15px;
}

form.Checkout-form h5 {
    margin: 0px;
}

form.Checkout-form .field label {
    background: #f3f6f7;
}

.paypal-payment {
    padding-top: 50px;
}

form.Checkout-form {
    text-align: right;
}

form.Checkout-form a.prple-btn {
    width: auto;
    min-width: 250px;
    margin-left: auto;
}

.feed-col-profile {
    display: flex;
    align-items: center;
    margin-left: auto;
    background: #f3f6f7;
    border-radius: 5px;
    padding: 5px 10px;
    gap: 8px;
}

.feed-col-profile img {
    max-width: 40px;
}

.feed-col-profile span {
    font-size: 10px;
    line-height: normal;
}

.feed-col-profile span strong {
    font-size: 16px;
    display: block;
    color: #082442;
    font-weight: 500;
}

.Referral-Jobs .feed-cols {
    margin-bottom: 0px;
    border-bottom: 1px solid #8f8f8f;
}

.left-job,
.job-sidebar {
    padding: 20px;
}

.Referral-Jobs .leader-form {
    border: none;
}

.Referral-Jobs .feed-cols {
    padding: 20px;
}

.job-sidebar .feed-head span.leader-image {
    width: 50px;
    height: 50px;
}

.job-sidebar .feed-head span.feed-date {
    line-height: normal;
    padding: 0px;
    font-size: 14px;
}

.job-sidebar .feed-head {
    padding-bottom: 20px;
}

.user-sidebar .card-deals {
    padding: 0;
    padding-bottom: 30px;
}

.Referral-Jobs .fields.sort-field select,
.Referral-Jobs .deal-top a.result {
    /* background-color: #fff; */
}

.fields.sort-field select {
    font-size: 14px;
    width: auto;
    min-width: auto;
    text-transform: capitalize;
}

.Referral-Jobs .leader-form .field-set {
    gap: 10px;
}

.Referral-Jobs .leader-form .field-set select {
    background-color: transparent;
}

.Referral-Jobs .search-box {
    /* background: #ffffff; */
    padding: 6px;
    border-radius: 130px;
}

h5.job-heading,
.user-sidebar span.flex-span {
    border-bottom: 1px solid #8f8f8f;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.user-sidebar span.flex-span h5.job-heading {
    margin: 0;
    padding: 0;
    border: none;
    width: 60%;
}

.user-sidebar span.flex-span a,
.view-user {
    text-align: right;
    color: #7030a0;
    font-size: 16px;
    font-weight: 500;
}

span.toggle-content span {
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
}

span.toggle-content h5 {
    margin: 0px;
}

span.toggle {
    position: relative;
}

span.toggle span {
    background: #dae2e5;
    height: 25px;
    width: 50px;
    border-radius: 25px;
    position: relative;
    display: inline-block;
}

span.toggle input {
    margin: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
}

span.toggle span:before {
    background: #ffffff;
    width: 19px;
    height: 19px;
    position: absolute;
    border-radius: 50%;
    left: 4px;
    top: 3px;
    content: "";
}

span.toggle input:checked~ :before {
    right: 4px;
    left: auto;
}

span.toggle input:checked+span {
    background: #4ea72f;
}

.slider-top {
    padding: 20px;
    margin-bottom: 17px;
}

.justify-center {
    text-align: center;
    margin-top: 20px;
}

.justify-center a.prple-btn {
    display: inline-flex;
    gap: 7px;
}

.job-detail .feed-head {
    padding: 0px;
}

.job-detail .feed-cols {
    cursor: auto;
    background: #fff !important;
}

.job-detail .feed-head h6 {
    letter-spacing: normal;
    font-size: 19px;
    color: #062445;
    margin-top: 3px;
    margin-bottom: 0;
    font-weight: 500;
}

.job-detail .feed-head span.leader-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.job-detail .feed-col-profile img {
    max-width: 100%;
}

.job-detail .feed-col-profile span {
    font-size: 15px;
}

.job-detail .feed-col-profile span strong {
    font-size: 23px;
    font-weight: 500;
    color: #082442;
}

.job-detail .feed-head span.leader-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.job-detail .feed-cols h5 {
    font-size: 30px;
    font-weight: 400;
    color: #333;
}

.Job-Description p strong {
    display: block;
}

.Job-Description p {
    margin: 0px;
}

.Job-Description ul {
    margin-bottom: 24px;
}

p.inline-strong strong {
    display: inline-block;
}

p.paddint-top {
    padding-top: 10px;
}

.Job-Description {
    font-size: 16px;
    line-height: 25px;
}

.Job-Description a.prple-btn {
    margin-top: 20px;
}

.search-card span.leader-image {
    margin: 0;
    min-width: 72px;
}

.leader-bio h5 {
    color: #0b1b38;
    font-size: 20px;
}

.search-card {
    padding: 15px 0px;
    display: flex;
    gap: 15px;
    font-size: 16px;
    line-height: 23px;
    align-items: center;
    border-bottom: 1px solid #8f8f8f;
}

.video-review {
    width: 300px;
    height: 200px;
    min-width: 300px;
    border-radius: 8px;
    overflow: hidden;
}

.tab-divider span {
    background: #F3F6F7;
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}

.tab-divider {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tab-divider:after {
    content: "";
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #8f8f8f;
}

span.progress-ratio img {
    max-width: 16px;
    margin-right: 8px;
}

span.progress-ratio {
    font-size: 13px;
}

.post-block {
    padding-top: 50px;
}

.post-block a.prple-btn {
    margin-top: 30px;
}

.leader-bio h5 span {
    font-size: 12px;
    padding: 3px 12px;
    border-radius: 30px;
}

.search-page {
    border-bottom: 1px solid #8f8f8f;
}

.search-page h2 {
    padding-top: 50px;
}

li.tabing-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f6f7;
    padding: 7px 30px;
    border-radius: 30px;
    margin-left: auto;
}

.search-page .nav-tabs {
    border-color: #E8E8E8;
    align-items: center;
}

li.tabing-filter img {
    max-width: 22px;
}

.overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 79%);
    top: 0px;
    z-index: 99;
    display: flex;
    align-items: center;
}

.notification-popup {
    text-align: center;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
}

.notification-popup a.border-btn {
    border-color: #7030a0;
    color: #7030a0;
}

.notification-popup a.border-btn:hover {
    color: #fff;
}

.notification-popup a {
    padding: 15px;
    line-height: normal;
    width: 100%;
}

.notification-popup .flex-span {
    gap: 15px;
    max-width: 330px;
    margin: 30px auto 10px auto;
}

.notification-popup p {
    font-size: 16px;
    color: #082442;
    max-width: 350px;
    margin: 0 auto;
    line-height: normal;
}

span.notification-pic {
    background: #f3f6f7;
    display: flex;
    width: 55px;
    height: 55px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 14px;
}

span.notification-pic img {
    max-width: 25px;
}

.user-icons a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.user-icons {
    display: flex;
    align-items: center;
    gap: 5px;
}

.user-icons a.submit-icon {
    background: #7030a0;
}

a.submit-icon svg {
    max-width: 19px;
}

.user-post {
    padding: 15px;
}

.user-post input[type="text"] {
    margin: 0px;
    padding: 5px;
    font-size: 17px;
}

.user-post>p {
    border-bottom: 1px solid #8f8f8f;
    padding-bottom: 11px;
    margin-bottom: 12px;
}

.fost.leader-form {
    justify-content: right;
    padding: 20px 0px;
    border: none;
}

.fost.leader-form select {
    border: none;
}

.user-function {
    margin-left: auto;
    position: relative;
}

.user-function>ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.user-function .menu-toggles ul {
    list-style: none;
    padding: 11px;
    margin: 0;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 19px;
    position: absolute;
    right: 0px;
    display: none;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 11%);
    z-index: 9;
    top: 100%;
}

.user-function .menu-toggles ul {
    min-width: 120px;
}

.user-function .menu-toggles ul li a {
    display: inline-block;
    width: 100%;
    padding: 3px 8px;
}

span.menu-toggles {
    position: relative;
}

.user-function .menu-toggles:hover ul {
    display: block;
}

.card-footer {
    border-top: 1px solid #8f8f8f;
    padding-top: 20px;
    margin-top: 30px;
    width: 100%;
}

.card-footer img {
    max-width: 16px;
}

.card-footer div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-footer a {
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 6px;
    width: auto;
}

.user-card {
    padding: 20px;
    margin-bottom: 20px;
}

.user-card .user-function {
    margin-bottom: auto;
    margin-top: 0px;
}

.card-header a.follow img {
    max-width: 16px;
}

.card-header a.follow {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: auto;
}

.card-pic {
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
}

.card-pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-pic.half {
    height: 48%;
    position: relative;
}

.card-pic.half span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 56%);
    font-size: 30px;
    font-weight: 700;
}

.card-pic.half.overlay-pic {
    margin-top: 15px;
}

a.sign-up {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

a.sign-up img {
    max-width: 25px;
}

.card-body.small-user-card {
    padding: 20px;
}

.user-sidebar {
    margin-bottom: 20px;
}

.user-sidebar.job-sidebar span.feed-dates {
    background: #f3f6f7;
    padding: 2px 6px;
    display: inline-block;
    border-radius: 2px;
}

.job-sidebar .feed-head-data h5 {
    font-size: 16px;
    font-weight: 600;
}

.user-sidebar .deal-head {
    padding: 0;
    margin: 10px 0px 4px 0px;
}

.feed-menu {
    margin-left: auto;
}

.job-sidebar .feed-head span.has-number {
    position: static;
    margin-left: auto;
}

.user-sidebar.user-profile {
    overflow: hidden;
}

.user-head h5 {
    margin-bottom: 4px;
    font-size: 20px;
    color: #082442;
}

.profile-data {
    text-align: center;
    margin-top: -60px;
}

.user-head {
    font-size: 15px;
    line-height: normal;
    padding: 15px 0px;
}

.profile-data .middle-card {
    justify-content: center;
    background: #f3f6f7;
    border-radius: 30px;
    padding: 15px;
    margin: 15px 0px;
}

.user-sidebar.user-profile .card-deals {
    padding: 0px 30px 30px;
}

span.user-pic {
    width: 120px;
    height: 120px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    margin: 0 auto;
    border: 3px solid #fff;
}

span.user-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.google-chat .feed-head {
    align-items: flex-start;
    padding-bottom: 15px;
}

.google-chat .feed-head-data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.google-chat .feed-head-data span.feed-date {
    padding: 0;
    margin-left: 10px;
}

.google-chat .card-footer {
    padding-top: 0;
    margin-top: 0px;
    border-bottom: 1px solid #8f8f8f;
    border-top: 0;
    padding-bottom: 10px;
}

.google-chat span.leader-image {
    min-width: 50px;
}

.google-chat-card.left-space {
    padding-left: 57px;
}

.google-chat {
    background: #f3f6f7;
    padding: 20px;
    margin-top: 20px;
}

.google-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.google-post input {
    margin: 0;
    padding: 9px;
    font-size: 14px;
    line-height: normal;
    background: transparent;
}

.google-post span.leader-image {
    margin: 0;
    width: 30px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.google-post span.leader-image img {
    max-width: 50px;
}

.card-footer .feed-info span {
    position: relative;
    cursor: pointer;
}

.feed-info .social-links {
    flex-direction: column;
    text-align: left;
    align-items: flex-start !important;
    justify-content: left;
    position: absolute;
    background: #fff;
    padding: 15px;
    border-bottom: 10px;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 11%);
    left: 0px;
    min-width: 201px;
    font-size: 15px;
    gap: 5px !important;
    border-radius: 10px;
    top: 30px;
    z-index: 9;
    display: none;
}

.card-footer .feed-info span:hover .social-links {
    display: flex !important;
}

.slider-top .field {
    border-radius: 30px;
    padding: 6px;
    margin: 0;
    margin-top: 15px;
}

.Activity-accordion span.leader-image {
    width: 300px;
    height: auto;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
}

.Activity-accordion span.leader-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.Activity-accordion span.feed-date {
    padding: 0;
}

.Activity-accordion .feed-head {
    align-items: normal;
    padding-bottom: 30px;
}

.accordion-body .pagination {
    padding-top: 10px;
    justify-content: right;
}

.Video-blocks {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.Video-blocks .card-pic {
    width: 20%;
    padding: 10px;
}

.Video-blocks .card-pic iframe,
.Video-blocks .card-pic img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.card-pic video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 8px;
    min-height: 167px;
    object-fit: cover;
}

.experience-block {
    display: flex;
    gap: 15px;
    font-size: 16px;
}

.Video-blocks .card-pic img {
    min-height: 167px;
    object-fit: cover;
}

span.experience-body ul {
    border-left: 1px solid #D6E2E4;
}

.experience-block {
    padding-top: 15px;
}

.accordion-body .nav-tabs {
    margin-bottom: 20px;
    border: none;
}

.Industry-blocks a {
    border: 1px solid #DFE4E5;
    border-radius: 100px;
    padding: 9px 28px;
    display: inline-block;
    margin: 5px;
    font-size: 16px;
    color: #262626;
}

.accordion-body.deal-body p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
    border-bottom: 1px solid #8f8f8f;
    padding-bottom: 15px;
}

.solo-tab p {
    padding: 15px 0px;
}

.accordion-body .feed-cols {
    border-bottom: 1px solid #8f8f8f;
}

.profile-catagiory {
    padding: 10px 0px;
    border-bottom: 1px solid #8f8f8f;
    font-weight: 600;
}

.profile-catagiory:nth-child(6) {
    margin-bottom: 20px;
}

.user-links a {
    display: flex;
    width: 100%;
    background: #fff;
    margin-bottom: 6px !important;
    border-radius: 10px;
    padding: 1px 13px;
    font-size: 13px;
    gap: 10px;
    align-items: center;
    color: #082442;
}

.user-links a img {
    max-width: 20px;
}

.user-links a img+img {
    margin-left: auto;
}

.profile-detail {
    width: 50%;
}

.profile-detail h5 {
    font-size: 24px;
    font-weight: 600;
}

body.gradiant-border .user-landing-page .middle-card {
    justify-content: center;
    margin: 30px 0px;
    border-image: linear-gradient(to right, #9a9fed 0%, #c2b088 50%, #e6717a 100%) 1;
    border-radius: 5px;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    padding: 5px;
    padding: 20px 0px;
}

body.gradiant-border .user-landing-page .middle-card span {
    font-size: 15px;
}

body.gradiant-border .user-landing-page .middle-card h4 {
    line-height: 29px;
    font-size: 20px;
    color: #000d2b;
}

.accordion-body a.see-more {
    font-weight: 600;
    display: block;
    border-bottom: 1px solid #8f8f8f;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.user-sidebar.job-sidebar .card-deals {
    padding-bottom: 15px;
    border-bottom: 1px solid #8f8f8f;
    margin-bottom: 15px;
}

.banner-btn img,
.banner .border-btn img {
    max-width: 17px;
}

.banner .border-btn img {
    margin-top: -3px;
    margin-left: 5px;
}

.banner-btn a,
.banner .border-btn a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner-btn a {
    border-radius: 6px;
    font-size: 16px;
    min-width: 120px;
}

.banner-btn {
    display: flex;
    gap: 11px;
    justify-content: right;
}

.user-banner .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    height: 100%;
    padding: 30px 15px;
}

.profile-detail a.follow {
    padding: 0px;
    width: 100%;
    /* left: 56%; */
}

.profile-detail a.follow img {
    max-width: 270px;
}

.profile-detail span.leader-image {
    min-width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    margin-top: -287px;
    background: #f3f6f7;
}

.profile-detail span.leader-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.user-profile-detail {
    padding-top: 40px;
    color: #082442;
}

.user-profile-detail span.feed-date {
    padding-bottom: 14px;
    font-size: 16px;
}

body.gradiant-border span.flex-span,
.primium-user-right button.accordion-button {
    border-image: linear-gradient(to right, #9a9fed 0%, #c2b088 50%, #e6717a 100%) 1;
    border-radius: 5px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    padding: 5px 5px 20px 5px;
    margin-bottom: 23px;
}

.primium-user-right .accordion-item,
.primium-user-right button.accordion-button.collapsed {
    background: transparent;
}

.primium-user-right .accordion-item .accordion-body {
    background: #fff;
    font-size: 16px;
    padding: 20px;
    border-radius: 15px;
}

.primium-user-right .accordion-button:not(.collapsed)::after {
    content: "-";
    background: transparent;
    font-size: 30px;
    text-align: center;
    display: flex;
    align-items: center;
}

.primium-user-right button.accordion-button.collapsed::after {
    content: "+";
    background: transparent;
    text-align: center;
    font-size: 30px;
    display: flex;
    align-items: center;
}

.primium-user-right button.accordion-button {
    margin-bottom: 25px;
    padding: 25px;
}

.banner h4 {
    color: #fff;
}

.accordion-body.no-bg-tab {
    background: transparent !important;
    padding: 0px;
}

.accordion-body.no-bg-tab .nav-tabs .nav-link.active {
    background: transparent;
}

.accordion-body.no-bg-tab div#myTabContent {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

.accordion-body .nav-tabs .nav-link {
    padding: 5px 16px;
    font-size: 16px;
}

.header-user img:not(.unread-chat-profile) {
    max-width: 24px;
    min-width: 24px;
}

.header-user ul {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 16px;
    padding: 0;
    margin: 0;
}

a.header-pic img {
    max-width: 50px;
}

.boost-block {
    padding: 20px;
    margin-bottom: 17px;
}

.boost-con span {
    font-size: 13px;
    font-weight: 500;
}

.boost-con h5 {
    margin: 0;
    font-size: 23px;
    font-weight: 700;
}

.radio-box h5 {
    font-size: 22px;
    font-weight: 700;
    color: #082442;
}

.boost-block a {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: normal;
    white-space: nowrap;
    text-decoration: underline;
    padding-top: 15px;
}

.boost-block.light-boost a {
    color: #0f0f0d;
    font-weight: 500;
}

.accordion-body .feed-head-data h5 {
    font-size: 18px;
}

span.experience-body h5 {
    font-weight: 600;
}

.job-detail .deal-top .search-box,
.job-detail .deal-top a.result {
    background: #fff;
}

span.experience-pic {
    width: 100px;
    height: 100px;
}

.recent-list .field {
    border-radius: 30px;
    padding: 8px 15px;
    margin: 18px 0px;
}

.recent-list .feed-head {
    border-top: 1px solid #8f8f8f;
    padding: 16px 0px;
}

.recent-list.job-sidebar {
    max-height: 985px;
    overflow: hidden;
    position: relative;
    overflow-y: auto;
    scrollbar-width: thin;
}

.recent-list.job-sidebar:after {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 51px;
}

.chat-with textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #8f8f8f;
    padding: 15px;
    min-height: 195px;
}

.chat-with .user-icons {
    justify-content: right;
}

.chat-with {
    padding: 15px;
    margin-bottom: 20px;
}

span.chat-text {
    display: inline-block;
    background: #e7eff2;
    padding: 10px 10px;
    font-size: 14px;
    border-radius: 5px;
    line-height: normal;
}

.chat-paricular {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    position: relative;
}

.chat-paricular.right-chat span.chat-text {
    background: #f3f6f7;
}

span.chat-pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
}

.chat-paricular.right-chat {
    margin-left: auto;
}

.chat-paricular {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    position: relative;
    /* max-width: 85%; */
}

.chat-board {
    padding: 20px;
    max-height: 647px;
    overflow-y: auto;
    position: relative;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.chat-board::-webkit-scrollbar {
    display: none;
}


span.chat-time {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    white-space: nowrap;
    font-size: 15px;
    margin-bottom: 15px;
}

span.chat-time:after,
span.chat-time:before {
    border-bottom: 1px solid #D6E2E4;
    content: "";
    width: 100%;
}

.flex-span.chat-top {
    margin-bottom: 20px;
}

.recent-list.job-sidebar .nav-tabs .nav-link {
    font-size: 15px;
    padding: 8px 15px;
}

.recent-list.job-sidebar .nav-tabs .nav-link.active {
    color: #262626;
    font-weight: 700;
    border-color: #D6E2E4;
}

.message .user-profile-pic {
    max-height: 150px;
    overflow: hidden;
}

.flex-span.chat-top .menu-toggles ul {
    right: auto;
    min-width: 160px;
}

.user-catagory-pic {
    display: flex;
}

.user-catagory-pic a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px !important;
    background: #000;
    color: #fff;
    font-size: 13px;
}

.user-catagory-pic a img {
    max-width: 100%;
}

li.relative-list {
    position: relative;
}

a.border-list {
    border-top: 1px solid #8f8f8f;
}

.account-list a {
    display: flex;
    align-items: center;
    padding: 6px 0px;
    gap: 7px;
    font-size: 15px;
}

.account-list {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    position: absolute;
    z-index: 999;
    right: 0;
    min-width: 200px;
    display: none;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 11%);
}

.account-list a img {
    min-width: 20px;
    max-width: 20px;
}

li.relative-list:hover .account-list {
    display: block;
}

.account-list span.leader-image {
    width: 30px;
    height: 30px;
    min-width: 30px;
}

.account-list h5 {
    font-size: 16px;
}

.account-list span.feed-date {
    line-height: normal;
    padding: 0px !important;
}

.notification-list span.menu-toggles img {
    transform: rotate(90deg);
}

.account-list .feed-head {
    gap: 7px;
    border-top: 1px solid #8f8f8f;
    padding: 10px 0px 0px;
}

.account-list.notification-list .flex-span {
    margin-bottom: 0;
    border: none;
    padding-bottom: 10px;
}

.account-list.notification-list {
    min-width: 250px;
}

.account-list.notification-list {
    min-width: 320px;
    padding: 20px;
}

.banner.sign-up-banner img:not(.password-icon) {
    min-height: 63vw;
    object-fit: cover;
}

.banner.sign-up-banner .flex-span img {
    min-height: auto;
}

.accordion-body .deals-price {
    font-size: 25px;
    color: #082442;
}

.accordion-body .card-deals p {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
}

.accordion-body .card-deals span.tags,
.profile-data span.tags {
    font-size: 13px;
    font-weight: 400;
}

.profile-detail .feed-head {
    padding-bottom: 0;
}

.primium-user-right .accordion-item .accordion-body.no-bg-tab {
    padding: 0px;
}

.user-sidebar.Licences h5 {
    font-size: 15px;
}

.user-sidebar.Licences h5.job-heading {
    font-size: 18px;
}

.accordion-body .feed-cols-2 p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
}

.nyse-col h4 {
    font-size: 25px;
    font-weight: 700;
    color: #082442;
}

span.header-dot {
    background: #65249a;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 400;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    position: absolute;
    top: -3px;
    right: -4px;
}

.mobile-view {
    display: none;
}

.user-post.bg-white.radius-15.mobile-view {
    margin-bottom: 24px;
}

.mobile-tab {
    display: none;
}

.Referral-Jobs a.follow {
    color: #7030a0;
}

.Referral-Jobs a.follow path {
    fill: #7030a0;
}

.user-sidebar.user-profile .card-deals .flex-span a {
    text-align: center;
}

.container-fluid {
    max-width: 1920px;
    padding: 0px 50px;
}

.admin-bar a {
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 5px;
    font-weight: 400;
    padding: 10px 30px;
}

.admin-bar a img {
    max-width: 25px;
    min-width: 25px;
}

img.white-img {
    display: none;
}

.admin-bar a:hover {
    background: #7030a0;
    color: #fff;
}

.admin-bar a:hover img.dark-img {
    display: none;
}

.admin-bar a:hover img.white-img {
    display: block;
}

.deal-form .container-fluid form {
    max-width: 100%;
    background: #F3F6F7;
    border-radius: 15px;
}

.deal-form.admin-deal-form {
    background: transparent;
}

.admin-deal-form.radius-25 form {
    max-width: 1000%;
}

.deals-detail.admin-deal-form .accordion:after {
    display: none;
}

.profile-detail span.leader-image {
    position: relative;
}

.admin-deal-form .profile-detail a.follow {
    left: 62%;
}

.admin-deal-form .field {
    width: 32%;
}

.admin-deal-form .field label {
    background: #fff;
}

.user-landing-page.admin-deal-form .admin-bar {
    padding-top: 40px;
}

.copywrite.padd-40.admin-copywrite {
    border-top: 1px solid #D6E2E4;
}




/*******************************************
*****************admin page*****************
*******************************************/
.admin-pagination .pagination {
    padding: 0;
}

.admin-pagination {
    display: flex;
    align-items: center;
    padding-top: 45px;
    font-size: 13px;
    border-bottom: 1px solid #D6E2E4;
    padding-bottom: 50px;
}

.admin-pagination span a {
    background: #7030a0;
    color: #fff;
    padding: 7px 15px;
    border-radius: 20px;
    line-height: normal;
}

.admin-pagination span select {
    border: 1px solid #000;
    padding: 6px 9px;
    min-width: 54px;
    border-radius: 20px;
    line-height: normal;
    background-color: #f3f6f7;
    background-position: 83%;
    border-color: #bbced5;
}

.admin-pagination span {
    display: flex;
    gap: 10px;
    align-items: center;
}

.admin-pagination .pagination ul a.active {
    background: #7030a0;
}

.justify-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admin-deal-form .accordion {
    max-width: 100%;
    background-color: transparent;
    padding-bottom: 0px;
}

.admin-deal-form .accordion-body {
    padding: 30px 50px 30px 50px;
}

.admin-deal-form .accordion-button,
h2.padd-heading {
    padding: 30px 50px 20px 50px !important;
    border-bottom: 1px solid #bbced5;
    background: transparent;
}

.admin-deal-form button.accordion-button.collapsed {
    border-bottom-color: transparent !important;
}

.admin-deal-form .accordion-item {
    background: transparent;
}

.admin-deal-form select,
.admin-deal-form input {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    outline: none;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 7px 15px;
    margin-bottom: 18px;
    border: 1px solid #bbced5;
    background-position: 95% center;
}

.fields {
    width: 32%;
}

.fields.full-field {
    width: 49%;
}

.admin-deal-form .field-set {
    flex-wrap: wrap;
}

.fields label {
    font-size: 15px;
}

.admin-deal-form form {
    padding-top: 50px;
    display: flex;
    align-items: flex-end;
    gap: 50px;
}

.admin-deal-form .form-right a {
    margin-top: 20px;
    min-width: 180px;
    margin-left: auto;
    font-size: 17px;
}

.admin-deal-form .form-right a.border-btn {
    border-color: #7030a0;
    color: #7030a0;
}

.admin-deal-form .form-right a.border-btn:hover {
    color: #fff;
}

.form-right {
    max-width: 200px;
    text-align: right;
    margin-bottom: 24px;
}

.admin-deal-form {
    margin-bottom: 30px;
}

.admin-deal span.has-number {
    position: static;
    min-width: 40px;
}

.card-deal.deals-card span.status {
    padding: 1px 8px;
    border-radius: 10px;
    font-size: 14px;
    line-height: normal;
}

.admin-deal .middle-card {
    gap: 25px;
    margin: 0 auto;
}

.admin-deal .middle-card h4 {
    min-width: 160px;
}

.admin-deal .card-deal.deals-card,
.leader-col {
    background: #ffffff;
    cursor: pointer;
}

.admin-deal .card-deal.deals-card:nth-child(even),
.leader-col:nth-child(even) {
    background: #f3f6f7;
}

.admin-deal .card-deal.deals-card:first-child,
.Transaction-card:first-child {
    border-radius: 10px 10px 0px 0px;
}

.admin-deal .card-deal.deals-card:last-child,
.Transaction-card:last-child {
    border-radius: 0px 0px 10px 10px;
    border-bottom: none;
}

.edit-deal {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 90px;
    justify-content: right;
}

.edit-deal a.prple-btn img {
    max-width: 18px;
}

.edit-deal a.prple-btn {
    border-radius: 5px;
    padding: 4px;
    line-height: normal;
    min-width: auto;
}

.admin-deal-form .accordion-button::after,
.admin-deal-form .accordion-button:not(.collapsed)::after {
    content: "";
    /* must have content */
    display: inline-block;
    /* allows sizing */
    width: 32px;
    /* set desired width */
    height: 32px;
    /* set desired height */
    background-image: url(../images/filter.png);
    background-size: contain;
    /* scales image to fit the element */
    background-repeat: no-repeat;
    background-position: center;
    /* optional: center the image */
    transform: rotate(0deg);
}


.deal-form.edit-deal {
    background: transparent;
}

.deal-form.edit-deal .admin-deal-form {
    margin-top: 0;
    margin-bottom: 0;
}

.deal-form.edit-deal .admin-deal-form .accordion-body {
    border-bottom: 1px solid #bbced5;
}

.deal-form.edit-deal form {
    max-width: 100%;
    padding: 0px;
}

.edit-deal-form {
    padding: 30px 50px 50px 50px;
}

.edit-deal-form .boost-form {
    padding-top: 50px;
}

.edit-deal-form input.prple-btn {
    width: auto;
    min-width: 200px;
}

.edit-deal-form .field-set .field {
    width: 50%;
    /* background-color: #fff; */
}

/* .edit-deal-form  .field{
    background-color: #fff;
} */
/* .deal-form.edit-deal .field label:before {
    content: "";
    background: #ecf1f2;
    width: 100%;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: -3px;
    left: 0px;
}
.deal-form.edit-deal .field label span{
    position: relative;
} */
.deal-form.edit-deal h4 {
    margin-bottom: 25px;
}

/* .deal-form.edit-deal .field label {
    background: transparent;
} */
.deal-form.edit-deal .field-set {
    align-items: flex-start;
}

.deal-form.edit-deal .field textarea {
    min-height: auto;
    font-size: 16px;
    font-weight: 400;
    color: #262626;
}

.profile-edit-user label span {
    font-weight: 400;
    min-width: 220px;
    display: inline-block;
}

.profile-edit-user label {
    width: 50%;
    padding-bottom: 3px;
    font-weight: 600;
    text-align: left;
    font-size: 16px;
}

.profile-edit-user {
    display: flex;
    flex-wrap: wrap;
}

.admin-deal .middle-card h4 {
    min-width: 230px;
    font-size: 16px;
}

.Transaction-card:nth-child(even) {
    background: #f3f6f7;
}

.Transaction-card {
    background: #ffffff;
    padding: 24px;
    border-bottom: 1px solid #8f8f8f;
}

.Transaction-card .card-deal.deals-card {
    padding: 0px !important;
    background: transparent !important;
    border: none;
    border-radius: 0px !important;
}

.Transaction-card .accordion-button::after {
    content: "-";
    background: #7030a0;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.Transaction-card .accordion-button.collapsed::after {
    content: "+";
}

.Transaction-card .accordion-button {
    padding: 0px;
}

.Transaction-card .card-deal.deals-card {
    padding: 0px;
    background: transparent !important;
}

.Transaction-card .profile-edit-user {
    padding: 30px;
}

.Transaction-card .profile-edit-user span {
    min-width: auto;
    margin-right: 10px;
}

.Transaction-card button.accordion-button {
    padding: 0;
    width: 40px;
}

.Transaction-card .deal-head {
    min-width: 160px;
}

.Transaction-card .card-deal.deals-card span.status {
    min-width: 80px;
    text-align: center;
    padding: 2px 8px;
    border-radius: 45px;
    line-height: normal;
    font-size: 13px;
}

.view-Transactions .admin-deal-form form {
    padding-top: 0;
    align-items: center;
}

.admin-deal-form .field select,
.admin-deal-form .field input {
    margin: 0;
    background-color: transparent;
    border: none;
    padding: 0px 5px;
    border: none;
}

.profile-edit-user label a {
    border: 1px solid #4ea72f;
    color: #4ea72f;
    border-radius: 18px;
    padding: 2px 10px;
    font-weight: 500;
}

.user-about {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}

.padd-all-50 {
    padding: 50px 30px;
    border-bottom: 1px solid #bbced5;
}

.padd-all-50:last-child {
    border-bottom: 0px;
}

.about-user-block {
    width: 50%;
}

.about-user-block label {
    display: block;
    font-size: 16px;
}

.user-board p span {
    display: block;
    font-weight: 400;
    font-size: 40px;
}

.user-board {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
}

.user-board-col {
    width: 25%;
}

.user-board p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.user-board-col a {
    text-decoration: underline;
    color: #7030a0;
    font-size: 16px;
}

.edit-profile {
    padding-top: 80px;
    padding-bottom: 120px;
}

.padd-all-50 input.prple-btn {
    width: auto;
    min-width: 200px;
}

.edit-profile .field label {
    background: #f3f6f7;
}

.about-user-form h4 {
    display: inline-block;
    margin-bottom: 25px;
}

.edit-profile .accordion-body.no-bg-tab div#myTabContent {
    background: transparent;
}

.edit-profile .justify-space {
    padding: 50px 30px 0px 30px;
}

.edit-profile .justify-space h2 {
    margin-bottom: 0px;
}

.edit-profile .nav-tabs .nav-link.active {
    background: transparent;
}

ul.profile-tab {
    margin: 0px 30px;
}

.edit-profile .accordion-body.no-bg-tab div#myTabContent {
    background: transparent;
    padding-left: 0;
    padding-right: 0px;
}

.form-heading a {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.form-heading h4 {
    margin: 0;
}

.form-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.middle-span span {
    min-width: 180px;
    text-align: center;
}

.middle-span {
    max-width: 590px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

span.title {
    min-width: 220px;
    text-align: center;
}

span.select {
    min-width: 80px;
}

span.select select {
    background-color: #cdcdcd;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    padding: 0px 5px;
    background-position: 95%;
    min-width: 90px;
}

.Transaction-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    padding: 24px 24px 10px 24px;
}

.deal-form.edit-deal .field label,
.edit-profile .field label {
    background: #fff;
}

.view-Transactions .admin-deal-form form .form-right a:first-child {
    margin-top: 0;
}

.view-Transactions .admin-deal-form form .form-right {
    margin-top: -8px;
}

.deal-form.edit-deal .admin-deal-form .custom-popup {
    top: 0;
}

.field.matter-textarea {
    min-height: 300px;
}

span.id {
    min-width: 40px;
    text-align: center;
}

span.title-1 {
    min-width: auto;
}

.deal-job-hrading .middle-span {
    max-width: 795px;
}

.deal-job-hrading .middle-span span {
    min-width: 204px;
}

.admin-deal-list.job-middle-span .deal-head {
    max-width: 300px;
}

.admin-deal-list.job-middle-span .middle-span span {
    min-width: 180px;
}

span.status {
    min-width: 64px;
}

.admin-deal-list.job-middle-span span.job-status {
    min-width: 65px;
}

.admin-deal-list.job-middle-span .middle-span {
    /* max-width: 455px; */
    /* gap: 25px; */
    justify-content: center;
    /* margin: 0 auto; */
}

.admin-deal-list.job-middle-span span.title {
    min-width: 300px;
    text-align: center;
}

.card-deal.deals-card,
.Transaction-card {
    cursor: pointer;
}

.card-deal.deals-card:hover,
.Transaction-card:hover,
.leader-col:hover {
    background-color: #f1e4fb !important;
}

.field.deal-full {
    width: 100%;
}

.field.half-deal {
    width: 49%;
}

.ragister-dashboard img {
    width: 100%;
    height: 100%;
}

.ragister-dashboard img {
    width: 100%;
    height: 100%;
    margin-top: 6px;
}

.dashboard-col {
    text-align: center;
    padding: 20px;
    color: #fff;
    border-radius: 3px;
}

.dashboard-block .justify-space {
    padding: 0px;
    padding-top: 30px;
}

.dashboard-block .justify-space span {
    margin-left: 0;
}

.dashboard-block,
.dashboard-leader {
    padding: 50px 30px;
}

.dashboard-leader .leader-head {
    max-width: 300px;
    margin-right: auto;
}

.dashboard-block {
    padding-bottom: 30px;
}

.ragister-dashboard,
.dashboard-slider {
    padding: 0px 30px;
}

.ragister-dashboard .row,
.dashboard-block .row,
.dashboard-slider .row {
    row-gap: 25px;
}

.ragister-dashboard a {
    display: inline-block;
}

.slider-right-col .justify-space {
    display: inline-block;
    width: 100%;
}

.slider-right-col .justify-space span {
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: normal;
    padding-bottom: 25px;
}

.justify-space span {
    margin-left: auto;
}

.dashboard-slider p {
    padding: 15px;
    color: #fff;
    position: absolute;
    bottom: 28px;
    left: 20px;
    right: 20px;
    margin: 0px;
    z-index: 99;
}

.dashboard-slider .item:before {
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(1deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.dashboard-slider .col-md-8.col-sm-12 {
    position: relative;
}

.dashboard-slider .owl-stage-outer,
.dashboard-slider .owl-stage,
.dashboard-slider .owl-item,
.dashboard-slider .owl-carousel.dasboard-owl {
    height: 100%;
}

.dashboard-slider .owl-dots {
    top: auto;
    position: absolute;
    bottom: 0px;
    margin: 0px;
    left: 0;
    right: 0;
}

.slider-right-col .justify-space span strong {
    display: block;
    font-size: 30px;
}

.dashboard-block .justify-space strong {
    display: block;
    text-align: left;
}

.leader-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px solid #8f8f8f; */
    padding: 10px 15px;
}

.leader-head a {
    display: block;
    font-size: 15px;
    padding: 0;
    line-height: normal;
}

.dashboard-leader .leader-date {
    min-width: 85px;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
}

.dashboard-leader .right-col .leader-date {
    text-align: center;
}

.leader-date span {
    display: block;
}

.leader-col span.leader-image {
    margin: 0;
    max-width: 50px;
    height: 50px;
}

.leader-head {
    margin-left: 15px;
    margin-right: auto;
}

.dashboard-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.dashboard-leader .row {
    row-gap: 25px;
}

.pagination-bottom {
    display: flex;
    align-items: center;
    max-width: 920px;
    margin: 0 auto;
    justify-content: left;
    padding-top: 30px;
}

.pagination-bottom select {
    border-radius: 10px;
    padding: 2px 10px;
    min-width: 67px;
    background-position: 90% 50%;
    border: none;
    margin: 0px 10px 0px 20px;
}

.feed-info a.follow {
    background: #7030a0;
    background-color: #7030A0;
    color: #fff;
    border-radius: 50px;
    padding: 0 20px;
    min-width: 118px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    box-shadow: none;
    text-align: center;
    display: inline-block;
    border: 1px solid #7030A0;
    transition: 0.2s;
}

.feed-info a.follow path {
    fill: #fff;
}

.feed-info a.follow:hover {
    background: #3e0b64;
    border-color: #3e0b64;
}

span.feed-date strong {
    display: block;
}

.left-job span.feed-date {
    line-height: 19px;
    padding-top: 7px;
}

span.sallery {
    display: block;
    line-height: normal;
    margin: 0;
}

span.post {
    display: inline-block;
    width: 100%;
    padding: 8px 0px;
}

.job-detail .feed-head h6 span {
    display: block;
    font-size: 14px;
    padding-bottom: 4px;
    font-weight: 400;
}

.feed-col-profile {
    display: none;
}

/******************
*******popup*******
********************/
.popup-overlay {
    background: rgb(0 0 0 / 62%);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.popup-overlay .popups {
    border-radius: 15px;
    background: #fff;
    min-width: 32%;
    padding: 50px;
}

.popups {
    text-align: center;
    background: #7030A0;
    color: #fff;
    border-radius: 30px;
    max-width: 750px;
    margin: 0 auto;
    padding: 30px;
    position: relative;
}

.popups img {
    max-width: 180px;
}

.popups h2 {
    color: #fff;
    margin: 30px 0px 15px 0px;
}

.popup-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.login-required-modal .popups a.prple-btn {
    border-color: #7030a0;
    color: #fff;
    background-color: #7030a0;
}

.login-required-modal .popups a.border-btn {
    border-color: #7030a0;
    color: #7030a0;
    background-color: #fff;
}

.login-required-modal .popups a.border-btn:hover {
    border-color: #7030a0;
    color: #fff;
    background-color: #7030a0;
}

.custom-confirm-modal .popups a.prple-btn {
    border-color: #7030a0;
    color: #fff;
    background-color: #7030a0;
}

.custom-confirm-modal .popups a.border-btn {
    border-color: #7030a0;
    color: #7030a0;
    background-color: #fff;
}

.custom-confirm-modal .popups a.border-btn:hover {
    border-color: #7030a0;
    color: #fff;
    background-color: #7030a0;
}

.popups a.border-btn {
    border-color: #fff;
    color: #fff;
}

.popups a.prple-btn {
    color: #7030a0;
    background-color: #fff;
}

.popups a {
    width: 50%;
}

.popups a.border-btn:hover {
    color: #fff;
}

a.pop-close {
    display: inline-block;
    float: right;
    width: 40px !important;
    height: 40px;
    font-size: 40px;
    font-weight: 300;
    color: #9a9a9a;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 15px;
}

.card-deal.deals-card.detail-card:hover {
    background: transparent !important;
}

/*************************
********animate***********
***********************/
.btn:hover {
    /* transform: translateY(-3px); */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .5s;
    background-color: #ab5de7;
}

.btn:hover::after {
    /* transform: scaleX(1.4) scaleY(1.6); */
    transform: scaleX(1.1) scaleY(1.1);
    opacity: 0;
}

.btn-animated {
    /* animation: moveInBottom 5s ease-out; */
    animation-fill-mode: backwards;
}

a.prple-btn.btn.btn-animate:active {
    color: #fff;
    border-color: #7030a0;
    background: #7030a0;
}

a.btn.btn-animate {
    position: relative;
}

input::placeholder,
select::placeholder {
    color: #000;
}

.demo .accordion {
    padding-bottom: 0;
}

.demo .accordion-item {
    margin: .0;
    background: transparent;
}

.demo .accordion-body {
    padding: 0;
    padding-bottom: 12px;
}

.demo button.accordion-button {
    padding: 0;
    background: transparent !important;
    font-size: 15px;
    font-weight: 500 !important;
    color: #7030a0;
}

.accordion-collapse.show+.accordion-header span.see-more {
    display: none !important;
}

.accordion-collapse.show+.accordion-header span.hide {
    display: block !important;
}

.accordion-button span.hide {
    display: none;
}

.demo .accordion-button::after {
    background-size: 14px;
}

.admin-job-view .deal-head {
    min-width: 150px;
    width: 150px;
}

.admin-job-view .middle-card h4 {
    min-width: 190px;
}

/***************************
*********applicants********
******************************/

.admin-applicant-head,
.applicant-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 24px 10px 24px;
}

.applicant-bar {
    padding: 24px;
    background: #ffffff;
    cursor: pointer;
}

.applicant-bar:nth-child(even) {
    background: #f3f6f7;
}

.applicant-bar:hover {
    background: #f1e4fb !important;
}

.admin-applicant-head span {
    font-size: 15px;
    color: #262626;
    text-align: center;
}

.applicant-bar h4,
.applicant-bar h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #082442;
    text-align: center;
    max-width: 158px;
    line-height: 26px;
}

.applicant-bar h5,
span.title1 {
    max-width: 180px;
    text-align: left;
    width: 180px;
}

.applicant-bar a.prple-btn {
    min-width: 94px;
    line-height: 40px;
}

span.action {
    max-width: 150px;
    display: flex;
    width: 150px;
    justify-content: center;
    gap: 5px;
}

span.action a {
    max-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: inherit;
}

span.action a.message-icon {
    margin-left: 15px;
}

/* span.action a.message-icon img {
    max-width: 36px;
} */
span.eduction {
    width: 158px;
}

span.profile {
    width: 94px;
}

.applicant-bar .job,
.admin-applicant-head .job {
    min-width: 205px;
    width: 205px;
    text-align: left;
}

.applicant-bar .amount,
.admin-applicant-head .amount {
    width: 70px;
}

.applicant-bar .date,
.admin-applicant-head .date {
    width: 105px;
    text-align: left;
    line-height: 22px;
}

.earning-deal {
    width: 80px;
}

.admin-applicant-head .job,
.admin-applicant-head .amount,
.admin-applicant-head .date {
    text-align: center;
}

.earning-row .user-board-col {
    display: flex;
    flex-wrap: wrap;
    row-gap: 100px;
    width: 50%;
}

.earning-row .user-board-col p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    width: 50%;
}

.earning-row .user-board-col span {
    display: block;
    font-weight: 300;
    font-size: 50px;
}

.Withdraw-block {
    width: 50%;
    text-align: left;
    padding: 0px 50px 30px 50px;
}

/* .Withdraw-block h4, h2#headingsmall button.accordion-button {
    padding: 0px 50px !important;
    text-align: left;
} */
.Withdraw-block p {
    padding: 30px 0px 10px 0px;
    line-height: 24px;
    font-weight: 500;
}

.Withdraw-block span.see-more {
    display: inline-block;
    padding-top: 10px;
}

.earning-row {
    display: flex;
}

div#collapseOn {
    display: block;
}

.Withdraw-block .accordion-button {
    padding: 0px !important;
    display: inline-block !important;
    text-align: center;
    border: none;
    margin: 0px;
}

.Withdraw-block .accordion-body {
    padding: 10px 50px 0px 50px;
}

.earning-page h2#headingOne {
    border-bottom: 1px solid #bbced5;
}

.earning-page h2#headingOne ::after {
    display: none;
}

h2 a {
    position: relative;
    color: #082442;
}

h2 a:after {
    border-bottom: 2px solid #00336a;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: 8px;
}

.field.checkbox {
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    width: auto;
}

.field.checkbox input {
    width: 20px;
    height: 20px;
}

.field.checkbox label {
    position: static;
    font-size: 17px;
}

h2#headingsmall a:after {
    display: none;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.deal-sort .fields.sort-field select {
    border-radius: 40px;
    border-color: #DFE4E5;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    min-width: 150px;
    background-position: 89%;
}

.new-sort {
    position: relative;
}

.deal-sort {
    position: absolute;
    right: 0px;
    bottom: 10px;
}

#pageloader {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 9999;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    text-align: center;
}

#pageloader img {
    position: absolute;
    top: 30%;
}

/**************************
********16-04-205*********
************************/
.popups.application-popup {
    max-width: 850px;
}

.popups.application-popup h2 {
    margin-top: 0;
}

.popups.application-popup p {
    text-align: left;
}

.popups p a {
    color: #fff;
    text-decoration: underline;
}

.popups p strong {
    display: block;
}

.field-popup {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    text-align: left;
}

.field-popup input {
    margin: 0px;
    width: 15px;
    height: 15px;
    margin-right: 9px;
}

.application-popup .popup-btns {
    justify-content: center;
}

p.popup-p {
    margin-bottom: 0;
}

/**************************************
**********18-04-2025******************
*************************************/
.project-page {
    padding: 80px 0px 120px 0px;
}

.project-inner {
    padding: 30px 50px;
    border-radius: 30px;
}

.project-field {
    text-align: right;
    margin: 8px 0px 8px 20px;
}

.project-field input.prple-btn {
    width: auto;
    min-width: 200px;
}

.project-field textarea {
    border: 1px solid #d7dfe9;
    border-radius: 5px;
    width: 100%;
    z-index: 9999;
    /*display: flex;*/
    margin-bottom: 6px;
    padding: 12px 16px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.project-inner p a {
    text-decoration: underline;
}

.field-project input {
    border: 1px solid #d7dfe9;
    border-radius: 5px;
    width: 100%;
    padding: 9px 16px;
    margin: 0px;
}

.field-project a.prple-btn {
    min-width: 190px;
}

.field-project button.prple-btn {
    min-width: 190px;
}

.field-project {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 450px;
}

.project-status p a.prple-btn {
    display: block;
    max-width: 180px;
    text-decoration: none;
    margin-top: 7px;
}

/************************
****22-04-2025*********
**************************/
.project-status {
    padding-top: 25px;
}


.project-status p {
    margin-bottom: 25px;
}

html.no-overflow,
body.no-overflow {
    overflow-x: revert;
}

.sidebar a {
    line-height: normal !important;
    padding: 8px 0px;
    text-transform: capitalize;
}

.term-section li {
    list-style: auto;
    padding: 5px 0px;
}

.term-section .sidebar-right h5 {
    font-weight: 600;
    text-transform: capitalize;
}

.newslettertext p a,
.donotsell-page p a,
p.space a {
    color: #7030a0;
    cursor: pointer;
}

.newslettertext p {
    padding-top: 10px;
    padding-right: 40px;
    font-size: 15px;
    line-height: 22px;
}

.sidebar-right h4 {
    text-transform: capitalize;
}

.donotsell-page .contact-form {
    margin-top: 30px;
}

p.call-mail-text span {
    padding: 0px 10px;
    text-transform: capitalize;
}

.profile-catagiory a.border-btn {
    color: #7030A0;
    border-color: #7030A0;
    max-width: 160px;
}

.profile-catagiory span {
    min-width: 210px;
}

.profile-catagiory .user-catagory-pic {
    min-width: 240px;
    justify-content: right;
}

.popups.user-popup {
    background: #fff;
    color: #262626;
    text-align: left;
    max-width: 700px;
    min-height: 450px;
}

.popups.user-popup h2 {
    text-align: center;
    color: #262626;
    margin: 0px 0px 30px 0px;
}

.popups.user-popup a.prple-btn {
    width: 100%;
    color: #fff;
    background: #7030a0;
    margin-top: 30px;
}

.popup-feed h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.popups.user-popup.feed-mainpopup {
    max-width: 750px;
    min-height: auto;
}

.popup-feed .feed-head .leader-image {
    width: 50px;
    height: 50px;
    min-width: 50px;
}

.popup-feed .leader-image img {
    width: 100%;
    height: 100%;
}

.popup-feed .feed-head h5 {
    margin-bottom: 4px !important;
    font-size: 17px;
}

.popup-feed span.feed-date {
    font-size: 15px;
    line-height: 20px;
}

.popup-feed {
    max-height: 500px;
    overflow-y: auto;
}

p.dosell-text a {
    font-weight: 500;
}

.popup-feed a.feed-head {
    width: 100%;
}

.pricing-header span.price {
    font-size: 30px;
    font-weight: 800;
    color: #7030a0;
}

.plan {
    border: 0;
    padding: 20px;
    border-radius: 0;
    height: 100%;
    background-color: #F3F6F7;
}

.price-page {
    padding: 90px 0;
}

.pricing-header {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100px;
}

.price-page a.prple-btn {
    width: 100%;
}

.price-page .col-md-4.col-sm-12 {
    padding: 0;
}

.Basic.plan {
    background: #7030A0;
    background: linear-gradient(124deg, rgba(112, 48, 160, 0.38) 0%, rgb(112 48 160 / 2%) 100%);
}

.Premium.plan {
    background-color: #082442;
    color: #fff;
}

.plan ul {
    padding: 20px 0;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    margin: 20px 0;
    width: 100%;
}

.Basic.plan ul.check-uls {
    border-color: #000;
}

.plan li {
    padding: 0 0px;
    font-size: 16px;
    line-height: 22px;
    min-height: 60px;
    position: relative;
    padding-left: 26px;
    list-style: none;
}

ul.check-uls li::before {
    background: url("../images/check.png");
    background-repeat: no-repeat !important;
    background-position: left center !important;
    padding-left: 0;
    background-size: 18px !important;
    width: 25px;
    height: 25px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
}

ul.check-uls li.x-icon::before {
    background: url("../images/x.png");
}

.Premium.plan ul.check-uls li::before {
    filter: invert(1);
}

.Premium.plan h3 {
    background-color: #edd4ff;
    padding: 0 20px;
    border-radius: 50px;
}

.Premium.plan span.price {
    color: #fff;
    margin-top: 10px;
}

.feachures.plan li {
    font-weight: 500;
}

.feachures.plan {
    color: #222;
}


.price-page-2 .plan {
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}

.price-page-2 .plan li {
    display: flex;
    flex-direction: column;
    margin: 16px 0;
    min-height: 66px;
}

.price-page-2 .plan li:after {
    content: attr(data-label);
    order: -2;
    font-weight: 700;
    color: #000;
}

.price-page-2 .Premium.plan li::after {
    color: #fff;
}

.price-page-2 .row {
    justify-content: center;
}

.price-page-2 .Premium.plan {
    color: #ffffffba;
}

.Basic.plan h3 {
    background-color: #ffffffba;
    padding: 0 20px;
    border-radius: 50px;
}

.price-page.price-page-2 .row {
    max-width: 1050px;
    margin: 0 auto;
}

.price-owl.owl-carousel .owl-nav button.owl-prev,
.price-owl.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    font-size: 25px;
    border: 0;
}

.price-owl.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0;
}

.price-owl.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.price-owl.owl-carousel .owl-nav button.disabled {
    display: none;
}


.cart-header {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}

.cart-header a img {
    width: 30px;
    display: block;
    margin: 0 auto;
}

.cart-header a {
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 0 !important;
    display: inline-block;
    position: relative;
}

header.header-fix .cart-header a {
    color: #082442;
}

header.header-fix .cart-header a img {
    filter: invert(1);
}

.cart-header a span {
    background-color: #fff;
    width: 22px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    font-weight: 700;
    position: absolute;
    right: -13px;
    top: -6px;
    color: #7030a0;
}

.cart-span-purple {
    background-color: #7030a0 !important;
    color: #fff !important;
}

.current-study {
    margin-bottom: 24px;

}

.current-study input {
    margin-bottom: 0px !important;
}

.chat-profile {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100px;
}

.message-list-profile {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 100px;
}

.message-date {
    font-size: 12px !important;
    margin-bottom: 0 !important;
    color: rgb(48, 48, 48);
    text-align: end;
    padding-top: 3px;
}

.message-text {
    margin-bottom: 10px !important;
}

.selectChatUser.active {
    background-color: #e9e9e9;
    /* border-left: 3px solid #007bff; */
}

.menu-toggles ul li:hover {
    color: #7030A0;
}

.message-submit {
    background: #7030a0;
    border: none;
    border-radius: 8px;
    padding: 4px 6px;
}

.profile-practice-area {
    height: 30px;
}

.profile-resume-pdf {
    width: 60px;
    height: 60px;
}

.select-photo {
    font-family: "Nunito" !important;
    border: 2px solid #7030A0;
    padding: 7px 50px;
    background-color: transparent;
    border-radius: 7px;
    color: #7030A0;
    font-weight: 600;
    margin-left: 20px;
    outline: none !important;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.doc-delete {
    /* padding: 5px 10px;
    background-color: #d82234;
    border-radius: 8px;
    color: #fff;
    border: 0; */
}

/* .latest-deal{
    height: 200px;
} */
.latest-deal {
    height: 190px;
}

.password-container {
    position: relative;
}

.password-input {
    width: 100%;
    font-size: 16px;
}

.eye-icon {
    position: absolute;
    right: 10px;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
}

.signUpInput {
    background-color: white;
}

.nav-input {
    color: black !important;
}

/* font color  */
.text-blue {
    color: #082442 !important;
}

.reset_btn {
    /* background-color: #7030A0; */
    border: 0;
    color: #7030A0;
    border-radius: 50px;
    padding: 10px 20px !important;
    min-width: 160px;
    /* line-height: 48px; */
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    box-shadow: none;
    text-align: center;
    display: inline-block;
    border: 1px solid #7030A0;
    transition: 0.2s;
}

.reset_btn:hover {
    color: white;
    background-color: #7030A0;
}

.text-align-left {
    text-align: left !important;
    padding-left: 16px;
}

.width-140 {
    width: 140px !important;
}

.badge-icon {
    width: 15px;
}

.avilable-badge {
    background-color: #092341;
    padding: 4px 10px;
    border-radius: 5px;
    width: 160px;
}

.verified-badge {
    background-color: #4CA632;
    padding: 4px 10px;
    border-radius: 5px;
    width: 170px;
}

/* rak css */

.welcm-col-h {
    height: 350px !important;
}

.page-link {
    font-size: 16px !important;
}

.form-right .filterBtn {
    margin-bottom: 20px;
}

.line-one {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*****************************
**********22-05-2025*********
******************************/
.boost-form.boost-card {
    margin: 0 auto;
    max-width: 950px;
    padding: 0px 24px 100px 24px;
}

.boost-form.boost-card .row {
    margin: 0px -5px;
    padding-top: 10px;
    row-gap: 20px;
}

.boost-form.boost-card .row .col-md-6 {
    padding: 0px 5px;
}

.deal-card {
    border-radius: 10px;
    border: 1px solid;
    position: relative;
}

.card-head {
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 15px;
    font-size: 23px;
    font-weight: 700;
    color: #082442;
}

.card-head h4 {
    margin-bottom: 0;
}

.card-content {
    padding: 20px 15px;
}

.card-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
    color: #5D5D5D;
    padding-bottom: 5px;
}

.card-content li {
    padding-bottom: 20px;
    line-height: 21px;
}

.card-content ul span {
    font-size: 14px;
    font-weight: 400;
    color: #212529;
    display: block;
    background-image: url(../images/list-check.svg);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.card-content button.prple-btn {
    width: 100%;
    line-height: 38px;
    margin: 0;
}

.modal-dialog {
    max-width: 900px;
}

.modal-body .boost-form.boost-card {
    padding: 50px;
}

.modal-body {
    padding: 0px;
}

.modal-body .boost-form form {
    padding: 0;
    padding-top: 40px;
}

.modal-body .boost-form form p {
    margin-bottom: 25px;
}

.radio-btn input {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    cursor: pointer;
}

.radio-btn span {
    width: 19px;
    height: 19px;
    border: 2px solid #7030A0;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    position: relative;
}

.radio-btn span:after {
    background: #7030A0;
    width: 13px;
    height: 13px;
    display: inline-block;
    position: absolute;
    content: "";
    border-radius: 50%;
    left: 1px;
    top: 1px;
    opacity: 0;
}

.radio-btn input:checked+ :after {
    opacity: 1;
}

.radio-btn input:checked+span {
    border-color: #fff;
}

.modal-body .card-head h4 {
    margin-right: auto;
    margin-left: 10px;
}

.radio-btn label {
    position: static;
    font-size: 15px;
}

.gender-radio .radio-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.gender-radio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 6px;
}

.gender-radio .radio-btn input:checked+span {
    background: #7030a0;
    border-color: #7030a0;
}

.modal-body .custom-popup {
    top: 6px;
}

.boost-form .field input::placeholder {
    font-weight: 400;
    color: #262626;
}

.modal-body button.close {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 44px;
    font-weight: 300;
    display: inline-block;
    float: right;
    transform: rotate(45deg);
    padding-top: 15px;
    padding-right: 15px;
    color: #082442;
}



/* added on 12-06-2025 */

/*******************************
*********************************
***********************************/
.home-videosection h1 {
    color: #fff;
    line-height: 46px;
    margin-bottom: 30px;
}

.home-videosection span {
    font-size: 34px;
}



.card-pic {
    text-align: center;
    /* background: #262622; */
    border-radius: 0;
}

.card-pic img,
.card-pic video {
    max-width: 100%;
    margin: 0 auto;
    /* min-height: 450px; */
    object-fit: cover;
}

.card-gallery .row {
    margin: 0px -2px;
    overflow: hidden;
    row-gap: 4px;
}

.card-gallery .row>* {
    padding: 0px 2px;
}

.card-gallery.card-max .row>* {
    max-height: 172px;
}

.card-gallery .card-pic img {
    max-width: 100%;
    min-height: auto;
}

.card-gallery .card-pic {
    /* height: 288px; */
}

.card-gallery .card-pic.half {
    height: 143px;
}

.card-gallery.card-max .card-pic {
    height: 172px;
}



.card-gallery .row {
    margin: 0px -2px;
    overflow: hidden;
    row-gap: 4px;
}

.card-gallery-video .row>* {
    padding: 0px 2px;
}

.card-gallery-video.card-max .row>* {
    max-height: 172px;
}

.card-gallery-video .card-pic img {
    max-width: 100%;
    min-height: auto;
}

.card-gallery-video .card-pic {
    /* height: 288px; */
}

.card-gallery-video .card-pic.half {
    height: 143px;
}

.card-gallery-video.card-max .card-pic {
    height: 172px;
}

.card-pic.half {
    height: 50%;
    margin-bottom: 2px;
    border-radius: 0;
}

.card-pic.half.overlay-pic {
    margin-top: 0;
}

.card-body button.btn.btn-primary {
    background: no-repeat;
    border: none;
    padding: 0;
    color: #7030a0;
    font-weight: 500;
    box-shadow: none;
    outline: none;
}

.user-card .collapse+button span.hide {
    display: none;
}

.user-card .collapse.show+button span.more {
    display: none;
}

.user-card .collapse.show+button span.hide {
    display: block;
    margin-left: 10px;
}

.feed-info button {
    padding: 0;
    background: transparent;
    border: none;
    position: relative;
    color: #262626;
}

.feed-info button:hover {
    background: transparent;
    box-shadow: none;
    color: #262626;
}

.social-tooltip {
    color: #262626;
    text-align: left;
    padding: 11px;
    margin: 0;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 19px;
    position: absolute;
    right: 0px;
    display: none !important;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 11%);
    z-index: 9;
    bottom: 100%;
    min-width: 160px;
    left: 0px;
}

.card-body button.btn.btn-primary:after {
    display: none;
}

.feed-info button:hover .social-tooltip {
    display: block !important;
}

.social-modal .modal-body {
    padding: 15px;
}

.social-modal span.leader-image {
    width: 50px;
    height: 50px;
}

.social-modal .feed-head-data h5 {
    font-size: 16px;
}

.social-modal .feed-head {
    padding-bottom: 15px;
    gap: 10px;
}

.social-modal a.prple-btn {
    line-height: 38px;
}

.modal-header-left img {
    max-width: 16px;
}

.modal-header-left button {
    padding: 0px 15px;
}

.social-modal .modal-body .modal-header {
    padding: 0px;
    border: none;
}

.social-modal .tab-content {
    margin-top: 20px;
}

.modal-header-left .nav-tabs {
    border: navajowhite;
}

.social-modal .modal-dialog {
    max-width: 450px;
}

.social-modal .modal-body button.close {
    padding: 0px !important;
}

.lb-nav {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    opacity: 1;
    border: 1px solid #fff;
    width: 40px;
    height: 41px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 63%);
    display: flex;
    align-items: center;
    justify-content: center;
    left: 10px;
}

.lb-nav a.lb-next {
    left: auto;
    right: 10px;
}

.lb-nav a.lb-prev:after,
.lb-nav a.lb-next:after {
    content: "";
    background: transparent;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    margin-left: 5px;
}

.lb-nav a.lb-next:after {
    transform: rotate(-135deg);
    margin-left: 0;
    margin-right: 5px;
}

.card-pic.no-show {
    display: none;
}


.lightboxOverlay {
    opacity: 1;
}

.lightbox .lb-image {
    border: none;
    width: 100% !important;
    object-fit: cover;
}

.lb-outerContainer {
    width: 60% !important;
}

html.open-gallery-html {
    overflow: hidden;

}

/* .lightboxOverlay {
    max-height: 100vh;
}

.lightbox {
    top: 50% !important;
    transform: translateY(-50%);
} */

.popup-content {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    opacity: 1;
    color: #ffff;
    left: 0px;
    right: 0px;
    display: none;
    padding: 15px;
    border-radius: 15px 15px 0 0;
    cursor: pointer;
    background-color: #000;

}

.three-line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.load-more-comments-btn {
    border: none;
    background: transparent;
    padding: 10px 0px;
}

/*****************************************
**************03-06-2025*****************
*******************************************/
.follower-list {
    padding-top: 15px;
}

.follow-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 15px;
}

.follow-card h4 {
    font-size: 18px;
    color: #082442;
    font-weight: 600;
    white-space: nowrap;
    margin: 0;
}

.follow-card h4 span {
    font-weight: 400;
    display: block;
}

/********************************
**********21-06-2025*************
**********************************/
.user-icons a {
    position: relative;
}

.user-icons input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.pop-uploads input[type="text"] {
    padding: 0;
    margin: 0px;
}

.pop-uploads .flex-span {
    padding: 12px 0px 25px 0px;
    border-top: 1px solid #8f8f8f;
    padding-top: 11px;
    margin-top: 25px;
}

.image-upload {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.upload-icon {
    border-radius: 10px;
    overflow: hidden;
}

.image-upload label {
    width: 49%;
    position: relative;
}

label .close-btn {
    background-color: #ffff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    right: 8px;
    border-radius: 50%;
    line-height: 30px;
    width: 30px;
    height: 30px;
    z-index: 99;
    cursor: pointer;
}

span.close-btn:after {
    content: "+";
    color: #7030a0;
    line-height: normal;
    display: inline-block;
    transform: rotate(45deg);
    margin-left: 4px;
    font-size: 30px;
    margin-top: -2px;
}

.profile-modal .modal-content {
    border-radius: 15px;
    padding: 50px;
}

label.label-none {
    display: none;
}

.user-function .menu-toggles ul button {
    background: transparent;
    border: none;
}

.profile-modal .modal-content {
    max-height: 600px;
    overflow-y: auto;
}

.modal.profile-modal.show .modal-dialog {
    border-radius: 15px;
    overflow: hidden;
}

.modal.profile-modal .modal-body button.close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #7030a0;
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 0px;
    color: #fff;
    float: none;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    justify-content: center;
    transform: none;
}

.modal.profile-modal .modal-body button.close:before {
    content: "+";
    font-size: 30px;
    transform: rotate(45deg);
    margin-left: 3px;
    margin-bottom: 2px;
}

.modal.profile-modal .modal-body {
    position: static;
}

/********************************
**********21-06-2025*************
**********************************/
.user-icons a {
    position: relative;
}

.user-icons input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.pop-uploads input[type="text"] {
    padding: 0;
    margin: 0px;
}

.pop-uploads .flex-span {
    padding: 12px 0px 25px 0px;
    border-top: 1px solid #8f8f8f;
    padding-top: 11px;
    margin-top: 25px;
}

.image-upload {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.upload-icon {
    border-radius: 10px;
    overflow: hidden;
}

.image-upload label {
    width: 49%;
    position: relative;
}

label .close-btn {
    background-color: #ffff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    right: 8px;
    border-radius: 50%;
    line-height: 30px;
    width: 30px;
    height: 30px;
    z-index: 99;
    cursor: pointer;
}

span.close-btn:after {
    content: "+";
    color: #7030a0;
    line-height: normal;
    display: inline-block;
    transform: rotate(45deg);
    margin-left: 4px;
    font-size: 30px;
    margin-top: -2px;
}

.profile-modal .modal-content {
    border-radius: 15px;
    padding: 50px;
}

label.label-none {
    display: none;
}

.user-function .menu-toggles ul button {
    background: transparent;
    border: none;
}

.profile-modal .modal-content {
    max-height: 600px;
    overflow-y: auto;
}

.modal.profile-modal.show .modal-dialog {
    border-radius: 15px;
    overflow: hidden;
}

.modal.profile-modal .modal-body button.close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #7030a0;
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 0px;
    color: #fff;
    float: none;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    justify-content: center;
    transform: none;
}

.modal.profile-modal .modal-body button.close:before {
    content: "+";
    font-size: 30px;
    transform: rotate(45deg);
    margin-left: 3px;
    margin-bottom: 2px;
}

.modal.profile-modal .modal-body {
    position: static;
}


.open-gallery .popup-content {
    display: block !important;
    background-color: #000;
}

.open-gallery .popup-content.open-popup-content {
    background-color: #fff !important;
    color: #262626;
}

.popup-content .feed-head-data {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.popup-content p {
    font-size: 14px;
    line-height: normal;
}

.popup-content h5,
.popup-content button.btn.btn-primary {
    color: #fff;
}

.mobile-pop-desc,
.popup-content.open-popup-content .pop-desc {
    display: none;
    transition: 0.5s;
}

.popup-content.open-popup-content .mobile-pop-desc {
    display: block;
    transition: 0.5s;
}

.popup-content {
    max-width: 60%;
    margin: 0 auto;
    background-color: #000;

}

/*****************************************
**************03-06-2025*****************
*******************************************/
.follower-list {
    padding-top: 15px;
}

.follow-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 15px;
}

.follow-card h4 {
    font-size: 18px;
    color: #082442;
    font-weight: 600;
    white-space: nowrap;
    margin: 0;
}

.follow-card h4 span {
    font-weight: 400;
    display: block;
}

/********************************
**********21-06-2025*************
**********************************/
.user-icons a {
    position: relative;
}

.user-icons input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.pop-uploads input[type="text"] {
    padding: 0;
    margin: 0px;
}

.pop-uploads .flex-span {
    padding: 12px 0px 25px 0px;
    border-top: 1px solid #8f8f8f;
    padding-top: 11px;
    margin-top: 25px;
}

.image-upload {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.upload-icon {
    border-radius: 10px;
    overflow: hidden;
}

.image-upload label {
    width: 49%;
    position: relative;
}

label .close-btn {
    background-color: #ffff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    right: 8px;
    border-radius: 50%;
    line-height: 30px;
    width: 30px;
    height: 30px;
    z-index: 99;
    cursor: pointer;
}

span.close-btn:after {
    content: "+";
    color: #7030a0;
    line-height: normal;
    display: inline-block;
    transform: rotate(45deg);
    margin-left: 4px;
    font-size: 30px;
    margin-top: -2px;
}

.profile-modal .modal-content {
    border-radius: 15px;
    padding: 50px;
}

label.label-none {
    display: none;
}

.user-function .menu-toggles ul button {
    background: transparent;
    border: none;
}

.profile-modal .modal-content {
    max-height: 600px;
    overflow-y: auto;
}

.modal.profile-modal.show .modal-dialog {
    border-radius: 15px;
    overflow: hidden;
}

.modal.profile-modal .modal-body button.close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #7030a0;
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 0px;
    color: #fff;
    float: none;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    justify-content: center;
    transform: none;
}

.modal.profile-modal .modal-body button.close:before {
    content: "+";
    font-size: 30px;
    transform: rotate(45deg);
    margin-left: 3px;
    margin-bottom: 2px;
}

.modal.profile-modal .modal-body {
    position: static;
}