/* Bootbox START */

.bootbox-body {
    direction: rtl;
    text-align: start;
}

.bootbox-close-button {
    float: left !important;
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: xx-large !important;
}

.fl-left {
    float: left !important;
    display: block;
    left: 10px;
    position: absolute;
}

.fl-right {
    float: right !important;
    display: block;
    right: 10px;
    position: absolute;
}

.modal-footer {
    padding-top: 4px !important;
    height: 50px;
    position: relative;
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.boot-alert {
    color: #943;
    font-size: x-large;
    font-weight: bold;
}

.boot-ok {
    color: #4a3;
    font-size: x-large;
    font-weight: bold;
}

/* Bootbox END */
