* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'general_sansregular';
}

/**/

@font-face {
    font-family: 'general_sansbold';
    src: url('../../website/font/generalsans-bold-webfont.woff2') format('woff2'),
        url('../../website/font/generalsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'general_sansextralight';
    src: url('../../website/font/generalsans-extralight-webfont.woff2') format('woff2'),
        url('../../website/font/generalsans-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'general_sanslight';
    src: url('../../website/font/generalsans-light-webfont.woff2') format('woff2'),
        url('../../website/font/generalsans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'general_sansmedium';
    src: url('../../website/font/generalsans-medium-webfont.woff2') format('woff2'),
        url('../../website/font/generalsans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'general_sansregular';
    src: url('../../website/font/generalsans-regular-webfont.woff2') format('woff2'),
        url('../../website/font/generalsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'general_sanssemibold';
    src: url('../../website/font/generalsans-semibold-webfont.woff2') format('woff2'),
        url('../../website/font/generalsans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*same css */

.container {
    max-width: 1300px;
    margin: auto;
    padding: 0;
}

.custom_space {
    padding: 120px 0;
}

.seeAll-btn {
    background-color: #3bc0cc;
    color: white;
    padding: 15px 35px;
    width: 200px;
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    font-family: 'general_sansmedium';
    text-align: center;
    border: 1px solid #3bc0cc;
}

.seeAll-btn:hover {
    color: #3bc0cc;
    background-color: transparent;
}

.btn.seeAll-btn:focus,
.filter-coll .filter-btn:focus,
.shareitem button:focus,
.swal-custom-button:focus,
ul.pagination .page-link:focus {
    box-shadow: unset;
}

.custom-content h2 {
    font-size: 48px;
    color: #000;
    font-family: 'general_sanssemibold';
}

.custom-content p {
    color: #444444;
    font-size: 16px;
    font-family: 'general_sansregular';
    margin-bottom: 25px;
    line-height: 26px;
}


.searchCustom .search-boxs {
    max-width: 650px;
    margin: auto;
    padding-top: 20px;
}

.searchCustom .search-col {
    border-radius: 50px;
    padding: 15px;
    color: #3bc0cc;
    border: 1px solid #3bc0cc;
    margin-bottom: 30px;
}

/*.searchCustom .search-icon-form {
    position: absolute;
    left: 1.8rem;
    top: 50%;
    transform: translateY(-124%);
    width: 22px;
    height: 22px;
    stroke: #999;
    stroke-width: 2;
    fill: none;
    pointer-events: none;
}
*/



.searchHome .search-boxs {
    margin-right: 15px;
    width: calc(70% - 70px);
}

.searchHome .searcBar-card {
    color: #3bc0cc;
    border: 1px solid #3bc0cc;
    border-radius: 50px;
}

.searchHome .search-col {
    border-radius: 50px;
    padding: 20px 15px;
    font-size: 1rem;
    width: 71%;
}

.search-icon-form {
    width: 22px;
    height: 22px;
    stroke: #3bc0cc;
    fill: none;
    pointer-events: none;
}

.searchHome .search-input,
.searchCustom .search-input {
    /*border-radius: 50px;*/
    padding: 0px;
    font-size: 16px;
    border: none;
    color: #9E9E9E;
}

.searchHome .search-col input::placeholder {
    color: #3bc0cc;
}


.searchCustom .search-boxs .search-btn,
.theme_Btn,
.searchHome .search-boxs .search-btn {
    background-color: #3bc0cc;
    border: none;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
    padding: 20px 0;
    min-width: 250px;
    font-family: 'general_sansmedium';
}
.searchHome .search-boxs .search-btn {
    font-size: 16px;
    padding: 10px 0;
    min-width: 120px;
}


.theme_Btn {
    padding: 14px 8px;
    max-width: 400px !important;
    width: 100%;
}

.search-col .search-suggestions,
.search-col ul#searchSuggestions {
    z-index: 1 !important;
}
.search-suggestions {
/*    height: 300px;
    overflow-y: scroll;*/
}
.suggestionsScrool {
   height: 300px;
    overflow-y: scroll;}
.search-col .search-suggestions a.dropdown-item,
.search-col ul#searchSuggestions .suggestion-item {
    text-align: left;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 16px;
    color: #212121;
    font-family: 'general_sansregular';
}

.account_form .otherLink input#terms {
    box-shadow: none !important;
}

.otherLink label {
    font-size: 16px;
    color: #212121;
    font-family: 'general_sansmedium';
}

.otherLink label a {
    color: #3bc0cc;
}


.customSpacePage  { min-height: 900px;}


/*header css*/

.headerBar {
    background-color: #fff;
    border-radius: 20px;
    padding: 12px 30px;
    /* box-shadow: 0px 0px 3px -1px #7c7c7c;*/
    box-shadow: 0px 0px 4px 0px #7c7c7c5c;
}

.header_top nav.navbar {
    padding: 0 15px;
    padding-top: 40px;
    z-index: 99;
}

.headerBar ul.navbar-nav li {
    margin-left: 25px;
}

.headerBar ul.navbar-nav li .nav-link {
    font-size: 16px;
    font-family: 'general_sansmedium';
    color: #000 !important;
    padding: 0 !important;
    cursor: pointer;
}

.headerBar ul.without-btns li a,
.headerBar ul.without-btns li button {
    font-size: 16px;
    font-family: 'general_sanssemibold';
}

.headerBar ul.navbar-nav li ul.dropdown-menu {
    background-color: #3bc0cc;
    padding: 0;
}

.headerBar ul.navbar-nav li ul.dropdown-menu li {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ffffff;
}

.headerBar ul.navbar-nav li ul.dropdown-menu li a {
    color: #fff !important;
}

.headerBar ul.navbar-nav li ul.dropdown-menu li a:hover {
    background-color: transparent;
    color: #000 !important;
}

.headerBar ul.navbar-nav li ul.dropdown-menu li .active_link {
    color: #000 !important;
}

.headerBar ul.navbar-nav li .nav-link:hover {
    color: #3bc0cc !important;
}

.headerBar ul.navbar-nav li .nav-link.active_link {
    color: #3bc0cc !important;
}

.headerBar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.headerBar .dropdown-menu {
    transition: all 0.3s ease;
}

.btn-login,
.btn-createPost {
    background-color: #3bc0cc;
    color: white;
    padding: 15px 46px;
    border-radius: 30px;
    transition: background-color 0.3s ease;
}

.btn-login:hover,
.btn-createPost:hover {
    border: 1px solid #3bc0cc !important;
    color: #3bc0cc;
    background-color: transparent;
}

.btn-signup {
    border: 1px solid #3bc0cc;
    color: #3bc0cc;
    padding: 15px 35px !important;
    border-radius: 30px;
    transition: background-color 0.3s ease;
}

.btn-signup:hover {
    background-color: #3bc0cc !important;
    color: white;
}

.btn-createPost {
    font-size: 16px;
    font-family: 'general_sanssemibold';
    display: inline-block;
    border: 1px solid #3bc0cc;
}

header.header_top.is-sticky nav.navbar {
    padding-top: 0;
}

.headerBar ul.navbar-nav li.nav-action a {
    background-color: #ebf8f9;
    border-radius: 50px;
    width: 54px;
    display: flex;
    height: 54px;
    text-align: center;
    font-size: 28px;
    color: #37B9C5;
    align-items: center;
    justify-content: space-around;
}

.headerBar ul.navbar-nav li a.navProfile-user img {
    width: 54px;
    height: 54px;
    border-radius: 50px;
}

.createGroup_content .vertical-lists {
    margin-bottom: 30px;
}

.notificationCounts {
    top: -12px;
    right: 0;
    font-size: 10px;
    background-color: #3bc0cc;
    color: #fff;
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

/*banner*/

.home-banner {
    background-image: url(/admin-assets/website/image/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*  box-shadow: 0px 1px 3px 7px #d0bbb2;*/
}

.banner_content {
    min-height: 620px;
    padding-top: 130px;
}

.banner_content h1 {
    text-align: center;
    font-size: 52px;
    color: #fff;
    font-family: 'general_sanssemibold';
}

.banner_content p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 62%;
    margin: auto;
    font-family: 'general_sansregular';
}


.category-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 60px;
}

.category-wrapper::-webkit-scrollbar {
    display: none;
}

ul.category-list {
    scroll-behavior: smooth;
}

.category-wrapper ul li a {
    color: #030303;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    background-color: #EFEFEF;
    text-align: center;
    padding: 15px 14px;
    display: flex;
    border-radius: 50px;
    text-decoration: none;
}

.category-wrapper ul li a span {
    padding-right: 10px;
}

.category-wrapper ul li a span img {
    max-width: 50px;
    width: 25px;
}

.category-wrapper ul li a {
    margin-right: 15px;
}

.category-wrapper ul li a.active_category {
    background-color: #212121;
    color: #FFFFFF;
}

/**/
.about-img img {
    border-radius: 20px;
}

.aboutUs .custom-content {
    padding-left: 70px;
}

.google-btn {
    padding-top: 20px;
}

.google-btn a {
    margin-right: 15px;
}

.app-img {
    text-align: right;
}

.our-app,
.contactUs,
.brand-place,
.custom_space_bottom {
    padding-bottom: 40px;
}


/*landing page*/

.landing-banner {}

.landing_content {
    min-height: 700px;
    padding-top: 130px;
}

.landing_content h1 {
    font-size: 60px;
    color: #37B9C5;
    font-family: 'general_sanssemibold';
}

.landing_content h1 span {
    color: #000;
    display: block;
}

.landing_content h3 {
    font-size: 30px;
    color: #000000;
    font-family: 'general_sanssemibold';
    margin-bottom: 30px;
    margin-top: 15px;
}

.landing_content p {
    font-size: 18px;
    color: #747474;
    font-family: 'general_sansregular';
    width: 80%;
}

.landing-group .works-item {
    background-color: #fff;
    box-shadow: unset;
}

.landing-group .works-item:hover {
    box-shadow: 0px 4px 8px 0px #00000010;
}

.landing-group .custom-content {
    padding-bottom: 35px;
}

.creatorBox {
    background: linear-gradient(135deg, #79F4FF 0%, #00BECF 100%);
    border-radius: 20px;
    color: white;
    width: 290px;
    padding: 20px;
    transform-origin: center bottom;
    box-shadow: 0 0px 4px rgb(0 0 0 / 25%);
}

.creatorBox.fashion {
    transform: rotate(-7deg);
    background: linear-gradient(135deg, #37B9C5 0%, #0E9AA7 100%);
}

.creatorBox.blogger {
    transform: rotate(7deg);
}

.creatorBox img {
    border-radius: 20px;
}

.creatorBox h5 {
    font-size: 26px;
    color: #fff;
    font-family: 'general_sanssemibold';
    margin-top: 15px;
    margin-bottom: 15px;
}

.creatorBox h6 {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
    font-family: 'general_sansregular';
}




/**/

/*footer*/

.footer {
    background-color: #37B9C5;
}

.newsletter {
    background-color: #fff;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
    position: relative;
    top: -3px;
}

.newsletter-content {
    background-color: #ACF8FF;
    border-radius: 150px;
    padding: 70px 90px;
    position: relative;
    bottom: -80px;
}

.newsletter-content h3 {
    font-size: 38px;
    color: #191D23;
    font-family: 'general_sansmedium';
}

.newsletter-content .get-btn {
    color: #37B9C5;
    padding: 20px 45px;
    border-radius: 30px;
    font-size: 18px;
    background-color: #fff;
    border: 2px solid#37B9C5;
    font-family: 'general_sansmedium';
}

.footer-inner {
    padding-top: 170px;
    padding-bottom: 30px;
}

.footer-inner h6 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 25px;
    font-family: 'general_sansmedium';
}

.footer-inner p {
    color: #fff;
    font-size: 16px;
    font-family: 'general_sansregular';
}

.footer-inner ul li {
    padding-bottom: 15px;
    color: #fff;
}

.footer-inner ul li i.bi {
    padding-right: 10px;
}

.footer-inner ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'general_sansregular';
}

.footer-middle {
    padding-bottom: 20px;
}

.footer-logo a {
    margin-bottom: 20px;
    display: inline-block;
}

.footer-logo p {
    width: 80%;
}

.social-icons {
    padding-top: 15px;
}

.social-icons a {
    background-color: #fff;
    padding: 11px;
    color: #37B9C5;
    border-radius: 50%;
    margin-right: 10px;
}

.social-icons a .fa-facebook-f {
    padding: 0 3px;
}

.appStore-btn {
    padding-top: 15px;
}

.appStore-btn a {
    margin-right: 15px;
}

.Download-text {
    padding-left: 50px;
}

.footer-bottom {
    background-color: #73ced6;
    padding: 28px 70px;
    border-radius: 10px;
}

.footer-bottom ul li {
    padding-bottom: 0;
    padding-right: 30px;
}

/*inner pages*/

.inner-bannerPg {
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-bannerPg .banner_content {
    min-height: 418px;
}

.contact-details h5 {
    color: #000;
    font-size: 20px;
    text-align: center;
    font-family: 'general_sanssemibold';
}

.contact-details h2 {
    color: #000;
    font-size: 48px;
    text-align: center;
    font-family: 'general_sanssemibold';
    margin-bottom: 35px;
}

.contact-details {
    border: 1px solid #37B9C5;
    padding: 75px 50px;
    border-radius: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0;
    margin-top: 1px;
}

.fieldCol {
    position: relative;
}

.fieldCol img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-55%);
    pointer-events: none;
}

.contacts_form label {
    font-size: 18px;
    color: #181725;
    font-family: 'general_sanssemibold';
}

.contacts_form input {
    padding: 22px 30px 22px 50px;
    font-size: 16px;
    color: #9E9E9E;
    border: 0;
    border-radius: 150px;
    background-color: #F4F5F7;
    font-family: 'general_sansregular';
}

.contacts_form textarea {
    height: 120px;
    padding: 22px 30px;
    border-radius: 30px;
    font-size: 16px;
    color: #9E9E9E;
    border: 0;
    background-color: #F4F5F7;
    font-family: 'general_sansregular';
}

.btnSend {
    background-color: #37B9C5;
    width: 100%;
    padding: 24px 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 15px;
    margin-top: 10px;
    font-family: 'general_sansmedium';
}

.btnSend:hover {
    border: 1px solid#37B9C5;
    color: #37B9C5;
    background-color: transparent;
}

.contact-img {
    border: 1px solid #ffffff;
    border-radius: 30px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    overflow: hidden;
    border-left: 0px;
}

.contact-img img {
    height: 773px;
    object-fit: cover;
}

/*aboutpage*/

.works-group .custom-content,
.relevant-group .custom-content {
    padding-bottom: 60px;
}

.works-group .custom-content p,
.relevant-group .custom-content p {
    width: 60%;
    margin: auto;
}

.works-item {
    padding: 30px;
    margin: 5px;
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 1px #d3d3d3;
}

.user-box {
    background-color: #37B9C5;
    padding: 20px;
    border-radius: 10px;
}

.works-item h3 {
    font-size: 20px;
    color: #000;
    font-family: 'general_sanssemibold';
    margin-bottom: 20px;
    margin-top: 30px;
}

.works-item p {
    font-size: 16px;
    line-height: 26px;
    color: #777777;
    font-family: 'general_sansregular';
    margin-bottom: 0;
}

.postItem-card {
    padding: 30px;
    margin: 5px;
    margin-bottom: 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 1px #d3d3d3;
}

.name-info {
    padding-left: 20px;
}

.profile-info img {
    width: 60px;
    object-fit: cover;
    border-radius: 100%;
    height: 60px;
}

.profile-info h5 {
    font-size: 21px;
    font-family: 'general_sansmedium';
    color: #212121;
    word-break: break-all;
    text-transform: capitalize;
}

.post-category {
    background-color: #ebf8f9;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 16px;
    color: #37B9C5;
    font-family: 'general_sansmedium';
}

.post-date {
    font-size: 16px;
    color: #212121;
    font-family: 'general_sanssemibold';
}

.post-images {
    margin-top: 25px;
}

.post-images img {
    width: 30%;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 8px;
}

.post-text {
    color: #212121;
    font-size: 16px;
    font-family: 'general_sansregular';
    word-wrap: break-word;
}

.shareitem {
    padding-right: 40px;
}

.shareitem button {
    font-size: 28px;
    line-height: 0;
    box-shadow: none;
}

.shareitem span {
    color: #212121;
    font-size: 16px;
    padding-left: 5px;
    font-family: 'general_sansregular';
}

/*backend pages*/

.layout_container {
    max-width: 1240px;
    margin: auto;
    padding: 15px;
    width: 100%;
}

.layout-custom {
    overflow: auto;
    background: url(../../website/image/welcome-back-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.content-wrapper {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    min-height: 715px;
}

.layout-sidebar {
    height: 790px;
}

.layout-sidebar img,
.register-sidebar img {
    /*height: 815px; */
    height: 100%;
    object-fit: cover;
}

.register-sidebar {
    height: 1060px;
}

/*.register-sidebar img { height: 100%;}*/
.layout_form {
    padding: 35px 55px;
}

.layout-text {
    padding-bottom: 13px;
}

.layout-text h2 {
    font-size: 32px;
    color: #181725;
    font-family: 'general_sanssemibold';
    margin-bottom: 10px;
}

.layout-text p {
    font-size: 16px;
    color: #7C7878;
    font-family: 'general_sansregular';
    width: 77%;
    margin: auto;
    margin-bottom: 15px;
}

.account_hed {
    color: #212121;
    font-size: 18px;
    font-family: 'general_sansmedium';
    padding-bottom: 10px;
}

.account_form .form-group {
    padding-bottom: 20px;
}

.swal-custom-popup {
    border-radius: 20px;
    padding: 50px;
    width: 460px;
}

.swal-custom-popup img {
    background-color: #37B9C5;
    padding: 25px;
    border-radius: 50px;
    margin: 0 auto;
}

.swal-custom-title {
    font-size: 32px;
    color: #181725;
    font-family: 'general_sanssemibold';
    font-weight: normal;
}

.swal-custom-popup p {
    font-size: 16px;
    color: #7C7878;
    font-family: 'general_sansregular';
    margin-bottom: 0px;
}

/*
Success btn*/

.swal-custom-button {
    display: none !important;
    font-size: 16px;
    padding: 22px 20px;
    background-color: #37B9C5;
    font-family: 'general_sanssemibold';
    width: 210px;
    border-radius: 50px;
}

.account_input {
    background-color: #F4F5F7;
    padding: 20px 20px 20px 22px;
    border-radius: 150px;
    font-family: 'general_sansregular';
    align-items: center;
}

.account_input .icon-input {
    color: #37B9C5;
    font-size: 22px;
    line-height: 0;
}

.account_input input {
    background-color: transparent;
    font-size: 18px;
    color: #212121;
    border: 0;
    padding: 0;
    font-family: 'general_sansregular';
    margin: 0 0px -4px 10px;
}

.account_input .password-input {
    margin: 0 30px -5px 10px;
}

.account_form .form-group .text-danger {
    margin-left: 22px;
    font-size: 14px;
    color: #dc3545;
    display: block;
    margin-top: 10px;
    /*text-transform: capitalize;*/
}

.verticalError-profile {
 margin-bottom: 25px;
    margin-top: -20px;
font-size: 14px;
 color: #dc3545;}

.account_input select,
.account_input select option {
    width: 100%;
    background-color: transparent;
    font-size: 18px;
    color: #212121;
    padding: 0;
    border: 0;
    font-family: 'general_sansregular';
    outline: none;
}

.account_form .form-control:focus,
.account_form .form-select:focus,
.account_inputBody input:focus,
.account_inputBody textarea:focus {
    background-color: #F4F5F7;
    box-shadow: unset;
}

.account_input input::placeholder {
    color: #929090;
    text-transform: capitalize;
}

.hide-password {
    color: #212121;
    font-size: 24px;
}

.account_form .submitBtn {
    background-color: #37B9C5;
    width: 100%;
    padding: 20px 0;
    font-size: 18px;
    border-radius: 150px;
    color: #fff;
    font-family: 'general_sansmedium';
    box-shadow: unset !important;
}

.account_form .submitProfile {
    width: 60% !important;
}

.forgot_pass a {
    color: #212121;
    font-size: 16px;
    font-family: 'general_sansmedium';
}

.option-divider {
    color: #686873;
    font-size: 18px;
    font-family: 'general_sansregular';
    margin: 25px 0;
}

.option-divider::before,
.option-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 27%;
    height: 1px;
    background: #D1D4E0;
}

.option-divider::before {
    left: 5px;
}

.option-divider::after {
    right: 5px;
}

.form-social a {
    width: 60px;
    height: 60px;
    padding: 15px 10px;
    font-size: 21px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 50%;
    margin-right: 12px;
}

.form-social .apple {
    background-color: #0d0d0d;
}

.form-social .google {
    background-color: #F2F2F2;
}

.form-social .facebook {
    background-color: #0075FF;
}

.form_alt {
    margin-top: 30px;
}

.form_alt p,
.form_altCode p {
    color: #686873;
    font-size: 16px;
    font-family: 'general_sansregular';
}

.layout-text p a {
    color: #37B9C5;
}

.form_alt a {
    color: #212121;
}

.otp-codes input {
    width: 60px;
    height: 60px;
    margin: 0 3px;
    background-color: #F4F5F7;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    outline: none;
    border: 1px solid #F4F5F7;
    transition: border-color 0.2s ease;
    font-family: 'general_sansregular';
}

.otp-codes input:focus {
    border-color: #37B9C5;
    color: #37B9C5;
}

.otp-codes input::-webkit-inner-spin-button,
.otp-codes input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.otp-codes input {
    -moz-appearance: textfield;
}

.form_altCode p {
    font-size: 18px;
}

.form_altCode span {
    color: #212121;
    font-family: 'general_sansmedium';
}

.register-forms {
    padding: 33px 55px;
}

.profile_container {
    max-width: 800px;
    margin: auto;
    padding: 15px;
    width: 100%;
}

.image-upload-card {
    background-color: #f8f8f8;
    border-radius: 20px;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    overflow: hidden;
    height: 220px;
    margin-bottom: 25px;
}

.featureBox .image-upload-card {
    height: 160px;
}

.portfolio_sec .image-upload-card {
    height: 300px;
    overflow: unset;
    padding: 0;
    border: 1px dotted #37B9C5;
    background-color: #ebf8f9;
}

.portfolio_sec .image-upload-card .upload-img p {
    color: #37B9C5;
}

.portfolio_sec .upload_img input[type="file"] {
    display: none;
}

.portfolio_sec .upload-preview,
.portfolio_sec .upload-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.portfolio_sec .img-remove {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #FF3250;
    color: #fff;
    font-size: 22px;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.upload-img p {
    font-size: 16px;
    color: #212121;
    font-family: 'general_sansregular';
}

.upload-img img {
    padding-bottom: 10px;
}

.upload-img span {
    display: block;
    color: #626162;
}

.image-upload-card input {
    display: none;
}

.upload-preview {
    /*width: 100%;height: 100%; */
    object-fit: cover;
    border-radius: 15px;
}

.img-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #37B9C5;
    color: #fff;
    font-size: 22px;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.account_textarea textarea {
    width: 100%;
    background-color: #F4F5F7;
    padding: 20px;
    font-size: 18px;
    color: #929090;
    border: 0;
    border-radius: 20px;
    font-family: 'general_sansregular';
    min-height: 130px;
    outline: none
}

.account_textarea textarea {
    overflow: auto;
    scrollbar-width: none;
}

.account_textarea textarea ::-webkit-scrollbar {
    display: none;
}

.account_textarea .bioHelp {
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: #929090;
    font-size: 16px;
    font-family: 'general_sansregular';
}

.account_input input[type="date"]::-webkit-calendar-picker-indicator,
.account_inputBody_date input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}



/* .account_inputBody_date input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;  cursor: pointer; width: 100%; height: 100%;  position: absolute;
    left: 0;  top: 0;}*/

.formIn-title,
.campaign-card h3,
.creatorInformation-head h3 {
    color: #212121;
    font-size: 24px;
    font-family: 'general_sansmedium';
}

.vertical-category {
    padding-bottom: 40px;
}

.vertical-category label,
.verticalOption {
    padding: 13px 15px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    color: #212121;
    border: 1px solid#e4e4e4;
    font-family: 'general_sansregular';
}

.vertical-category label img,
.brandCategory-card img,
.verticalOption img {
    padding-right: 6px;
    max-width: 30px;
}

.vertical-category input[type="checkbox"]:checked+label,
.verticalOption.verticalActive {
    background: #212121;
    color: white;
}

.account_card {
    border: 1px solid #c3eaee;
    border-radius: 50px;
    padding: 17px 10px;
    cursor: pointer;
    font-size: 18px;
    color: #212121;
    text-align: center;
    font-family: 'general_sansregular';
    margin-bottom: 20px;
}

.account_card input {
    display: none;
}

.accountIcon {
    font-size: 22px;
    color: #212121;
    padding-right: 10px;
}

.accountIcon img {
    filter: invert(38%) sepia(80%) saturate(230%) hue-rotate(160deg) brightness(50%) contrast(10%);
}

.account_card.active_account {
    border-color: #37B9C5;
    color: #37B9C5;
    font-family: 'general_sansmedium';
}

.account_card.active_account .accountIcon,
.account_card.active_account .accountIcon img {
    color: #37B9C5;
    filter: unset;
}

.creatorGroups-cat .custom-content {
    padding-top: 90px;
}

.creatorGroups-cat .row:nth-child(1) .custom-content {
    padding-top: 0px;
}

.creatorGroups-cat {
    padding-bottom: 30px !important;
}

/*.searchMarketplace {
    z-index: 1 !important;
}*/
/*.searchMarketplace li.suggestion-item {
    text-align: left;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 16px;
    color: #212121;
    font-family: 'general_sansregular';
}*/
.searchingData {
    display: flex;
    justify-content: space-around;
    padding: 10px 10px 10px 0px;
}

.searchingData a.dropdown-item {
    /*   width: unset;*/
    background-color: transparent;
}

.searchingData a.seeAll-btn {
    padding: 10px 15px;
    /* width: unset;*/
    font-size: 16px;
}

/*.delete-video-btn:hover, 
.delete-image-btn:hover {
    color: #fff;
}*/

/*login after page*/

.custom_space.featured .custom-content p {
    width: 43%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.brand-card-box {
    padding: 15px;
    margin: 4px;
    margin-top: 25px;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 1px #e2e2e2;
        /*min-height: 420px;*/
   min-height: 450px;
}

.brand-card-box .seeAll-btn {
    position: absolute;
    bottom: 15px;
    width: calc(100% - 30px) !important;
}

.brand-image img {
    border-radius: 20px;
    height: 230px;
    object-fit: cover;
}

.brand-detail {
    padding: 20px 0;
}

.brand-detail h3 {
    font-size: 26px;
    color: #000;
    font-family: 'general_sansmedium';
    margin-bottom: 15px;
}

.brand-detail p,
.brand-wrapper p {
    font-size: 16px;
    line-height: 26px;
    color: #585858;
    font-family: 'general_sansregular';
    margin: 0;
}

.category-market {
    background-color: #ebf8f9;
}

.category-market .custom-content {
    padding-bottom: 50px;
}

.category-card-box {
    padding: 15px;
    margin: 4px;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0px -4px 30px 0px #0e384c10;
    min-height: 190px;
    background-color: #fff;
}

.category-image {
    width: 70px;
    height: 70px;
    border: 2px solid#37B9C5;
    padding: 17px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 20px;
}

.category-image img.category-thum {
    max-width: 35px;
}

.category-card-box h3 {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-family: 'general_sansmedium';
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

.category-market .seeAll-btn {
    border: 2px solid#37B9C5;
    background-color: transparent;
    color: #37B9C5;
}

.category-market .seeAll-btn:hover {
    background-color: #37B9C5;
    color: #fff;
}

.brandCreator {
    padding-bottom: 15px;
}

.brandCreator span {
    font-size: 16px;
    color: #929090;
    font-family: 'general_sansregular';
}

.brandCreator span img,
.brandCreator span i.bi {
    color: #37B9C5;
    margin-right: 10px;
    margin-top: -5px;
}

.brand-card-item {
    margin: 4px;
    margin-top: 25px;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 1px #e2e2e2;
    background-color: #fff;
}

.brand-card-item .brand-detail {
    padding: 25px;
}

.brand-card-item .brand-detail p {
    margin-bottom: 20px;
}

/*login width home page */

.feed-group .custom-content {
    padding-bottom: 50px;
}

.feed-group .custom-content p {
    width: 50%;
    margin: auto;
}

.filter-coll {
    margin-bottom: 40px;
}

.filter-coll .postItem-card {
    margin-bottom: 25px;
}

.filter-coll h4,
.creatorSingle-content h3 {
    font-size: 34px;
    color: #212121;
    font-family: 'general_sansmedium';
}

.filter-coll button.filter-btn {
    color: #000;
    padding: 18px 30px;
    border-radius: 30px;
    transition: background-color 0.3s ease;
    border: 1px solid#37B9C5;
    font-size: 18px;
    font-family: 'general_sansmedium';
    line-height: 24px;
}

.filter-coll button.filter-btn i.bi {
    color: #37B9C5;
    padding-right: 5px;
}

.feed-group .postItem-card {
    margin-bottom: 25px;
    min-height: 400px;
    position: relative;
}

.postItem-subText {
    font-size: 20px;
    font-family: 'general_sansmedium';
    color: #212121;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.feed-group .postItem-card .post-share {
    position: absolute;
    bottom: 25px;
}

.carouselPost {
    padding-bottom: 22px;
}

.carouselPost .item img {
    width: 110px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
}

.steps_items {
    width: 28%;
    position: relative;
}

.steps_items:before {
    content: " ";
    background-image: url(../../website/image/arrow-vector-icon.svg);
    background-repeat: no-repeat;
    width: 146px;
    height: 130px;
    position: absolute;
    bottom: 40px;
    right: -128px;
}

.steps_items:last-child:before {
    display: none;
}

.steps-box {
    border: 3px solid#37B9C5;
    max-width: 80px;
    min-height: 80px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}

.steps_items h2 {
    color: #37B9C5;
    font-size: 44px;
    font-family: 'general_sanssemibold';
    margin: 22px 0 0 0;
}

.steps_items .works-item {
    padding: 17px;
    box-shadow: 0px 1px 4px 0px #c4c4c469;
}

.steps_items .works-item h3 {
    margin-top: 10px;
}

/*.homePostImg {
    display: flex;
    flex-wrap: wrap;
    height: 100px;
    overflow: hidden;
    gap: 10px;
    justify-content: space-between;
}
*/

.homePostImg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 105px;
    overflow: hidden;
    gap: 11px;
}
.homePostImg .item {
    padding: 5px;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 0px #d3d3d385;
}

.homePostImg .item img {
    width: 104px;
    height: 104px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
}
.videoIcons {
    border-radius: 50px;
    right: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    bottom: 10px;
    cursor: pointer;
}
.videoIcons i.bi {
    line-height: 0;
}
.homeVideoImageModal  .modal-dialog {
    max-width: 800px;
}
.homeVideoImageModal  .modal-content {
    min-height: 700px;
    align-items: center;
    flex-direction: row;
    padding: 10px;
    overflow: hidden;
}
.homeVideoImageModal  .creatorInformation-head {
    margin: 15px 0;
}

.homeVideoModal .modal-content {
    padding: 30px 25px;
    border-radius: 30px;
    background-color: transparent;
    border: 0;
}

.homeVideoModal .btnClose-modal {
    top: 40px;
    right: 40px;
    color: #ffffff;
    z-index: 11;
}
.homeVideoImageModal  .modal-body {
    padding: 20px 0;
    text-align: center;
    overflow: unset;
}
.homeVideoModal .modal-dialog {
    max-width: 900px;
}


.noShow-data {
    padding-top: 50px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.noShow-data img {
    padding-bottom: 15px;
}

.noShow-data p {
    color: #444444;
    font-size: 16px;
    font-family: 'general_sansregular';
    width: 56%;
    margin: 0 auto;
    margin-bottom: 25px;
}
.noShowBtns .seeAll-btn {
    text-transform: uppercase;
    width: unset;
}

/*post single page*/

.postSingle-card {
    padding: 40px 45px;
    margin-bottom: 50px;
    border-radius: 50px;
    box-shadow: 0px 0px 4px 0px #d3d3d385;
}

.postSingle-card .profile-info img {
    width: 120px;
    height: 120px;
}

.post-name {
    font-size: 22px;
    color: #212121;
    font-family: 'general_sanssemibold';
    padding-bottom: 10px;
    margin-left: 15px;
}

.postSingle-card .post-category,
.postSingle-card .post-date {
    font-size: 18px;
    margin-top: 10px;
}

.postSingle-about {
    padding-bottom: 15px;
}

.postSingle-about p {
    color: #444444;
    font-size: 16px;
    line-height: 28px;
    font-family: 'general_sansregular';
}

.caret-item span,
.caret-items {
    background-color: #EBF8F9;
    /*padding: 15px;*/
    border-radius: 15px;
    color: #37B9C5;
    font-size: 22px;
    width: 56px;
    height: 56px;
}

.postSingle-card .post-share {
    padding-bottom: 40px;
}

.postSingle-card hr {
    margin-bottom: 40px;
}

.gallery-thumb {
    padding-top: 15px;
    padding-bottom: 40px;
}

.gallery-item {
    padding: 5px;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 0px #d3d3d385;
}

.gallery-item img {
    width: 266px;
    height: 266px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
}

.post-comments {
    padding-bottom: 80px;
}

.comment-info {
    padding-bottom: 30px;
}

.comment-cardReply .comment-info {
    padding-left: 50px;
}

.comment-cardReply .comment-info:nth-child(2) {
    padding-left: 100px;
}

.comment-cardReply .comment-info:nth-child(3) {
    padding-left: 150px;
}

.comment-profile img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.comment-text {
    padding-left: 18px;
    width: calc(100% - 85px);
}

.comment-text p {
    font-size: 16px;
    color: #212121;
    line-height: 24px;
    font-family: 'general_sansmedium';
}

.comment-text p .comment-name {
    font-family: 'general_sanssemibold';
}

.comment-text .reply-text {
    font-size: 14px;
    color: #212121;
    font-family: 'general_sansregular';
}

.comment-text .reply-text button {
    color: #37B9C5;
    font-family: 'general_sanssemibold';
    margin-left: 20px;
}

.comment-like button {
    font-size: 24px;
    box-shadow: none !important;
}

.postReply-box {
   /* margin-bottom: 20px;*/
}

.postReply-box input {
    border: none;
    outline: none;
    flex-grow: 1;
    background-color: #F4F5F7;
    font-size: 18px;
    color: #929090;
    border-radius: 30px;
    padding: 15px 20px;
    margin-right: 24px;
}

.postReply-box button {
    font-size: 20px;
    width: 60px;
    min-height: 60px;
    background-color: #37B9C5;
    padding: 9px;
    color: #fff;
    border: 0;
    border-radius: 50px;
}

.postReply-box button:hover {
    color: #fff;
}

.postCustom_option {
    transform: unset !important;
    inset: unset !important;
    right: 0 !important;
    padding: 15px 15px 10px 15px;
    font-size: 18px;
    color: #212121;
    font-family: 'general_sansregular';
    z-index: 1;
}
.postCustom_option li {
    padding-bottom: 5px;
}
.postCustom_option a,
.postCustom_option button { color: #212121;}


/*singular pages*/

.singular_content {
    min-height: 250px;
    padding-top: 150px;
}

.singular_content ol li,
.singular_content ol li a {
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    font-family: 'general_sansmedium';
}

.singular-customText {
    padding-bottom: 25px;
}

.singular-customText h2 {
    font-size: 38px;
    color: #212121;
    font-family: 'general_sanssemibold';
}

.singularItem-card {
    padding: 20px;
    margin: 5px;
    margin-bottom: 25px;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 1px #d3d3d3;
    min-height: 430px;
    position: relative;
}

.myPost-detail {
    position: absolute;
    bottom: 25px;
}

.singularItem-card .post-date {
    color: #5C5C5C;
    font-family: 'general_sansregular';
}

.singularItem-card .carouselPost {
    padding-top: 25px;
}

/*.singularPost-image { padding-top: 20px;}
.singularPost-image img,
.singular-video { height: 320px; width: 100%; object-fit: cover; border-radius: 15px;}*/
.singularItem-card .singular-name {
    font-size: 18px;
    color: #212121;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'general_sanssemibold';
}

.myPost-btn {
    padding: 15px 30px;
    background-color: #37B9C5;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    font-family: 'general_sansmedium';
    border: 1px solid#37B9C5;
}

.myPost-btn:hover {
    background-color: transparent;
    color: #37B9C5;
    border-color: #37B9C5;
}

/*.singularPost-image button.video-play-btn { width: 70px; height: 70px; font-size: 55px; padding: 0px 10px; color: #37b9c5; line-height: 0;
    box-shadow: 0px 0px 0px 10px #ffffff7d; background-color: #fff;}*/

/*profile pages*/

.profile-container {
    max-width: 800px;
    margin: auto;
    padding: 0;
}

.profile-row {
    padding: 50px;
    margin-bottom: 25px;
    border-radius: 40px;
    box-shadow: 0px 0px 4px 1px #d3d3d3;
}

.profile-customText {
    background-color: #F4F5F7;
    padding: 30px 0;
    border-radius: 25px;
    margin-bottom: 40px;
}

.profile-pic img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50px;
}

.profile-customText .profile-nam {
    font-size: 24px;
    color: #212121;
    margin: 30px 0;
    font-family: 'general_sansmedium';
}

.follow-card {
    max-width: 342px;
    margin: auto;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
}

.follow-card a {
    color: #6A6E7A;
    font-size: 16px;
    text-decoration: none;
    padding: 30px 25px;
    font-family: 'general_sansregular';
}

.follow-card a span {
    color: #212121;
    font-size: 24px;
    font-family: 'general_sansmedium';
}

.follow-card hr {
    background-color: #E4E4E4;
    height: 30px;
    width: 1px;
    opacity: unset;
    margin: 0 15px;
}

.profile-btns {
    max-width: 342px;
    margin: auto;
}

.profile-btns a {
    background-color: #3bc0cc;
    color: #fff;
    padding: 15px 35px;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'general_sansmedium';
}

.profile-btns a.editProfile {
    background-color: transparent;
    border: 1px solid#3bc0cc;
    color: #3bc0cc;
}

.profile-alert {
    padding: 20px;
    background-color: #ebf8f9;
    border-radius: 15px;
}

.profile-alert img {
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 15px;
}

.alert-tittle {
    padding-left: 15px;
    font-size: 13px;
    color: #686873;
    font-family: 'general_sansregular';
}

.alert-tittle span {
    font-size: 18px;
    color: #212121;
    font-family: 'general_sansmedium';
    display: block;
}

.profile-list {
    list-style: none;
    margin-top: 20px !important;
}

.profile-list li {
    padding: 15px 0;
}

.profile-list li a {
    font-size: 20px;
    color: #212121;
    font-family: 'general_sansmedium';
    text-decoration: none;
}


.contracts_sec .dropdown-toggle::after {
    display: none;
}

.profile-list li a .listLeft-icon i.bi,
.profile-list li a .listLeft-icon img,
.informationBody ul li .listLeft-icon i.bi,
.informationBody ul li .listLeft-icon img {
    background-color: #ebf8f9;
    padding: 12px;
    border-radius: 10px;
    color: #37B9C5;
    margin-right: 10px;
}

.profile-list li a .listRight-arrow {
    font-size: 20px;
    color: #626162;
}

/*floow page*/

.follow-item {
    padding: 20px;
    margin: 5px;
    margin-bottom: 25px;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 1px #d3d3d3;
}

.follow-info img {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 50px;
}

.follow-info h5 {
    font-size: 18px;
    color: #212121;
    font-family: 'general_sansmedium';
    margin-left: 15px;
        word-wrap: break-word;
}

.follow-btns {
    border: 1px solid#37B9C5;
    color: #37B9C5;
    padding: 12px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-family: 'general_sansmedium';
}

.follow-group .singular-customText {
    padding-bottom: 50px;
}

.follow-search {
    border-radius: 30px;
    box-shadow: 0px 0px 4px 1px #d3d3d3;
}

.follow-search input {
    width: 76%;
    padding: 20px 27px;
    border: 0;
    border-radius: 30px;
    font-size: 16px;
    color: #B7B4B4;
    font-family: 'general_sansregular';
}

.follow-search input:focus {
    box-shadow: unset;
}

.follow-search button {
    background-color: #3bc0cc;
    color: white;
    padding: 20px 50px;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'general_sanssemibold';
}

.follow-search button:hover {
    color: white;
}

.followersContent p {
    font-size: 20px;
    color: #212121;
    font-family: 'general_sansmedium';
}

.followers-pagination {
    padding-top: 40px;
}

.followers-pagination ul li .page-link {
    font-size: 14px;
    color: #000;
    font-family: 'general_sanssemibold';
    padding: 10px;
    border-radius: 4px;
    margin: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    border: 1px solid #DFE3E8;
    text-decoration: none;
}

.followers-pagination ul li a.followers-more {
    background-color: #3bc0cc;
    color: #fff;
}

.followers-pagination ul.pagination {
    justify-content: center;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.followers-pagination ul li a.active {
    border: 1px solid#37B9C5;
    color: #37B9C5;
}

.followers-pagination ul.pagination span.page-link,
.followers-pagination ul.pagination .page-link:hover {
    background-color: #3bc0cc;
    color: #fff;
}

.followers-pagination ul.pagination li:nth-child(1) .page-link,
.followers-pagination ul.pagination li:last-child .page-link {
    background-color: #3bc0cc;
     color: #fff;
}



/*.followers-pagination ul.pagination .page-link:hover { background-color: #3bc0cc; color: #fff;}*/
.followers-pagination ul.pagination li.active span.page-link {
    border: 1px solid #3bc0cc;
}

.settings-wrapper {
    padding-bottom: 30px;
}

.settings-wrapper h4 {
    color: #181725;
    font-size: 32px;
    font-family: 'general_sanssemibold';
    margin-bottom: 15px;
    text-transform: capitalize;
}

.settings-wrapper p {
    font-size: 16px;
    color: #7C7878;
    font-family: 'general_sansregular';
    margin: auto;
    width: 75%;
}


/**/

.notification-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.notification-row h5 {
    color: #181725;
    font-size: 20px;
    font-family: 'general_sansmedium';
}

.switch-btns {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 40px;
}

.switch-btns input {
    opacity: 0;
    width: 0;
    height: 0;
}

.notification-check {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
    transition: .4s;
}

.notification-check:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 10px;
    bottom: 8px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.switch-btns input:checked+.notification-check {
    background-color: #37B9C5;
}

.switch-btns input:checked+.notification-check:before {
    transform: translateX(27px);
}
.sosialBrand {
    margin-bottom: 20px;
    display: inline-block;
}
.brandIcon-text img {
    margin-right: 10px;
}

.brand-wrapper {
    padding-bottom: 25px;
}

.brandImage {
    border-radius: 25px;
    height: 300px;
   /* width: 100%;*/
   max-width: 100%;
   /* object-fit: cover;*/
}

.brand-wrapper h3.formIn-title {
    margin-bottom: 15px;
}

.brandIcon-text h5 {
    font-size: 18px;
    color: #212121;
    font-family: 'general_sansregular';
/*    margin-bottom: 22px;*/
    word-break: break-all;
     margin-bottom: 0px;
}

.brandCategory-card {
    padding: 13px 15px;
    border-radius: 50px;
    font-size: 15px;
    color: #212121;
    border: 1px solid#e4e4e4;
    font-family: 'general_sansregular';
    margin-right: 10px;
}

.feature-image {
    padding-top: 20px;
}

.feature-image img {
    width: 48%;
    border-radius: 20px;
    min-height: 180px;
    object-fit: cover;
}
.portfolio-videoCol {
    width: 48%;
    margin-bottom: 30px;
}
.portfolio-videoCol img {
    width: 100%;
    height: 100%;
}

/*creatorSingle*/

.creator-container {
    max-width: 1000px;
    margin: auto;
    padding: 0 15px;
}

.creatorSingle-content {
    padding-left: 50px;
}

.creatorSingle-content ul li,
.creatorSingle-content ul li a {
    font-size: 18px;
    color: #212121;
    font-family: 'general_sansregular';
    margin-bottom: 20px;
}

.creatorSingle-content ul li img,
.creatorSingle-content ul li a img {
    padding-right: 10px;
}

.creator-imgSingle img {
    border-radius: 20px;
}

.creatorSingle-content .seeAll-btn {
    width: 370px;
    margin-top: 40px;
}

.creatorSingle-info {
    padding-bottom: 45px;
}

.creatorSingle-info hr {
    margin: 20px 0 40px 0;
    background-color: #f0f0f1;
    opacity: unset;
}

.creatorSingle-row {
    padding: 30px 25px;
    margin: 50px 0;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 0px #d3d3d385;
}

.creatorSingle-info p {
    font-size: 16px;
    line-height: 26px;
    color: #686873;
    font-family: 'general_sansregular';
}

.creatorSingle-brands span {
    font-size: 18px;
    color: #1F1F1F;
    font-family: 'general_sansregular';
    padding-right: 50px;
    padding-bottom: 20px;
}

.creatorSingle-brands span img {
    padding-right: 15px;
}

/*.brand-card-list {
    padding: 24px;
    margin: 4px;
    margin-top: 25px;
    border-radius: 20px;
    border: 1px solid#37B9C5;
    min-height: 300px;
}*/

.brand-card-list {
    padding: 24px;
    margin: 4px;
    margin-top: 25px;
    border-radius: 20px;
    border: 1px solid#37B9C5;
    height: 300px;
}

.brand-card-list .profile-info {
    height: 85px;
}

.brand-card-list .profile-info img {
    width: 60px;
    height: 60px;
}

.brand-card-list .profile-info h5 {
    font-size: 24px;
}

.brand-card-list .profile-info p {
    color: #212121;
    font-size: 16px;
    font-family: 'general_sansregular';
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.groupList-row {
    margin-bottom: 30px;
}

.brand-member img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid#fff;
}

.brand-member {
    padding: 28px 0 !important;
}

.brand-member li {
    margin-right: -25px;
}

.brand-member li a.badge-count {
    background-color: #fff;
    border-radius: 30px;
    font-size: 17px;
    color: #37B9C5;
    width: 50px;
    height: 50px;
    display: flex;
    text-decoration: none;
    box-shadow: 0px 0px 4px 0px #00000040;
    justify-content: center;
    align-items: center;
    font-family: 'general_sansmedium';
}
.join-request-action {
    width: 48%;
    float: left;
}
.searchingData .join-request-action {
    margin-left: 15px;
}
.createGroup-content {}

.createGroup-header h5 {
    font-size: 32px;
    color: #181725;
    font-family: 'general_sanssemibold';
}

.createGroup-header p {
    color: #7C7878;
    font-size: 16px;
    font-family: 'general_sansregular';
    width: 80%;
    margin: 10px auto;
}

.image-preview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #DBDDE2;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
    position: relative;
}

.createGroup-upload {
    background-color: #37B9C5;
    border: 0;
    padding: 9px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 0;
    position: absolute;
    bottom: 0px;
    right: -15px;
}

.remove-image-btn {
    position: absolute;
    top: 0px;
    right: -8px;
    background: #37b9c5;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    width: 32px;
    height: 32px;
    display: none;
    cursor: pointer;
}

.account_inputBody {
    padding-bottom: 25px;
}

.account_inputBody textarea,
.account_inputBody input,
.account_inputBody select {
    background-color: #F4F5F7;
    font-size: 18px;
    color: #212121 !important;
    border-radius: 10px;
    border: 0;
    padding: 22px 20px;
    font-family: 'general_sansregular';
    width: 100%;
    outline: none;
}

/*.account_inputBody select option { max-width:257px; }*/

.account_inputBody textarea {
    min-height: 60px;
}

.image-preview.has-image .remove-image-btn {
    display: block;
}

.btnClose-modal {
    top: 0px;
    font-size: 32px;
    opacity: unset;
    right: 20px;
    color: #000;
}

.createGroup_content .btnClose-modal {
    top: 10px;
}

.createGroup-btns {}

.createGroup_content,
.reportPostModal .modal-content {
    padding: 35px 50px;
    border-radius: 20px;
}

.account_inputBody .seeAll-btn,
.createPostBtn .seeAll-btn {
    width: 400px;
}

.createGroup_row {
    max-width: 800px;
}

.createGroup_search .follow-form {
    width: 75%;
}

.createGroup-btns {
    padding-left: 15px;
}

.createGroup-btns .seeAll-btn {
    padding: 15px;
    line-height: 0;
    border: 1px solid #3bc0cc;
    background-color: transparent;
    color: #3bc0cc;
    width: 180px;
}

.createGroup-btns .seeAll-btn i.bi,
.creator-statTile .seeAll-btn i.bi {
    font-size: 32px;
}

/*creatorGroups */

.creatorGroups-card {
    padding: 45px 40px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 2px #d3d3d38f;
    min-height: 950px;
}


.creatorGroups-user {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50px;
}

.creatorGroups-info {
    padding-left: 15px;
}

.creatorGroups-info h5 {
    font-size: 18px;
    color: #212121;
    font-family: 'general_sansmedium';
}

.creatorGroups-info p,
.invite-platform p {
    font-size: 14px;
    color: #6A6E7A;
    font-family: 'general_sansregular';
}

.invite-platform {
    padding: 30px 20px;
    margin-bottom: 50px;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px #d3d3d385;
}

.invite-platform p {
    color: #212121;
    margin-bottom: 20px;
}

.invite-detail .invite-pic {
    background-color: #37B9C5;
    padding: 7px 10px;
    border-radius: 10px;
    max-width: 40px;
    min-height: 40px;
    margin-right: 10px;
}

.invite-detail .invite-pic img {
    filter: brightness(500%);
    max-width: 20px;
}

.creatorInvite .seeAll-btn {
    width: 178px;
    padding: 15px 20px;
}

.invite-info h6 {
    font-size: 14px;
    color: #565656;
    font-family: 'general_sanslight';
}

.invite-info a {
    color: #37B9C5;
    font-size: 14px;
    font-family: 'general_sansmedium';
}

.creator-brandTabs li.creator-items {
    background-color: transparent;
    border-bottom: 2px solid #e5e5e5;
    padding-left: 0px;
    padding-right: 20px;
}

.creator-brandTabs li button.nav-link.active {
    color: #37B9C5;
    border-bottom: 3px solid #37B9C5;
    font-family: 'general_sansmedium';
}

.creator-brandTabs li button.nav-link {
    border: 0;
    background-color: transparent;
    padding: 0 0px 10px 0px;
    font-size: 18px;
    color: #000000;
    font-family: 'general_sansregular';
}

.creatorGroups-wrapper {
    padding-top: 25px;
}

.creator-statTile {
    border-bottom: 1px solid#37B9C5;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.creator-statTile h5 {
    font-size: 20px;
    color: #212121;
    font-family: 'general_sansmedium';
}

.creator-statTile .seeAll-btn {
    padding: 10px 15px;
    line-height: 0;
    border: 1px solid #3bc0cc;
    background-color: transparent;
    color: #3bc0cc;
    width: unset;
}

.delete-video-btn,
.delete-image-btn {
    z-index: 1;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #ffffff;
    background-color: #3bc0cc;
    font-size: 16px;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    box-shadow: unset !important;
}

.delete-video-btn:hover,
.delete-image-btn:hover {
    color: #fff;
}

.campaign-card {
    padding: 30px;
    border: 1px solid#37B9C5;
    border-radius: 20px;
    margin-bottom: 25px !important;
    min-height: 220px;
}

.campaign-card p {
    font-size: 16px;
    line-height: 26px;
    color: #212121;
    font-family: 'general_sansregular';
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.dropdown.campaignDelete {
    position: absolute;
    right: 10px;
    top: 30px;
}
.dropdown.campaignDelete .btn {
    padding: 0;
    box-shadow: none !important;
    color: #3bc0cc;
}
.campaignDelete ul.dropdown-menu {
    inset: unset !important;
    transform: unset !important;
    right: 0 !important;
    margin-top: 10px !important;
    padding: 0;
    border: 0;
}
.campaignDelete ul.dropdown-menu a.dropdown-item {
    background-color: #ffffff;
    color: red;
    padding: 10px 5px;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    border: 1px solid;
}


.campaign-card h4 {
    font-size: 18px;
    color: #37B9C5;
    font-family: 'general_sansmedium';
}

.campaign-card span {
    color: #727272;
    font-size: 14px;
    font-family: 'general_sansregular';
}

.campaign-card span svg {
    margin-right: 5px;
    color: #738587;
}

.campaign-card span img {
    padding-right: 10px;
}

.account_inputBody_date {
    background-color: #F4F5F7;
    border-radius: 10px;
    padding: 0px 20px;
}

.account_inputBody_date .dateCampaign {
    color: #212121;
}

.campaign-card-img {
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 0px #d3d3d385;
}
.campaign-card-img img {
    max-width: 100%;
    height: 300px;
    /*object-fit: cover;*/
    border-radius: 12px;
}

.createUpload-file .upload-img img {
    padding-bottom: 0px;
}

.createUpload-file .upload-img p {
    font-size: 14px;
    color: #37B9C5;
}

.createUpload-file .image-upload-card {
    background-color: #ebf8f9;
    height: 180px;
    border: 1px dashed#37B9C5;
}

.stepCaret-item .stepCreator {
    background-color: #ebf8f9;
    border-radius: 10px;
    margin-left: 15px;
    color: #37B9C5;
    font-size: 22px;
    width: 50px;
    height: 50px;
}

.creatorInformation-head button.btn-close {
    margin-top: 20px;
    margin-right: 20px;
    color: #212121;
    font-size: 13px;
}

.informationBody ul li .listLeft-icon {
    font-size: 18px;
    color: #212121;
    font-family: 'general_sansregular';
}

.informationBody ul li .listLeft-icon i.bi,
.informationBody ul li .listLeft-icon img {
    border-radius: 14px;
}

.informationBody ul li {
    padding: 10px 0;
}

.informationBody ul li .listRight-arrow {
    font-size: 20px;
    color: #626162;
}

.creatorInformation {
    /*position: absolute;
    left: unset;
    overflow-x: unset;
    overflow-y: unset;*/
}

.creatorInformation .modal-content {
    width: 338px;
    padding: 40px 25px;
    border-radius: 30px;
    margin: auto;
}

.hashtag-card {
    padding-bottom: 15px;
}

.hashtag-card ul li {
    border: 1px solid#e4e4e4;
    padding: 14px 15px;
    display: inline-block;
    border-radius: 50px;
    color: #212121;
    font-size: 16px;
    font-family: 'general_sansregular';
    margin-right: 15px;
    margin-bottom: 15px;
}

.hashtag-card ul li img {
    padding-left: 5px;
}
.hashtag-card ul li  img.deleteHashtag {
    max-width: 20px;
}
.hashtagsAdd-circle {
    background-color: #ebf8f9;
    padding: 0px;
    line-height: 0;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    font-size: 25px;
    color: #37B9C5;
}

.hashtagsAddMore {
    font-size: 12px;
    color: #000000;
    font-family: 'general_sansmedium';
    margin-left: 10px;
}

/**/

.campaign-video-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
    padding: 5px;
    box-shadow: 0px 0px 4px 0px #d3d3d385;
}

.campaign-video-card img {
    width: 100%;
    display: block;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
}

.customModal-video {
    max-width: 800px;
    padding: 0 20px;
}

.customModal-content {
    padding: 35px;
    border-radius: 15px;
}

.campaign-video-card .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 73px;
    height: 73px;
    background-color: #fff;
    box-shadow: 0px 0px 0px 10px #ffffffa3;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s;
    color: #37B9C5;
    font-size: 32px;
}

.campaignvideoModal {
    background: rgba(0, 0, 0, 0);
    display: none;
}

.campaignvideoModal iframe {
    width: 100%;
    height: 50vh;
    border-radius: 10px;
}

.campaignvideoModal .close-btn {
    position: absolute;
    top: 5px;
    right: 13px;
    font-size: 35px;
    color: #37B9C5;
    cursor: pointer;
    line-height: 1;
}

.groupJoin-btns button {
    padding: 11px;
    background-color: #37B9C5;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #37B9C5;
}

.groupJoin-btns .joinBtns-remove {
    background-color: transparent;
    color: #37B9C5;
    margin-right: 4px;
}

/*nearby*/

.nearby-item {
    padding: 15px;
    margin: 5px;
    margin-bottom: 15px;
    border-radius: 15px;
    border: 1px solid#E4E4E4;
}

.nearby-user {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.nearby-btn i {
    font-size: 24px;
    color: #626162;
}

.neabyCreator .custom-content {
    padding-bottom: 50px;
}

.neabyMap-content {
    padding: 40px 0;
    margin: 0px;
    margin-bottom: 50px;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 1px #d3d3d3;
}

.neabyMap-content i {
    color: #37B9C5;
    font-size: 40px;
    padding-bottom: 20px;
}

.neabyMap-content h3 {
    font-size: 24px;
    color: #000000;
    font-family: 'general_sansmedium';
}

.neabyMap-content p {
    font-size: 18px;
    color: #000000;
    font-family: 'general_sansregular';
}

.neabyCreator form.follow-form {
    width: 85%;
}

.neabyCreator .stepCaret-item .stepCreator {
    border-radius: 50px;
    width: 60px;
    height: 60px;
}

.neabyCreator .singular-customText {
    padding-bottom: 40px;
}

.neabyCreator .creatorInformation .modal-content {
    margin: unset;
}


.filterNewModal .modal-content {
    width: 338px;
    padding: 30px 25px;
    border-radius: 30px;
    margin: auto;
}

.filterCustomBody .filterCheck-row {
    padding-top: 20px;
}

.neabyCreator-btns {
    padding-top: 35px;
}

.neabyCreator-btns .btnCancel {
    border: 1px solid#212121;
    color: #212121;
    margin-top: 20px;
}

.filterCustom-label {
    position: relative;
    cursor: pointer;
    color: #2C2B30;
    font-size: 18px;
    font-family: 'general_sansregular';
    user-select: none;
    width: 100%;
}

.filterCustom-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.filterCustom-label .custom-radio {
    height: 22px;
    width: 22px;
    border: 2px solid #22B6C5;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}

.filterCustom-label input:checked~.custom-radio::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #22B6C5;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.filterCustom-text {
    color: #2C2B30;
    font-size: 18px;
    font-family: 'general_sansmedium';
}

.filterCustom-text span {
    font-size: 16px;
    color: #676767;
    font-family: 'general_sansregular';
}

/**/

.createPost-upload .postUpload-link,
.createPost-Vertical .add-vertical {
    color: #37B9C5;
    font-size: 18px;
    font-family: 'general_sansmedium';
}

.createPost-upload .postUpload-link .bi,
.createPost-Vertical .add-vertical .bi {
    color: #212121;
    padding-right: 5px;
}

.createPost-preview {
    gap: 34px;
    padding-bottom: 20px;
}

.postImagePreview {
    position: relative;
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
}

.postImagePreview img,
.postImagePreview video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
}

.postImage-remove {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: red;
    color: white;
    border-radius: 50%;
    border: none;
    padding: 8px;
    width: 38px;
    height: 38px;
}

.verticalTags {
    gap: 14px;
    padding-bottom: 20px;
}

.createPost-Vertical span.tag {
    padding: 13px 15px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    font-family: 'general_sansregular';
    background-color: #212121;
    margin-right: 10px;
    margin-top: 15px;
}

.createPost-Vertical span.tag .bi {
    font-size: 18px;
}

.AddVertical_row {
    max-width: 600px;
}

.createPostBtn {
    padding-top: 40px;
}

.createPost-upload .preview-item {
    position: relative;
}

.createPost-upload .preview-item img,
.createPost-upload .preview-item video {
    height: 210px;
    width: 210px;
    object-fit: cover;
    border-radius: 12px;
}

.delete-btn {
    background-color: #FF3250;
    color: #fff;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 35px;
    height: 35px;
    border: 0;
    border-radius: 50px;
    font-size: 20px;
}

/*chat meassage*/

.chatSidebar {
    background: #fff;
    border-right: 1px solid #ddd;
    padding: 50px 24px;
    height: 100%;
    box-shadow: 0px 0px 6px 0px #0000003b;
    width: 408px;
}

.chat-container {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    height: 100vh;
}

.chatSidebar-hed h3 {
    font-size: 26px;
    color: #212121;
    font-family: 'general_sansmedium';
    margin-bottom: 35px;
}

.chatSearch-box {
    position: relative;
    margin-bottom: 25px;
}

.chatSearch-box .form-group {
    padding: 15px 20px;
    background: #F4F5F7;
    border-radius: 50px;
}

.chatSearch-box i {
    font-size: 18px;
    color: #212121;
}

.chatSearch-box input {
    padding: 0 0 0 12px;
    font-size: 18px;
    color: #929090;
    font-family: 'general_sanslight';
}

.message-list {
    overflow-y: auto;
    height: calc(100vh - 210px);
}

.message-user {
    padding: 10px 0;
    cursor: pointer;
    padding-bottom: 20px;
}

.message-user img {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    margin-right: 14px;
    object-fit: cover;
}

.messageInfo {
    width: 70%;
}

.message-user h5 {
    color: #181725;
    font-size: 16px;
    font-family: 'general_sansmedium';
    margin-top: 4px;
}

.message-user h6 {
    color: #37B9C5;
    font-size: 16px;
    font-family: 'general_sanslight';
}

.messageNotification {
    background-color: #37B9C5;
    width: 20px;
    height: 20px;
    padding: 3px;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-family: 'general_sansregular';
}

.messageTime {
    font-size: 14px;
    color: #908B94;
    font-family: 'general_sanslight';
}

.messageSidebar {
    width: calc(100% - 408px);
    padding: 50px 100px;
}

.chat-messages {
    padding: 20px 70px;
    overflow-y: auto;
    height: calc(100vh - 280px);
}

.messageCard {
    background-color: #F4F5F7;
    border-radius: 30px;
}

.messageHeader {
    padding: 30px 80px;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.messageHeader img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.messageUser-info {
    padding-left: 11px;
}

.messageUser-info h5 {
    font-size: 18px;
    color: #212121;
    font-family: 'general_sansmedium';
}

.memberCount,
.chatReplay-info span,
.chatStat h3,
.chatReplay-time {
    font-size: 14px;
    color: #6A6E7A;
    font-family: 'general_sansregular';
}

.chatReplay-info span {
    padding-right: 10px;
}

.chatStat h3 {
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 16px;
}

.chat-bubble {
    max-width: 320px;
    padding: 10px 15px;
    border-radius: 15px;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.chatReplay {
    padding-bottom: 40px;
}

.chatReplay img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.chatReplay-detail {
    padding-left: 10px;
}

.chatReplay-text,
.chatReplay-right h2 {
    background-color: #fff;
    padding: 15px;
    border-radius: 0px 20px 20px 20px;
}

.chatReplay-text h2,
.chatReplay-right h2 {
    font-size: 16px;
    color: #212121;
    font-family: 'general_sansregular';
}

.chatReplay-right h2 {
    background-color: #212121;
    border-radius: 20px 20px 0px 20px;
    color: #fff;
    text-align: left;
}

.chatReplay-info {
    padding-top: 10px;
}

.chatReplay-info .chatReplay-name {
    color: #37B9C5;
}

.chat-bubble.right {
    text-align: right;
    margin-left: auto;
}

.chat-footer {
    padding: 20px 70px;
    border-top: 1px solid #ddd;
}

.chatTypes {
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 50px;
}

.upload-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 24px;
    border-radius: 50%;
    background: transparent;
}

.chat-footer input[type="text"] {
    flex: 1;
    padding-left: 5px;
    border: 0;
    outline: 0;
}

.chatSend-btn {
    background: #00c4cc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: none;
    color: white;
    font-size: 18px;
}

.upload-label:hover {
    background: #f1f1f1;
}

/* Mute Popup Styles */

.mute-popup {
    position: absolute;
    top: 83px;
    right: 80px;
    background: #fff;
    border-radius: 30px;
    padding: 30px 22px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
    width: 335px;
    display: none;
    z-index: 10;
}

button#bellIcon {
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 15px;
}

/*contractCards modal*/

.contractCards {
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    padding: 25px 20px;
}

.contractWrapper span.status {
    background-color: #ffed89;
    padding: 9px 20px;
    border-radius: 15px;
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
}

.contractWrapper a.arrow {
    font-size: 18px;
    color: #37B9C5;
}

.contractField h5 {
    font-size: 18px;
    color: #686873;
    font-family: 'general_sansregular';
    margin-bottom: 15px;
}

.contractField h6 {
    font-size: 20px;
    color: #212121;
    font-family: 'general_sansmedium';
}

/*collaborationAgreement */

.collaborationAgreement .creatorGroups-card {
    padding: 80px;
}

.contractSelectHed {
    font-size: 18px;
    color: #7D7D7D;
    padding-left: 10px;
    font-family: 'general_sansregular';
}

.contractCheck-group {
    padding-top: 15px;
    padding-bottom: 15px;
}

.contractCheck-group label {
    padding-right: 10px;
    font-size: 18px;
    color: #212121;
    font-family: 'general_sansregular';
}

.contractCheck[type="checkbox"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1.5px solid #00b1a7;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}

.contractCheck[type="checkbox"]:checked {
    background-color: #00b1a7;
    border-color: #00b1a7;
}

.contractCheck[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 6px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contractSelectHed-group h5 {
    color: #212121;
    font-size: 22px;
    font-family: 'general_sansmedium';
}
.signatureCard canvas {
    width: 100%;
}
.contractSelectHed-group p {
    font-size: 16px;
    color: #686873;
    font-family: 'general_sansregular';
}

.contractSelectHed-group {
    padding-bottom: 15px;
}

.collaborationTags li {
    background-color: #effcfd;
    padding: 10px 9px;
    margin-right: 10px;
    border-radius: 10px;
    font-size: 18px;
    color: #212121;
    font-family: 'general_sansregular';
}

.contractSelectHed-group h6 {
    font-size: 18px;
    color: #212121;
    font-family: 'general_sansmedium';
}

.signatureBlock {
    padding-bottom: 100px;
}

.signatureBlock .contractSelectHed-group {
    width: 30%;
}

.signatureCard {
    max-width: 380px;
    min-height: 100px;
    box-shadow: 0px 1px 10px 1px #0000000f;
    margin-top: 20px;
    border-radius: 8px;
    position: relative;
}

#clear-brand-signature,
#clear-creator-signature {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #37B9C5;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 50%;
    width: 26px;
    height: 26px;
}

/*notification page*/

.notificationText h5 {
    font-size: 16px;
    color: #173451;
    text-transform: capitalize;
}

.notificationText p {
    font-size: 14px;
    color: #444D56;
    margin: 0;
    padding: 5px 0;
    width: 99%;
}

.notificationText {
    padding-left: 10px;
}

.notificationTime {
    font-size: 14px;
    color: #868686;
    font-family: 'general_sansregular';
}

.notificationBtns .follow-btns {
    padding: 10px 15px;
    margin-left: 3px;
}


/*video delete modal */

.swal2-backdrop-show .swal2-icon.swal2-warning {
    border-color: #37B9C5;
    color: #37B9C5;
}

.swal2-backdrop-show h2 {
    font-size: 32px;
    color: #212121;
    font-family: 'general_sanssemibold';
        padding-top: 0;
}

.swal2-backdrop-show .swal2-actions button.swal2-confirm {
    background-color: #37B9C5;
    color: #fff;
    border-radius: 10px;
    padding: 10px 35px;
    box-shadow: none !important;
    font-size: 18px;
}

.swal2-backdrop-show button.swal2-cancel {
    border-radius: 10px;
}

/*Coin */

.coinCrocsCard {
    background-color: #37B9C5;
    padding: 25px 30px;
    border-radius: 20px;
    min-height: 194px;
}

.coinCrocs-info h3 {
    font-size: 32px;
    color: #fff;
    font-family: 'general_sanssemibold';
}

.coinCrocs-info p {
    font-size: 22px;
    color: #fff;
    font-family: 'general_sansmedium';
}

.btnEarn {
    width: 110px;
    border-radius: 50px;
    margin-top: 20px;
    font-size: 18px;
    color: #37B9C5;
    font-family: 'general_sansmedium';
}

.pointCoin-item {
    padding: 20px;
    margin: 5px;
    margin-bottom: 25px;
    border-radius: 10px;
    border: 1px solid#c3eaee;
}

.coinsIcons {
    background-color: #fbe9f1;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
}

/**/
.contractText h5 {
    color: #686873;
}

.contractText h4 {
    color: #212121;
    font-size: 20px;
    font-family: 'general_sansmedium';
}

.contractsBtns button.btn {
    font-size: 16px;
    color: #000000;
    padding: 10px 20px;
    border-radius: 15px;
    font-family: 'general_sansmedium';
    text-transform: capitalize;
}

.contractsBtns button.bg-danger {
    background-color: #EA0000;
}

.contractsBtns button.bg-warning {
    background-color: #ffed89;
}


/* css new start */

.brand-group .dropdown.custom_drop {
    position: absolute;
    right: 5px;
    top: 60px;
    z-index: 9;
}
.brand-group .dropdown.custom_drop .dropdown-toggle {
    color: #ffffff;
    box-shadow: none !important;
}
.brand-group .dropdown.custom_drop ul.dropdown-menu {
    padding: 10px 5px;
    border: 0;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 1px #d3d3d3;
}
.brand-group .dropdown.custom_drop ul.dropdown-menu a.dropdown-item,
.brand-group .dropdown.custom_drop ul.dropdown-menu button {
    font-size: 16px;
    font-family: 'general_sansmedium';
    padding: 2px 10px;
    background-color: transparent !important;
    color: #000000;
}

.shareProfile .modal-content {
    width: 350px;
    padding: 30px 20px;
    border-radius: 30px;
    margin: auto;
}
.shareProfileBtn { padding-top:20px; }

.shareProfileBtn .shareBtns {
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-family: 'general_sansmedium';
    text-align: center;
    margin-bottom: 20px;
    box-shadow: unset !important;
}


.profile-row .brand-wrapper .custom_Btn {
    background-color: #212121;
    color: #fff;
    border: transparent;
}

.profile-row .brand-wrapper .custom_Btn_two {
    background-color: #3bc0cc;
    color: white;
}

.profile-row .brand-wrapper .custom_Btn i,
.profile-row .brand-wrapper .custom_Btn_two i {
    font-size: 18px;
}

.profile-row .brand-wrapper .custom_Btn_two:hover,
.profile-row .brand-wrapper .custom_Btn:hover {
    color: #fff;
}

.brand-group .dropdown.custom_drop .dropdown-toggle::after {
    display: none;
}

/*edit post page */


.EditPostGroup .profile-info {
    padding-bottom: 20px;
}


/*creat brand */


.filterCheck-row select {
    width: 100%;
    background-color: #F4F5F7;
    font-size: 18px;
    color: #929090;
    border-radius: 10px;
    border: 0;
    padding: 22px 20px;
    font-family: 'general_sansregular';
    outline: none;
}

.filterGroup_row {max-width: 600px;}

/*same banner size */

.homeFeedGroup {
    padding-top: 160px !important;
}

.newCustomBanner {
    min-height: 350px;
    padding-top: 180px;
}

.innerCustomBanner{min-height: 290px; padding-top: 180px;}



li.nav-item.dropdown.active-dropdown ul.dropdown-menu {
    display: block !important;
}



/**/

/*@media (max-width: 991px) {
  .navbar .dropdown-menu {
    display: none;
    position: static;
    float: none;
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
}*/




