label.required:after {
    content: "*";
    color: red;
}

.w-auto {
    width: auto !important;
}

button,
input[type=submit] {
    cursor: pointer !important;
}

.error {
    color: red;
    font-weight: 400;
}

.invalid-dropdown .invalid-feedback,
.bluish_label:invalid~.invalid-feedback,
.bluish_label:invalid~.invalid-tooltip,
.bluish_label.is-invalid~.invalid-feedback,
.bluish_label.is-invalid~.invalid-tooltip,
.bluish_textarea:invalid~.invalid-feedback,
.bluish_textarea:invalid~.invalid-tooltip,
.bluish_textarea.is-invalid~.invalid-feedback,
.bluish_textarea.is-invalid~.invalid-tooltip {
    display: block;
    font-weight: 400;
}

/* .is-invalid {
    border: 1px solid red;
} */

.social .fa {
    font-size: 20px; margin-right: 15px;
}

.follwing-heart {
    color: #e71717;
    font-size: 17px;
}

.dropdown_lists_last {
    top: -15px !important;
}

.dropdown_mix::after {
    display: none;
}

.disabled {
    opacity: 0.7;
}

.spanicon {
    /* margin-left: 180px; */
}

.pointer-none {
    pointer-events: none;
}

/*---keywords css---*/
.tagify__tag {
    margin: 0 0 5px 5px !important;
}

.tagify__tag>div::before {
    box-shadow: none !important;
}

.keywords .tagify__tag {
    font-weight: 600;
    border-radius: 50px;
    font-size: 12px;
    padding: 0px 10px !important;
}

.keywords {
    min-height: 40px;
}

.tagify__input {
    position: absolute !important;
    width: 100% !important;
    margin: 0 !important;
    top: 8px !important;
}

.tagify__tag {
    top: 45px !important;
}

.tagify__tag__removeBtn:hover {
    color: #fff !important;
}

/*---keywords css end---*/

.edit_gray_btn {
    padding: 6px 24px;
    background-color: #f1f3fa;
    color: #000;
    border-radius: 0px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px;
}

.edit_gray_btn:hover {
    color: #000;
}

/* .badges_icon {
    height: 50px;
    width: 50px;
} */

/*SLIDER CSS*/
.range_form_wrapper {
    /* width: 500px;
    padding-top: 100px; */
    margin: 0 auto;
}

.range_form_wrapper .range-control {
    position: relative;
}

.range_form_wrapper input[type=range] {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    outline: none;
}

.range_form_wrapper input[type=range]::-webkit-slider-runnable-track {
    position: relative;
    height: 12px;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    background-color: #e2e2e2;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.range_form_wrapper input[type=range]::-webkit-slider-thumb {
    position: relative;
    top: -5px;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    -webkit-appearance: none;
    background-color: #fff;
    box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    cursor: pointer;
}

.range_form_wrapper output {
    position: absolute;
    top: -32px;
    display: none;
    width: 50px;
    height: 24px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    border-radius: 3px;
    color: #777;
    font-size: .8em;
    line-height: 24px;
    text-align: center;
}

.range_form_wrapper input[type=range]:active+output {
    display: block;
    transform: translateX(-50%);
}

.slide {
    height: 12px;
    width: 80px;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 2;
    border-radius: 50px;
}

.rSlider input[type=range] {
    position: relative;
    -webkit-appearance: none;
    width: 100%;
    height: 11px;
    background: #d8d0e6;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 50px;
}

.rSlider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 27px;
    height: 27px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.rSlider input[type="range"]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #fff;
    cursor: pointer;
}

/*SLIDER CSS*/

.custom_btn_drop {
    z-index: 1;
}

.ambassadors_grid_wrapper {
    height: auto;
}

.ambassadors_grid_content p.font14 {
    height: 63px;
    overflow: hidden;
}

.ambassadors_grid_content p.brown {
    /* height: 33px;
    overflow: hidden; */
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis
}

.form_input_wrapper.form-group .btn-group {
    display: inline-block !important;
}

/* ATTORNEY */

.attachments_wrapper h4 {
    font-size: 14px;
    font-weight: 400;
}

.attachments_wrapper h4 a {
    color: rgb(82, 81, 81);
}

.document_name {
    font-size: 14px;
    font-weight: 400;
    color: rgb(82, 81, 81);
}

/*Start Css for feed.html */
.feed_input {
    border: 1px solid #785fa1;
    width: 350px;
    border-radius: 50px;
    color: #785fa1;
    background-color: #fff;
    box-shadow: 0px 5px #9a80c6;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    position: relative;
    transition: all .6s;
    font-weight: 400;
    padding: 10px 15px;
}

.feed_input::placeholder {
    color: #785fa1;
}

.feed_input:focus {
    border: 1px solid #785fa1;
    outline: none;
}

.feed_heading {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

.feed_attach_file img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
}

.special_note p {
    font-size: 14px;
    font-weight: 400;
    color: rgb(82, 81, 81);
}

.document_name {
    font-size: 14px;
    font-weight: 400;
    color: rgb(82, 81, 81);
}

.feed_img_over {
    padding: 4px 12px;
    background-color: #14141a;
    color: #fff;
    font-size: 14px;
    top: 15px;
    left: 15px;
    border-radius: 4px;
}

.feed_player_wrapper {
    width: 100px;
    height: 100px;
    border-radius: 6px;
}

.feed_bg_shadow {
    box-shadow: 0px 4px 6px #ccc;
}

/*End Css for feed.html */

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    font-family: 'Poppins', sans-serif;
}

.dropdown_menu {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.dropdown_menu .dropdown-item {
    white-space: initial;
    font-size: 14px;
}

.dropdown_menu::-webkit-scrollbar {
    width: 4px;
}

.dropdown_menu::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.dropdown_menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}

.all_notification_wrapper .notification_grid_wrapper:last-child {
    border-bottom: none;
}

.notification_grid_wrapper {
    border-bottom: 1px dashed #bfc1cd;
    padding-bottom: 15px;
}

.notification_content h3 {
    font-size: 16px;
    font-weight: 600;
}

.notification_content p {
    font-size: 13px;
    font-weight: 400;
    color: #575757;
    line-height: 24px;
}

.text_remove a {
    position: absolute;
    top: 15px;
    right: 25px;
}

.form_ctr_textarea {
    height: 100% !important;
}

.tick_wrapper img {
    width: 90%;
}

.custom-control-label a {
    color: #333;
}

.listing_pagination li:first-child {
    margin-right: 30px;
}

.listing_pagination li {
    margin-right: 10px;
}

.listing_pagination li:last-child {
    margin-left: 30px;
}

.listing_pagination li .page-link {
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    color: #717171;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ececec;
}

.listing_pagination li.active .page-link {
    box-shadow: 0px 0px 16px #ccc !important;
}

.listing_pagination li.disabled a {
    opacity: .5;
}

.form_inner_info .form_input_wrapper .selectMode .tagify__tag__removeBtn {
    margin-top: -44px;
}

.form_inner_info .bluish_input::placeholder {
    color: #000;
    font-size: 14px;
}

.form_inner_info .form_input_wrapper .slect_option_change {
    color: #000;
    font-size: 14px;
}

.form_inner_info .form_input_wrapper .tagify__input {
    font-weight: 500;
}

.form_inner_info .form_input_wrapper .tagify__input:empty::before {
    color: #000;
    font-size: 13px;
}

.date_time {
    font-size: 11px;
    color: #999;
}

.mobile_navbar_wrapper_show {
    transform: translateX(0%) !important;
}

.date_time {
    font-size: 11px;
    color: #999;
}

.eti_team_name p {
    word-break: break-word;
}

.custom_navbar_header li.nav-item a.nav-link.register_btn {
    width: 125px;
    text-align: center;
}

.text-head-black {
    font-size: 16px;
    color: #000;
    margin-bottom: 4px;
    font-weight: 600;
}

.text-black {
    color: #000 !important;
}



/*--star rating--*/
.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
}

.star-rating label i {
    font-size: 26px;
}

.star-rating input {
    display: none;
}

.star-rating :checked~label,
.filled {
    color: #f90;
}

.star-rating label:hover,
.star-rating label:hover~label {
    color: #fc0;
}

.block-hover {
    pointer-events: none;
}

.star-rating input[type="radio"]:checked+label {
    border: none;
}

.text-danger {
    width: 100% !important;
    margin-top: .25rem !important;
    font-size: 80% !important;
}

.noty_count {
    background-color: #f22323;
    font-size: 12px;
    text-align: center;
    color: white;
    margin-left: 2px; display: inline-flex; 
    padding : 2px 4px; border-radius: 22px; min-width: 25px;justify-content: center;
}

.post_img_over img {
    border-radius: 50%;
}

.post_img_over img {
    width: 120px !important;
    height: 120px; object-fit: cover ;
}

.web_grid_img img {
    width: 150px !important;
    height: 150px;
}

.video_head_img img {
    width: 46px !important;
    height: 46px;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .post_img_over img {
        width: 80px !important;
        height: 80px;
    }
}
.category_company_wrapper {
    overflow: hidden;
}
.attachments_wrapper {
    height: 133px;
    overflow: hidden;
}

.eti_team_name p {height: 42px; overflow: hidden; margin-bottom: 2px !important ;}
.feed_bg_shadow .dropdown-menu {
    right : 0; left: auto !important;
    transform: none !important;
    top: 20px !important;

}

.equalColumnRows .col-md-6 {
    margin-right: 15px; max-width: 49%;
}
.equalColumnRows .col-md-6:nth-child(even) {
    margin-right: 0px; 
}

.rating_person img {
    width: 46px;
    height: 46px;
    object-fit: cover;
}

#posts  .posts_socials_connect_wrapper {
    position: absolute;
    top: auto;
    bottom: 20px;
    right: 0;
    padding-left: 25px;
    padding-right: 25px;
}

#posts .public_view_bg {
    padding-bottom: 80px;
}

.video_overlay
{
    height: 100%;
}
.custom-control-label::after {
    top : 6px; left: 2px;
}

.social .dropdown-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-left: 10px ;
    padding-top : 4px; padding-bottom: 4px;
}
.dropdown-menu.social {
    min-width: 150px ;
}
.dropdown-item:active {
    background-color: #f8f9fa ;
}
.help_form_wrapper .custom-control .checkbox_label {
    margin-top : 2px;
}
.modal_content_inner .custom-control-label::after {left : 0; top : 4px;}
.custom_select_option {
    outline: none;
}