﻿.right-to-left-modal {
    direction: rtl;
}

.wrap {
    white-space: normal !important;
}

.right-to-left-modal .close {
    position: absolute;
    left: 15px;
    top: 15px;
    float: none;
}

.right-to-left-modal .modal-footer {
    text-align: left;
}

.redirect {
    margin: 0;
    font-size: 150%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: IRANSansWeb,sans-serif;
}

@media (max-width: 500px) {
    .redirect {
        font-size: 100%
    }
}

.btn-full-width {
    width: 100%;
}

@media (max-width: 450px) {

    .table tr:not(:last-child) td:nth-child(2) { /* عنوان */
        display: none;
    }
}
