﻿@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;
    }*/

}

.send-message-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 2rem;
    gap: 6px;
}

.send-message-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 10px;
    width: 150px;
    height: 44px;
    background: var(--buttonColor);
    border-radius: 8px;
    text-decoration: none;
}

    .send-message-footer span {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 150%;
        color: var(--buttonTextColor);
    }
    .send-message-footer span.tooltiptext.tfd-text-round-tip {
        font-weight: 500 !important;
        color: #000 !important;
    }

        .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;
    }

.btn-close-img-video {
    /*position: relative;*/
}

    .btn-close-img-video button {
        position: absolute;
        top: -30px;
        left: 40px;
        border-radius: 8px;
        border: none;
        background-color: transparent;
        font-size: 30px;
    }
.send-message-footer-new-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 10px;
    width: 150px;
    height: 44px;
    background: var(--buttonColor);
    border-radius: 8px;
    text-decoration: none;
}

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