:root {
    --grey-color: #a9a9a9;
    --text-color: #44444f;
    --darkgrey: #979797;
    --font-family: "Poppins", sans-serif;
    --purple: #6246e8;
    --pink: #e80b9e;
    --secondpurple: #6a42e3;
    --blue: #2ca6da;
    --dark-blue: #1c70d3;
    --gradient: linear-gradient(80deg, #6246e8 0%, #e80b9e 100%);
    /* xtra */
    --yellow: #fcbc52;
    --green: #4fd5a2;
    --lightpurple: #f4f2ff;
    --lightgrey: #535353;
    --lighttitle: #646464;
    --secondpink: #d0388c;
    --scrollbarBG: #F3F3F3;
    --thumbBG: linear-gradient(80deg, #6246e8 0%, #e80b9e 100%);
    --text-skyblue: #2CA6DA;
    --purple-text:#6943E5; 
    --upload-text:#3EC6D6;
    --upload-purple:#EDE6FE;
    --text-job:#12224F;
    --text-blue: #6246EA;
}

body {
    padding: 0px;
    margin: 0px;
    color: #000000;
    background-color: #fafafb;
    font-family: var(--font-family);
    font-size: 16px;
    word-break: break-word;
}

img {
    padding: 0px;
    margin: 0px;
    max-width: 100%;
}
.text-darkpurple{
    color:var(--purple-text);
}

.form-control:focus,
.btn:focus {
    box-shadow: none;
}

textarea,
input,
input:focus,
select,
button {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

button.disabled,
button[disabled],
.btn.disabled,
.btn:disabled {
    color: #fff;
    background-color: #a8a8a8 !important;
    border-color: #a8a8a8;
    opacity: 0.9;
    background: #a8a8a8 !important;
}
/*==========common========*/

.gradient-color,
.bg-gradient {
    background: linear-gradient(80deg, #6246e8 0%, #e80b9e 100%);
    /* background: linear-gradient(to right, #6a42e3, var(--pink)); */
}

.btn-gradient {
    background: linear-gradient(80deg, #6246e8 0%, #e80b9e 100%);
    /* background: linear-gradient(to right, #6a42e3, var(--pink)); */
    color: #fff;
    border: none;
}

.btn-gradient:hover {
    color: #e0e0e0;
}

.lightgrey-text {
    color: var(--lightgrey);
}
.upload-text{
    color: var(--upload-text);
}
.text-grey {
    color: var(--grey-color);
}

.url-secondpink {
    color: var(--secondpink);
}

.bg-pink {
    background: var(--pink);
}

.bg-purple {
    background: var(--purple);
}
.text_blue{
    color: var(--text-blue);
}

.bg-lightpurple {
    background: var(--lightpurple);
}

.text-pink {
    color: var(--pink);
}
.job-loct{
    color: var(--text-job);
}

.text-purple,
.text-purple:hover {
    color: var(--purple);
}

.text-blue,
.text-blue:hover {
    color: var(--blue);
}

.text-blue-link,
.text-blue-link:hover {
    color: #0d66d0;
}

.text-color,
.text-color:hover {
    color: var(--text-color);
}

.lighttitle .lighttitle:hover {
    color: var(--lighttitle);
}

.dark-grey,
.dark-grey:hover {
    color: var(--darkgrey);
}

.text-black {
    color: #000;
}

a.text-black:hover {
    color: #1f1f21;
}

.fw-400,
.fw-normal {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-bolder {
    font-weight: bolder;
}

.link-color,
.link-color:hover {
    color: #6246e8;
}

.space-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.space-6 {
    padding-top: 30px;
    padding-bottom: 60px;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.bg-none {
    background: none;
    background-color: transparent;
}

.text-dark-color {
    color: #707070;
}

.py-2-5 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.cursor-pointer {
    cursor: pointer;
}

.radius-20 {
    border-radius: 20px;
}

.radius-15 {
    border-radius: 15px;
}

.radius-10 {
    border-radius: 10px;
}

.radius-3 {
    border-radius: 3px;
}

.one-line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.two-line {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.four-lines {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

.line-ht-auto {
    line-height: unset!important;
}
/* .few-line {
display: block;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 6;
} */

.text-underline,
.text-underline:hover {
    text-decoration: underline;
}

.purple-check {
    accent-color: var(--purple);
}
/* buttons */

.btn,
.btn-lg,
.btn-md {
    border-radius: 3px !important;
}

.lg-btn {
    height: 56px;
}

a.lg-btn {
    line-height: 44px;
}

.dropdown-item {
    padding: 0.4rem 1.5rem;
    cursor: pointer;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--purple);
}

.full-absolute,
.full-input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.full-input {
    cursor: pointer;
    opacity: 0;
    z-index: 9;
}

.basic-shadow {
    box-shadow: 0px 3px 6px #00000029;
    -webkit-box-shadow: 0px 3px 6px #00000029;
}
/* auth header */

.auth-header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

.auth-header .nav-item {
    margin-left: 30px;
}

.auth-header .nav-link {
    font-size: 18px;
}

.auth-header .nav-item.active .nav-link,
.auth-header .nav-link.active {
    color: var(--purple);
}

.auth-header .navbar-toggler {
    border: none;
}

.auth-header .navbar-toggler.cross-toggler .navbar-toggler-icon {
    background-image: url(../images/close.png);
    background-size: 21px auto;
}
/* login  */

.auth-page {
    color: var(--text-color);
    background-color: #fff;
}

.auth-page .row.space-6,
.auth-subscription {
    min-height: calc(100vh - 110px);
    align-items: center;
}

.auth-logo {
    width: 200px;
}

.auth-left {
    max-width: 450px;
    width: 100%;
}

.auth-left h2 {
    border-bottom: 3px solid var(--pink);
    color: #8d3f92;
    display: inline-block;
    font-size: 36px;
    padding-bottom: 5px;
}

.authfield .form-control {
    padding: 10px 20px 10px 25px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #b9b9b9;
    height: 58px;
    font-weight: 400;
}

.authfield textarea.form-control {
    min-height: 110px;
    resize: none;
}

.authfield label {
    position: absolute;
    top: -11px;
    font-weight: 500;
    left: 20px;
    background: #fff;
    font-size: 16px;
    z-index: 1;
}

div .inner-form .authfield .form-control:focus+label {
    color: var(--purple) !important;
}

.authfield .form-control:focus {
    border-color: #a89be7;
}

.authfield {
    margin-bottom: 38px;
    position: relative;
}

.authfield .select2-container--default .select2-selection--single,
.authfield .select2-container--default .select2-selection--multiple {
    padding: 10px 20px 10px 20px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #b9b9b9;
    min-height: 58px;
}

.authfield .select2-container--default .select2-selection--single .select2-selection__arrow b,
.authfield .select2-container--default .select2-selection--multiple .select2-selection__arrow b {
    all: unset;
    display: inline-block;
    border-right: 2px solid var(--text-color);
    border-bottom: 2px solid var(--text-color);
    width: 8px;
    height: 8px;
    transform: rotate(-315deg);
}

.authfield .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
}

.authfield .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    font-weight: 400;
    /* color: black; */
}

.authfield .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background: #e4e4e4;
    font-size: 14px;
    padding: 5px 14px 6px 9px;
    border: none;
    border-radius: 3px;
}

.authfield input:placeholder {
    color: #000;
}

.phonenumber .iti {
    width: 100%;
}

.phonenumber .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    background: none;
    position: relative;
}

.phonenumber .iti--separate-dial-code .iti__selected-flag:after {
    position: absolute;
    top: 24%;
    bottom: 0;
    right: 0;
    content: "";
    background: #a9a9a9;
    width: 1px;
    height: 55%;
}

.phonenumber .iti__selected-flag .iti__flag {
    display: none;
}

.phonenumber .iti__selected-flag {
    padding: 0 6px 0 14px;
}

.single-select-block .select2-selection.select2-selection--single {
    padding: 10px 20px 10px 25px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #b9b9b9;
    height: 58px;
}

.single-select-block .select2-selection__rendered {
    padding: 0px;
    line-height: 37px !important;
}

.single-select-block .select2-selection__arrow {
    top: 14px !important;
    right: 6px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--purple) !important;
    background: var(--purple) !important;
    color: #fff;
}

.single-select-block .select2-dropdown.select2-dropdown--above {
    padding-top: 10px;
    top: 6px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.single-select-block .select2-dropdown.select2-dropdown--below {
    top: -7px;
    border: 1px solid #6a42e3;
}

.toggle-password {
    position: absolute;
    top: 18px;
    right: 15px;
    cursor: pointer;
    color: var(--text-color);
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none !important;
}

.select-authfield .select2-selection.select2-selection--multiple:after {
    all: unset;
    display: inline-block;
    border-right: 2px solid var(--text-color);
    border-bottom: 2px solid var(--text-color);
    width: 8px;
    height: 8px;
    transform: rotate(-315deg);
    content: "";
    right: 11px;
    top: 20px;
    position: absolute;
}

span.select2-selection.select2-selection--multiple {
    cursor: pointer;
}

.salary-option {
    display: grid;
    grid-template-columns: 1fr minmax(100px, auto);
}

.salary-option .form-control {
    border-radius: 3px 0px 0px 3px;
    border-right: none;
}

.salary-option .select2-container--default .select2-selection--single,
.salary-option .select2-container--default .select2-selection--multiple {
    background-color: var(--purple);
    border-radius: 0px 3px 3px 0px;
    border-color: var(--purple);
}

.salary-option .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.salary-option .select2-container--default .select2-selection--single .select2-selection__arrow b,
.salary-option .select2-container--default .select2-selection--multiple .select2-selection__arrow b {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.password-field.form-control {
    padding-right: 40px;
}
/* subscription page =====*/

.plan-toggle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle-inner {
    width: 55px;
    margin: 0 10px;
    height: 26px;
    border: 1px solid var(--purple);
    border-radius: 25px;
    position: relative;
}

.circle-toggle {
    position: absolute;
    height: 22px;
    width: 22px;
    background-color: var(--purple);
    top: 1px;
    left: 2px;
    border-radius: 50%;
    transition: 300ms all;
}

.toggle-inner input:checked+span {
    left: calc(100% - 24px);
}

.active-plan .t-month,
.t-annual {
    color: #44444f;
}

.t-month,
.active-plan .t-annual {
    color: var(--purple);
}

.subscription-plan-box {
    background-color: #f4f4f4;
    box-shadow: 0px 25px 25px #0000001a;
    padding: 50px 30px;
    color: #000;
}

.subscription-plan-box h4 {
    letter-spacing: 2.4px;
}

.tab-inner {
    display: none;
}

.subscription-plan-box .subscription-points {
    max-width: 250px;
}

.subscription-points {
    list-style: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    list-style: disc;
}
.subscription-points li::marker {color: black;width: 5px;height: 5px;}
.subscription-points li {
    position: relative;
    color: #646464;
    margin-bottom: 12px;
    text-align: left;
}


.recommended.subscription-plan-box {
    transform: scale(1.1);
    padding-top: 100px;
}

.recommended.subscription-plan-box:after {
    content: "recommended";
    font-weight: 700;
    font-size: 12px;
    left: calc(50% - 65px);
    padding: 3px 14px;
    border: 1px solid var(--purple);
    text-transform: uppercase;
    position: absolute;
    top: 40px;
    color: var(--purple);
}

.img-36 {
    height: 36px;
    width: 36px;
    object-fit: cover;
    border-radius: 50%;
}
/* new subscription */

.subscription-points li {
    font-size: 12px;
    color: #000000;
}

.subsc-slider .owl-dots {
    margin-top: 10px;
}

.subscription-block-box {
    background: #f9f9f9;
    border-radius:0 0 17px  17px;
    overflow: hidden;
}

.subscription-block-box .subscription-points {
    margin-top: 10px;
    height: 180px;
    padding-left: 18px;
}
.subscription-block-box .custom-subscription-points {
    height: 130px;
}
/* 
.upper-subsc-info {
    background-image: url(../images/subscription-bg.png);
    height: 230px;
    background-size: 100% 230px;
    background-position: top center;
    background-repeat: no-repeat;
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    padding: 10px 15px;
    grid-gap: 10px;
} */
/* 
.subscription-price {
    width: 140px;
    height: 140px;
    border: 4px solid var(--purple);
    border-radius: 50%;
    color: var(--purple);
    box-shadow: inset 0px 1px 7px rgb(98 70 232 / 40%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    flex-direction: column;
    background: #fff;
} */

.subscription-price small {
    line-height: 20px;
}
/* =======Thin scroll==== */

.thin-scroll {
    scrollbar-width: thin;
    overflow-y: auto;
    scrollbar-color: #aaa #fff;
}

.thin-scroll::-webkit-scrollbar {
    width: 5px;
}

.thin-scroll::-webkit-scrollbar-track {
    background: #fff;
}

.thin-scroll::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 20px;
    border: 3px solid #aaa;
}
/* gradient scroll */

.common-scroll-grident::-webkit-scrollbar {
    width: 5px;
    
}

.common-scroll-grident::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px linear-gradient(80deg, #6246e8 0%, #e80b9e 100%);
    border-radius: 10px;
}

.common-scroll-grident::-webkit-scrollbar-thumb {
    background: linear-gradient(80deg, #6246e8 0%, #e80b9e 100%);
    border-radius: 10px;
}

.common-scroll-grident {
    scrollbar-width: thin;
    overflow-y: auto;
    scrollbar-color: var(--purple) #fff;
}
/* select 2 scroll */

.select2-container--default .select2-results>.select2-results__options {
    scrollbar-width: thin;
    overflow-y: auto;
    scrollbar-color: #aaa #fff;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: #fff;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 20px;
    border: 3px solid #aaa;
}
/*=============== Inner header ================*/

.user-img {
    height: 40px;
    width: 40px;
    object-fit: cover;
}

.header-search-block input {
    background: #fafafb;
    height: 50px;
    min-width: 220px;
    width: 100%;
    border: 1px solid #f1f1f5;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 35px;
}

.header-search-block input:focus {
    border: 1px solid #dedede;
}

.header-search-block .header-search-icon {
    right: 11.2px;
    top: 10px;
}

.header-search-icon img {
    height: 23px;
}
/* .header-search-block {
max-width: 450px;
width: 100%;
} */

.header-block {
    /* box-shadow: 0 0.5rem 1.5rem 0 rgb(58 59 69 / 7%);
-webkit-box-shadow: 0 0.5rem 1.5rem 0 rgb(58 59 69 / 7%); */
    /* padding: 13px 20px; */
    padding: 13px 32px 13px 20px;
    flex-wrap: nowrap;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.countli {
    padding-left: 12px;
}

.search-link {
    display: flex;
    color: var(--text-color);
    align-items: center;
    justify-content: flex-end;
    margin-right: 5px;
}

.search-link:hover {
    color: var(--text-color);
}

.search-link img {
    height: 25px;
    margin-right: 4px;
    margin-top: -1px;
}

.header-block .head-menu-list {
    min-width: 770px;
    margin-right: 16px;
}

.head-menu-list .nav-link .active-nav-img {
    display: none;
}

.header-block .head-menu-list .nav-link.active,
.header-block .head-menu-list .active .nav-link {
    color: #d0388c;
}

.header-block .head-menu-list .nav-link.active .nav-img,
.head-menu-list .active .nav-link .nav-img {
    display: none;
}

.header-block .head-menu-list .nav-link.active .active-nav-img,
.head-menu-list .active .nav-link .active-nav-img {
    display: inline-block;
}

.header-block .head-menu-list .nav-link img {
    margin-right: 8.5px;
    width: 21px;
    height: 21px;
    object-fit: contain;
}

.header-block .head-menu-list span {
    font-size: 16px;
    padding-top: 3px;
}

.header-block img.notification-icon {
    width: 16px !important;
    object-fit: contain;
}

.header-block a#notification-dropdown:after {
    display: none;
}

.header-block .logo-img {
    height: 53px;
    object-fit: contain;
    min-width: 150px;
    margin-right: 6px;
    max-width: 180px;
}

.mobile-logo-img {
    display: none;
    height: 45px;
    min-width: 45px;
    object-fit: contain;
}

.header-block .head-menu-list .nav-item {
    margin-left: 15px;
}

.header-block .head-menu-list .nav-link {
    color: var(--text-color);
    font-weight: 500;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.fixed-nav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
}

.user-dropdown img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.logout-drop.dropdown-menu.show {
    overflow-y: auto;
    box-shadow: 0px 1px 4px #0000001a;
    border: none;
    min-width: 180px;
    border-radius: 3px;
}

.new-red-notification {
    position: absolute;
    top: -2px;
    border-radius: 50%;
    right: 8px;
    width: 14px;
    height: 14px;
    background: #DD0FA3;
    font-size: 9px;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.right-header {
    display: grid;
    align-items: center;
    min-width: 100px;
    grid-template-columns: auto 30px auto;
}
/*==notification menu ===*/

.notification-drop .dropdown-menu {
    top: calc(100% + 28px);
    width: 435px;
    right: -31px;
    box-shadow: 0px 3px 8px #00000029;
    border: none;
    padding: 0px;
}

.notification-drop .dropdown-menu:before {
    content: "";
    right: 14px;
    position: absolute;
    display: block;
    width: 0px;
    top: 8px;
    border: 15px solid transparent;
    border-top: 0;
    border-bottom: 20px solid #ffffff;
    transform: translate(-50%, calc(-100% - 5px));
}

.notification-drop .notification-header {
    background-color: #ffffff;
    padding: 10px 25px;
    font-weight: 500;
    display: flex;
    font-size: 22px;
    align-items: center;
    color: var(--purple);
    justify-content: space-between;
    box-shadow: 0px 3px 6px #00000012;
}

.notification-header img {
    height: 21px;
    margin-right: 5px;
    width: 21px;
    object-fit: contain;
}
.notification-title{
    color:#000;
}
.notification-list {
    max-height: calc(100vh - 170px);
    overflow-y: auto;
    list-style: none;
    margin-bottom: 0px;
    padding: 10px 0px 20px 0px;
}

.notification-item {
    padding: 20px 25px;
    /* background-color: #ffffff; */
    border-radius: 10px;
    display: grid;
    grid-template-columns: 50px 1fr auto;
    align-items: flex-start;
    margin-bottom: 8px;
    text-decoration: none !important;
    color: var(--text-color);
    position: relative;
    align-items: center;
    gap:2px;
}
.list-heading {
    padding: 14px 25px;
    background: #FCFBFF 0% 0% no-repeat padding-box;
    margin-bottom: 12px;
}
li.accept-filter {
    background: #F4F2FF;
    box-shadow: 0px 3px 6px #00000012;
    margin: 10px 0;
}

.notification-item h5 {
    margin: 0;
    color: var(--themecolor);
    font-size: 16.5px;
    font-weight: 600;
    white-space: initial;
}
.notification-item p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 600;
}

.notification-item .img-40 {
    width: 41px;
    text-align: left;
    margin-right: auto;
    border-radius: 50%;
    height: 41px;
    object-fit: cover;
    border:1px solid #6b42e3;
}

.notification-item p.notification-time {
    font-size: 11px;
    text-align: right;
    display: flex;
    align-self: start;
    margin-left: auto;
}
/* ===========Left Sidebar=================== */

.innerpage {
    display: flex;
    max-width: 2200px;
    flex-wrap: nowrap;
    margin: 0 auto;
}

.left-aside,
.filter-aside,
.right-aside {
    height: calc(100vh - 79px);
}

.filter-aside,
.left-aside {
    position: sticky;
    left: 0;
    top: 79px;
    position: -webkit-sticky;
    bottom: 0;
    background-color: #fff;
    min-width: 250px;
    width: 250px;
}

.feed-profile-pic {
    background: #ede4ff;
    display: grid;
    border-radius: 3px;
    border: 1px solid #e2e2ea;
    grid-template-columns: 32px 1fr;
    grid-gap: 6px;
    padding: 10px 6px;
    align-items: center;
}

.feed-profile-pic p {
    margin-bottom: -2px;
}

.feed-profile-pic img {
    height: 32px;
    width: 32px;
    object-fit: cover;
    border-radius: 50%;
}

.feed-sidebar-list-item {
    margin: 28px 0px;
    display: block;
    text-decoration: none;
    color: var(--text-grey-dark);
}

.feed-sidebar-list-item.active-feed-item {
    color: var(--purple);
}

.feed-sidebar-list-item:hover {
    text-decoration: none;
}

.feed-sidebar-list-item img {
    margin-right: 9px;
    width: 21px;
    object-fit: contain;
}

.feed-sidebar-list-item span {
    font-weight: 500;
    color: #44444f;
}

.feed-active-img {
    display: none;
}

.active-feed-nav .feed-side-img {
    display: none;
}

.active-feed-nav .feed-active-img {
    display: inline-block;
}

.active-feed-nav span {
    color: var(--purple);
}
/* ===========right aside============ */

.right-aside {
    position: sticky;
    position: -webkit-sticky;
    top: 79px;
    min-width: 400px;
    width: 400px;
    bottom: 0;
    z-index: 9;
    background-color: #fff;
}
/* center */

.center-content {
    min-width: calc(100% - 650px);
    width: calc(100% - 650px);
    /* margin: 0 400px 0px 250px; */
}

.center-content .center-container {
    max-width: 800px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    width: 100%;
}

.whitebox,
.whitebox-shadow,
.post-box,
.job-box,
.course-box {
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 20px;
}

.whitebox-shadow,
.post-box,
.job-box,
.course-box {
    box-shadow: 0px 3px 6px #00000029;
    -webkit-box-shadow: 0px 3px 6px #00000029;
}

.grid-create {
    display: grid;
    grid-gap: 30px;
    align-items: center;
    grid-template-columns: 36px 1fr;
}

.create-post-option {
    max-width: 450px;
    width: 100%;
    justify-content: space-between;
    margin-left: 66px;
}

/* .create-post-option li img {
    height: 16px;
    max-width: 24px;
    object-fit: contain;
    margin-right: 3px;
} */

.create-post-option li {
    color: #000000;
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
}

.feed-user {
    align-items: start;
    grid-gap: 10px;
    display: grid;
    grid-template-columns: 40px 1fr auto;
}

.feed-user .userimg {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.post-options {
    display: flex;
    align-items: center;
}

.post-options .bookmark-icon img {
    width: 18px;
    object-fit: contain;
}

.feed-actions {
    padding: 0px 0px;
    background: transparent linear-gradient(87deg, #C51B1B 0%, #733CDC 0%, #E513A2 100%) 0% 0% no-repeat padding-box;
    /* border-top: 1px solid #f1f1f5;
    border-bottom: 1px solid #f1f1f5;
    padding: 12px 0px;
    margin-top: 10px; */
}

.inner-feedactions {
    /* max-width: 420px; */
    justify-content: space-between;
    display: flex;
    align-items: start;
}

.feed-actions img {
    position: relative;
    bottom: 1px;
    width: 21px;
    object-fit: contain;
    height: 18px;
    /* margin-right: 3px; */
}

.feed-actions span {
    font-size: 14px;
    color: #fff;
}

.inner-feedactions .custom-gap {
    gap: 30px;
    padding-left: 10px !important;
}

.notify-gap-cus.custom-border {
    background: #FFE8F8;
    /* / opacity: 0.8; / */
    border-radius: 50%;
    height: 33px;
    width: 33px;
    padding: 5px 1px;
}

.feed-comment {
    display: grid;
    grid-template-columns: 36px 1fr;
    grid-gap: 10px;
    align-items: start;
    margin-top: 14px;
}

.comment-textarea {
    background-color: #fafafb;
    border: 1px solid #f1f1f5;
    display: block;
    border-radius: 15px;
    resize: none;
    height: 46px;
    min-height: 46px;
    width: 100%;
    padding-right: 34px;
}

.comment-textarea:focus {
    background-color: #fafafb;
    border-color: #dedede;
}

.comment-textarea::-webkit-input-placeholder {
    line-height: 30px;
}

.comment-textarea:-ms-input-placeholder {
    line-height: 30px;
}

.comment-textarea::placeholder {
    line-height: 30px;
}

.texarea-comment-block {
    position: relative;
}

.texarea-comment-block .comment-emoji {
    position: absolute;
    top: 9px;
    border: none;
    right: 8px;
}

.feed-comment .img-36 {
    margin-top: 5px;
}

.comment-item {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 36px 1fr auto;
    margin-top: 24px;
    margin-bottom: 10px;
}

.comment-item .dropdown img {
    height: 21px;
}

.comment-item .comment-person-name,
.comment-item .dropdown {
    margin-top: -2.8px;
}

.comment-time {
    min-width: 90px;
    text-align: right;
}
/* =============post Layout=================*/

.post-media-grids .one-media {
    display: block;
    position: relative;
}

.postmedia {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    /* clip-path: inset(1px 1px); */
}

.one-media i,
.post-media-grids i {
    position: absolute;
    top: calc(50% - 40px);
    border-radius: 50%;
    height: 42px;
    width: 42px;
    background: #aaaaaa69;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    font-size: 20px;
    line-height: 42px;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    padding-left: 6px;
}
/* one media */

.post-media-grids .one-media .postmedia {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 550px;
    background-color: #000;
    border-radius: 15px;
}

.post-media-grids .one-media video {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 550px;
    background-color: #000;
    border-radius: 15px;
}
/* two media */

.post-media-grids .two-media {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0px 12px;
}

.two-media .post-media-item {
    height: 450px;
}

.post-media-item {
    position: relative;
    display: block;
}
/* third media */

.post-media-grids .three-media {
    flex-wrap: wrap;
    display: flex;
}

.three-media .post-media-item:nth-of-type(1),
.three-media .post-media-item:nth-of-type(2) {
    margin-bottom: 8px;
}

.three-media .post-media-item:nth-of-type(1) {
    margin-right: 8px;
    width: calc(50% - 8px);
}

.three-media .post-media-item:nth-of-type(2) {
    width: 50%;
}

.three-media .post-media-item:nth-of-type(3) {
    width: 100%;
}

.three-media .post-media-item {
    max-height: 380px;
}
/* four media */

.post-media-grids .four-media,
.post-media-grids .more-media {
    flex-wrap: wrap;
    display: flex;
}

.post-media-grids .four-media .post-media-item,
.post-media-grids .more-media .post-media-item {
    max-height: 300px;
}

.post-media-grids .four-media .post-media-item:nth-of-type(1),
.post-media-grids .more-media .post-media-item:nth-of-type(1) {
    width: 40%;
    margin-bottom: 8px;
    display: block;
}

.post-media-grids .four-media .post-media-item:nth-of-type(2),
.post-media-grids .more-media .post-media-item:nth-of-type(2) {
    width: calc(60% - 8px);
    margin-left: 8px;
    margin-bottom: 8px;
    display: block;
}

.post-media-grids .four-media .post-media-item:nth-of-type(3),
.post-media-grids .more-media .post-media-item:nth-of-type(3) {
    width: calc(60% - 8px);
    margin-bottom: 8px;
    margin-right: 8px;
    display: block;
}

.post-media-grids .four-media .post-media-item:nth-of-type(4),
.post-media-grids .more-media .post-media-item:nth-of-type(4) {
    width: 40%;
    margin-bottom: 8px;
    display: block;
    position: relative;
}
/* five media */

.post-media-grids .more-media .post-media-item {
    display: none;
}

.post-media-grids .more-media .post-media-item:nth-of-type(4):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    display: flex;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
}

/* .post-media-grids .more-media .post-media-item:nth-of-type(4)::before {
    content: "+More";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: #fff;
    height: 100%;
    display: flex;
    z-index: 9;
    align-items: center;
    justify-content: center;
} */

.course-info {
    background-color: #f4f6fc;
    display: grid;
    grid-gap: 8px;
    align-items: center;
    grid-template-columns: 36px 1fr auto;
}

.course-image {
    width: 100%;
    max-height: 400px;
    height: auto;
    object-fit: contain;
    background-color: #000;
}

.right-aside .connections-list,
.right-aside .bookmark-list,
.bookmark-list-show {
    max-height: calc(100vh - 145px);
}

.right-aside .connections-list li {
    display: grid;
    grid-template-columns: 34px 1fr ;
    align-items: center;
    padding-right: 12px;
    grid-gap: 10px;
    /* margin-bottom: 5px; */
    overflow: hidden;
}
.chatRight.right-aside .connections-list li {
    grid-template-columns: 34px 1fr ;
}

.right-aside .connections-list img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.online-dot {
    border-radius: 50%;
    width: 9px;
    display: inline-block;
    background-color: #82c43c;
    height: 9px;
}
.bi-dot {
    border-radius: 50%;
    width: 9px;
    display: inline-block;
    background-color: #c3bebe;
    height: 9px;
}
.chatRight .bi-dot{
    border-radius: 50%;
    width: 10px;
    position: absolute;
    right: -4px;
    bottom: 11px;
    display: inline-block;
    background-color: #c3bebe;
    height: 10px;
}
.chatRight .online-dot {
    border-radius: 50%;
    width: 10px;
    position: absolute;
    display: inline-block;
    background-color: #82c43c;
    height: 10px;
    right: -4px;
    bottom: 11px;
}
/* create post */

.theme-modal .modal-header {
    position: relative;
    justify-content: center;
}

.theme-modal .modal-header button {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0.8;
}

.theme-modal .create-post-user img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.theme-modal .shadow-header {
    border-bottom: none;
    box-shadow: 0px 0px 7px -1px #9d9d9d8f;
}

.scroll-post-area {
    /* max-height: calc(100vh - 330px); */
    overflow-y: auto;
    min-height: 150px;
    /* border: 1px solid #ccc; */
}

.theme-modal .post-textarea {
    padding: 10px 10px;
    min-height: 148px;
    outline: none;
    font-size: 15px;
    width: 100%;
}

.theme-modal .post-textarea:empty:before {
    color: #aaa;
    font-weight: 400;
    content: attr(data-placeholder);
    cursor: text;
}

.theme-modal .modal-content {
    border-radius: 3px;
    box-shadow: 0px 1px 9px #00000029;
    overflow: hidden;
}
.post-list-modal-cus li.check-click {
    padding-top: 0px;
    padding-bottom: 7px;
}
ul li.check-click2 {
    padding-top: 0px;
    padding-bottom: 7px;
}
.create-post-option-working li img {
    height: 16px;
    max-width: 24px;
    object-fit: contain;
    margin-right: 3px;
    cursor: pointer;
    width: 20px;
}
/* more page*/

.more-row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.more-row .col-xl-4 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.more-box {
    border: 1px solid var(--purple);
    padding: 25px 15px;
    color: var(--text-color);
    border-radius: 3px;
    position: relative;
    display: block;
    cursor: pointer;
}

.more-box h5 {
    font-size: 15px;
}

.more-box .more-icon {
    height: 38px;
    margin-bottom: 20px;
}

.more-box .more-arrow {
    width: 20px;
    object-fit: contain;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 45%;
}

.more-box:hover {
    background: var(--gradient);
    color: #fff;
}

.more-box:hover .more-icon,
.more-box:hover .more-arrow {
    filter: brightness(0) invert(1);
}
/* my jobs */

.myjob-item {
    padding-bottom: 13px;
    border-bottom: 5px solid #fafafb;
    margin-bottom: 18px;
}

.myjob-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0px;
}

.my-job-infogrid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: flex-start;
    grid-gap: 0px 7px;
}

.myjob-salary {
    background-color: #f4f2ff;
    color: var(--purple);
    margin-bottom: 0px;
    padding: 8px 9px;
    display: inline-block;
    font-size: 12px;
}

.arrow-job {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.job-applications {
    width: 100%;
    max-width: 460px;
    display: flex;
    text-align: center;
    position: relative;
    justify-content: space-between;
}

.job-applications .job-application {
    min-width: 100px;
    margin-top: 10px;
}

.job-applications .blue-applications {
    color: var(--dark-blue);
    border-bottom: 1px solid var(--dark-blue);
}

.job-applications .yellow-applications {
    color: var(--yellow);
    border-bottom: 1px solid var(--yellow);
}

.job-applications .green-applications {
    color: var(--green);
    border-bottom: 1px solid var(--green);
}

.job-applications:after {
    content: "";
    position: absolute;
    background: var(--gradient);
    width: 1px;
    opacity: 0.6;
    height: 29px;
    left: calc(50% - 95px);
    top: 34%;
}

.job-applications:before {
    content: "";
    position: absolute;
    background: var(--gradient);
    width: 1px;
    opacity: 0.6;
    height: 29px;
    left: 70%;
    top: 34%;
}
/* job detauil */

.logo-other {
    width: 50px;
    height: 50px;
    margin-right: 8px;
    object-fit: cover;
    border-radius: 50%;
}

.white-features {
    display: flex;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

.white-features li {
    display: inline-block;
    padding: 5px 12px 5px 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 3px;
}

.job-detailprice {
    background: var(--lightpurple);
    color: var(--purple);
    font-size: 16px;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 3px;
    min-width: 130px;
    display: inline-block;
}

.upload-intro-box {
    background: var(--lightpurple);
    height: 240px;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.upload-intro-box video {
    height: 248px;
    object-fit: cover;
    width: 100%;
    display: block !important;
    margin-bottom: 10px;
    max-height: 319px;
}

.btn-play {
    border: none;
    background: none;
    width: 40px;
    top: 44%;
    padding: 5px 9px 5px 11px;
    height: 40px;
    margin: 0px auto;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.6;
}

.status-purple {
    color: var(--purple);
    background-color: var(--lightpurple);
    border-radius: 3px;
    padding: 8px 10px;
    font-weight: 500;
    display: inline-block;
}

.slot-time {
    color: var(--purple);
    border-radius: 3px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 0px;
    display: inline-block;
    background-color: var(--lightpurple);
}

.slot-time img {
    height: 14px;
}

.slot-grid {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 20px;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
}

.slot-grid:last-of-type {
    border-bottom: none;
}

.slot-grid .purple-check {
    width: 20px;
    height: 20px;
}

.hired-alert {
    background-image: url(../images/congratulations.svg);
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.hired-alert .close-hired {
    width: 47px;
    position: absolute;
    top: 1px;
    right: -4px;
}

.reel-views {
    color: #fff;
    position: absolute;
    margin-bottom: 0px;
    font-size: 12px;
    bottom: 5px;
    right: 8px;
}

.reel-views .f-11 {
    font-size: 11px;
}
/* create job */

.max-590 {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.steps-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: flex-start;
    z-index: 1;
    position: relative;
}

.steps-block li {
    text-align: center;
}

.steps-block .active .form-step {
    background: var(--gradient);
    color: #fff;
    border-color: none;
}

.steps-block .active .step-label {
    color: var(--purple);
}

.step-content {
    padding-top: 55px;
}

.form-step {
    color: var(--grey-color);
    border: 1px solid var(--grey-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    z-index: 88;
    background: #fff;
    display: inline-block;
}

.step-label {
    display: block;
    margin-top: 5px;
    font-size: 10px;
    color: var(--grey-color);
}

.more-words {
    white-space: nowrap;
    position: absolute;
}

.steps-block:after {
    content: "";
    position: absolute;
    max-width: 84%;
    top: 19px;
    right: 0px;
    border: 1px dashed var(--grey-color);
    left: 0;
    text-align: center;
    margin: 0 auto;
    z-index: -1;
}

.step-form-box {
    border: 1px solid #bcbcbc;
    padding: 40px;
    border-radius: 3px;
    margin-bottom: 48px;
}

.step-form-box .authfield:last-of-type {
    margin-bottom: 0px;
}

.authfield .form-control::placeholder {
    color: #b9b9b9;
    font-size: 16px;
}
.step-form-box  .authfield .form-control::placeholder {
    color: #b9b9b9!important;
    font-size: 16px;
}
.step-form-box  .authfield .select2-search__field::placeholder {
    color: #b9b9b9!important;
    font-size: 16px;
    font-weight: 400 !important;
}

.authfield .form-control:-ms-input-placeholder {
    color: var(--grey-color);
}

.step-form-box .authfield label,
.inner-form .authfield label {
    color: var(--text-color);
}

.step-content .authfield .form-control:focus+label,
.inner-form .authfield .form-control:focus+label {
    color: var(--text-color) !important;
}

.step-content .authfield .form-control:focus,
.inner-form .authfield .form-control:focus {
    border-color: #8f8e93;
}

.company-name .img-36 {
    position: absolute;
    left: 23px;
    top: 10px;
    z-index: 9;
}

.company-name .form-control {
    padding-left: 80px !important;
    color: var(--purple);
    font-weight: 500;
}

.next-step-btn {
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 200px;
    font-size: 18px;
    padding: 12px 0px 11px 0px;
    width: 100%;
}

.width-200 {
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
}

.purple-checbox-label {
    display: block;
}

.purple-checbox-label .purple-check {
    width: 16px;
    border-radius: 0px;
    display: inline-block;
    height: 16px;
    bottom: -2px;
    position: relative;
    cursor: pointer;
}

.radio-row .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--purple);
    background: var(--purple);
    border-color: var(--purple);
}

.radio-row .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0px 3px 0.8px rgb(98 70 235 / 52%);
    border-color: var(--purple);
}

.radio-row .custom-control-label {
    color: var(--purple);
    font-weight: 500;
}

.radio-row .custom-control * {
    cursor: pointer;
}
/* jobs listing */

.jobs-pills button {
    background: transparent;
    border: none;
    color: var(--text-color);
    padding: 3px 0px;
    font-weight: 600;
    position: relative;
}

.jobs-pills button.active {
    color: var(--purple);
}

.jobs-pills button.active:after {
    background: var(--gradient);
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    content: "";
    left: 0px;
    right: 0px;
}

.job-features {
    display: flex;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

.job-features li {
    display: inline-block;
    padding: 5px 12px 5px 10px;
    border: 1px solid var(--grey-color);
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 3px;
}

.job-item {
    padding: 18px 0px 15px 0px;
    color: var(--text-color);
    border-bottom: 3px solid #fafafb;
}

.job-item:last-of-type {
    border-bottom: none;
}

.job-item h5 {
    font-size: 22px;
}

.job-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    overflow: hidden;
}

.my-job-status-pills {
    display: flex;
    justify-content: space-between;
    max-width: 280px;
    width: 100%;
}

.my-job-status-pills .nav-link {
    border: none;
    background-color: transparent;
    border-radius: 0px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
}

.my-job-status-pills .nav-link.active,
.my-job-status-pills .show>.nav-link {
    background-color: transparent;
    color: unset;
    border-bottom: 2px solid;
}

.my-job-status-pills .blue-link {
    color: var(--dark-blue) !important;
    border-color: var(--dark-blue);
}

.my-job-status-pills .yellow-link {
    color: var(--yellow) !important;
    border-color: var(--yellow);
}

.my-job-status-pills .green-link {
    color: var(--green) !important;
    border-color: var(--green);
}

.job-list-pill {
    padding: 10px;
    background-color: #f4f2ff;
    border-radius: 3px;
    width: 150px;
    padding-top: 6px;
    padding-bottom: 10px;
    justify-content: space-evenly;
    align-items: center;
    margin-left: auto;
}

.job-list-pill .nav-link {
    padding: 0.3em;
    filter: grayscale(1);
    position: relative;
    border-radius: 0px;
    background: none;
}

.job-list-pill button {
    border: none;
}

.job-list-pill .nav-link img {
    height: 30px;
    width: 30px;
    object-fit: contain;
}

.job-list-pill .nav-link.active,
.job-list-pill .show>.nav-link {
    background-color: transparent;
    filter: none;
}

.job-list-pill .nav-link.active:after,
.job-list-pill .show>.nav-link:after {
    content: "";
    width: 100%;
    left: 0;
    border: 0px;
    bottom: -5px;
    position: absolute;
    height: 3px;
    right: 0;
    background: var(--gradient);
}

.job-list-pill .nav-item {
    position: relative;
}

.job-list-pill .nav-item:first-of-type:after {
    background-color: #e7e4e4;
    height: 92%;
    right: -4px;
    position: absolute;
    content: "";
    width: 1px;
    bottom: 0px;
}

.jobs-pills {
    position: absolute;
    top: 32px;
    left: 20px;
}
/* filter aside */

.side-filter-block .filter-field {
    margin-bottom: 25px;
}

.side-filter-block .filter-field label {
    font-weight: 600;
    color: var(--text-color);
    display: block;
    margin-bottom: 4px;
}

.side-filter-block .filter-field .range-box {
    min-height: 60px;
    border-radius: 3px;
    border: 1px solid #d4d4d4;
    padding: 10px;
}

.side-filter-block .range-input {
    accent-color: var(--purple);
    width: 100%;
}
.side-filter-block .select2-container--default .select2-selection--single {
    height: 40px;
    min-height: 40px;
    border: 1px solid #ced4da !important;
    border-radius: 3px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple{
    border: 1px solid #ced4da !important;
    outline: 0;
}

.side-filter-block .form-control:focus {
    border-color: #aaa;
}

.side-filter-block .select2-container--default .select2-selection--single {
    height: 40px;
    min-height: 40px;
    border: 1px solid #ced4da !important;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #b9b9b9;
    /* padding-left: 5px; */
}

.side-filter-block .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.side-filter-block .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.side-filter-block .select2-container--focus .select2-selection--single {
    border-color: #aaa;
}

.side-filter-block .select2-selection__arrow {
    display: none;
}

.side-filter-block .select2-search__field {
    width: 100%!important;
    padding-left: 6px!important;
}

.side-filter-block .select2-search.select2-search--inline {
    display: block;
    width: 100%;
}
/* .side-filter-block
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b ,
.side-filter-block
.select2-container--default
.select2-selection--multiple
.select2-selection__arrow
b  {
all: unset;
display: inline-block;
border-right: 2px solid var(--darkgrey);
border-bottom: 2px solid var(--darkgrey);
width: 7px;
height: 7px;
transform: rotate(-315deg);
} */

.side-filter-block .select2-selection.select2-selection--multiple {
    position: relative;
}

.side-filter-block .select2-selection.select2-selection--multiple:after,
.side-filter-block .select2-selection.select2-selection--single:after {
    display: inline-block;
    border-right: 2px solid var(--darkgrey);
    border-bottom: 2px solid var(--darkgrey);
    width: 7px;
    height: 7px;
    transform: rotate(-315deg);
    content: '';
    position: absolute;
    right: 10px;
    top: calc(50% - 5.4px);
}
/* ---marketplace */

.marketplace-box {
    background: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
    display: block;
    padding: 6px 5px;
    position: relative;
    color: var(--text-color) !important;
    border-radius: 3px;
    min-height: 20em;
}

.marketplace-upper {
    position: relative;
}

.marketplace-box .img-main {
    height: 180px;
    width: 100%;
    object-fit: contain;
}

.bookmark-marketplace {
    position: absolute;
    top: 0;
    right: 0px;
}

.bookmark-marketplace img,
.bookmark-job img {
    height: 26px;
    /* top:6px; */
    position: relative;
    width: 26px;
    object-fit: contain;
}

.marketplace-lower {
    padding: 18px 10px 10px 10px;
    overflow: hidden;
}

.marketplace-lower .main-h5 {
    font-size: 18px;
    /* min-height: 43.1px; */
}

.marketplace-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: flex-end;
}

.promote-up {
    height: 12px;
    position: relative;
    top: -1px;
}

.my-job-applicant {
    background-color: #fff;
    border: 1px solid var(--purple);
    padding: 22px 10px;
    text-align: center;
    border-radius: 3px;
    color: unset;
    display: block;
}

.my-job-applicant .image-80 {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.rating-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.rating-list img {
    width: 20px;
    margin-right: 1.3px;
    height: 20px;
    object-fit: contain;
}

.unfill-grey {
    filter: grayscale(1);
}

.job-bookmark .job-company {
    width: 23px;
    margin-right: 5px;
    height: 23px;
    top: -1px;
    position: relative;
    object-fit: cover;
    border-radius: 50%;
}

.job-bookmark {
    border-top: 1px solid #ddd;
    padding: 15px 8px 14px 0px;
    margin-bottom: 6px;
    color: var(--text-color);
}

.job-bookmark .bookmark-22 img {
    height: 22px;
    width: 22px;
    object-fit: contain;
}
/* Reel */

.reel-modal {
    padding-left: 17px !important;
    padding-right: 17px;
}

.reel-page-content {
    width: calc(100% - 250px);
    margin-left: auto;
}

.reel-container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.reel-video {
    position: relative;
}

.reel-video .play-reel {
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    z-index: 2;
    right: 0;
    display: block;
    margin: 0 auto;
}

.reel-video .play-reel img {
    /* height: 22px; */
    object-fit: contain;
}

.reel-video {
    height: 360px;
    cursor: pointer;
}

.reel-video video {
    width: 100%;
    object-fit: cover;
    height: 360px;
}

.reel-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-auto-rows: auto;
    gap: 25px;
    align-items: center;
}

.reel-info {
    background-color: #1f1f21;
    color: #fff;
    display: grid;
    grid-template-columns: 35px 1fr;
    padding: 15px 18px;
    grid-gap: 10px;
    overflow: hidden;
}

.reel-item {
    overflow: hidden;
    border-radius: 15px;
}

.reel-modal .modal-dialog {
    max-width: 767px;
}

.reel-slide {
    display: grid;
    grid-template-columns: 50% 50%;
}

.right-reel .close {
    opacity: 0.8;
    /* 
position: sticky;
background: #fff;
top: 3px;
position: -webkit-sticky;
right: 6px; */
}

.right-reel .close img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.left-reel {
    background-color: #000;
    height: 700px;
}

.left-reel video {
    width: 100%;
    height: 700px;
    object-fit: cover;
    margin: 0px;
    padding: 0px;
}

.circle-company-logo {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.circle-company-logo .comapny-logo {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.reel-person {
    display: grid;
    grid-template-columns: 50px 1fr auto;
    grid-gap: 8px;
    align-items: flex-start;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f5;
}

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

.reel-person .f-11-size {
    font-size: 11px;
    line-height: 16px;
    margin-top: -2px;
    height: 16px;
}

.reel-actions {
    border-top: 1px solid #f1f1f5;
    border-bottom: 1px solid #f1f1f5;
    padding: 1px 0px;
    max-width: 420px;
    justify-content: space-between;
    display: flex;
    background: url(./../images/action-feed.png) no-repeat;
    margin-top: 10px;
}

.reel-actions img {
    position: relative;
    bottom: 1px;
    width: 21px !important;
    object-fit: contain;
    height: 18px;
    margin-right: 3px;
    display: inline-block !important;
}

.reel-actions span {
    font-size: 14px;
}

.reel-comment-item {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 36px 1fr auto;
    margin-top: 14px;
    margin-bottom: 10px;
}

.reel-comment-item .comment-person-name,
.reel-comment-item .dropdown {
    margin-top: -2.8px;
    font-size: 15px;
}

.reel-comment-item .comment-time {
    min-width: 90px;
    text-align: right;
}

.reel-textarea {
    background-color: #fafafb;
    border: 1px solid #f1f1f5;
    display: block;
    border-radius: 15px;
    resize: none;
    height: 46px;
    min-height: 46px;
    width: 100%;
    padding-left: 45px;
}

.reel-textarea:focus {
    background-color: #fafafb;
    border-color: #dedede;
}

.reel-textarea::-webkit-input-placeholder {
    line-height: 30px;
}

.reel-textarea:-ms-input-placeholder {
    line-height: 30px;
}

.reel-textarea::placeholder {
    line-height: 30px;
}

.reel-comment-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 3px;
}

.reel-comment-textarea {
    background-color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    /* left: 0;
border-top: 1px solid #f1f1f5;
position: sticky;
bottom: 0px;
position: -webkit-sticky;
right: 0; */
}

.reel-comment-item .dropdown img {
    height: 21px;
    padding: 4px;
}

.reel-comment-textarea form {
    margin: 0px;
}

.reel-comment-grid .comment-emoji {
    left: 5px;
    position: absolute;
    top: 9px;
    border: none;
}

.reel-texarea-comment-block {
    position: relative;
}

.right-reel {
    max-height: 700px;
    position: relative;
}

.reel-slider {
    max-height: 700px;
}

.reel-slider .owl-prev {
    position: absolute;
    left: -60px;
    top: calc(50% - 30px);
}

.reel-slider .owl-next {
    position: absolute;
    right: -60px;
    top: calc(50% - 30px);
}

.reel-slider .owl-prev img,
.reel-slider .owl-next img {
    height: 45px;
}

.reel-slider .owl-next.disabled,
.reel-slider .owl-prev.disabled {
    opacity: 0.5;
    border-radius: 50%;
}

.grid-photos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    grid-gap: 20px;
}

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

.photo-grid-column .media-size {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 3px;
}

.photo-grid-column {
    position: relative;
}

.full-show-modal {
    padding-left: 17px !important;
}

.full-show-modal .modal-dialog {
    max-width: 1200px;
}

.full-show-modal .modal-dialog .mx-auto {
    pointer-events: auto;
    position: relative;
}

.full-show-modal .main-img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 700px;
}
/* .full-show-modal .close {
top: 14px;
padding: 4px;
position: relative;
right: -10px;
cursor: pointer;
opacity: 1;
z-index: 3;
} */

.full-show-modal .close {
    top: -8px;
    padding: 4px;
    position: absolute;
    right: -5px;
    cursor: pointer;
    opacity: 1;
    z-index: 3;
    font-size: 12px;
    background: #000;
    border-radius: 100px;
    padding: 6px;
}

.playicon-img {
    position: absolute;
    border: none;
    top: calc(50% - 15px);
    text-align: center;
    background: #0000002b;
    margin: 0 auto;
    left: calc(50% - 20px);
    backdrop-filter: blur(3px);
    border-radius: 50%;
    padding: 6px 6px 6px 9px;
    width: 37px;
}

.playicon-img img {
    height: 20px;
}

.full-show-modal .close img {
    filter: brightness(0) invert(1);
    cursor: pointer;
    width: 12px;
}
/* new reel pagr */

.reel-swiper {
    max-height: 750px;
    min-height: 500px;
    height: calc(100vh - 110px);
}

.reel-page-inner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: calc(100vh - 79px);
    justify-content: center;
    align-items: center;
    display: flex;
}

.reel-page-body {
    width: 100%;
    /* height: 100%; */
    position: relative;
    height: calc(100vh - 110px);
    min-height: 500px;
    max-height: 750px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.reel-slide {
    background: #fff;
}

.reel-swiper .right-reel {
    height: calc(100vh - 110px);
    min-height: 500px;
    max-height: 750px;
}

.reel-swiper .left-reel {
    position: relative;
}

.reel-swiper .left-reel,
.reel-slide {
    height: 100%;
    max-height: 100%;
}

.reel-swiper .left-reel video {
    height: calc(100vh - 110px);
    min-height: 500px;
    max-height: 750px;
}

.reel-page-body .swiper-button-prev {
    top: -40px;
    left: 0px;
    right: 0;
    text-align: center;
    z-index: 60;
    margin: 0 auto;
}

.reel-page-body .swiper-button-prev:after {
    transform: rotate(90deg);
    font-size: 28px;
    color: var(--purple);
}

.reel-page-body .swiper-button-next {
    bottom: -40px;
    left: 0px;
    right: 0;
    text-align: center;
    z-index: 60;
    margin: 0 auto;
    top: unset;
}

.reel-page-body .swiper-button-next:after {
    transform: rotate(90deg);
    font-size: 28px;
    color: var(--purple);
}

.reelvideo-icon {
    position: absolute;
    border: none;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    text-align: center;
    background: #00000014;
    margin: 0 auto;
    left: calc(50% - 20px);
    backdrop-filter: blur(2px);
    border-radius: 50%;
    padding: 6px 6px 6px 9px;
    display: none;
}

.reelvideo-icon img {
    height: 25px;
}

.mute-unmute {
    border: none;
    position: absolute;
    right: 10px;
    background: none;
    bottom: 10px;
}

.mute-unmute i {
    color: #fff;
    font-size: 30px;
}
/* other profile----*/

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

.location-line img {
    height: 14px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.profile-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 12px;
    /* align-items: center; */
}

.white-btn {
    background-color: #fff;
    color: var(--purple);
    padding: 4px 20px;
    display: inline-block;
    border-radius: 3px;
    border: none;
    font-weight: 500;
    cursor: pointer;
}

.profile-inner-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 10px;
}

.profile-pills .nav-link,
.search-pills .nav-link {
    border: none;
    background-color: var(--lightpurple);
    color: var(--purple);
    border-radius: 3px !important;
}

.search-pills .nav-link {
    margin: 0px 8px 5px 0px;
}

.profile-pills {
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto;
}

.nav-pills.profile-pills .nav-link.active,
.nav-pills.profile-pills .show>.nav-link,
.nav-pills.search-pills .nav-link.active,
.nav-pills.search-pills .show>.nav-link {
    background: var(--gradient);
}

.nav-pills.profile-pills .nav-link.active img,
.nav-pills.profile-pills .show>.nav-link img,
.nav-pills.search-pills .nav-link.active img,
.nav-pills.search-pills .show>.nav-link img {
    filter: brightness(0) invert(1);
}

.profile-reels-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 20px;
}

.profile-reels-grid .profile-reel-box {
    position: relative;
    height: 154px;
}

.profile-reel-box video {
    width: 100%;
    height: 154px;
    object-fit: cover;
}

.profile-reel-box .play-reel-btn {
    position: absolute;
    top: calc(50% - 19px);
    left: 0;
    text-align: center;
    z-index: 2;
    padding: 6px 0;
}

.play-reel-btn img {
    height: 14px;
    object-fit: contain;
}

.profile-reel-heart {
    color: #fff;
    position: absolute;
    margin-bottom: 0px;
    font-size: 11px;
    bottom: 7px;
      left: 25px;
}

.profile-reel-heart img {
    height: 14px;
    margin-top: -3px;
    margin-right: 3px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.profile-prouct-options {
    display: flex;
    position: absolute;
    top: 5px;
    right: 5px;
}

.company-profile-grid {
    display: grid;
    grid-gap: 13px;
    grid-template-columns: 100px 1fr;
    align-items: center;
}

.company-profile-grid .compny-logo {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.small-star-list img {
    height: 18px;
    width: 18px;
}

.progress-circle {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    padding: 3px;
    z-index: 1;
    background-color: var(--green);
}

.progress-circle .white-space {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
}

.progress-circle .white-space {
    width: attr(progess-width);
}
/* edit profile */

.profile-edit-img {
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto 10px auto;
    object-fit: cover;
    border-radius: 50%;
    /* border: 1px solid var(--purple); */
}

.img-company-edit {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid var(--purple);
}

.company-edit-block {
    width: 100px;
    height: 100px;
    background: #adadad;
}

.uploading-text {
    position: absolute;
    top: 0;
    justify-content: center;
    left: 0;
    align-items: center;
    right: 0;
    flex-direction: column;
    display: flex;
    font-size: 14px;
    bottom: 0;
    text-align: center;
    color: #fff;
}

.uploading-text img {
    display: block;
    margin: 5px auto;
    height: 20px;
}

.company-edit {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 16px;
}

.text-color-label label {
    color: var(--text-color);
}
/* review page */

.review-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 18px;
    text-align: center;
}

.review-item {
    border: 1px solid #cbcbcb;
    padding: 15px 10px;
}

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

.review-modal-image {
    width: 80px;
    height: 80px;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    object-fit: cover;
}

.review-textarea {
    border-color: #dadada;
    border-radius: 3px;
    min-height: 150px;
    resize: none;
}

.review-textarea:focus {
    border-color: var(--darkgrey);
}
/* applicant-deatil */

.purple-box {
    background-image: url(../images/purple-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
}

.applicant-info {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    grid-gap: 16px;
}

.applicant-info .applicant-image img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border: 2px solid var(--grey-color);
    border-radius: 3px;
    position: relative;
    top: -20px;
    background: #fff;
}

.full-status {
    color: var(--purple);
    background-color: var(--lightpurple);
    border-radius: 3px;
    padding: 8px 10px;
    font-weight: 500;
    display: block;
}

.theme-purple {
    color: var(--purple);
    background-color: var(--lightpurple);
}

.theme-red {
    color: #ff8181;
    background-color: #fcf3f3;
}

.theme-green {
    color: #27cb8d;
    background-color: #e4f6ef;
}

.intro-video video {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 10px;
    clip-path: inset(1px 1px);
}

.intro-video i {
    position: absolute;
    top: calc(50% - 21px);
    border-radius: 50%;
    height: 42px;
    width: 42px;
    background: #ffffff8a;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    padding-left: 3px;
    font-size: 20px;
    line-height: 43px;
    color: var(--purple);
}

.cv-outline-box {
    border: 1px dashed #707070;
    border-radius: 3px;
    padding: 10px 20px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    grid-gap: 10px;
}

.reject-btn,
.reject-btn:hover {
    border: 1px solid #ff8181;
    color: #ff8181;
}

.slot-box {
    border: 1px solid #d8d0ff;
    background-color: #f9f8ff;
    padding: 10px 12px 5px 12px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.slot-box label {
    font-size: 14px;
    margin-bottom: 5px;
}

.slot-box .form-control {
    border: none;
    border-radius: 3px;
    min-height: 42px;
}

.link-radio {
    position: relative;
    padding: 15px 18px;
    display: block;
    font-weight: 500;
    border-radius: 3px;
}

.purple-outine-radio {
    border: 1px solid var(--purple);
    color: var(--purple);
    background-color: #f1eeff;
}

.pink-outine-radio {
    border: 1px solid var(--pink);
    color: var(--pink);
    background-color: #ffeffa;
}

.link-radio .radio-link-input {
    border-radius: 50%;
    content: "";
    width: 22px;
    position: absolute;
    height: 22px;
    right: 14px;
    accent-color: var(--purple);
}

.link-radio.pink-outine-radio .radio-link-input {
    accent-color: var(--pink);
}

input[type="date"].form-control,
input[type="time"].form-control {
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button {
    background-repeat: no-repeat;
    background-image: url(../images/date.svg);
    background-size: contain;
}

input[type="time"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-inner-spin-button {
    background-repeat: no-repeat;
    background-image: url(../images/time.svg);
    background-size: contain;
}

.small-icon {
    height: 20px;
}
/* Connections Page */

.connect-pills .nav-item:after {
    content: '';
    background-color: #aaa;
    position: absolute;
    top: 9px;
    bottom: 9px;
    width: 1px;
    right: -4px;
    height: calc(100% - 18px);
}

.connect-pills .nav-item:last-of-type:after {
    display: none;
}

.connect-pills .nav-item {
    position: relative;
}

.connect-pills .nav-link {
    padding-left: 0px;
    padding-right: 0px;
}

.connect-pills button {
    background: none;
    border: none;
    font-weight: 500;
    border-radius: 0px;
}

.connect-pills.nav-pills .nav-link.active,
.connect-pills.nav-pills .show>.nav-link {
    background: none;
    border-bottom: 2px solid var(--pink);
    color: var(--pink);
    border-radius: 0px;
}

.connection-list-row {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 15px;
    display: grid;
}

.connection-about-item {
    border-radius: 3px;
    padding: 17px 12px 22px 12px;
    text-align: center;
    box-shadow: 0px 3px 7px #81818130;
}

.connection-about-item .block-profile {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-bottom: 11px;
    object-fit: cover;
}
/* verification-page */

.verfication-image {
    height: 250px;
    margin: 0px auto 40px auto;
    display: block;
}

.verify-license {
    background-color: #F4F2FF;
    height: 200px;
    padding: 30px 10px;
}

.uploadicon {
    height: 60px;
    margin-bottom: 15px;
}

.license-img {
    height: 90px;
    border-radius: 3px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    margin-bottom: 15px;
    display: none;
}

.introvideo-media {
    height: 100px;
    width: 100px;
    border-radius: 3px;
    display: block;
    margin-bottom: 10px;
}
/* bookmarkks */

.grid-course {
    grid-template-columns: 80px 1fr auto;
    display: grid;
    border-top: 1px solid #ddd;
    padding: 15px 8px 14px 0px;
    margin-bottom: 6px;
    color: var(--text-color);
}

.bookmark-course {
    width: 100%;
    max-height: 100px;
    height: 100%;
    min-height: 80px;
    border-radius: 3px;
    object-fit: cover;
}
/* loaderr */

.ajax-load-style {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* min-height: 300px; */
}

.flexbox-loader {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100vh;
    position: absolute;
    top: 0;
    backdrop-filter: blur(0.9px);
    z-index: 11055;
    bottom: 0;
    background: rgb(255 255 255 / 23%);
    right: 0;
    left: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.flexbox-loader>div {
    width: 300px;
    height: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.triple-spinner {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top: 4px solid #ff5bc8c9;
    border-right: 4px solid #ff5bc8c9;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.triple-spinner::before,
.triple-spinner::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 4px solid transparent;
}

.triple-spinner::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-top-color: var(--purple);
    border-left-color: var(--purple);
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3.5s linear infinite;
}

.triple-spinner::after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-top-color: #cdc8d2;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.75s linear infinite;
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* pills design */

.line-pills .nav-item:after {
    content: '';
    background-color: #aaa;
    position: absolute;
    top: 9px;
    bottom: 9px;
    width: 1px;
    right: 0px;
    height: calc(100% - 18px);
}

.line-pills .nav-item {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}

.line-pills .nav-item:last-of-type:after {
    display: none;
}

.line-pills .nav-item:last-of-type {
    margin-right: 0px;
    padding-right: 0px;
}

.line-pills .nav-link {
    padding-left: 0px;
    padding-right: 0px;
}

.line-pills button {
    background: none;
    border: none;
    font-weight: 500;
    border-radius: 0px;
}

.line-pills.nav-pills .nav-link.active,
.line-pills.nav-pills .show>.nav-link {
    background: none;
    border-bottom: 2px solid var(--pink);
    color: var(--pink);
    border-radius: 0px;
}

.post-media-slider {
    max-height: 100vh;
    max-width: 100vw;
    position: relative;
}

.post-detail-row {
    display: grid;
    overflow: hidden;
    grid-template-columns: minmax(300px, 1fr) 400px;
    width: 100%;
}

.post-detail-row .owl-nav .owl-next,
.post-detail-row .owl-nav .owl-prev {
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    top: calc(50% - 20px);
    z-index: 99;
    transition: 0.4s all;
    width: 45px;
    height: 45px;
    background: #ffffff2e!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-detail-row .owl-nav .owl-prev {
    left: 12px;
    padding: 0px 3px 0px 0px !important;
}

.post-detail-row .owl-nav .owl-next {
    right: 12px;
    padding: 0px 0px 0px 3px!important;
}

.post-detail-row .owl-nav button.disabled {
    cursor: default;
}

.post-detail-row .owl-nav button.disabled>img,
.post-detail-row .owl-nav button.disabled:hover>img {
    filter: brightness(0) invert(0.1);
}

.post-detail-row .owl-nav button.disabled:hover {
    transform: none;
    background: #ffffff2e!important;
}

.post-detail-row .owl-nav img {
    height: 23px!important;
    filter: brightness(0) invert(0.7);
}

.post-detail-row .owl-nav .owl-next:hover {
    background: #ffffff26!important;
    transform: scale(1.08) translateX(3px);
}

.post-detail-row .owl-nav .owl-next:hover>img {
    filter: brightness(0) invert(0.95);
}

.post-detail-row .owl-nav .owl-prev:hover {
    background: #ffffff26!important;
    transform: scale(1.08) translateX(3px);
}

.post-detail-row .owl-nav .owl-prev:hover>img {
    filter: brightness(0) invert(0.95);
}

.post-detail-right {
    background: #fff;
    position: relative;
    height: 100%;
    max-height: 100vh;
}

.post-media-left {
    background: #000;
}

.post-comment-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding-bottom: 6px;
    padding-top: 6px;
    border-top: 1px solid #ddd6d6;
    background: #fff;
    min-height: 63px;
}

.post-media-left .post-media-slider .item img,
.post-media-left .post-media-slider .item video {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 100vh;
    clip-path: inset(1px 1px);

}

.close-post {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
    transition: 0.4s all;
    width: 45px;
    height: 45px;
    background: #63636357;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-post img {
    width: 18px;
    filter: brightness(0.2) invert(1);
}

.close-post:hover {
    background: #ffffff45;
    transform: scale(1.05);
}

.close-post:hover>img {
    width: 17.5px;
    filter: brightness(0) invert(1);
}

.inner-srolling {
    max-height: calc(100% - 59px);
}

.comment-post-block {
    display: none;
}

.show-submit .inner-srolling {
    max-height: calc(100% - 92px);
}

.show-submit .comment-post-block {
    display: block;
}

.post-media-slider .item {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-media-left .owl-nav .owl-prev:after {
    content: '';
    z-index: 1;
    position: absolute;
    background-color: #00000021;
    left: 0px;
    width: 60px;
    height: 100%;
    top: 0;
    bottom: 0;
}

.post-media-left .owl-nav .owl-next:after {
    content: '';
    z-index: 2;
    position: absolute;
    background-color: #00000021;
    right: 0px;
    width: 60px;
    height: 100%;
    top: 0;
    bottom: 0;
}

.post-media-left {
    position: relative;
}
/* search  results*/

.people-search-item {
    background: #fff;
    padding: 10px 0;
    margin: 0px 10px 5px 10px;
    border-bottom: 1px solid #f1efef;
    display: grid;
    grid-template-columns: 50px 1fr auto;
    grid-gap: 10px;
    align-items: center;
}

.people-search-item:last-of-type {
    border-bottom: none;
}

.people-search-item a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.link0,
.link0:hover {
    color: var(--text-color);
    text-decoration: none;
}

.show-more-btn {
    margin: 0;
    color: #000;
    text-align: center;
    background: #f4f2ff;
    /* padding: 10px 5px; */
    border-radius: 3px;
}

.feed-search .post-box:last-of-type {
    margin-bottom: 0px;
}

.max-comment-name {
    max-width: 200px;
}

.header-block .logo-div {
    margin-right: 20px;
}
/***modal select***/

.form-search input {
    border: 0.5px solid #dadada !important;
    border-radius: 3px;
    min-height: 50px;
    padding-left: 38px;
}

.form-search .icon-search {
    position: absolute;
    top: calc(50% - 10px);
    left: 10px;
    width: 20px;
}

.form-search-second input {
    border: 0.5px solid #dadada !important;
    border-radius: 3px;
    min-height: 50px;
    padding-left: 48px;
}

.form-search-second .icon-search {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    border: none;
    height: 100%;
    padding: 5px 13px;
    width: auto;
    background: transparent;
}

.form-search-second .icon-search img {
    height: 21px;
}
.fiter-search-svg {
    height: 49px;
    width: 60px;
    border-radius: 0px !important;
}
.check-select li {
    position: relative;
    width: 100%;
    padding: 12px 25px 12px 0px;
    display: grid;
    grid-template-columns: 1fr auto;
    color: #323232;
    border-bottom: 1px solid #32323245;
}

.check-select li input[type="radio"] {
    appearance: none;
    -webkit-apperarance: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 1;
}

.check-select li input:checked:before {
    color: #fff;
    text-align: center;
    font-size: 12px;
    content: "\2714";
    position: absolute;
    right: 5px;
    top: 13px;
    line-height: 22px;
    width: 22px;
    height: 22px;
    background: linear-gradient(80deg, #6246e8 0%, #e80b9e 100%);
    border-radius: 100px;
    display: inline-block;
}

.check-select li:last-of-type {
    border: none;
}

.check-select {
    overflow-y: auto;
    padding-right: 8px;
    min-height: 200px;
    max-height: 400px;
}

.inner-edit-courses-form .allvalue:focus+.inner-label {
    color: var(--purple) !important;
}

.upload-file-select--user {
    height: 120px;
    border-radius: 3px;
    border: 1px dashed #6345e7;
    padding: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.upload-data-select {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 10px;
}

.theme-modal .previewimage {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, 100px);
    grid-auto-rows: auto;
    gap: 12px;
}

.upload-show--image {
    width: 100px;
    border-radius: 3px;
    margin-right: 10px;
    border: 1px solid #dadada;
    height: 120px;
    margin-bottom: 10px;
}

.upload-show--image button.crose-delet {
    position: absolute;
    right: -7px;
    background: #fff;
    border: 0.5px solid #6246e8;
    color: var(--purple);
    border-radius: 100px;
    font-size: 11px;
    top: -9px;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
   z-index: 1;
}

.upload-show--image img,
.upload-show--image video {
    border-radius: 3px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    clip-path: inset(1px 1px);

}

.upload-show--image img {
    object-fit: contain !important;
}

.rating-list.large-rating-list img {
    width: 32px;
    margin-right: 1.3px;
    height: 32px;
}
/* share  post*/

.share-box {
    border: 1px solid #F4F4F4;
    background-color: #F5F7F9;
    text-align: left;
    border-radius: 10px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 5px;
}

.social li {
    list-style: none;
    margin-right: 20px;
}

.social a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.list-item span {
    font-size: 12px;
    color: #000000;
    margin-top: 4px;
    text-align: left;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.social .list-item img {
    list-style: none;
    display: block;
    width: 32px;
    height: 31px;
    margin-bottom: 2px;
    object-fit: contain;
}
/* reel emoji ===========*/

.reel-texarea-comment-block .emojionearea .emojionearea-editor {
    background-color: #fafafb;
    border: 1px solid #f1f1f5;
    display: block;
    border-radius: 15px;
    resize: none;
    height: 46px;
    min-height: 46px;
    width: 100%;
    padding-left: 5px;
}

.reel-texarea-comment-block .emojionearea .emojionearea-editor:focus {
    background-color: #fafafb;
    border: 1px solid #dedede;
}

.reel-texarea-comment-block .emojionearea,
.emojionearea.form-control {
    border: none!important;
    box-shadow: none!important;
}

.reel-texarea-comment-block .emojionearea .emojionearea-editor:empty:before {
    position: relative;
    top: 3.5px;
}

.reel-texarea-comment-block .emojionearea.focused {
    box-shadow: none!important;
}

.reel-texarea-comment-block .emojionearea .emojionearea-button {
    top: 10px;
}
/* Chat page */

.chat-info {
    background-color: var(--purple);
    color: #fff;
    display: grid;
    grid-template-columns: 50px 1fr auto;
    padding-top: 15px;
    padding-bottom: 15px;
    grid-gap: 10px;
    align-items: center;
}

.chat-info .chating-person {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}

.chat-info i {
    font-size: 18px;
    color: #fff;
}

.msg {
    margin-bottom: 14px;
}

.msg .chat-persons-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 5px;
}

.chat-time {
    color: var(--darkgrey);
    font-size: 13px;
}

.msg .msg-content span {
    padding: 15px 20px;
    display: inline-block;
    border-radius: 5px;
    font-size: 15px;
}

.left-messgage {
    display: grid;
    grid-gap: 15px;
    grid-template-columns:minmax(200px, 550px);
    align-items: flex-start;
}

.left-messgage .msg-content span {
    color: var(--purple);
    background: #f4f2ff;
}

.right-messgage {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: minmax(200px, 550px);
    align-items: flex-start;
    justify-content: flex-end;
}

.right-messgage .msg-content span {
    background: #f5f5f5;
    color: var(--text-color);
    margin-left: auto;
}

.right-messgage .msg-inner .msg-content {
    display: flex;
    justify-content: flex-end;
}

.msg-inner .msg-content {
    margin-bottom: 12px;
}

.msg-inner .msg-content:last-of-type {
    margin-bottom: 5px;
}

.msg-inner p:last-of-type {
    margin-bottom: 8px;
}

.chat-inner-scroll {
    height: calc(100vh - 267px);
    /* 79+ 48 + 80 + 60 */
    overflow-y: auto;
    background: #fff;
}

.chat-textarea .form-control {
    border: none;
    height: 57px;
    resize: none;
    padding:15px 10px !important;
}

.chat-textarea {
    display: grid;
    grid-template-columns: 60px 1fr 60px;
    align-items: center;
    grid-gap: 2px;
    background-color: rgb(247, 247, 247);
    border: 1px solid var(--purple);
    border-radius: 3px;
}

.chat-textarea .mediabtn img,
.chat-textarea .senbtn img {
    width: 30px;
}

.new-chat-modal .people-search-item a img {
    height: 45px;
    width: 45px;
}

.new-chat-modal .height-500 {
    /* max-height: calc(90vh - 150px);
    min-height: 300px;
    height: auto; */
    max-height: 350px;
    padding-bottom:30px;
}

.connections-list.chating-list li {
    display: block;
}

.connections-list.chating-list li a {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    align-items: center;
    padding-right: 12px;
    grid-gap: 10px;
    overflow: hidden;
}

.note-text {
    min-height: 280px;
}
/* media bottom overlay */

.chat-box {
    position: relative;
}

.media-overlay {
    position: absolute;
    z-index: 99;
    background: #fafafb;
    width: 100%;
    /* margin-bottom: -19px; */
    margin-bottom: 30px;
    bottom: 0px;
    border: 1px solid #d6d6d6;
    left: 0;
    right: 0;
    border-radius: 10px 10px 0px 0px;
}

.input-absolute {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    overflow: hidden;
}

.media-choosen,
.addmedia {
    align-items: center;
    min-width: 120px;
    width: 120px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    justify-content: center;
    display: flex;
    border-radius: 10px;
    padding: 5px;
    height: 120px;
    background: #f3eeff;
    flex-direction: column;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.addmedia i {
    font-size: 30px;
}

.mediaimg {
    width: 100%;
    height: 110px;
    border-radius: 10px;
    object-fit: cover;
}

.remove-media {
    position: absolute;
    top: -13px;
    font-size: 20px;
    right: -6px;
}

.media-choosen>i {
    font-size: 23px;
    margin-bottom: 8px;
}

.media-choosen .videoicon {
    position: absolute;
    top: 38%;
    right: 0;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
/* .media-choosen .audioicon {
    position: absolute;
    top: 38%;
    right: 0;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0.8;
} */
/* no data css */

.all-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

.all-center>img {
    max-width: 400px;
    max-height: 400px;
    width: 100%;
    height: 300px;
}

.all-center.centerpage {
    min-height: calc(100vh - 300px);
}

.all-center.no-data img {
    max-width: 350px;
    max-height: 350px;
}
/* report user/post */

.reportList li {
    position: relative;
    margin-bottom: 7px;
    display: inline-block;
}

.reportList li span {
    display: inline-block;
    background: #d5d5d526;
    padding: 6px 18px;
    font-size: 15px;
    transition: 0.3s all;
}

.reportList input[type="radio"]:checked+span {
    background-color: var(--text-color);
    color: #fff;
}

.reportUser,
.reportPost {
    cursor: pointer;
}

.dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
}

.dropdown-toggle {
    cursor: pointer;
}

.search-filter-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    grid-gap: 5px;
}

.d-listitem {
    display: list-item
}

.select2-dropdown.select2-dropdown--above {
    top: 10px;
}

.sold-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.sold-icon img {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    object-fit: contain;
    max-width: 250px !important;
    margin: 0 auto;
}

.verify-icon {
    width: 19px !important;
    height: 19px!important;
    object-fit: contain!important;
    padding-right: 2px!important;
    padding-bottom: 2px;
}
.custom-verify-icon{
    padding-left: 4px!important;
    padding-right: 0px!important;

}

/* ------------------------Responsive responsive----------------------------- */

@media (min-width: 1700px) {
    .auth-container {
        max-width: 1400px;
    }
    .logo-div {
        margin-right: 50px;
    }
    .right-header {
        margin-left: 20px;
        grid-gap: 10px;
    }
}

@media (max-width: 1500px) {
    .right-aside {
        min-width: 350px;
        width: 350px;
    }
    .left-aside,
    .filter-aside {
        min-width: 230px;
        width: 230px;
    }
    .center-content {
        width: calc(100% - 580px);
        /* margin: 0 350px 0px 230px; */
    }
    .center-content .center-container {
        max-width: 760px;
    }
    .header-block .head-menu-list .nav-item {
        margin-left: 5px;
    }
    .profile-pills .nav-link {
        padding: 7px 14px;
        font-size: 15px;
    }
    .more-box {
        padding: 20px 10px;
    }
    .more-row .col-xl-4 {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .more-row {
        margin-left: -4px !important;
        margin-right: -4px !important;
    }
    .more-box .more-icon {
        height: 30px;
        margin-bottom: 15px;
    }
    .more-box h5 {
        font-size: 13.5px;
    }
    .more-box .more-arrow {
        width: 15px;
        height: 15px;
        top: calc(50% - 7px);
    }
}

@media (max-width: 1199px) {
    .header-block .logo-div {
        margin-right: 0px;
    }
    .header-block {
        display: grid;
        grid-template-columns: auto auto 1fr auto;
        align-items: center;
    }
    .innerpage {
        flex-wrap: wrap;
    }
    .left-aside {
        display: none;
    }
    .filter-aside {
        background-color: transparent;
        display: block;
        position: static;
        width: calc(100% - 350px);
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .filter-aside .filter-aside-inner {
        max-width: 740px;
        margin-right: auto;
        margin-left: auto;
        background-color: #fff;
        margin-top: 20px;
    }
    .filter-aside .feed-profile-pic {
        display: none;
    }
    .side-filter-block {
        padding: 0px 10px;
    }
    .filter-content {
        display: none;
    }
    .center-content {
        width: calc(100% - 350px);
        /* margin: 0 350px 0px 0px; */
    }
    .subscription-plan-box {
        padding: 40px 10px;
    }
    .recommended.subscription-plan-box {
        transform: scale(1);
        padding-top: 80px;
    }
    .header-block .navbar-collapse {
        z-index: 99;
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
        padding: 5px 20px 15px 20px;
        width: 100%;
        background: rgb(255, 255, 255);
        transition: 0s !important;
        height: 100vh;
    }
    .header-block .head-menu-list {
        min-width: auto;
        margin-right: 0;
    }
    .header-block .head-menu-list .nav-item {
        margin: 0px;
    }
    .reel-page-content {
        width: 100%;
        margin-left: 0px;
    }
    .right-header .search-desktop {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .right-aside {
        display: none;
        
    }
    .chat-listing{
        display: block;
        min-width: 200px;
    width: 200px;
    }
    .reel-modal .modal-dialog {
        max-width: 700px;
    }
    .reel-slider .owl-prev {
        left: -40px;
    }
    .reel-slider .owl-next {
        right: -40px;
    }
    .reel-slider .owl-prev img,
    .reel-slider .owl-next img {
        height: 38px;
    }
    .filter-aside {
        width: 100%;
    }
    .filter-aside .filter-aside-inner {
        max-width: 800px;
    }
    .center-content {
        width: 100%;
        margin: 0px;
    }
    .center-content .center-container {
        max-width: 820px;
    }
    .auth-header .nav-item {
        margin-left: 0px;
    }
    .auth-left {
        max-width: 100%;
    }
    .auth-page .row.space-6,
    .auth-subscription {
        min-height: calc(100vh - 90px);
    }
    .subscription-plans {
        overflow: hidden;
    }
    
}

@media (max-width: 1400px) {
    .reel-video video{
        object-fit: none;
    }
}
@media (max-width: 767px) {
    .notification-drop .dropdown-menu {
        right: -40px;
    }
    .notification-drop .dropdown-toggle {
        text-align: center;
    }
    .notification-drop .dropdown-menu:before {
        right: 40px;
    }
    .sold-icon img {
        max-width: 200px !important;
    }
    .social .list-item img {
        width: 26px;
        height: 26px;
    }
    .social li {
        margin-right: 15px;
    }
    .list-item span {
        font-size: 10px;
    }
    .share-box span {
        font-size: 12px;
    }
    /*====font sizes===== */
    h5 {
        font-size: 17px;
    }
    .f-14 {
        font-size: 13px;
    }
    body {
        font-size: 14px;
    }
    h5 {
        font-size: 18px;
    }
    h4 {
        font-size: 20px;
    }
    h2 {
        font-size: 28px;
    }
    .job-item h5 {
        font-size: 20px;
    }
    .job-item {
        padding: 15px 0;
    }
    .reel-modal .modal-dialog {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .reel-actions .post-acion-span {
        display: none;
    }
    .reel-comment-list .comment-time {
        text-align: left;
        font-size: 10px;
        margin-bottom: 3px!important;
    }
    .reel-slide {
        display: flex;
        flex-direction: column;
    }
    .reel-modal-body .left-reel {
        order: 2;
    }
    .right-reel {
        order: 1;
        position: static;
    }
    .reel-slider {
        height: auto;
        max-height: auto;
    }
    .reel-modal-body .left-reel video,
    .reel-modal-body .left-reel {
        height: 600px;
    }
    .reel-modal .modal-content {
        padding-bottom: 67px;
    }
    .reel-comment-textarea {
        position: absolute;
        padding-right: 8px;
        padding-left: 8px;
        left: 0;
        right: 0;
        bottom: 0;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .reel-actions button {
        display: flex;
        align-items: flex-end;
    }
    
    .reel-slider .owl-next {
        right: -13px;
        backdrop-filter: blur(40px);
        border-radius: 50%;
        overflow: hidden;
    }
    .reel-slider .owl-prev {
        left: -13px;
        backdrop-filter: blur(40px);
        border-radius: 50%;
        overflow: hidden;
    }
    .reel-content {
        display: block !important;
        position: absolute;
        z-index: 9;
        background: #fff;
        width: 100%;
    }
    .reel-comment-close {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        background: #fff;
        padding-bottom: 8px;
    }
    .reel-comment-item {
        margin-top: 14px;
        margin-bottom: 18px;
    }
    .reel-comment-close img {
        width: 22px !important;
        padding-top: 10px;
        cursor: pointer;
    }
    .right-reel .close {
        top: 6px;
    }
    .profile-inner-grid {
        grid-template-columns: 1fr;
    }
    .profile-grid {
        align-items: flex-start;
    }
    /* new reel design */
    .reel-page-body {
        max-width: 410px;
        padding: 0 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .reel-page-body .reel-actions .post-acion-span {
        display: none;
    }
    .reel-page-body .reel-comment-list .comment-time {
        text-align: left;
        margin-bottom: 5px !important;
    }
    .reel-page-body .left-reel {
        order: 2;
    }
    .reel-page-body .right-reel {
        height: unset;
        order: 1;
        position: static;
        min-height: unset;
        max-height: unset;
    }
    .reel-page-body .reel-slider {
        height: auto;
        max-height: auto;
    }
    .reel-page-body .left-reel {
        margin-bottom: 0px;
    }
    .reel-page-body .reel-comment-list {
        display: none;
        z-index: 2;
    }
    .reel-page-body .reel-comment-textarea {
        position: absolute;
        padding-right: 8px;
        padding-left: 8px;
    }
    .reel-page-body .reel-actions button {
        display: flex;
        align-items: flex-end;
    }
    .reel-page-body .reel-actions {
        padding: 3px 10px;
        position: absolute;
        bottom: 50px;
        background: #fff;
        left: 0px;
        right: 0px;
        margin-top: 0px;
    }
    .reel-page-body .reel-content p.text-color {
        bottom: 95px;
        left: 0px;
        right: 0px;
        padding: 0px 10px;
        position: absolute;
        color: #fff;
        margin-bottom: 5px !important;
    }
    .reel-page-body .reel-comment-list {
        position: absolute;
        top: 0;
        bottom: 50px;
        background: #fff;
        left: 0;
        right: 0;
        overflow-y: auto;
        padding: 0px 18px;
    }
    .reel-page-body .reel-comment-close {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        background: #fff;
        padding-bottom: 10px;
    }
    .reel-page-body .reel-comment-item {
        margin-top: 14px;
        margin-bottom: 18px;
    }
    .reel-page-body .reel-comment-close img {
        width: 25px !important;
        padding-top: 10px;
        cursor: pointer;
    }
    .reel-page-body .left-reel {
        height: calc(100% - 150px);
    }
    .reel-page-body .reel-swiper .left-reel video {
        height: 100%;
    }
    .reel-person {
        grid-template-columns: 40px 1fr auto;
    }
    .reel-person .reel-person-img {
        width: 40px;
        height: 40px;
    }
    .reel-person p {
        line-height: 17px;
    }
    .post-detail-row {
        grid-template-columns: 1fr;
    }
    .post-media-slider {
        max-height: 500px;
    }
    .post-detail-right {
        padding-bottom: 60px;
    }
    .show-submit.post-detail-right {
        padding-bottom: 100px!important;
    }
    .post-media-left .post-media-slider .item img,
    .post-media-left .post-media-slider .item video {
        height: 500px;
    }
    .post-detail-row {
        overflow-y: auto;
    }
    .show-submit .inner-srolling,
    .inner-srolling,
    .post-detail-right {
        max-height: unset!important;
        height: unset!important;
    }
    .post-detail-row .owl-nav .owl-next,
    .post-detail-row .owl-nav .owl-prev {
        width: 35px;
        height: 35px;
        top: calc(50% - 15px);
    }
    .post-media-slider .item {
        height: unset;
    }
    .people-search-item .btn {
        font-size: 12px;
        padding: 6px 12px;
    }
    .people-search-item {
        grid-template-columns: 35px 1fr auto;
    }
    .people-search-item a img {
        width: 35px;
        height: 35px;
    }
    /* .subscription-price {
        width: 120px;
        height: 120px;
    } */
    .subscription-price h3 {
        font-size: 25px;
    }
    .upper-subsc-info {
        height: 200px;
        background-size: 100% 200px;
    }
    .upper-subsc-info {
        padding: 10px 8px;
    }
    .lg-btn {
        height: 50px;
    }
    .subscription-block-box {
        max-width: 340px;
        margin: 0 auto;
    }
    .header-block .logo-img {
        max-width: 170px;
    }
    .reel-slider .reel-prev-btn {
        top: 50%;
    }
    .reel-slider .reel-next-btn{
        top: 50%;
    }
}

@media (max-width: 567px) {
    .reel-modal-body .left-reel video,
    .reel-modal-body .left-reel {
        height: 500px;
    }
    .auth-logo {
        width: 170px;
    }
    .logo-img {
        display: none;
    }
    .mobile-logo-img {
        display: block;
    }
    .user-dropdown .dropdown-toggle::after {
        display: none;
    }
    .right-header {
        display: grid;
        align-items: center;
        grid-gap: 5px;
        margin-left: 5px;
        min-width: 70px;
        grid-template-columns: auto 1fr;
    }
    /* .header-search-block {
max-width: 260px;
} */
    .header-block {
        padding: 11.5px 13px;
    }
    .header-search-block input {
        height: 46px;
        min-width: 130px;
    }
    .user-dropdown .dropdown-toggle::after {
        display: none;
    }
    .notification-list {
        padding: 10px 10px;
    }
    .notification-item {
        display: flex;
        flex-wrap: wrap;
    }
    .notification-drop .dropdown-menu {
        right: -40px;
        width: 330px;
    }
    .notification-item .img-40 {
        width: 35px;
        height: 35px;
    }
    .notification-item>span {
        width: calc(100% - 45px);
    }
    .notification-time {
        width: 100%;
        display: block;
    }
    .notification-drop .dropdown-toggle {
        padding-left: 4px;
        padding-right: 4px;
    }
    .create-post-option li span {
        display: none;
    }
    .create-post-option {
        max-width: 100px;
        margin-left: 45px;
        margin-bottom: 0px;
    }
    .grid-create {
        grid-gap: 10px;
    }
    .post-acion-span {
        display: none;
    }
    .center-content .center-container {
        padding-left: 8px;
        padding-right: 8px;
    }
    .header-block {
        padding-left: 8px;
        padding-right: 8px;
    }
    .feed-actions {
        padding: 8px 0px;
    }
    /* Post media layout */
    .post-media-grids .two-media {
        grid-template-columns: 50% 50%;
        grid-gap: 0px 4px;
    }
    .three-media .post-media-item:nth-of-type(1),
    .three-media .post-media-item:nth-of-type(2) {
        margin-bottom: 4px;
    }
    .three-media .post-media-item:nth-of-type(1) {
        margin-right: 4px;
        width: calc(50% - 4px);
    }
    .post-media-grids .four-media .post-media-item:nth-of-type(1),
    .post-media-grids .more-media .post-media-item:nth-of-type(1) {
        margin-bottom: 4px;
    }
    .post-media-grids .four-media .post-media-item:nth-of-type(2),
    .post-media-grids .more-media .post-media-item:nth-of-type(2) {
        width: calc(60% - 4px);
        margin-left: 4px;
        margin-bottom: 4px;
    }
    .post-media-grids .four-media .post-media-item:nth-of-type(3),
    .post-media-grids .more-media .post-media-item:nth-of-type(3) {
        width: calc(60% - 4px);
        margin-bottom: 4px;
        margin-right: 4px;
    }
    .post-media-grids .four-media .post-media-item:nth-of-type(4),
    .post-media-grids .more-media .post-media-item:nth-of-type(4) {
        margin-bottom: 4px;
    }
    .post-media-grids .four-media .post-media-item,
    .post-media-grids .more-media .post-media-item {
        max-height: 200px;
    }
    .three-media .post-media-item,
    .two-media .post-media-item {
        max-height: 300px;
    }
    .post-media-grids .one-media .postmedia {
        max-height: 450px;
    }
    /* Post media layout end*/
    /* comment */
    .comment-item {
        grid-template-columns: 30px 1fr auto;
    }
    .comment-item .comment-time {
        text-align: left;
        margin-bottom: 6px !important;
    }
    .comment-item .img-36 {
        width: 30px;
        height: 30px;
    }
    .job-applications:after,
    .job-applications:before {
        display: none;
    }
    .job-applications .job-application {
        min-width: 80px;
    }
    .my-job-infogrid {
        display: block;
    }
    .form-step {
        width: 35px;
        height: 36px;
        font-size: 14px;
        line-height: 34px;
    }
    .more-words {
        white-space: normal;
        position: static;
    }
    .step-label {
        font-size: 10px;
    }
    .step-form-box {
        padding: 20px;
        border: none;
    }
    .slot-grid {
        grid-gap: 5px;
    }
    .slot-time {
        margin-right: 0px;
    }
    .profile-grid {
        grid-template-columns: 1fr;
    }
    /* profile */
    .profile-pills .nav-link span {
        display: none;
    }
    .profile-pills .nav-link img {
        width: 19px;
        margin-right: 0px !important;
    }
    .profile-pills .nav-link {
        padding: 10px 12px;
    }
    .company-edit {
        grid-template-columns: 1fr;
    }
    .company-edit-block {
        margin-bottom: 20px;
    }
    .job-features li {
        margin-right: 6px;
        margin-bottom: 6px;
    }
    .applicant-info .applicant-image img {
        height: 90px;
        width: 90px;
    }
    .applicant-info {
        grid-template-columns: 90px 1fr;
        grid-gap: 10px;
    }
    .search-link span {
        display: none;
    }
    .social li {
        margin-right: 10px;
    }
    .share-box {
        grid-gap: 0px;
    }
}
@media screen and (max-width:480px){
    .reel-modal .modal-dialog {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
/* ===========Courses and product pages css ggn================================ */
/*  ======================================================================= */

.mtb_30,
.mt_top_30 {
    margin-top: 30px;
}

.mtb_30,
.mt_bottom_30 {
    margin-bottom: 30px;
}

.ptb_30,
.pt-top-30 {
    padding-top: 30px;
}

.ptb_30,
.pt-bottom-30 {
    padding-bottom: 30px;
}

.plr_30,
.pt-left-30 {
    padding-left: 30px;
}

.plr_30,
.pt-right-30 {
    padding-right: 30px;
}

.common-btn {
    padding: 6px 23px;
    border-radius: 3px;
}

.border-radius-3 {
    border-radius: 3px;
}

.bg-lightgrey {
    background: #f3f4f6;
}

.bg-outline {
    border: 1px solid var(--purple);
}

.bg-grey-translate {
    background: var(--lightpurple);
}

.large-btn {
    min-width: 180px;
    height: 45px;
    line-height: 31px;
}

.navy-text {
    color: #12224f;
}

.lheight-18 {
    line-height: 18px;
}

.lheight-14 {
    line-height: 14px;
}

.bg-muted-grey {
    background: #edeff1;
}

/* .dot-filter {
    filter: brightness(2);
    padding: 0px 6px 0px 1px;
} */

.ptb_10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
/*****inner-course***/

.inner-box-courses img.inner-people {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.8);
}

/* .drop-dots-show {
    position: absolute;
    top: 15px;
    right: 9px;
} */

.drop-dots-show .dropdown-toggle::before {
    display: none;
}

img.details-pic {
    height: 300px;
    /* height: auto; */
    object-fit: contain;
    width: 100%;
}

.location-dt {
    background: #e4f4f642;
    border-radius: 3px;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(200, auto);
}

.location-box {
    display: flex;
    align-items: center;
    text-align: center;
    background: hwb(198deg 17% 15% / 23%);
    width: 50px;
    justify-content: center;
    border-radius: 3px;
}

.user-img-dt {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 2px solid var(--purple);
    object-fit: cover;
}

.user---details {
    display: grid;
    grid-template-columns: 50px auto 40px;
    gap: 10px;
    align-items: center;
    background: var(--lightpurple);
    padding: 10px;
    border-radius: 3px;
}

.last-dt {
    background: var(--purple);
    text-align: center;
    border-radius: 3px;
    line-height: 25px;
    height: 28px;
}

.star-up {
    position: absolute;
    left: 19px;
    top: 15px;
}
/***======add cover=======***/

.course-image-preview {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.course-view-edit {
    padding: 11px 20px;
    margin-left: auto;
    text-align: right;
    font-size: 13px;
    color: #fff;
    border-top-left-radius: 20px;
    bottom: 41px;
    position: relative !important;
    display: -webkit-inline-box !important;
}

.job-input-image {
    opacity: 0;
    top: 0;
    z-index: 3;
    bottom: 0;
    width: 100%;
    position: absolute !important;
    cursor: pointer;
    right: 0;
    left: 0;
}

.trainer_name_edit {
    position: absolute;
    right: 12px;
    top: 5px;
}

.inner-edit-courses-form input[type="file"] {
    height: auto;
}

.job-input-image {
    opacity: 0;
    top: 0;
    z-index: 3;
    bottom: 0;
    width: 100%;
    position: absolute !important;
    cursor: pointer;
    right: 0;
    left: 0;
}

.trainer_name_edit .trainee-label {
    margin-top: 12px;
    display: inline-block;
}

.edit-trainee {
    position: absolute;
    right: 0;
    border-radius: 50%;
    left: 0;
    padding: 15px 15px;
    bottom: 0;
    display: inline-block;
    top: 0;
    background: #22222238;
    text-align: center;
    width: 100%;
}

.trainee-image {
    object-fit: cover;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}

.trainee-image-span {
    display: none;
}

.simple-shadow {
    box-shadow: 0px 3px 6px #00000029;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    -moz-box-shadow: 0px 3px 6px #00000029;
}

.up-left-arrow {
    filter: brightness(0.1);
}

.small-btn {
    padding: 2px 14px;
}

.grid-ux-column {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: baseline;
}
/****bookmark**/

.bookmark-list-show .book-mark-user {
    width: 50px;
    height: 60px;
    object-fit: cover;
    border-radius: 3px;
}

.show-book-mg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.bookmark-list-show .grid-view-dt {
    display: grid;
    grid-template-columns: 50px 1fr auto;
    align-items: center;
    margin-bottom: 14px;
    border-top: 1px solid #ddd;
    padding-top: 13px;
    padding-right: 10px;
}

.bookmark-list-show .grid-view-dt p {
    line-height: 1;
}

.bookmark-list-show .small-btn {
    padding: 2px 10px;
}

.relanote-content {
    overflow: hidden;
}

.computer-light {
    background: #fcf3f9 0% 0% no-repeat padding-box;
    border: 1px solid #ff88db;
    width: 60px;
    height: 50px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.product-details-recommend .star-up {
    left: auto;
    right: 21px;
    top: 5px;
}

.slider-bookmark-dt {
    left: auto;
    right: 13px;
    top: 0px;
    position: absolute;
}
.dropdown.user-dropdown {
    width: 50px;
}
.dots-true .owl-dots {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.dots-true .owl-dots span {
    background: #d7d2f1;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.dots-true .owl-dots button.owl-dot.active span {
    background: var(--purple);
}
/***course detail page***/

.joined-people {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    object-fit: cover;
    border: 1px solid #000;
    margin-bottom: 10px;
}

.joined-people-dt {
    border: 1px solid var(--purple);
    text-align: center;
    padding: 20px;
}

.star--list li.active i {
    color: #ffcf34;
}

.star--list li i {
    color: #d5e2ef;
}
/***slecet category***/

.grid-cloumn-select {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 20px;
}

.grid-cloumn-select .first-column-dt {
    border: 1px solid #000;
    border-radius: 3px;
    padding: 28px 10px;
    text-align: center;
}

.top-checked--dt .check {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.top-checked--dt input.checkbox {
    appearance: none;
    -webkit-apperance: none;
    display: flex;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    cursor: pointer;
}

.top-checked--dt input.checkbox:checked:before {
    content: "";
    width: 28px;
    background-image: url(../images/check-circle.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 28px;
    border-radius: 100px;
    display: inline-block;
}

.svg-auto-select {
    width: 65px;
    height: 40px;
    object-fit: contain;
}

.top-checked--dt input.checkbox:checked~.check {
    opacity: 1;
}

.grid-gp-column-text {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.computer-light img {
    width: 34px;
    height: 31px;
    object-fit: contain;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .colum-width {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .colum-3 {
        flex: 0 0 33%;
        max-width: 33%;
    }
    .select2-container .select2-search--inline .select2-search__field {
        margin-top: 6px;
    }
    .remove-padding .filter-field .select2-container--default .select2-selection--single .select2-selection__placeholder{
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    img.details-pic {
        height: 300px;
    }
}

@media (max-width: 500px) {
    img.details-pic {
        height: 229px;
        min-height: 200px;
    }
}
/* reel nav btns */

.reel-slider .reel-prev-btn,
.reel-slider .reel-next-btn {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    position: absolute;
    font: inherit;
    top: calc(50% - 30px);
    cursor: pointer;
}

.reel-slider .reel-prev-btn {
    left: -60px;
}

.reel-slider .reel-next-btn {
    right: -60px;
}

.reel-slider .reel-prev-btn img,
.reel-slider .reel-next-btn img {
    height: 45px;
}

@media(max-width:991px) {
    .reel-slider .reel-prev-btn {
        left: -40px;
    }
    .reel-slider .reel-next-btn {
        right: -40px;
    }
    .reel-slider .reel-prev-btn img,
    .reel-slider .reel-next-btn img {
        height: 38px;
    }
}

@media(max-width:767px) {
    .reel-slider .reel-prev-btn,
    .reel-slider .reel-next-btn {
        backdrop-filter: blur(40px);
        border-radius: 50%;
        overflow: hidden;
    }
    .reel-slider .reel-prev-btn {
        left: -13px;
    }
    .reel-slider .reel-next-btn {
        right: -13px;
    }
    .right-messgage {
        grid-gap: 6px;
        grid-template-columns: 40px minmax(200px, 450px);
    }
    .right-messgage {
        grid-gap: 6px;
        grid-template-columns: minmax(200px, 450px);
    }
    .msg .chat-persons-img {
        width: 40px;
        height: 40px;
    }
    .msg .msg-content span {
        font-size: 14px;
    }
    .msg .msg-content span {
        padding: 10px 10px;
    }
}

@media(min-width:767px) {
    .reel-content {
        height: calc(700px - 183px);
    }
}
/* emoji textarea css */

.emojionearea.emojionearea-inline>.emojionearea-editor {
    white-space: normal!important;
    word-break: break-all;
}

.texarea-comment-block .emojionearea .emojionearea-editor {
    background-color: #fafafb;
    border: 1px solid #f1f1f5;
    display: block;
    border-radius: 15px;
    left: 0px;
    resize: none;
    height: 46px;
    min-height: 46px;
    width: 100%;
    padding-left: 5px;
    padding-right: 40px;
    padding-top: 12px;
    /* padding-bottom: 7px; */
    overflow-y: auto;
}

.texarea-comment-block .emojionearea .emojionearea-editor:focus {
    background-color: #fafafb;
    border: 1px solid #dedede;
}

.texarea-comment-block .emojionearea,
.emojionearea.form-control {
    border: none!important;
    box-shadow: none!important;
}


.texarea-comment-block .emojionearea.focused {
    box-shadow: none!important;
}

.texarea-comment-block .emojionearea .emojionearea-button {
    top: 10px;
}
/* scroll on emoji textarea */

.emojionearea .emojionearea-editor {
    scrollbar-width: thin;
    overflow-y: auto;
    scrollbar-color: #aaa #fafafb;
}

.emojionearea .emojionearea-editor::-webkit-scrollbar {
    width: 5px;
}

.emojionearea .emojionearea-editor::-webkit-scrollbar-track {
    background: #fafafb;
}

.emojionearea .emojionearea-editor::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 20px;
    border: 3px solid #aaa;
}

.post-box .feed-user {
    line-height: 19px;
}

img.solid-img {
    max-width: 80px;
    right: 0;
    display: block;
    margin-left: auto;
}

img.soild-uper {
    position: absolute;
    max-width: 50px;
    left: 6px;
    top: 4px;
}

.rec-course h6 {
    min-height: 38px;
}

#tinderslide li:first-child.pane.useridclass div {
    filter: blur(9px);
}

.graybtn,
.graybtn:hover {
    color: var(--purple);
    background: var(--lightpurple);
}

.post-media-left {
     height: 100vh;
}

@media (max-width:767px) {
    .post-media-left {
        height: auto;
    }
}

span.coppied-text {
    padding: 10px;
    color: white;
    bottom: 16px;
    background: #7c7f7f;
    border-radius: 43%;
    display: none;
}
/* 30-nov-22 */

img.mr-1.img-size {
    object-fit: contain;
    width: 14px;
    height: 18px;
}

.post-delete-btncus.show {
    min-width: 5em;
    float: right;
    margin-top: 6px;
}

.dropdown-toggle::after {
    margin-left: 12px !important;
    vertical-align: 0px !important;
}

ul.feed-sidebar-list li:hover .feed-side-img {
    display: none;
}

ul.feed-sidebar-list li:hover .feed-active-img {
    display: inline-block;
}

ul.feed-sidebar-list li:hover span {
    color: var(--purple);
}
/* 5-dec-22 */

.job-bookmark {
    padding-left: 22px;
}

.jobs-visible {
    overflow: visible !important;
}

.jobs-visible .dropdown-menu {
    min-width: 6em !important;
    float: right !important;
    text-align: center;
}

p.msg-content img {
    object-fit: contain;
}
/* 2 dec-22 */

@media (min-width: 1200px) and (max-width: 1400px) {
    .center-content {
        padding: 0px 24px;
    }

    .chatAlign  .center-content {
        padding: 0px 0;
    }
}

.btn-gradient-connection:hover {
    color: #dedede;
}

.btn-gradient-connection {
    color: #f3eeee;
    background: #ae04be;
}
/* 7-dec-22 */

.applied-sideline {
    position: relative;
}

.applied-sideline:after {
    content: "";
    position: absolute;
    background: var(--gradient);
    width: 1px;
    opacity: 0.6;
    height: 29px;
    left: 96px;
    top: 10px;
}

.applied-sideline:nth-last-child() {
    display: none;
}

.my-job-status-pills li.nav-item.applied-sideline:last-child:after {
    display: none;
}

.jobs-years li {
    color: #6345E7;
    display: inline-block;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
}

.business-text {
    font-size: 24px;
}

.previewimage {
    display: grid;
    grid-template-columns: repeat(auto-fit, 100px);
    gap: 10px;
}
/* 8-dec-22 */

.like-modal-custom p {
    margin-bottom: 0px;
    color: #171725;
    font-weight: 500;
}

.like-modal-custom a {
    color: #000;
}

.online-greendot {
    background-color: #82C43C;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    display: inline-block;
}

.like-modal-home h5 {
    text-align: center;
    margin: 0 auto;
}

.like-modal-home button.close {
    position: absolute;
    right: 24px;
    top: 21px;
    opacity: 1 !important;
}

.like-modal-home button.close:hover {
    opacity: 1 !important;
}

.offline-time {
    color: #92929D;
}

.like-modal-home .modal-content {
    border-radius: 15px;
    width: 83%;
}

.like-modal-home .modal-header {
    border-bottom: 1px solid #d4d4d94f !important;
}

.like-modal-home .connections-list {
    height: calc(600px - 130px) !important;
}

p.text-left.f-14.mb-1.review-description-cus {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.review-more-btn {
    padding: 5px 13px;
    border-radius: 4px;
}

.product-border {
    border: 1px solid #f0f0f0;
    margin: 7px;
    padding: 6px;
    height: 350px;
}

.create-space .space-required {
    padding: 10px 5px 10px 32px !important;
}

@media ((min-width: 1200px) and (max-width: 1380px)) {
    .authfield .form-control {
        padding: 10px 5px 10px 24px;
        font-size: 16px;
        /* font-weight: 500; */
    }
}

@media ((min-width: 990px) and (max-width: 1035px)) {
    .authfield .form-control {
        font-size: 14px;
        padding: 10px 5px 10px 24px;
    }
    .business-text {
        font-size: 14px;
    }
}

@media ((min-width: 1036px) and (max-width: 1700px)) {
    .business-text {
        font-size: 16px;
    }
}

@media ((min-width: 1200px) and (max-width: 1400px)) {
    .authfield label {
        font-size: 14px;
    }
}

@media ((min-width: 1200px) and (max-width: 1250px)) {
    .authfield label {
        font-size: 13px;
    }
}

@media ((min-width: 1200px) and (max-width: 1280px)) {}

@media (max-width: 767px) {
    .business-text {
        font-size: 17px;
    }
}
/* develop */

.like-btn-custom {
    padding: 0.375rem 0.75rem;
    padding-left: 0px;
    width: 63px;
}

.like-fill-btncustom button {
    padding-right: 3px;
}

@media (max-width: 1800px) {
    .notify-gap-cus {
        padding-right: 9px;
    }
}

.like-modal-home .like-profile-cus {
    width: 34px;
    height: 34px;
    object-fit: cover;
}
/* review modal */
.review-main-modal h5 {
    text-align: center;
    margin: 0 auto;
    color: #000;
  }
  .review-main-modal .close {
    position: absolute;
    right: 24px;
    top: 21px;
    opacity: 1 !important;
  }
  .review-main-modal .close:hover {
    opacity: 1 !important;
  }
  .total-review {
    display: grid;
    grid-template-columns: auto 120px;
    gap: 10px;
    align-items: center;
}
  .review-main-modal h4 {
    font-size: 16px;
    font-weight: 600;
  }
  .give-review-btn {
    padding: 4px 10px;
    border-radius: 3px;
}
.review-details-modal {
    display: grid !important;
    grid-template-columns: 60px 1fr 28px;
    gap: 10px;
}
.rating-review {
    justify-content: start !important;
}
.rating-time-cus span {
    font-size: 14px;
}
.review-details-modal {
    border-bottom: 1px solid #dee2e6;
}
.review-main-modal .img-review-modal {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 1px solid #6F50E6;
}
.total-body-review p{
    color: #707070 !important;
    font-weight: 400 !important;

}

.chat-product-btn{
    background-color: #E50DA0;
}
.chat-product-btn img{
    filter: brightness(4) !important;
    box-shadow: none !important;

}

.review-scroll-modal {
    height: calc(675px - 174px);
}
span.number-chat {
    position: absolute;
    top: -5px;
    background: linear-gradient(80deg, #6246e8 0%, #e80b9e 100%);
    width: 19px;
    height: 19px;
    border-radius: 100px;
    display: inline-block;
    font-size: 9px !important;
    color: #fff;
    text-align: center;
    right: 0px;
}
.jobs-whitespace-remove{
    background: none !important;
}
 
.post-list-modal-cus {
    position: absolute;
    z-index: 999 !important;
    height: calc(200px - 78px);
    padding: 5px 10px;
    width: 445px !important;
    overflow-y: scroll;
    min-height: 10px;
    background: #fff;
    /* border: 1px solid #80808033; */
    box-shadow: 8px 4px 43px -14px #b3b3b3e0;
    top: 100px;
    border: 1px solid #ccc;
}
.modal-height {
    height: 340px;
}
.post-modal-custom {
    overflow-y: hidden;
}


.post-media-grids .more-media .post-media-item:nth-of-type(4) .more-text {
    display: flex;
    position: absolute;
    top: 0;
    text-align: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #fff;
    z-index: 9;
    align-items: center;
}

 .more-text {
    display: none;
}
.today-line {
    text-align: center;
    margin: 20px auto;
    position: relative;
    z-index: 1;
}

.today-line:before {
    content: "";
    background-color: #e1e1e1;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 10px;
    z-index: -1;
}

.today-line .top-bg {
    background: #fff;
    max-width: 100px;
    margin: 0 auto;
    color: var(--text-color);
    font-size: 13px;
}
.authfield input.form-control.trainee-input.trainer_name:nth-child(1) {
    padding-right: 126px;
}
.trainer-name-course {
    color: var(--text-skyblue);
    text-transform: capitalize;
}
.jobs-heading-custom {
    color: var(--text-color);
}
.jobs-heading-custom {
    color: var(--text-color);
}.jobs-heading-custom:hover {
    color: var(--text-color);
}

.jobs-heading-custom h5 {
    font-size: 20px;
}
.one-line-course {
    -webkit-line-clamp: 1 !important;
}
.preview-img-error {
    font-size: 10px;
    color: #a69f9f !important;
}

    /* reset password form */

    .reset-main-form {
        width: 450px;
        border: 1px solid #ff9ff3;
        padding: 20px;
        margin: auto;
        border-radius: 10px;
        background-color: #fff !important;
    }
    .form-format{
         height: 100vh;
        display: flex;
        margin: auto;
        justify-content: center;
        align-items: center;
    }
    
    /* .btn-gradient{
        background: linear-gradient(80deg, #6246e8 0%, #e80b9e 100%);
    } */
    .reset-main-form h2 {
        color: #8D3F92 !important;
    }
    
    .form-format label {
        position: absolute;
        left: 15px;
        top: -14px;
        z-index: 1;
        background: #fff;
        color: #BBBBBB;
        font-weight: 400;
        font-size: 17px;
    }
    .form-format input {
        height: 52px !important;
    }
    .form-format .submit-reset {
        height: 53px;
        font-weight: 500;
        font-size: 22px;
    }
    .form-format input::placeholder {
        color: #BBBBBB;
    }
    .form-format input:focus {
        outline: 0 !important;
        box-shadow: none !important;
        border: 1px solid #ced4da !important;
    }
    .new-pwd-form i {
        position: absolute;
        right: 8px;
        top: 17px;
        color: #979a9d;
    }

    /* / 15-dec-22 changes design / */
    .create-post-option li img {
        height: 35px;
        max-width: 35px;
        object-fit: contain;
        margin-right: 3px;
    }
    .icon-search-gray {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        bottom: 0;
        border: none;
        background: transparent;
    }
    .right-search-header{
        width:319px !important;
        background: #FAFAFB;
        color: #92929D;
        font-size: 16px;
        font-weight: 400;
        border: 1px solid #F1F1F5;
    
    }
    
    /* clears the ‘X’ from Chrome */
    
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-results-decoration { display: none; }
  
    
    
    
    
  
    .progress-circleimg {
        position: relative;
        display: inline-block;
        z-index: 1;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        /* / background-color: #ebebeb; / */
    }
    .progress-circleimg:after {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-animation: colorload 2s;
        animation: colorload 2s;
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
    }
    .progress-circleimg .img-profile {
        width: 79px;
        height: 79px;
        object-fit: cover;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        align-items: center;
        top: 5px;
        position: relative;
        background-color: #fff;
    }
    @keyframes colorload {
        0% {
          opacity: 0;
          transform: rotate(0deg); }
        100% {
          opacity: 1;
          transform: rotate(360deg); } 
        }
    
    
.text-blue{
    color:#9872E6;
}

.reject-btn-filter {
    background: #E1E1E1 0% 0% no-repeat padding-box;
    border: 1px solid #e1e1 !important;
    color: #000;
}

.circle-cross i {
    color: #A7A7A7;
}

.circle-cross {
    position: absolute;
    top: 29px;
    right: 2px;
}
.notification-filter-list {
    box-shadow: 0px 3px 6px #00000012;
}


.course-img .feed-actions, .post-img .feed-actions, .job-img .feed-actions {
    padding: 3px 20px;
    background: url(/assets/images/action-feed.png);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-position: left center;
    background-size: cover;
    height: 42px;
    line-height: 22px;
    z-index: 9;
}
    .share-actionfeed {
        display: grid;
        grid-template-columns: 90px auto;
    }
    .post-img ,.course-img,.job-img {
        min-height: 60px;
    }
    
    .profilecomment-img{
        min-height: 50px;
    }
    .profilecomment-img .feed-actions{
    padding: 9px 20px;
    background: url(/assets/images/action-feed.png);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-position: left center;
    background-size: cover;
    height: 50px;
    line-height: 22px;
    }
    .light-purple-bg {
        background: #F4F2FFD1 0% 0% no-repeat padding-box;
        padding: 20px 20px;
    }
    
    
    .scroll-list-post {
        background: #fff;
    }
    
    .box-shadow-line{
        box-shadow: 0px 3px 6px #00000012;
    }
    
    .scroll-list-post {
        background: #fff;
        height: calc(100vh - 318px);
        overflow-y: auto;
    }
    
    .search-tabs-column li.nav-item {
        min-width: 118px;
        text-align: center;
    }
    
    
    
    .time-mint-ago{
        background: #EFE9FF 0% 0% no-repeat padding-box;
        display: inline-block;
        padding: 2px 6px;
        color: #6B40E1;
        border-radius: 5px;
    }
    .tag-color-show li{
        color: #6B40E1;
        display: inline-block;
        padding-right: 8px;
        font-weight: 600;
    }
    
    .profile-reel-box.clickreel .feed-actions {
    
        padding: 9px 20px;
        background: url(/assets/images/action-feed.png);
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        background-position: left center;
        background-size: cover;
        height: 35px;
        line-height: 22px;
    
    }
.btn-apply{
    background: #EFEBFF 0% 0% no-repeat padding-box;
    border-radius: 2px;
    opacity: 1;
    color:#733DDD;
    height:39px;
}

/* 21-12-2022 postdetail model css add */


.post-item {
    max-height: 700px;

}

.slider-modal {
    height: 100%;
    max-height: 100%;
    background: #fff;
    display: grid;
    grid-template-columns: 50% 50%;
}

.left-slide {
    background-color: #000;
    height: 705px;
    /* 905px */

}

.left-slide .video-comment-img{
    width: 100%;
    height: 700px;
    object-fit: contain;
    object-position: center;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.left-slide img:hover {
    background: none;
}

.object-img1 {
    width: 100% !important;
    height: auto !important;

}

.object-img2 {
    width: 100% !important;
    height: auto !important;
}

.left-slide .owl-prev {
    position: absolute;
    top: 50%;
    left: 8px;
}

.left-slide .owl-next {
    position: absolute;
    top: 50%;
    right: 8px;
}

.left-slide .owl-nav button.owl-prev:hover {
    background: none;
}

.left-slide .owl-carousel .owl-nav button.owl-next:hover {
    background: none;
}

.right-person {
    display: grid;
    grid-template-columns: 50px 1fr auto;
    grid-gap: 8px;
    align-items: flex-start;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

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


.right-person .f-11-size {
    font-size: 11px;
    line-height: 16px;
    margin-top: -2px;
    height: 16px;
}


.right-person .text-head {
    text-align: left;
    font: normal normal 600 18px/27px Poppins;
    letter-spacing: 0px;
    color: #202020;
    opacity: 1;
}

.right-person .text-link a {
    text-decoration: none;
    color: #6B40E1;

}

.right-person .text-link2 {
    background: #EFE9FF 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 4px 4px;
    text-align: left;
    font: normal normal normal 10px/16px Poppins;
    letter-spacing: 0px;
    color: #6B40E1;
    opacity: 1;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #F50000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.close:hover {
    color: #F50000;
}

.right-content-4 .close {
    display: none;
}

.right-slide .close img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.text-content {
    text-align: left;
    font: normal normal normal 16px/25px Poppins;
    letter-spacing: 0px;
    color: #707070;
}

.hastags {
    display: flex;
    justify-content: flex-start;
    gap: 6px;
    padding: 0px;
}

.hastags li {
    text-align: left;
    font: normal normal 600 16px/25px Poppins;
    letter-spacing: 0px;
    color: #6B40E1;
    text-decoration: none;
    list-style-type: none;
}

/* like-comment-section-start */

.profilecomment-img-modal {
    min-height: 40px;
}

.profilecomment-img-modal .feed-actions {
    padding: 0px 20px;
    background: url(../images/action-feed.png);
    background-position: left center;
    background-size: cover;
    height: 40px;
    line-height: 22px;
}

.inner-feedactions-modal {
    justify-content: space-between;
    display: flex;
    align-items: start;
}



.post-acion-span {
    color: #fff;
}


/* like-comment-section-end */

.post-comment {
    overflow: auto;
    max-height: calc(100vh - 158px) !important;
}

.post-comment-item {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 36px 1fr auto;
    margin-top: 14px;
    margin-bottom: 10px;
}

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

.post-comment .text-head3 {
    text-align: left;
    font: normal normal 600 18px/27px Poppins;
    letter-spacing: 0px;
    color: #202020;
    opacity: 1;
}

.post-comment .text-head4 {
    text-align: left;
    font: normal normal normal 10px/16px Poppins;
    letter-spacing: 0px;
    color: #707070;
}

.post-comment .text-link a {
    text-decoration: none;
    color: #6B40E1;

}

/* icon-img-style */
.post-comment .text-head4 img {
    height: 10px;
}

.dropdown-item-modal {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

/* nav-tabs */

.custom-nav {
    justify-content: center;
    gap: 30px;
    border-bottom: 0px !important;

}

.custom-nav .nav-item1 {
    color: #DBDBDB;
}



.custom-like-comment {

    font: normal normal 600 18px/27px Poppins;
    letter-spacing: 0px;
    color: #6B40E1;
    opacity: 1;
}


.custom-like-comment:hover {
    color: #6B40E1;
    text-decoration: underline;
}

.custom-comment-style {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    opacity: 1;
}


.text-head5 {
    text-align: left;
    font: normal normal normal 12px/16px Poppins;
    letter-spacing: 0px;
    color: #707070;
    padding: 8px 8px;
    margin-bottom: 0px;
    margin-top: 4px;
}

.post-comment .text-head6 {
    text-align: left;
    font: normal normal normal 10px/16px Poppins;
    letter-spacing: 0px;
    color: #707070;
    padding: 0px 8px;
}

.custom-drop-down {
    padding: 8px 8px;
}

.footer-comment textarea {
    overflow: auto;
    resize: none;
    min-width: 320px;
    padding: 8px !important;
    border: none;
    height: 60px;
}

.footer-comment textarea:focus-visible {
    outline: none;
}

.footer-comment textarea::placeholder {
    padding: 0px 2px;
}

.footer-comment textarea:active {
    border: none;
}

.footer-comment .send-button {
    border: none;
    background: transparent;
}

.inner-feedactions-modal .remove-border:focus {
    box-shadow: none;
}

.footer-comment {
    min-width: 100%;
}
.scroll-home-calc {
    height: calc(100vh - 128px);
}


@media screen and (max-width: 992px) {
    .share-actionfeed {
        display: grid;
        grid-template-columns: 80px auto;
    }

    .post-comment {
        overflow: auto;
        max-height: 200px;
    }

    .slider-modal {
        display: flex;
        flex-direction: column;
    }

    .right-person {
        grid-template-columns: 50px 1fr auto;
    }


    /* new */
    .right-slide {
        position: static;
        order: 1;
    }

    .right-content-1 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 1;
    }

    .profilecomment-img-modal {
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        z-index: 2;
    }

    .item-content-post-bar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: #ffff;
        z-index: 2;
        bottom: 0;
        display: none;
    }

    .custom-display {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: #ffff;
        z-index: 2;
        bottom: -5px;
        display: block;
    }

    .post-comment {
        overflow: auto;
        max-height: 640px;
    }

    .right-content-4 .close {
        display: block;
    }

    .footer-comment textarea {
        min-width: 415px;
    }

}


.list-heading:hover {
    color: #9872e6;
    cursor: inherit;
}
.img-tag-user {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 13px;
}
.post-list-modal-cus li.check-click:hover {
    background: #af23ba14;
}
ul li.check-click2:hover {
    background: #af23ba14;
}





/*****comment modal***/
section.comment-show {
    display: grid;
    overflow: hidden;
    grid-template-columns: minmax(300px, 1fr) 400px;
    width: 100%;
    position: relative;
}

.section.comment-show .owl-carousel .owl-nav.disabled {
    display: block;
}
.comment-post-left-dt {
    height: 100vh;
    position: relative;
    background: #000;
}

.comment-post-left-dt .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.comment-post-right-content {
    background: #fff;
    max-height: 100vh;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.comment-post-left-dt video,
.comment-post-left-dt img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 100vh;
    clip-path: inset(1px 1px);
}

.slider-comment {
    max-width: 100vw;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.slider-comment .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
}
.slider-comment .owl-nav .owl-next {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right:0px;
}
/* .slider-comment .owl-nav {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
} */

.cros-btn-show img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    clip-path: unset;
}

.cros-btn-show {
    position: absolute;
    top: 18px;
    left: 25px;
    z-index: 2;
    border: 0px;
}

.slider-comment .owl-prev span,
.slider-comment .owl-next span {
    display: none;
}

.slider-comment .owl-prev:before {
    content: "";
    background: url(./../images/arrow_left.svg);
    width: 50px;
    height: 60px;
    position: absolute;
    z-index: 1;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
        background-color: #8585854f;
}

.slider-comment .owl-next:before {
    content: "";
    background: url(./../images/arrow_right.svg);
    width: 50px;
    height: 60px;
    position: absolute;
    z-index: 1;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
        background-color: #8585854f;
        background-position: center;
}

/****right side**/
.profile-heading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.like-share-comment .inner-feedactions {
    background: url(./../images/action-feed.png) no-repeat;
    background-size: cover;
    padding: 3px 20px;
}

.like-share-comment .inner-feedactions .spanlike,
.like-share-comment .inner-feedactions .comment-text{
    color: #fff;
}

.comment-post-right-content .top-heading-dt {
    padding: 40px 20px 20px;
}

.heading-comment-dt {
    display: grid;
    grid-template-columns: 50px auto;
    gap: 10px;
    margin-bottom: 30px;
}

.comment-tabs-list .nav-link {
    border: 0px;
    background: transparent;
    padding: 0px;
    border-radius: 0px;
    margin: .5rem 2rem;
    font-weight: 600;
}

.comment-tabs-list {
    margin: 0 auto;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
}

.comment-tabs-list .nav-link.active,
.comment-tabs-list .show>.nav-link {
    background: transparent;
    color: #6B40E1;
    border-bottom: 1px solid #6B40E1;
}

.comment-tabs-list:before {
    border-right: 1px solid #ddd;
    position: absolute;
    right: 46%;
    width: 1px;
    height: 27px;
    content: "";
    top: 26px;
}

.scroll-list-user ul li {
    display: grid;
    grid-template-columns: 50px auto 10px;
    gap: 10px;
}

.paragraph-comment {
    background: #F5F5F5;
    padding: 10px;
    display: grid;
    grid-template-columns: auto 10px;
    gap: 10px;
}

.paragraph-comment p {
    font-size: 14px;
}

.paragraph-comment span.icon-calendar {
    font-size: 9px;
}

.scroll-list-user ul {
    padding-left: 20px;
    padding-right: 3px;
}

.like-share-comment span.spanlike {
    position: relative;
    top: 3px;
    padding-left: 6px;
}

.comment-areatext {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 79px;
    border-top: 1px solid #D1D1D1;
    background: #fff;
    display: grid;
    grid-template-columns: auto 50px;
    align-items: flex-start;
}

.comment-areatext textarea {
    width: 100% !important;
    border: 0px !important;
    padding: 10px 20px 10px 22px !important;
    resize: unset;
    font-size: 14px !important;
}

/* .comment-areatext .send-comment {
    position: absolute;
    right: 0px;
    top:0px;
} */

.scroll-list-user {
    max-height: calc(100vh - 400px);
    overflow-y: scroll;
}

/**modal css**/
.modal-comment-dt {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    z-index: 99999;
}

.modal-comment-dt {
    display: none;
}

@media(max-width: 767px) {
    .comment-post-left-dt {
        height: auto;
    }

    section.comment-show {
        grid-template-columns: 1fr;
    }

    .comment-post-left-dt .item {
        height: 500px;
    }

    .scroll-list-user {
        max-height: calc(100vh - 200px);
        overflow-y: scroll;
    }

    .comment-post-right-content {
        background: #fff;
        max-height: 100%;
    }

    .heading-comment-dt {
        margin-bottom: 18px;
    }

    .slider-comment .owl-prev:before,
    .slider-comment .owl-next:before {
        width: 27px;
        height: 50px;
    }

    .cros-btn-show img {
        width: 31px;
        height: 31px;
    }
}
div#share-modal {
    z-index: 999999;
}
.textarea-comment-section {
    top: 5px;
    position: relative;
    left:10px;
    height: 45px !important;
}

.like-fill-btncustom span ,.open-comment-phone span{
    color: #fff;
}



.bg-connent {
    background: #F4F2FF;
    width: 100%;
    height: 46px;
    align-items: center;
    display: flex;
    padding-left: 14px;
    padding:26px 9px;
}

span.bold-style {
    /* font-weight: 600; */
    color: #6345E7 !important;
}

/* .scroll-height-post { */
    /* max-height: calc(70vh - 330px) !important; */
/* } */
/* 5-jan-23 */
.chat-scroll-image {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin: 0px 0px;
}
.create-dt {
    width: 90px;
}
.date-inner {
    display: flex;
}
.date-inner p span {
    font-size: 14px;
}
.date-inner p:first-child :after {
    content: "\2d";
    position: relative;
    font-family: FontAwesome;
    padding: 0px 3px;
}
.toggle-bg-change {
    width: 28px;
    height: 26px;
    text-align: center;
    
}
.drop-dots-show {
    position: absolute;
    top: 8px;
    right: 8px;
}
.dot-filter {
    filter: brightness(2);
    padding: 0px 0px 0px 1px;
    /* box-shadow: 0 0;  */
    width: 7px;
}

.dot-close-filter {
    box-shadow: none !important;
}
img.clickbookmark.bookmark {
    height: 26px;
    width: 26px;
}
.cancelRequest {
    color: #fff;
    background-color: #a8a8a8 !important;
    border-color: #a8a8a8;
    background: #a8a8a8 !important;
}
.cancelRequest:hover {
    color: #fff;
}

.login-imgs{
    gap: 30px;
}

/* sign up page 24-march-23 */
.sign-name {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #666666;
}
.welcome-sign-text {
    font-style: normal!important;
    font-weight: 500 !important;
    font-size: 40px !important;
    color: #6246E8  !important;
    border-bottom: none !important;
}

.seeking-text {
    font-size: 20px;
    line-height: 30px;
    color: #515151;
    
}
.seeking-text-two {
    font-size: 20px;
    line-height: 30px;
    color: #515151;
    
}
.seeking-form-sign .round {
    position: relative;
    background: #F5F5F5;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
}

  /* custom checkbox start */
  .seeking-form-sign input[type=radio] {
    visibility: hidden;
  }
  .seeking-form-sign .custom-check {
    position: absolute;
    top: 2px;
    right: 0px;
    height: 25px;
    width: 25px;
    border: 1px solid #515151;
    background: #fff;
    border-radius: 50px;
}
  .seeking-form-sign .main input:active ~ .custom-check {
    background-color: white;
  }

  .seeking-form-sign .main input:checked ~ .custom-check {
    background: linear-gradient(80deg, #6246e8 0%, #e80b9e 100%);
    border-radius:50px;
  }

  .seeking-form-sign .custom-check:after {
    content: "";
    position: absolute;
    display: none;
  }

  .seeking-form-sign .main input:checked ~ .custom-check:after {
    display: block;
  }

  .seeking-form-sign .main .custom-check:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 5px;
    opacity: 1;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    width: 12px;
    z-index: 9999;
}
.profile-after-upload{
        width: 95px;
        height: 94px;
        border-radius: 50px;
}
.seeking-form-sign .main {
    display: block;
    position: relative;
  }
 .select2-container {
    width: 100% !important;
}
  /* custom-checkbox end */
  /* profile-signup start */

.profile-signup .seeking-text, .company-profile-sign {
    width: 59%;
}

.profile-upload-sign {
    max-width: 100px;
    margin: 0 auto;
    display: block;
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 3px solid #6246E8;
    outline: #CCCCCC47 solid 10px;
    position: relative;
}
.profileimage-sign{
    width: 31px;
    height: 34px;
    margin: auto;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    object-fit: contain;
}
.profile-edit-file-sign {
    position: absolute;
    left: 38%;
    height: 100%;
    width: 107px;
    top: 16%;
    opacity: 0;
}
.company-input-bottom {
    margin-bottom: 96px !important;
}
.upload-btn{
    cursor: pointer;
}
  /* profile-signup end */
  /* cvupload page start */
  .cvupload-box {
    background: #E4F4F6;
    border: 1px solid #3EC6D6;
    height: 59px;
}
.cover-letter-box{
    background: #EDE6FE;
    border: 1px solid #9975EF;
    height: 59px;
}
.cover-letter-box p {
    color: #9975EF;
}
.video-upload{
    background: #F3F5FC;
    border: 1px solid #6386FE;
    height: 59px;
}
.video-upload p {
    color: #6386FE;
}
.video-upload label{
    display: inline-block;
    background-color: #6386FE;
    color: white;
    cursor: pointer;
    margin-top: 10px;
    padding: 7px 20px;
}
.text-input-cv {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #515151;
}
.img-pportion-height {
    height: 286px;
}
.view-modal-cv .modal-header {
    position: relative;
    justify-content: center;
    border: none !important;
}
.view-modal-cv .modal-header button {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0.8;
}
.img-pportion-height img{
    object-fit: contain;
}
.view-modal-cv .modal-content {
    width: 407px;
    height: 460px;
}
.application-modal-cv h5{
    font-size: 25px;
    line-height: 38px;
    color: #962ECB;
}
.btn.viewedit-btn {
    display: inline-block;
    background-color: #3EC6D6;
    color: white;
    cursor: pointer;
    padding: 7px 20px;
    border-radius: 0 !important;
}
.view-edit-color1{
   background-color:  #9975EF !important
}
.view-edit-color2{
    background-color: #6386FE !important;
}
.cvupload-box label{
    display: inline-block;
    background-color: #3EC6D6;
    color: white;
    cursor: pointer;
    margin-top: 10px;
    padding: 7.5px 20px;
}
.cover-letter{
    background: #9975EF !important;
}

input.upload-cv-input {
    position: absolute;
    width: 102px;
    opacity: 0;
    top:14px;
}
.bg-color-video {
    background: #F4F2FF;
    height: 248px;
}
.img-video-center{
    top: 34%;
}
  /* cvupload page start */
  .no-connection-text {
    width: 180px!important;
    object-fit: contain!important;
    border-radius: 0%!important;
}
.no-chat-text {
    width: 120px!important;
    object-fit: contain!important;
    border-radius: 0%!important;;
}
.no_reeelfound_img img {
    max-width: 200px !important;
    max-height: 200px !important;
}
#tinderslide li {
    background: linear-gradient(61.78deg, #6246E8 -30.66%, #E80B9E 152.23%) !important;
}
.list-unstyled.few-skills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.few-skills p {
    border: 1px solid #fff !important;
    display: inline-block;
    padding: 5px 12px 5px 10px;
    font-size: 14px;
    margin-bottom: 4px;
    margin-right: 2px;
    border-radius: 3px;
}
#tinderslide ul {
    width: auto;
    height: 665px;
}
.job_month_city {
    vertical-align: bottom !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.job_month_city .price-job {
    padding: 5px 10px;
}
.about_profile_cus img {
    border-radius: 0;
}



/* carousel 20-april */
.gosales_carousel .owl-nav {
    width: 100%;
}
.gosales_carousel .owl-prev {
    width: 50px;
    height: 50px;
    border-radius: 50px !important;
    position: absolute;
    top: 39%;
    background:#b3b3b34a !important;
    color: #6246e8 !important;
    left: 0;
}
.gosales_carousel .owl-prev.disabled {
    position: absolute;
    top: 39%;
    left: 0;
    background:#b3b3b34a !important;
    color: #6246e8 !important;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px !important;
}
.gosales_carousel .owl-next {
    position: absolute;
    top: 39%;
    background:#b3b3b34a !important;
    color: #6246e8 !important;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px !important;
}

.gosales_carousel .owl-theme .owl-dots .owl-dot.active span, .gosales_carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #6246e8 !important;
}

@media (max-width:767px){
    .gosales_carousel .owl-stage-outer {
        width: auto;
        height:  auto;
    }
    .gosales_carousel .owl-nav {
        display: none;
    }
}
@media (max-width:1050px){
    .gosales_carousel .owl-nav {
    display: none;
}
}


.gosales_carousel.owl-prev,
.gosales_carousel.owl-next{
    position: relative;
}
.gosales_carousel button.owl-prev:before {
    content: "";
    position: absolute;
    background-image: url("/assets/images/left_arrow.svg") !important;
    width: 16px;
    height: 20px;
    background-repeat: no-repeat;
    left: 18px !important;
    background-size: 10px;
    top: 17px;

}
.gosales_carousel .owl-next:before {
    content: "";
    position: absolute;
    background: url("/assets/images/right_arrow.svg");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    left: 22px;
    padding: 0px;
    bottom: 3px;
    background-size: 10px;
   
}

.gosales_carousel button.owl-prev span{
    display: none !important;
}
.gosales_carousel button.owl-next span{
    display: none !important;
}
.form_gosale form {
    width: calc(100% - 160px);
}
.add_product_btn .common-btn {
    min-height: 50px;
    line-height: 37px;
    margin-left: 15px;
    display:flex;
    align-items: center;
}
.cvupload-box {
    display: grid;
    grid-template-columns: 163px auto;
    align-items: center;
}
.viewedit_cus{
    position: absolute;
    right: 9px;
}
label.editcv_btn {
    margin-top: 0px;
    margin-bottom: 0px !important;
}
.reel-views {
    background: #00000080;
    padding: 5px 22px;
    border-radius: 9px;
}
.filter_status {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.categor-box {
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 12px;
}
.category_filter {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}
.see-more {
    position: absolute;
    right: 13px;
    color: #a9a9a9;
    font-size: 14px;
    top: 22px;
    z-index: 90;
    background: #ffff;
    padding-left: 7px;
    margin-right: -14px;
    cursor: pointer;
}
.review-see-more {
    position: absolute;
    right: 13px;
    color: #a9a9a9;
    font-size: 14px;
    top: 22px;
    z-index: 999;
    background: #ffff;
    padding-left: 15px;
    margin-right: -14px;
    cursor: pointer;
}
.review-see-more:hover {
    text-decoration: underline;
    color: var(--purple);
}
.review-see-less{
    position: absolute;
    right: 13px;
    color: #a9a9a9;
    font-size: 14px;
    bottom: 0px;
    z-index: 999;
    background: #ffff;
    padding-left: 15px;
    margin-right: -14px;
}
.review-see-less:hover {
    text-decoration: underline;
    color: var(--purple);
}
.post-pargraph{
    max-height: 40px;
    overflow: hidden;
}
.file-upload {
    position: absolute;
    width: 68px;
    top: 6px;
    opacity: 0;
    cursor: pointer;
}
.dot_other{
    padding: 6px;
    width: 21px;
    height: 43px;
    object-fit: contain;
}
.nav_profile_cus .nav-link {
    padding: .5rem 2rem;
}
/* .progress-circleimg.progress-1:after {
    background-image: linear-gradient(-100deg, transparent 46%, transparent 54%, transparent), linear-gradient(321deg, #82C43C 75%, #fff 70%, #fff) !important;
} */
.notify_align_reject {
    align-items: flex-start;
}
.black_dots {
    height: 26px !important;
    object-fit: contain;
    width: 100%;
}
.post_applied_cus .bookmark-job img{
    top: 0;
}
.location_white {
    width: 34px;
    height: 23px;
    object-fit: contain;
}
.required-color{
    color: #6345E7;
}
.location_box_jobs {
    background: #F0EEFC;
    height: 72px;
    display: flex;
    align-items: center;
    padding: 10px 10px;
}
.location_upr {
    height: 52px;
    display: inline-block;
    width: 53px;
    padding: 13px 9px;
    border-radius: 2px;
}
.jobs-grid-cus{
    display: grid !important;
    grid-template-columns: 1fr  146px 20px !important;
    overflow: hidden;
    align-items: center !important;
    gap: 11px;
}

.upload-intro-box  .icon_close_img{
    filter: brightness(0) invert(1);
    width: 12px;
    cursor: pointer;
}
.upload-intro-box  .close-icon {
    top: 4px;
    position: absolute;
    right: 7px;
    opacity: 1;
    z-index: 99;
    font-size: 9px;
    background: #000;
    border-radius: 100px;
    padding: 6px;
}
.required_box{
    background: #F4F2FF;
    border: 1px solid #6246E8;
    color: #6246E8;
    padding: 3px 14px;
}
svg.location_blue {
    width: 12px;
    height: 15px;
}
.see-more-comment{
    position: absolute;
    right: -1px;
    color: #a9a9a9;
    font-size: 14px;
    top: 64px;
    z-index: 999;
    background: #ffff;
    padding-left: 15px;
}
.see-more-comment:hover {
    text-decoration: underline;
    color: var(--purple);
}
.comment-height{
    max-height: 60px;
}

/* jobs filter */
.jobs_filter_field .select2-container--default .select2-selection--multiple .select2-selection__choice {
    width: 18ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hired_stamp {
    position: absolute;
    top: 17%;
    right: 45px;
}
span.border-user {
    outline: 5px solid rgba(107, 66, 227, 0.07);
    border-radius: 50%;
}
.connections-list.chating-list li a {
    height: 51px;
    width: 100%;
    padding-left: 7px;
}

.reels_overflow .drop-common .dropdown-menu.show {
    top: -6px !important;
    transform: translate3d(-86px, 36px, 10px) !important;
    z-index: 9999 !important;
    min-width: 109px !important;
    padding: 1px -23px;
}
.reels_overflow{
    overflow: visible !important;
}
.commentParent .dropdown-menu.dropdown-menu-right.show {
    min-width: 20px;
    transform: translate3d(-95px, 21px, 0px) !important;
}

@media(max-width:767px){
    label.editcv_btn {
        height: 40px  !important;
    }
}

@property --eb-progress-value {
    syntax: "<integer>";
    inherits: false;
    initial-value: 0;
  }
  @-webkit-keyframes eb-progress {
    to {
      --eb-progress-value: var(--value);
    }
  }
  @keyframes eb-progress {
    to {
      --eb-progress-value: var(--value);
    }
  }
  
  .eb-progress-bar {
    --size: 80px;
    --inner-bg: #ffffff;
    --primary-color: #82C43C;
    --secondary-color: #dae9f7;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    color: var(--primary-color);
    background: radial-gradient(closest-side, var(--inner-bg) 84%, transparent 30% 100%), conic-gradient(var(--primary-color) calc(var(--eb-progress-value) * 1%), var(--secondary-color) 0);
    border-radius: 50%;
}

.eb-progress-bar, .eb-progress-bar::before {
-webkit-animation: eb-progress 2s 1 forwards;
        animation: eb-progress 2s 1 forwards;
}
.eb-progress-bar::before {
    counter-reset: percentage var(--eb-progress-value);
}
.eb-progress-bar-title {
    font-size: inherit;
    font-weight: 700;
    text-align: center;
    color: inherit;
}
.eb-progress-bar progress {
    visibility: hidden;
    width: 0;
    height: 0;
}
.eb-progress-bar img{
    max-width: 70px;
    border-radius: 50%;
    height: 70px;
}
.slot-box .form-control[readonly] {
    background-color: #fff !important;
    background-image: url(../images/calendergradient.svg) !important;
    background-repeat: no-repeat !important;
    position: relative;
    float: right;
    background-position-x: 150px;
    background-position-y: 10px;
}
.form-row .input-group{
    background-color: #fff;
}

.add-border{
    padding: 30px 24px;
}
.add-bottom{
    border-bottom: 5px solid #fafafb;    
    padding: 30px 24px;

}
.add-border-color{
    border-bottom: 5px solid #fafafb; 
    padding: 30px 24px;
}
.giventop{
    padding:0 30px;
}
.job-features li {
    display: inline-block;
    padding: 5px 12px 5px 10px;
    border: 1px solid #ede4ff !important;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 3px;
    background: #ede4ff;
    color: #6246e8 !important;
}

.modal-close{
    position: absolute;
    right: 5px;
    font-size: 25px;
    cursor: pointer;
    z-index: 11111;
}
.modal-close {
    top: -16px;
    font-size: 35px;
    right: -10px;
}
.color-change{
    background-color: #fff !important;
}

/* 29-05-2023 */
.serach-relative{position: relative;}
i.fas.fa-times.cros-icon {
    position: absolute;
    right: 20px;
    top: 18px;
    color: #92929d;
}

.job-flex .bookmark-job img {
    height: 26px;
    top: 0;
    position: relative;
    width: 26px;
    object-fit: contain;
    padding: 0 !important;
}
.dot-btn{
    border: none;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    padding: 0;
}

/* .given-absolute {
    position: absolute;
    top: 50px;
    right: 15px;
    padding: 0 !important;
} */
.given-absolute img{
    padding: 0 !important;
}
.form-search-second .serach-relative input {
    padding-right: 40px;
}

.side-filter-block .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 1rem;
    color: #495057;
}

.select2-container--default .select2-search--inline .select2-search__field{
    font-size: 1rem !important;
    color: #7d7d7d !important;
}
.filter-field .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #7d7d7d;
    /* padding-left: 5px; */
    font-size: 1rem !important;
}
.dot-images {
    width: 15px;
}

/* 15-06-2023 */
.hover-effect button {
    border: none;
    background-color: transparent;
    outline: none;
    display: block;
    cursor: pointer;
    width: 100%;
}
.hover-effect button:hover{
    cursor: pointer;
}
.input.post_image_name{
    display: inline-block;
    cursor: pointer;
}

.review-search-svg {
    width: 45px;
    height: 39px;
    border: 0px !important;
}

@media screen and (max-width:1650px) {
    .main-white-cards{
        height: auto;
    }
    
}

ul.feed-sidebar-list .conn-hover:hover .number-chat {
    color:white;
}

@media screen and (max-width: 1200px) {
    .remove-padding .filter-field .select2-container--default .select2-selection--single .select2-selection__placeholder{
        padding-left: 0 !important;
    }
    .select2-container .select2-search--inline .select2-search__field {
        margin-top: 6px !important;
    }
}
@media screen and (max-width: 767px) {
    .reel-content {
        display: block;
        top: 63px;
        height: auto;
        overflow-y: scroll;
        max-height: 88px;
        left: 0;
        width: 100%;
    }
    .comments-show1, .comment-head, .reel-comment-close{
        display: none !important;
    }
    .reel-content{
        padding: 0 !important;
    }
  
    #reelcommentid{
        padding: 0 !important;
    }
    .thin-scroll::-webkit-scrollbar{
        display: none;
    }
    .reel-actions{
        position: sticky;
        bottom: 0;
    }
    div#lastcomment {
        display: none;
    }
    .right-reel .close{
        display: none;
    }
    .reel-content p.text-color {
        margin-bottom: 5px !important;
        padding: 0 10px;
    }
}
@media screen and (max-width: 480px) {
    .reel-modal-body .left-reel video,
    .reel-modal-body .left-reel {
        height: 374px;
    }
    .whitebox.p-4{
        padding: 0 !important;
    }
}
#browser input.form-control  {
    border: #495057;
    color: #7d7d7d;
}
.height-input {
    height: 40px;
    padding-left: 8px;
}

.reel-slider .reel-prev-btn, .reel-slider .reel-next-btn {
    top: 50%;
}
.notify-drop::after{
    display: none;
}

.notification-drop .dropdown-menu {
    top: calc(100% + 30px);
    width: 460px;
    right: 0;
    box-shadow: 0px 3px 8px #00000029;
    border: none;
    padding: 0px;
    left: -390px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #f4f2ff;
}
label#trainer_image-error, label#course_image-error {
    width: 200px !important;
}

.field-color .select2-container--default .select2-search--inline .select2-search__field{
    font-weight: 500;
    color: #b9b9b9 !important;
    opacity: 0.55;
}

.notify-drop {
    background: #FFE8F8;
    border-radius: 50% !important;
    height: 33px;
    width: 33px;
    padding:0;
}

.keep-open .dropdown-item {
    padding: 0;
    cursor: pointer;
}
/* .reel-content .see-more {
    position: unset;
} */
p.p-height{
    height: 50px;
    overflow-y: scroll;
}
/* .right-reel .see-more {
    right: -7px;
    top: 10px;
    padding-left: 12px;
} */
@media screen and (max-width: 575px) {
    .post-comment-item {
        grid-template-columns: 45px 1fr auto;
    }

    .footer-comment textarea {
        min-width: auto;
    }
    .notification-drop .dropdown-menu {
        width: 370px;
        left: -280px;
    }
    .circle-cross {
        right: 10px;
    }
    .chat-mobile{
        width: 100% !important;
        min-width: 100% !important;
    }
    .right-close-btn {
        display: none !important;
    }
}

@media screen and (max-width: 425px){
.notification-drop .dropdown-menu {
    width: 330px;
    left: -235px;
}
}
.plus-count {
    position: absolute;
    top: -3px;
    right: 1px;
    font-size: 9px;
}
.nine-count {
    position: relative;
    margin-left: -4px;
}
/* .appendimg-chat{
   width: 70% !important;
} */

a.media-choosen:hover .fa-play{
    color: white;
}
label#description-error {
    margin-top: 58px !important;
}
h4.selectPlan{
font-size:55px !important;
text-transform: uppercase;
font-weight: 700;
color: white;
letter-spacing: 1px;
}
h4.selectPlan:hover{
    color: white; 
}
.cardHeader {
 height: 120px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
}
.bgPurple{   background-color: #9932CA;}
.bgPINK{ background-color: #E200AA;}
.cardHeader h4{
    font-size: 35px;
    font-weight: 500;
}
.colorPink{
    color: #E200AA;
}
.subscription-price h3{
    font-size: 32px;
    font-weight: 500;
}
.auth-subscription{
    background-image: linear-gradient(to right,#526FFE , #FD66C4);
}
.subslogo{
    width:120px;
    height: 120px;
}
.subslabel{
    font-size: 24px;
    color: black;
    font-weight: 400;
}
.form-check-input.subscheck {
    position: absolute;
    margin-top: 8px;
    margin-left: 10px;
    scale: 1.8;
    background: transparent;
}

h3.colorPink span{
    font-size: 21px !important;
}
.subscription-price h6{
    font-size: 21px;
    font-weight: 700;
}
.subscription-price {
    height: 180px;
    min-height: 180px;
}
.subscription-price p{
    max-width: 200px;
    text-align: center;
}
.form-radio-item:not(#lexRadioDefault1) label:before {
    border-color: transparent !important;
}

.form-radio-item:not(#lexRadioDefault1) input:checked + label:after {
    background: transparent !important;
}
/* .subscription-block-box .subscription-points li:after {
    outline-offset: 1px;
    border-radius: 100%;
    width: 17px;
    top: 2px;
    height: 17px;
    left: -33px;
} */
.subscription-block-box .btn-buy{
    background-color: #6450C6 !important;
    border-radius: 8px !important;
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
}

input.subscheck[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: transparent;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid white;
}
input#flexRadioDefault1{
    visibility: hidden;
}

input.subscheck[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #6450C6;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid  #fff;
}
.subscription-points li:first-child{
    position: relative;
}
.subscription-points li:first-child::after{
    position: absolute;
    content: " ";
    width: 50px;
    height: 50px;
    background-image: url(../images/Group\ 3831.png) ;
    right: 0;
    background-repeat: no-repeat;
}
.subscription-points-free li:first-child::after{
    background: none !important;
}

.CardHeaderImg{
    position: absolute;
    right: 0;
    width: 124px !important;
    top:0;
}
.review-main-modal{
    padding-right: 0 !important;
}

.myproduct-dot {
    position: absolute;
    top: 12px;
    right: 15px;
}
.custom-chat-no {
    background: linear-gradient(80deg, #6246e8 0%, #e80b9e 100%);
    width: 19px;
    height: 19px;
    border-radius: 100px;
    display: inline-block;
    font-size: 9px !important;
    color: #fff;
    text-align: center;
    line-height: 2;
}
.custom-chat-no-rigth-sidebar {
    background: linear-gradient(80deg, #6246e8 0%, #e80b9e 100%);
    width: 19px;
    height: 19px;
    border-radius: 100px;
    display: inline-block;
    font-size: 9px !important;
    color: #fff;
    text-align: center;
    line-height: 2;
    position: absolute;
    left: 33px;
    top: 0px;
}

.chatRight{
    margin-left: 15px !important;
    min-width: 360px;
}

.center-content .center-container.chat_right_container{
    max-width: 100%; 
    padding-left: 0;
    padding-right: 10px;
    width: 100%;
}
.activeUserChat{
    background-color: #f4f2ff;
}
.hoverUserChat:hover{
    background-color: #f4f2ff;
}
.hoverUserChat{
    border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width:767px){
    .activeUserChat{
        background-color: transparent !important;
    }
}
.span_text{
    font-size: 14px;
    color: gray;
    overflow: hidden;
}
.liveAction{
    position: relative;
}
@media screen and  (max-width: 1600px) {
    .CardHeaderImg {
        width: 110px !important;
    }
    .cardHeader h4 {
        font-size: 30px;
    }
    .cardHeader {
        height: 110px;
    }
    .subslogo {
        width: 100px;
        height: 100px;
    }
    h4.selectPlan {
        font-size: 45px !important;
    }
    .subscription-price h3 {
        font-size: 25px;
        font-weight: 500;
    }
    }
    @media screen and  (max-width: 991px) {
        h4.selectPlan {
            font-size: 25px !important;
        }
        .upper-subsc-info{
            height: auto;
        }
        /* .chat-listing.chatRight{
            width: 450px;
        } */
    }
@media screen and (max-width :1200px){
    .side-padding {
        padding: 0px !important;
    }
}
@media screen and (max-width:380px){
    .rating-time-cus span {
        font-size: 10px;
    }
}
@media screen and (max-width:340px){
    .rating-time-cus span {
        font-size: 8px;
        white-space: nowrap;
    }
}
@media screen and (max-width:575px){
    /* .chatRight{
       display: block !important;
    } */
}
@media screen and (max-width:390px){
    .subslabel {
        font-size: 18px;
        color: black;
        font-weight: 400;
    }
    input.subscheck[type='radio']:after {
        width: 11px;
        height: 11px;
        border-radius: 15px;
        top: -3px;
        left: -1px;
        position: relative;
        background-color: transparent;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid white;
    }
    .custom-block{
        display: block;
    }
}

.fix_card_header{
    text-overflow: ellipsis;
    white-space: break-spaces;
    max-height: 48px;
    min-height: 48px;
    overflow: hidden;
}
.user_chat_profile{
    display: flex;
    /* align-items: flex-start; */
    gap: 10px;
}
.user_chat_profile .one-line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 145px;
}

.chatRight .connections-list.chating-list li a {
    /* grid-template-columns: 40px 1fr auto;
    align-items: flex-start; */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.chatting_time{
    font-size: 10px;
    color: gray;
    margin-bottom: 9px;
}
.full-input.width_half{
    width: 50%;
}
.post_location .form-control{
    font-size: 12px;
    padding: 0.375rem 6px;

}
@media screen and (max-width:767px){
    input.subscheck[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: 1px;
        left: -1px;
        position: relative;
        background-color: transparent;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid white;
    }

    /* .center-content .center-container.chat_right_container{
        display: none;
    } */
    .chat-listing.chatRight {
        width: 100%;
        padding: 11px;
        margin: 0 !important;
    }
    .span_text {
        max-width: 100%;
    }
    .center-content .center-container.chat_right_container{
        padding-right: 0;
    }
}
.notification-drop-item:hover{
    cursor: auto !important;
    background-color: transparent !important;
}

/* help faq */

.header-help{
  background-color: #F4F2FF;
  color: var(--purple) !important;
  border-bottom: 0;
  font-size: 15px;
  position: relative;
}
.f14-size {
    font-size: 14px;
}
.card.mb-3 {
    border: 0;
    border-radius: 5px !important;
    box-shadow: 0px 0px 15px -4px #6449e82e;
}
.help-modal-wrapper .modal-dialog {
    max-width: 700px;
}

.header-help button:after {
    content: "";
    position: absolute;
    top: 23px;
    right: 15px;
    background-image: url(../images/arrow.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.header-help button.collapsed:after {
    transform: rotate(180deg);
    top: 8px;
    right: 23px;
}

.arrow-down {
    background: #f7f2f2;
    width: 66px;
    position: fixed;
    bottom: 124px;
    left: 410px;
    border-radius: 100%;
    height: 66px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    z-index: 2;

}
.newchat_profile {
    display: grid;
    grid-template-columns: 40px 1fr;
    /* align-items: baseline; */
    gap:12px;
}
.online-main {
    position: absolute;
    right: 0px;
}
.chat-description{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: gray;
    word-break: break-all;
}
.chat-listing .connections-list.chating-list li a {
    height: auto;
}

.subs-text{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0.5px;
}
.subs-purple{
    font-size: 14px;
    font-weight: 400;
    color: #6450C6;
    margin-bottom: 0.5px;
}
.subs-bottom{
    border: 1px solid #6450C6;
    border-radius: 10px;
    padding: 8px;
}
.subs-click{
    color: #e214aa;
}
.subs-cancel{
    color: #6450C6;
    font-size: 16px;
    margin-bottom: 0.5px;
    font-weight: 500;
}
.subs-support{
    font-size: 12px;
}
.subs-text-desc{
    font-size: 11px !important;
}
@media screen and (max-width: 800px) {
    .arrow-down {
        left: 30px !important;
    }
}
@media screen and (max-width: 2160px) {
    .arrow-down {
        left: 445px !important;
    }
}
/* 
.eb-progress-bar.js.mb-2 {
    width: 100px;
    height: 100px;
}
.img-profile {
    width: 100px;
    height: 85px;
    object-fit: cover;
    border-radius: 50%;
} */