﻿

@media screen and (max-width:1300px) {
    .btn-view {
        width: 5vmax !important;
        font-size:0px !important;
    }

}

@media screen and (max-width:1200px) {
    .modal-row {
        display: block;
    }

    .modal-container {
        min-width: 45%;
    }
    .agent-columns{
        justify-content:center;
    }
}

