.btn-action-modal {

    overflow: hidden;
    /* text-overflow: ellipsis; */
    background-color: #f6f7f8;
    border-color: #24a0ed;
    border: 1px solid #d3d6da;
    border-radius: 40px !important;
    font-size: 14px;
    font-weight: 700;
    padding: 0 12px;
    right: 0;
    text-transform: capitalize;
    width: 94px;

}

.btn-action-modal.m-blue {
    color: white;
    font-family: arial;
    text-decoration: none;
}

.btn-action-modal.m-blue:hover {
    color: black;
    font-family: arial;
    text-decoration: none;

    background-color: #6db2dd;
    border-color: #24a0ed;
}

.btn-action-modal.m-blue:visited {
    color: white;
    font-family: arial;
    text-decoration: none;
}

.btn-action-modal.m-blue {
    background-color: #24a0ed;
    border-color: #24a0ed;
    text-decoration: none !important;
}
.img-thumbnail{
    width: 50px;
    border: none!important;;
}

.div-modal-app{
justify-content:space-around;
align-items: center;
display: -ms-flexbox;
display: flex;
height: auto;
position: relative;
}
.modal-dialog{
    width: 100% !important;
    margin-top:0px!important;
    margin-left:0px!important;
    margin-right:0px!important;
   
}
.close {
    color: #fff !important;
}
.modal-content{
    border-bottom-left-radius: 20px!important;
    border-bottom-right-radius: 20px!important;
    top: 0px;
    z-index: 999;
    width: 100%;
    position: absolute !important;
    margin: 70px 0 0 0;
    background-color: rgba(55, 72, 80, 0.8) !important;
    color: #fff;

}
.modal-header{
    padding: 8px;
    border-top: 1px solid #e5e5e5;
    border-bottom: none !important; 
}
.modal-body{
    padding: 10px!important;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;    
    font-weight: bold;
}