.msg_box {
  bottom: 10px !important;
}

.sun-editor {
    border: 0 !important;
}

.inquiry-feed {
  .question-container {
    width: 100%;
    display: grid;
    gap: 3px;

    .question-set-con {
      padding: 4px 0 4px 0;
      border-radius: 12px;
      display: flex;
      flex-direction: column;
    }
  }

  .qus {
    /* font-size: 15px; */
    font-weight: 500;
    /* letter-spacing: -0.01em; */
    margin: 0;
    color: #000;
    margin-bottom: 4px;

    span {
      color: #ff3a30;
    }
  }

  .ans {
    background-color: #fbfbfb;
    padding: 8px 12px;
    border-radius: 8px;
    color: #000;
    line-height: 1.4;
  }
  
}

.inquiry-feed-image-container {
    .inquiry-feed-image {
        width: 70% !important;
    }
}
.profile-section .profile-img-cnt{
        background-repeat: no-repeat;
        background-size: cover !important;
    }  
    .doc-upload{ 
        display:none;   
    } 
    .other-profile .post-tab{ 
        margin-bottom: 2rem;      
    } 
    .other-profile .profile-section .profile-cnt{
        padding: 0rem;
    }  
    .view-pdf.mhide{
        display: flex !important;
    } 

    @media only screen and (max-width:1023px) {
        /* .post-section .sort-by {
           display: none;
        } */
        /* .personal-info p {
            margin: 0px !important;
        }
        .personal-info p span{
            margin-bottom: 3px !important;
        } */
        .other-profile .sharing-list {
            right: 15px;
            flex-wrap: wrap;
        }
    }

    .modal-buttons {
    display: flex;
    justify-content: space-evenly;
    /* align-content: center; */
    align-items: center;
    /* flex-wrap: nowrap;*/
}

.view-pdf.mhide{
        display: flex !important;
    } 

.modal-buttons {
    .signup-btn {
        background-color: var(--cc-btn-primary-bg);
        color: var(--cc-btn-primary-text);
        /* color: var(--bg-white); */
        font-size: large;
        border-radius: 3rem;
        width: 17rem;
    }

    .login-btn {
        /* background-color: var(--cc-btn-secondary-bg); */
        background-color: var(--cc-btn-primary-text);
        color: var(--cc-btn-primary-bg);
        font-size: large;
        border-radius: 3rem;
        width: 17rem;
        border-color: var(--cc-btn-primary-bg) ;
    }

    .signup-btn:hover,
    .login-btn:hover {
        background-color: var(--cc-btn-primary-hover-bg);
        color: var(--cc-btn-primary-hover-text);
    }
}

#signin-login-opt-other-profile-modal {
    display: flex !important;
    top: 25rem !important;
}

.is-reveal-open > body .main-section {
    -webkit-filter: blur(0.5px);
}

.reveal-overlay {
        background: rgba(0, 0, 0, 0.35) !important;
        backdrop-filter: blur(0.5px);

    }

    /* .reveal{
        top: 25rem;
    } */

@media only screen and (max-width: 1023px) {

    #signin-login-opt-other-profile-modal {
        width: 90%;
        height: 16rem;
        align-items: center;
        position: relative;
        margin: auto;
        margin-top: 57%;
        top: 10rem !important;
    }

    .close-button {
        top: -0.7rem;
    }

    .other-profile-popup-container .popup-title {
        padding: 1rem 0.5rem;
        font-size: 0.9rem;

    }

    .other-profile-popup-container .popup-subtitle {
        padding: 0rem 2rem;
        font-size: 0.75rem;
    }

   

    .modal-buttons {
        .signup-btn {
            width: 11rem;
            font-size: 0.9rem;
            padding: 0rem;
            margin: 0rem;
        }

        .login-btn {
            width: 10rem;
            font-size: 0.9rem;
            padding: 0rem;
            margin: 0rem;
        }
    }

}


    .modal-buttons {
    display: flex;
    justify-content: space-evenly;
    /* align-content: center; */
    align-items: center;
    /* flex-wrap: nowrap;*/
}

.view-pdf.mhide{
        display: flex !important;
    } 

.modal-buttons {
    .signup-btn {
        background-color: var(--cc-btn-primary-bg);
        color: var(--cc-btn-primary-text);
        /* color: var(--bg-white); */
        font-size: large;
        border-radius: 3rem;
        width: 17rem;
    }

    .login-btn {
        /* background-color: var(--cc-btn-secondary-bg); */
        background-color: var(--cc-btn-primary-text);
        color: var(--cc-btn-primary-bg);
        font-size: large;
        border-radius: 3rem;
        width: 17rem;
        border-color: var(--cc-btn-primary-bg) ;
    }

    .signup-btn:hover,
    .login-btn:hover {
        background-color: var(--cc-btn-primary-hover-bg);
        color: var(--cc-btn-primary-hover-text);
    }
}

#signin-login-opt-other-profile-modal {
    display: flex !important;
    top: 25rem !important;
}

.is-reveal-open > body .main-section {
    -webkit-filter: blur(0.5px);
}

.reveal-overlay {
        background: rgba(0, 0, 0, 0.35) !important;
        backdrop-filter: blur(0.5px);

    }

    /* .reveal{
        top: 25rem;
    } */

@media only screen and (max-width: 1023px) {

    #signin-login-opt-other-profile-modal {
        width: 90%;
        height: 16rem;
        align-items: center;
        position: relative;
        margin: auto;
        margin-top: 57%;
        top: 10rem !important;
    }

    .close-button {
        top: -0.7rem;
    }

    .other-profile-popup-container .popup-title {
        padding: 1rem 0.5rem;
        font-size: 0.9rem;

    }

    .other-profile-popup-container .popup-subtitle {
        padding: 0rem 2rem;
        font-size: 0.75rem;
    }

   

    .modal-buttons {
        .signup-btn {
            width: 11rem;
            font-size: 0.9rem;
            padding: 0rem;
            margin: 0rem;
        }

        .login-btn {
            width: 10rem;
            font-size: 0.9rem;
            padding: 0rem;
            margin: 0rem;
        }
    }

}

@media only screen and (max-width: 1023px) {
    .profile-section.fxdprofilesection {
        margin-top: 7rem !important;
    }
}

@media only screen and (max-width: 767.8px) {
    .header.botom {
        display: none;
        padding: 10px 0px;
        height: auto;
    }
}

[data-theme="dark"] .inquiry-feed .ans {
  background-color: #232d39;
  color: #ffffff;
}

[data-theme="dark"] .inquiry-feed .qus {
  color: #ffffff;
}