/* MEMBERSHIP PAGE START */
.memberships .card {
    background: rgba(34, 34, 34, .05);
    box-shadow: 0px 4px 15px rgb(8 15 30 / 2%);
    border-radius: 20px;
}

.empty-members {
    border: 1px solid rgba(34, 34, 34, .05);
}

.empty-members span {
    width: 49px;
    height: 49px;
    background: rgba(34, 34, 34, .05);
    border-radius: 50%;
    line-height: 49px;
    display: block;
    margin: auto;
}

.membership-lavels {
    border: 1px solid rgba(34, 34, 34, .05);
}

.membership-lavels h5 {
    color: #222;
    font-size: 19px;
}

.membership-lavels span {
    color: #717171;
}

.membership-lavels h6 {
    margin-top: 30px;
    color: #222;
}

.membership-lavels .awards {
    color: #717171;
}

.membership-lavels p img {
    width: 17px;
}

.membership-lavels h6 {
    color: #717171;
}

.membership-lavels .with-img-icon p {
    color: #717171;
}

.membership-lavels .create-btn {
    padding: 10px;
}

.add-membership-btn {
    display: block;
    background: #F54748;
    height: 48px;
    padding: 0 32px;
    border-radius: 50px;
    color: #FFF;
    line-height: 48px;
    text-align: center;
    font-size: 19px;
    border: none;
}

.add-membership-btn:hover {
    color: #FFF;
}

.membership-settings .add-membership-btn {
    display: block;
    background-color: rgba(34, 34, 34, .05);
    height: 48px;
    padding: 0 21px;
    border-radius: 50px;
    color: #222;
    line-height: 48px;
    text-align: center;
    font-size: 17px;
    border: none;
    font-weight: bold;
}

.membership-settings .save-btn {
    display: block;
    background: #F54748;
    height: 48px;
    padding: 0 32px;
    border-radius: 50px;
    color: #FFF;
    line-height: 48px;
    text-align: center;
    font-size: 19px;
    border: none;
}

.membership-settings .google {
    border-radius: 5px;
    border: 1px solid rgba(34, 34, 34, .25);
    height: 48px;
}

.membership-settings a {
    color: #333;
}

/* MEMBERSHIP PAGE END */

/* My extra page start */

.my-extras .single-box {
    position: relative;
    border-radius: 5px;
    height: 100px;
}

.my-extras .single-box p {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 10px;
    margin: auto;
}

.my-extras .single-box img {
    max-width: 30px;
}

.my-extras .gray-box {
    background: rgba(34, 34, 34, .03);
    border: 2px dashed rgba(34, 34, 34, .05);
}

.my-extras .info-box {
    background-color: rgba(227, 242, 253, .7);
    border: 2px dashed rgba(227, 242, 253, .7);
}

.my-extras .semi-green-box {
    background-color: #e8f5e9;
    border: 2px dashed #e8f5e9;
}

.my-extras .live-event-box {
    background-color: rgba(243, 229, 245, .7);
    border: 2px dashed rgba(243, 229, 245, .7);
}

.my-extras .art-commission {
    background-color: rgba(232, 234, 246, .7);
    border: 2px dashed rgba(232, 234, 246, .7);
}

.my-extras .instagram {
    background-color: rgba(255, 253, 231, .7);
    border: 2px dashed rgba(255, 253, 231, .7);
}

.my-extras .profile-info {
    box-shadow: none;
    color: #717171;
    border: 1px solid #717171;
    border-radius: 50px;
    padding: 10px 0px;
    height: 40px;
    line-height: 21px;
}

.my-extras h5 {
    color: #717171;
}

.my-extras h6 span {
    color: #717171;
}


/* My extra page end */

/* EXTRA CREATE PAGE START */
/*
.confirmation .filepond--hopper {
    margin-top: -105px;
} */

.extra-card img {
    height: 220px;
}

.extra-creat-main {
    background: #f9f9f9;
}

.extra-creat-main .main-content {
    border-radius: 4px;
    background-color: #fff;
    padding: 32px;
}

.extra-creat-main .extra-create {
    box-sizing: border-box;
    background: rgba(34, 34, 34, .05);
    padding: 0 16px;
    height: 48px;
}

.extra-creat-main textarea.form-control {
    padding: 16px;
    height: auto;
    min-height: 170px;
    border: 1px solid #000;
    background-color: rgba(34, 34, 34, .05);
}

.text-gray {
    color: #717171;
}

.what-popovers {
    background: rgba(34, 34, 34, .05);
    display: inline-block;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
}

.extra-creat-main .save-btn {
    display: block;
    width: 100%;
    background: #F54748;
    height: 48px;
    padding: 0 32px;
    border-radius: 50px;
    color: #FFF;
    line-height: 48px;
    text-align: center;
    font-size: 19px;
    border: none;
}

.extra-creat-main .preview-extra .card {
    padding: 0;
}

.extra-creat-main .preview-extra .card img {
    max-height: 250px;
}

/* EXTRA CREATE PAGE END */

/* POST PAGE START */

.audio-post {
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);;
}

.audio-post .draft-btn {
    height: 48px;
    border: none;
    border-radius: 50px;
    background-color: rgba(34, 34, 34, .05);
    color: #222;
    font-size: 16px;
    padding: 0 20px;
    font-weight: bold;
}

.audio-post .next-btn {
    height: 48px;
    border: none;
    border-radius: 50px;
    background: #F54748;
    font-size: 16px;
    padding: 0 20px;
    color: #FFF;
}

.audio-inputs .audio-file {
    display: block;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 50px;
    background: #5578eb;
    font-size: 14px;
    padding: 0 20px;
    color: #FFF;
    text-align: center;
    line-height: 48px;
    border-radius: 10px;
    cursor: pointer;
}

.audio-inputs .record-audio {
    display: block;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 50px;
    background: #F54748;
    font-size: 14px;
    padding: 0 20px;
    color: #FFF;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    border-radius: 10px;
}

.audio-inputs .title {
    height: 80px;
}

.audio-inputs .title::placeholder {
    font-size: 30px;
    font-weight: bold;
    color: #aeaeae;
}

.audio-inputs textarea {
    padding: 15px;
    font-size: 17px;
    color: #e4e2e2;
}

/* POST PAGE END */

/* AUDIO ALBUM START */

.audio-album .title {
    border: none;
    height: 100px;
    font-size: 50px;
}

.audio-album .title::placeholder {
    font-size: 40px;
}

.audio-album .album-file {
    width: 100%;
    border: 2px dashed #ff813f;
    border-radius: 10px;
    background-color: #FFFDF2;
}

.audio-album .bmc-color {
    color: #ff813f;
    font-weight: bold;
}

.audio-album textarea {
    width: 100%;
    border: none;
}

.audio-album textarea:focus {
    outline: none;
}

.audio-album .cat-button {
    background-color: rgba(13, 12, 34, .1);
    font-size: 14px;
    border-radius: 8px;
    padding: 0 16px;
    height: 40px;
    color: #0d0c22;
    border: none;
    font-weight: bold;
    width: 100%;
}

/* AUDIO ALBUM END */

.is-invalid {
    color: red;
}

.following-btn {
    background-color: #fff;
    border: none;
    font-weight: 700;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    width: 120px;
    display: inline-block;
    -webkit-box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.40);
    box-shadow: 0px 4px 80px rgba(8, 15, 30, 0.40);
    border-radius: 30px;
    color: #02021E;
    text-align: center;
    margin-right: 15px;
}

.suggestion-btn {
    background-color: #fff;
    border: none;
    font-weight: 700;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    width: 100px;
    display: inline-block;
    -webkit-box-shadow: 0px 4px 80px rgb(8 15 30 / 40%);
    box-shadow: 0px 4px 80px rgb(8 15 30 / 40%);
    border-radius: 30px;
    color: #02021E;
    text-align: center;
}

.suggestion-btn:hover {
    color: rgb(245, 71, 72, 0.80);
}

.follows-button {
    background-color: #1e85de;
    border: none;
    font-weight: 700;
    font-size: 13px;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    margin-right: 15px;
    transition: 0.5s;
}

.follows-button:hover {
    background-color: #F54748;
    transition: 0.5s;
}

.follows-button.view-btn {
    background-color: #02021E;
}

thead {
    border-width: 2px !important;
}

/* NEW CSS START */
.post-area sup {
    display: inline-block;
    width: 20px;
    color: #FFF;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    margin-left: -10px;
    margin-top: -10px;
    text-align: center;
    background-color: #F54748;
}

.message-list {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-top: 15px;
}

.message-top-icon a {
    margin-right: 15px;
}

.message-icon {
    margin-right: 15px;
    flex: 0 0 30px;
    width: 30px;
    max-width: 30px;
}

.message-text h6 {
    font-size: 15px;
    margin-bottom: 3px;
}

.message-text span {
    color: #666;
    font-size: 15px;
}

.message-chat-box {
    height: 400px;
    overflow-y: scroll;
}

.time-title-message {
    font-size: 14px;
    margin-bottom: 0;
}

button.btn.message-modal-btn {
    padding: 0;
    margin-right: 15px;
}

.custom-border {
    border-radius: 1.5rem !important;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.modal-body.message {
    padding-top: 20px;
}

.message-modal-header a {
    background-color: rgba(34, 34, 34, .05);
    padding: 5px 20px;
    display: inline-block;
    border-radius: 30px;
    color: #111;
    font-size: 14px;
}

.single-followers-card {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.single-followers-card a {
    background-color: rgba(34, 34, 34, .05);
    padding: 5px 20px;
    display: inline-block;
    border-radius: 30px;
    color: #111;
    font-size: 14px;
}

.followers-left h6 {
    font-size: 15px;
    margin-bottom: 2px;
}

.followers-left span {
    color: #666;
}

.search-form-edit-page.message {
    margin-bottom: 40px;
}

.message-setting-modal h6 {
    font-size: 20px;
    margin-bottom: 15px;
}

.message-setting-modal p {
    font-size: 13px;
    margin-bottom: 30px;
}

.message-setting-modal select.form-select {
    border: 1px solid #ebebeb;
    height: 52px;
    font-size: 14px;
    cursor: pointer;
}

.form-select:focus {
    border-color: #F54748;
    outline: 0px;
    box-shadow: none;
}

img.chat-logo {
    width: 20px;
}

.message-chat-header p {
    font-size: 15px;
    margin-bottom: 0;
}

.message-chat-header {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.first-author-img {
    flex: 0 0 50px;
    width: 50px;
    max-width: 50px;
    margin-right: 15px;
}

.message-chat-body {
    background-color: #f1f2f4;
    padding: 30px;
    border-radius: 5px;
    min-height: 100%;
}

.first-author-img img {
    border-radius: 50%;
    border: 2px solid #fff;
}

.first-author-text h6 {
    font-size: 16px;
    margin-bottom: 3px;
    color: #222;
}

.first-author-text h6 span {
    font-size: 13px;
    color: #666;
    font-weight: 400;
}

.first-author-text {
    background-color: #fff;
    padding: 12px 40px;
    display: inline-block;
    border-radius: 5px;
}

.first-author-info {
    margin-bottom: 25px;
}

.first-author-info.second-author {
    float: right;
}

.conversation-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    bottom: 0px;
}

.conversation-footer .chat-input {
    border: 0px;
    line-height: 75px;
    height: 50px;
    outline: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e1eaea;
    padding: 0 15px;
    font-size: 14px;
    margin-top: 30px;
    flex: 0 0 60%;
    margin-right: 30px;

}

.chat-list-inline {
    margin-top: 30px;
    flex: 0 0 40%;

}

ul.chat-list-inline li a i {
    font-size: 20px;
    color: #666;
    margin-right: 5px;
}

.trig-btn {
    font-size: 24px;
    color: #666;
    margin-right: 10px;
    transition-duration: 500ms;
}

.trig-btn:hover {
    color: #F54748;
}

.message-top-icon .dropdown-menu {
    inset: 2px 0px auto auto !important;
}

.dropdown-menu .search-form-edit-page.message {
    margin-bottom: 10px;
    margin-top: 10px;
}

.message-top-icon .dropdown-menu {
    min-width: 15rem;
}

.message-top-icon .form-control.view-search-form {
    padding-left: 15px;
}

.message-top-icon .view-search-btn {
    right: 15px;
    left: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .first-author-text span {
        font-size: 14px;
        line-height: 1;
    }

    .first-author-text {
        padding: 12px 25px;
    }

    .conversation-footer .chat-input {
        flex: 0 0 50%;
        margin-right: 10px;
    }

    .chat-list-inline {
        margin-top: 30px;
        flex: 0 0 50%;
    }

    ul.chat-list-inline li a i {
        font-size: 20px;
        color: #666;
        margin-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .following {
        margin-top: 50px;
        margin-bottom: 100px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .message-chat-body {
        background-color: #f1f2f4;
        padding: 30px 15px;
    }

    .first-author-img {
        margin-bottom: 15px;
    }

    .first-author-text {
        background-color: #fff;
        padding: 15px 15px;
    }

    .first-author-text span {
        font-size: 13px;
    }

    .first-author-text h6 {
        font-size: 14px;
        margin-bottom: 8px;
        color: #222;
    }

    .first-author-info.second-author {
        float: none;
    }

    .conversation-footer {

        flex-wrap: wrap;
    }

    .conversation-footer .chat-input {
        flex: 0 0 100%;
        margin-right: 0;
    }

    .chat-list-inline {
        margin-top: 70px;
        flex: 0 0 100%;
    }

    .following.message-2 {
        margin-top: 100px;
        margin-bottom: 150px;
    }

    .chat-list-inline {
        margin-top: 18px;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .conversation-footer .chat-input {
        margin-top: 20px;
    }

    .time-title-message {

        margin-top: 20px;
    }

    .message-list {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 20px;
        margin-top: 20px;
    }

    .following.message-1 {
        margin-top: 70px;
    }

    .following {
        margin-bottom: 150px;
    }

    .first-author-img {
        margin-bottom: 15px;
        position: relative;
        bottom: -24px;
    }

}

/* NEW CSS END */
