.ff-opacity{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    background: #000;
    opacity: 0.5;
    display: none;
}

.ff-deactivate-popup{
    position: fixed;
    top: 50%;
    left: 0px;
    right: 0px;
    background: #fff;
    z-index: 999999;
    width: 600px;
    margin: auto;
    display: none;
    box-sizing: border-box;
    transform: translate(0, -50%);
}


.ff-deactivate-popup-header{
    border-bottom: 1px solid #ccc;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 24px;
    background: rgba(221, 221, 221, 0.14);
}
.ff-deactivate-popup-body{
    padding: 20px 30px 5px;
}
.ff-deactivate-popup-body input[type=text]{
    width: 220px;
}
.ff-deactivate-popup-body textarea{
    width: 100%;
}

.ff-btns{
    border-top: 1px solid #ccc;
    padding: 19px;
    text-align: right;
}

.ff-additional-active{
    background: rgba(204, 204, 204, 0.18);
    padding: 15px;
    margin: 14px 0px 5px;
}

.ff-deactivate-popup-opacity{
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    opacity: 0.3;
    z-index: 45;
    position: absolute;
    display: none;
}

.ff-deactivate-popup-opacity .ff-img-loader{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 63;
}

.ff-reasons {
    margin: 0 0 15px 0;
    vertical-align: middle;
}

.ff-reasons input[type=radio] {
    margin-top: 0px;
}

@media screen and (max-width: 782px){
    .ff-reasons{
        min-height: 32px;
        line-height: 1;
    }
}