﻿#ifrhot {
    background: #f9f9f969;
}
.down-modal .modal-body {
    background: none;
    padding: 0px;
    position: relative;
    box-shadow: 0px 0px 6px 0px #f0fd00;
}

.down-modal.close {
    position: absolute;
    right: 0px;
    top: 0px;
}

.down-modal .modal-content {
    padding: 0px;
    background: none;
}

.down-modal button.close {
    color: #fff;
    opacity: 1 !important;
    right: 10px;
    position: absolute;
    top: 5px;
    font-size: 30px;
} 