﻿.k-window-titlebar {
    font-family: B-Nazanin;
    color: #fff;
    padding-top: 0px !important;
    border-color: #dee2e6;
    padding-bottom: 0px !important;
    background: #e24e4e;
}
.k-button .k-icon, .k-button .k-image, .k-button .k-sprite {
    color: inherit;
    background: #FFF;
    border-radius: 50%;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
}
.messagePopupBTN{
    text-align:center;
}

.messagePopupBTN-button {
    color: #e24e4e;
    font-family: B-Homa;
    font-size: 1em;
    border-radius: 25px;
    width: 120px;
    height: 25px;
    background-color: #f7f5f5;
    border: #bfbfbf solid 1px;
    cursor: pointer;
    padding-bottom: 5px;
}
.messagePopupBTN-button:hover {
    color:#fff;
    background-color: #e24e4e;
    /*border-color: #ff7272;*/
}
.txt_MessagePopup {
    color: #545454;
    font-family: B-NAZANIN;
    font-size: 1.1em;
}