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

    .popup-dialog {
        width: 100% !important;
        margin: 0px !important;
    }

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

.popup-dialog {
    position: relative;
    /*width: 927px;*/
    width: 70%;
    /*margin: 0px !important;*/
    /*left: 414px;*/
    justify-content: end;
    /*left: 0px !important;
    right: auto !important;
    transform: translateX(0);*/
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.popup-content {
    position: relative;
    display: flex;
    flex-direction: column;
    /* width: 985px;
    height: 655px;*/
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    /*left: 430px;*/
    /*left: 47%;*/
    right: 0%;
}

.popup-header {
    display: flex;
    flex-direction: column;
}

.popup-footer {
    padding: 0px !important;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

/*.modal-dialog {
    position: relative;
    width: 927px;
    margin: 0px !important;*/
/*left: 414px;*/
/*}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 985px;
    height: 655px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    left: 380px;
}

.modal-header {
    display: flex;
    flex-direction: column;
}

.modal-footer {
    padding: 0px !important;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}*/

.more-dropdown {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    /*transform: translate(1174px, 415px);*/
    transform: translate(1045px, 425px) !important;
}

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

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