﻿@media (min-width: 279px) and (max-width: 990px) {
    /*.modal-dialog {
        width: 100% !important;
        margin: 0px !important;
    }

    .modal-content {
        width: 100% !important;
        height: 100% !important;
        left: 0px !important;
    }*/

}

.add-post-body {
    /*display: flex;*/
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 2rem;
    gap: 6px;
}

.add-post-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 10px;
    width: 150px;
    height: 44px;
    /*background: #7B68EE;*/
    border-radius: 8px;
    text-decoration: none;
}

    .add-post-footer span {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 150%;
        color: var(--buttonTextColor);
    }

.pop-up-header {
    font-family: 'Lato';
    font-style: normal;
    font-size: 30px;
    line-height: 120%;
    color: #1A202C;
}

    .pop-up-header button {
        background-color: white;
        border: none;
        align-items: center;
        margin-bottom: 5px;
    }


.user-activities-input-icon-search i {
    padding-top: 12px;
    padding-left: 15px;
    /* font-weight: 600; */
}

.add-invite-body-desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
}

    .add-invite-body-desc input {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        /*padding: 12px 16px;*/
        gap: 10px;
        width: 100%;
        background: #FFFFFF;
        border: 1px solid var(--inputBorderColor);
        border-radius: 8px;
        color: var(--bodyTextColor);
    }

.add-post-body-desc-postbutton {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
}

.add-post-body-desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
}

    .add-post-body-desc input {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 12px 16px;
        gap: 10px;
        width: 100%;
        background: #FFFFFF;
        border: 1px solid var(--inputBorderColor);
        border-radius: 8px;
        color: var(--bodyTextColor);
    }

    .add-post-body-desc textarea {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 12px 16px;
        gap: 10px;
        width: 100%;
        background: #FFFFFF;
        border: 1px solid var(--inputBorderColor);
        border-radius: 8px;
        color: var(--bodyTextColor);
    }

    .add-post-body-desc select {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 12px 16px;
        gap: 10px;
        width: 100%;
        background: #FFFFFF;
        border: 1px solid var(--inputBorderColor);
        border-radius: 8px;
        color: var(--bodyTextColor);
    }


.add-post-body-desc-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .add-post-body-desc-header b {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px 0px 8px;
        gap: 4px;
        color: var(--systemTextColor);
    }

    .add-post-body-desc-header p {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px 0px 8px;
        gap: 4px;
        color: var(--bodyTextColor);
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }


.add-post-body-ck-desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 100% !important;
}

.add-post-body-ck-editor-description {
    width: 100% !important;
}

#whitepaperdescription {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 16px;
    gap: 10px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid var(--inputBorderColor);
    border-radius: 8px;
    color: var(--bodyTextColor);
}

.add-post-body-desc-checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
}

    .add-post-body-desc-checkbox label {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px 0px 8px;
        gap: 4px;
    }

.add-location-body-desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
}

    .add-location-body-desc b {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px 0px 8px;
        gap: 4px;
    }

    .add-location-body-desc input, .add-location-body-desc select {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 10px 16px;
        gap: 10px;
        width: 100%;
        background: #FFFFFF;
        border: 1px solid var(--inputBorderColor);
        border-radius: 8px;
        color: var(--bodyTextColor);
    }

#CityStateZipcodeBoxesDiv {
    flex-direction: row;
    gap: 10px;
}


.add-post-body-desc-invite {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
}

    .add-post-body-desc-invite input {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 12px 16px 12px 16px;
        gap: 10px;
        width: 100%;
        background: #FFFFFF;
        border: 1px solid var(--inputBorderColor);
        border-radius: 8px;
        color: var(--bodyTextColor);
    }


.add-post-body-desc-header-invite {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .add-post-body-desc-header-invite b {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 3px 0px 2px;
        gap: 4px;
        font-family: 'Lato';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
    }

    .add-post-body-desc-header-invite p {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px 0px 8px;
        gap: 4px;
        color: var(--bodyTextColor);
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .add-post-body-desc-header-invite a {
        text-decoration: none;
        color: #000;
        font-weight: 600;
    }