html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.line-height {
    line-height: 1.42857em !important;
}

.show-content {
    display: block !important;
}

.section-pager-bar {
    width: 412px !important;
}

.section-pager .section-pager-item .section-pager-item-text, .section-pager .section-pager-item:hover .section-pager-item-text {
    font-size: 0.91rem !important;
}

.section-pager .section-pager-item.active .section-pager-item-text, .section-pager .section-pager-item:hover .section-pager-item-text {
    background-color: rgb(79, 244, 97) !important;
    
}

    .section-pager .section-pager-item.active .section-pager-item-text > a, .section-pager .section-pager-item:hover .section-pager-item-text > a  {
        color: rgb(255, 255, 255) !important;
    }



/*  ------------------------------------      custom CSS    -----------------------------------------------------------------  */
/******  modal popup  ---  start  */
.modal-content {
    background-color: #1d2333;
}

.modal-header {
    border-bottom: 1px solid #2f3749;
}

.modal-footer {
    border-top: 1px solid #2f3749;
    display: flex;
    flex-wrap: nowrap;
}
/*****  modal popup  ---  end  */


.post-comment-form {
    border-top: 1px solid #2f3749;
}


.post-sub-heading {
    font-size: .75rem;
}


.grid.grid-4-8 {
    grid-template-areas: "content sidebar";
    grid-template-columns: 32.4324324324% 66.2162%;
}



.awards-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, 60px);
    grid-gap: 24px;
    justify-content: center;
}

.awards-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 125px);
    grid-gap: 24px;
    justify-content: center;
}

.awards-panel{
    width:auto !important;
    height:auto !important;
    display:inline !important;
    justify-items:center;
}

.full-width {
    width: 100% !important;
}

.validation-summary-errors {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 20px 0px;
}

.forum-creator {
    height: auto !important;
}

.section-filters-bar-header {
    height: auto !important;
}

.content-grid .section, .content-grid .section-header {
    margin-top: 0px !important;
}

.border-top {
    border-top: 1px solid #2f3749 !important;
}

.meme-item {
    width: 100px !important;
    height: 100px !important;
}

.meme {
    width: 90px !important;
    height: 90px !important;
    overflow: hidden;
    border-radius: 12px;
}

.meme-img {
    max-height: 100% !important;
}

.meme-add {
    width: 30px !important;
    height: 30px !important;
}

.meme-change {
    top: 40px;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: absolute;
    top: 33%;
    left: 35%;
    /* margin-left: -23px; */
    z-index: 2;
}


.draggable-items {
    grid-template-columns: repeat(auto-fit, 100px) !important;
}

.chat-widget-mobileview{
    width:100%;
}

.chat-widget-wrap .chat-widget .chat-widget-mobileview:last-child {
    width: 100% !important;
}

.trending-post{
    height:200px !important;
}


.action-button-popup {
    width: auto !important;
}

.Emojisize{
    font-size:24px;
}

.delete-request-button{
    width:250px !important;
}
/* ---------------   action button for user profile start   --------------------   */
.lazy-loading-img-small {
    min-height: 50px;
}

.lazy-loading-img-normal {
    min-height: 300px;
}

.lazy-waiting, .lazy-loading {
    display: block;
    visibility: hidden;
    min-height: 300px;
}

:not(body).lazy-done {
    display: block;
    animation: fadeIn 2s;
    visibility: visible;
    box-shadow: rgba(6, 24, 44, 0.4) 0 0 0 2px, rgba(6, 24, 44, 0.65) 0 4px 6px -1px, rgba(255, 255, 255, 0.08) 0 1px 0 inset;
    border-radius: 20px !important;
}

img.lazy-done {
    display: block;
    margin: 20px auto;
}

body.lazy-done {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* ---------------   action button for user profile start   --------------------   */
.action-request.userbtn {
    background-color: #7750f8;
    border-color: #7750f8;
    color: #fff;
}

.action-request.userbtnBlock {
    background-color: #fd4350;
    border-color: #fd4350;
    color: #fff;
}

.action-request.userbtn .action-request-icon {
    fill: #fff;
    opacity: 1;
}

.action-request.userbtnBlock .action-request-icon {
    fill: #fff;
    opacity: 1;
}

.userbtnMessage {
    background-color: #7750f8;
    border-color: #7750f8;
    color: #fff;
}

.action-request.userbtnMessage .action-request-icon {
    fill: #fff;
    opacity: 1;
}

.action-request {
    font-size: 100%;
}

@media screen and (max-width: 479px) {
    .action-request.with-text {
        width: auto;
        padding: 0 32px 0 22px;
    }

        .action-request.with-text .action-request-text {
            display: inline;
        }

        .action-request.with-text .action-request-icon {
            margin-right: 12px;
        }
}




/* ---------------   action button for user profile end   --------------------   */


/* ---------------   payment css start   --------------------   */

.subscriptionButton {
    width: 260px !important;
}

.subscriptionPerks {
    margin-top: 48px;
    font-size: 1.375rem;
    font-weight: 700;
}

.checkoutBtn {
    width: 230px !important;
}

/* ---------------   payment css end   --------------------   */

/* ---------------   gems css start   --------------------   */

.gemsIcon {
    margin-bottom: 2px;
}

.gemsDescription {
    min-height: 40px;
}

.gemsBuyButton {
    font-size: 0.95em !important;
}

.gems-title-transaction {
    width: 440px !important;
}


/* ---------------   gems css end   --------------------   */


/*.content-grid .grid {
    margin-top: 0px !important;
}
*/
/*  tablet and desktop */
@media screen and (min-width: 767.98px) {

    .grid.grid-8-4 {
        grid-template-areas: "content sidebar" !important;
        grid-template-columns: 66.2162162162% 32.4324324324% !important;
    }

    .post-comment.reply-2 .user-avatar {
        left: 86px !important;
    }

    .post-comment.reply-2 {
        padding-left: 138px !important;
    }


    .modal {
        height: 90% !important;
        margin: 80px 0px 0px 0px !important;
    }

    .grid.grid-3-3-3, .grid.grid-3-3-3-3 {
        grid-template-columns: repeat(auto-fit, 23%);
    }

    .profile-header .profile-header-cover {
        height: 170px !important;
    }

    .mobile-view {
        display: none !important;
    }

    .profile-header.v2 .profile-header-info .user-short-description .user-short-description-avatar {
        top: -40px;
    }
}


@media screen and (min-width: 767.98px) and (max-width: 1365px) {
    .content-grid {
        padding: 112px 30px 112px 100px !important;
    }
}


/*  Mobile  css */
@media screen and (max-width: 767.98px) {

    .modal {
        height: 80% !important;
        margin: 80px 0px 0px 0px !important;
    }

    .header .header-actions:nth-last-child(2) {
        display: block !important;
    }

    .content-grid .account-hub-content .section-header:first-child {
        margin-top: 0px !important;
    }


    .grid.grid-4-8 {
        grid-template-columns: 100%;
        grid-template-areas: "content" "sidebar";
    }



    .profile-header .profile-header-cover {
        height: 150px !important;
    }

    .simple-tab-items {
        justify-content: space-between;
    }


    .desktop-view {
        display: none !important;
    }

    .profile-header.v2 .profile-header-info .user-short-description .user-short-description-avatar.user-short-description-avatar-mobile {
        top: -80px !important;
        display: block !important;
    }


    .forum-post .forum-post-content .forum-post-info {
        width: 100% !important;
        margin: 0px 0px 0px 20px;
    }
}
