@import url("mobile_status.css");
@import url("tablet_status.css");
@media only screen and (min-width: 1025px) {
    .status-post-container-name{
        position: relative;
        padding: 15px;
        border-bottom: 1px solid #EFF3F4;
        border-right: 1px solid #EFF3F4;
        box-sizing: border-box;
        width: 100%;
    }
    .status-post-container-name > .post-status-user{
        position: relative;
    }
    .status-post-container-name > .post-status-user a img{
        width: 40px;
        height: 40px;
        border-radius: 999px;
    }
    .status-post-container-name > .post-status-user a{
        display: flex;
        flex-direction: column;
        text-decoration: none;
    }
    .status-post-container-name > .post-status-user a h5 {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #0f1419;
        position: relative;
        top: -40px;
        margin-bottom: -40px;
        margin-left: 45px;
        display: flex;
        align-items: center;
    }
    html[dir="rtl"] .status-post-container-name > .post-status-user a h5{
        margin-left: 0;
        margin-right: 45px;
    }
    .status-post-container-name > .post-status-user a b {
        font-size: 20px;
        margin-left: 45px;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        color: #536471;
    }
    html[dir="rtl"] .status-post-container-name > .post-status-user a b{
        margin-left: 0;
        margin-right: 45px;
    }
    .status-post-container-name > .post-status-user a h5 svg{
        width: 18px;
        height: 18px;
        margin-left: 2px;
    }
    html[dir="rtl"] .status-post-container-name > .post-status-user a h5 svg{
        margin-left: 0;
        margin-right: 2px;
    }
    .status-post-container-name > .post-status-user a h5:hover{
        text-decoration: underline;
    }
    .status-post-container-name > .status-post-content{
        width: 100%;
        height: 100%;
        margin-bottom: 15px;
        border-bottom: 1px solid #EFF3F4;
        padding-bottom: 15px;
    }
    .status-post-container-name > .status-post-content p strong,
    .status-post-content div strong{
        cursor: pointer;
    }
    .status-post-container-name > .status-post-content p,
    .status-post-container-name > .status-post-content p span{
        font-size: 17px;
        line-height: 24px;
        font-weight: 400;
        white-space: pre-wrap;
        word-break: break-word;
        overflow-wrap: break-word;
        color: #0f1419;
        position: relative;
        margin-top: 15px;
        text-decoration: none !important;
        cursor: default;
    }
    .status-post-content div{
        margin-top: 0;
        font-size: 17px;
        line-height: 24px;
        font-weight: 400;
        word-break: break-word;
        overflow-wrap: break-word;
        color: #0f1419;
        position: relative;
    }
    .status-post-container-name > .status-post-content p iframe,
    .status-post-content div iframe{
        width: 100%;
        height: 290px;
        border: 1px solid #EFF3F4;
        margin-top: 10px;
        border-radius: 7px;
    }
    .status-post-container-name > .status-post-content .status-page-content-image{
        display: grid; 
        grid-template-columns: repeat(auto-fill, minmax(261px, 1fr));
        gap: 5px;
        margin-top: 8px;
        width: 100%;
    }
    .status-post-container-name > .status-post-content .status-page-content-image img{
        width: 100%;
        height: 220px;
        user-select: none;
        border: 1px solid #CFD9DD;
        object-fit: cover;
        background-color: #fff;
        transition-duration: 0.3s;
        border-radius: 12px;
    }
    .status-post-container-name > .status-post-content .status-page-content-image img:hover{
        opacity: 0.75;
    }
    .status-page-content-image.single img {
        width: 580px !important;
        height: 100% !important;
    }
    .status-page-content-image.double img {
        width: 285px !important;
    }
    .status-page-content-image.triple img {
        width: 285px !important;
    }
    .status-page-content-image.quad img {
        width: 285px !important;
    }
    .contentGifImage{
        width: 100%;
        height: 100%;
        object-fit: contain;
        border: 1px solid #EFF3F4;
        user-select: none;
        border-radius: 12px;
    }

    .status-post-container-name > .status-post-content .status-page-content-video{
        object-fit: contain;
    }
    .status-post-container-name > .status-post-content .status-page-content-video video{
        width: 100%;
        height: 290px;
        object-fit: contain;
        margin-bottom: -5px;
        user-select: none;
        display: block;
        cursor: pointer;
        object-fit: contain;
        border: 1px solid #EFF3F4;
        border-radius: 12px;
        background-color: #fff;
    }
    .status-post-container-name > .status-post-content span{
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        color: #737373;
        cursor: pointer;
    }
    .status-post-container-name > .status-post-content span:hover{
        text-decoration: underline;
    }
    .status-post-container-name > .status-post-content-selection{
        position: relative;
        margin-bottom: 15px;
    }
    .status-post-container-name > .status-post-content-selection span{
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #737373;
        margin-right: 15px;
        cursor: pointer;
    }
    .status-post-container-name > .status-post-content-selection span:hover{
        text-decoration: underline;
    }
    .status-post-container-name > .status-post-content-selection span strong{
        font-weight: 700;
        color: #0f1419;
    }
    .status-post-container-name > .status-post-value-select{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        border-top: 1px solid #EFF3F4;
        padding-top: 10px;
        margin-bottom: -5px;
    }
    .status-post-container-name > .status-post-value-select span{
        padding-left: 40px;
        padding-right: 40px;
    }
    .status-post-container-name > .status-post-value-select span i{
        font-size: 19px;
        color: #737373;
        cursor: pointer;
    }
    .status-post-container-name > .status-post-value-select span i:hover{
        opacity: 0.6;
    }
    .send-to-post-reply{
        width: 100%;
        position: relative;
        margin: 0 auto;
        border: 1px solid #EFF3F4;
        border-bottom: 2px solid #1da1f1;
        border-top: 0;
        
    }
    .send-to-post-reply > form > .post-reply-container{
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-items: center;
        padding: 15px;
        padding-bottom: 10px;
    }
    .send-to-post-reply > form > .post-reply-container a img{
        width: 34px;
        height: 34px;
        border-radius: 4px;
        margin-right: 10px;

    }
    .send-to-post-reply > form > .post-reply-container textarea{
        width: 100%;
        min-height: -50px;
        max-height: 250px;
        border: none;
        outline: none;
        box-shadow: none;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        color: #0f1419;
        resize: none;
        top: 0px;
        position: relative;
    }
    .send-to-post-reply > form > .form-value-reply{
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        position: relative;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    .send-to-post-reply > form > .form-value-reply span{
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        color: #0f140f;
    }
    .send-to-post-reply > form > .form-value-reply button{
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        background-color: #1C9BEF !important;
        color: #fff !important;
        background: none;
        border: none;
        outline: none;
        box-shadow: none;
        padding: 8px 16px;
        border-radius: 999px;
        transition-duration: 0.2s;
    }
    .send-to-post-reply > form > .form-value-reply button:hover{
        background-color: #1da0f19f !important;
    }
    .play-overlay{
        right: 85px;
    }
    .volume-control{
        position: absolute;
        right: 50px;
    }
    #replies-list{
        
    }
    .repost-post-quateContent{
        margin-top: -0px !important;
    }
    .repost-post-quateContent > a .repostContentTimeline > .repostContentDiv{
        margin-top: -20px;
    }
    .modalRepostContent {
        display: none;
        position: fixed;
        z-index: 9999999999999999999999999999999999999999999; 
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.268);
        bottom: 0;
    }
    
    .modalRepostContent > .modal-content {
        background-color: #fff;
        border: 1px solid #EFF3F4;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    .modal-header{
        padding: 0;
        margin: 0;
        border: none;
    }
    .modal-header button{
        background-color: transparent;
        border: none;
        outline: none;
    }
    .modal-header button span{
        font-size: 20px;
        font-weight: 700;
        position: relative;
        margin-top: 10px;
        margin-left: 10px;
        color: #0f1419;
    }
    .modalbody-repost{
        padding: 0;
        margin: 0;
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
    }
    .modalbody-repost > form > .repostFormCollection {
        width: 100%;
        display: flex;
        align-items: flex-start;
    }
    
    .modalbody-repost > form > .repostFormCollection img {
        width: 45px;
        height: 45px;
        object-fit: contain;
        border: 1px solid #EFF3F4;
        border-radius: 999px;
        margin-right: 10px; 
    }
    
    .modalbody-repost > form > .repostFormCollection textarea {
        width: 100%;
        resize: none;
        background-color: #fff;
        border: none;
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        color: #0f1419;
        outline: none;
        margin-top: 10px;
        min-height: 50px;
        max-height: 450px;
        box-sizing: border-box;
    }
    
    .modal-footer{
        border: 1px solid #EFF3F4;
    }
    .modal-footer .footermodal-contentdiv{
        display: flex;
        align-items: flex-start;
    }
    .modal-footer .footermodal-contentdiv h6{
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        color: #535153;
        position: relative;
        margin-top: 10px;
        margin-right: 10px;

    }
    .modal-footer .footermodal-contentdiv .rightBottomButton{
        position: relative;
        float: right;
    }
    .modal-footer .footermodal-contentdiv .rightBottomButton button{
        padding: 8px 20px;
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
        color: #fff;
        background-color: #188CD8;
        border-radius: 999px;
        outline: none;
        border: none;
        user-select: none;
        transition-duration: 0.3s;
        &:hover{
            background-color: #096aab;
        }
    }
    .closebtn-repost{
        position: relative;
        margin-left: -30px;
        margin-top: 15px;
    }
    .donateBarForUserContainer{
        position: relative;
        width: 100%;
        border: 1px solid #EFF3F4;
        padding: 20px;
        border-radius: 12px;
        background-color: #fff;
        margin-top: 23px;
        margin-bottom: 5px;
        display: flex;
        flex-direction: column;
        text-align: center;
        cursor: pointer;
    }
    .donateBarForUserContainer i{
        text-align: center;
        font-size: 70px;
        color: #F9197E;
        margin-bottom: 30px;
    }
    .donateBarForUserContainer > h6{
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        justify-items: center;
    }
    .donateBarForUserContainer > h6 .validDonateSpan{
        font-size: 27px;
        font-weight: 600;
        line-height: 20px;
        color: #0f1419;
        margin-right: 5px;
        text-align: center;
        text-decoration: none !important;
    }
    .donateBarForUserContainer > h6 .userDonatePostCl{
        font-size: 11px;
        font-weight: 400;
        line-height: 13px;
        position: relative;
        padding: 1px 7px;
        background-color: #F9197E;
        color: #fff;
        border-radius: 4px;
        margin-top: 3px;
    }
    .donateUserNewBtn{
        width: 100%;
        background-color: #F9197E;
        padding: 8px 20px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
        color: #fff !important;
        text-decoration: none !important;
    }
    .donateUserNewBtn:hover{
        transition-duration: 0.2s;
        background-color: #dd327f;
    }
    .donateProgressLoadingBar{
        margin-bottom: 20px;
    }
    .donateProgressLoadingBar span{
        font-size: 13px !important;
        font-weight: 600 !important;
        line-height: 20px !important;
        color: #0f1419 !important;
        padding-bottom: 3px !important;
        border-bottom: 2px solid #0f1419;
        text-decoration: none !important;
    }
    .donateModalContainerTop{
        display: none; 
        position: fixed !important;
        z-index: 999999 !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important; 
        overflow: auto !important;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .donateModalContainerTop > .modal-content {
        background-color: #fefefe;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #EFF3F4;
        width: 550px;
    }
    .donateModalContainerTop > .modal-content .close i{
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 14px;
        padding: 10px 10px;
        border-radius: 999px;
        background-color: #0f1419;
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center;
        justify-items: center;
        justify-content: center;
        cursor: pointer;
        transition-duration: 0.2s;
        &:hover{
            opacity: .65;
        }
    }
    .donateModalContainerTop > .modal-content > h2{
        font-size: 20px;
        font-weight: 600;
        line-height: 20px;
        color: #0f1419;
        margin-top: -3px;
        margin-bottom: 30px;
    }
    .myWalletSystemCard{
        text-align: left;
    }
    .myWalletSystemCard h5{
        display: flex;
        align-items: center;
        font-size: 17px;
        font-weight: 600;
        line-height: 20px;
        color: #0f1419;
        margin-bottom: 5px;
    }
    .myWalletSystemCard h5 small{
        margin-right: 5px;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        color: #535153;
    }
    .myWalletSystemCard > p{
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 14px !important;
        color: #0f1419 !important;
        width: 100% !important;
        word-wrap: break-word !important;
        margin-top: -0px !important;
    }
    .donateModalContainerTop > .modal-content > form{
        text-align: left;
    }
    .donateModalContainerTop > .modal-content > form > small{
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: #0f1419;
    }
    .donateModalContainerTop > .modal-content > form > input{
        width: 100%;
        padding: 8px 15px;
        color: #0f1419;
        font-size: 17px;
        font-weight: 400;
        line-height: 20px;
        outline: none;
        border: 1px solid #EFF3F4;
        border-radius: 4px;
        margin-top: 7px;
        margin-bottom: 15px;
    }
    .donateModalContainerTop > .modal-content > form > button{
        width: 100%;
        background-color: #F9197E;
        padding: 10px 20px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
        color: #fff;
        transition-duration: 0.2s;
        outline: none;
        border: none;
        &:hover{
            opacity: .65;
        }
    }
    .donateModalContainerTop > .modal-content > form > button[disabled]{
        opacity: .50 !important;
    }
    .donateProgressLoadingBar h5{
        font-size: 13px;
        font-weight: 600;
        line-height: 16px;
        padding: 7px 15px;
        color: #0f1419;
        margin-bottom: -0px;
    }
    .placeholder {
        color: #536371;
        pointer-events: none;
        font-size: 17px !important;
        font-weight: 400;
        background-color: transparent;
        position: absolute;
        top: 26px;
        left: 60px;
        transform: translateY(-40%);
        font-size: 22px;
    }
    .status-post-translate-text{
        padding: 13px;
        border-radius: 13px;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 17px !important;
        white-space: pre-wrap;
        word-break: break-word;
        overflow-wrap: break-word;
    }
    .replyContentStatusDiv{
        margin-top: 0px !important;
    }
    .delete-or-hiddenRepostContent{
        width: 100%;
        border-radius: 12px;
        margin-bottom: 13px !important;
    }
    .delete-or-hiddenRepostContent > .titleDeleteHiddenContent{
        width: 100%;
        border-radius: 12px 12px 0px 0px;
        display: flex;
        align-items: center;
        padding: 10px;
        padding-bottom: 0px;
    }
    .delete-or-hiddenRepostContent > .titleDeleteHiddenContent > h5 svg{
        width: 18px;
        height: 18px;
        fill: #1C9BEE;
        margin-right: 10px;
    }
    .delete-or-hiddenRepostContent > .titleDeleteHiddenContent > h5{
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
        display: flex;
        align-items: center;
    }
    .delete-or-hiddenRepostContent > .deleteOrHiddenContentEmpty {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: -0px;
        padding-top: -0px;
    }
    .delete-or-hiddenRepostContent > .deleteOrHiddenContentEmpty p{
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
    }
    .sponsored-boost-post{
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        font-size: 13px !important;
        font-weight: 400 !important;
        line-height: 17px !important;
        cursor: default !important;
        margin-bottom: 0px !important;
    }
    .sponsored-boost-post h2{
        font-size: 13px !important;
        font-weight: 400 !important;
        line-height: 17px !important;
        display: flex !important;
        align-items: center !important;
    }
    .sponsored-boost-post h2 svg{
        width: 15px !important;
        height: 15px !important;
        margin-right: 4px !important;
    }
    .status-private_subs_content{
        margin-left: 21px !important;
        position: relative;
        margin-top: -16px !important;
        margin-bottom: 11px !important;
    }
    .alert-subs-empty-info{
        display: flex;
        align-items: center;
    }
    .alert-subs-empty-info p{
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        display: block;
        top: 6px;
        position: relative;
    }
    .alert-subs-empty-info img{
        width: 50px;
        height: 50px;
        border-radius: 999px;
        object-fit: contain;
        margin-right: 13px;
    }
    .status-empty-post-target{
        padding-top: 30px;
        padding-bottom: 30px;
        min-height: 100vh;
    }
    .status-empty-post-target h5{
        font-weight: 800;
        font-size: 25px;
        line-height: 25px;
    }
    .status-empty-post-target span{
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        margin-top: 10px;
    }
    #translate-vipub-pb{
        margin-top: -15px;
    }
    .fulltext-toggle{
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        color: #1d9bf0;
        &:hover{
            text-decoration: underline;
            cursor: pointer;
        }
    }
    .modal{
        background-color: #0000006f;
    }
    .new-modal-border{
        border: 1px solid #333639 !important;
      }
    .modal > .modal-content{
        border-radius: 4px !important;
    }
    .modal-header-title{
        padding: 20px;
    }
    .modal-header-title h5{
        font-size: 15px;
        font-weight: 800;
        line-height: 20px;
    }
    .content_form_required{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .content_form_required > .content_modal_body_main{
        display: flex;
        align-items: flex-start;
    }
    .content_form_required > .content_modal_body_main a img{
        width: 45px;
        height: 45px;
        border-radius: 999px;
        margin-right: 10px;
        object-fit: cover;
    }
    .content_form_required > .content_modal_body_main a{
        text-decoration: none !important;
    }
    .content_form_required > .content_modal_body_main textarea{
        width: 100%;
        min-height: 50px;
        max-height: 150px;
        outline: none;
        border: none;
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        background-color: transparent;
        resize: none;
    }
    .modal-for-modal-footer{
        margin-top: 15px;
        justify-content: space-between !important;
    }
    .post-selection-status button{
        padding: 9px 15px;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        background-color: #1C9BEE;
        color: #fff;
        transition-duration: 0.2s;
        cursor: pointer;
        border: none;
        outline: none;
        border-radius: 999px;
    }
    .post-selection-status button:hover{
        background-color: #198EDB;
    }
    .post-selection-status button:disabled{
        opacity: .50;
        cursor: default;
    }
    .replyContent_DisplayPost{
        cursor: pointer;
    }
    .replyContent_DisplayPost img{
        width: 30px;
        height: 30px;
        border-radius: 999px;
        object-fit: cover;
        margin-left: 9px;
        cursor: pointer;
    }
    .replyContentDisplay{
        padding: 15px;
        height: 100%;
        margin-left: 23px;
        cursor: pointer;
        padding-top: -0px;
        margin-top: 5px;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        text-align: left !important;
    }
    .maximum-character-count{
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        margin-right: 5px;
    }
}