.Logout_modal .modal-header {
    border-bottom: 0px;
}

.Logout_modal .modal-body {
    text-align: center;
    padding: 0px 20px 20px 20px;
}

.Logout_modal .modal-body .logouticon {
    width: 30px;
    margin-bottom: 20px;
}

.Logout_modal .modal-body .messg {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.Logout_modal .modal-body .messg span {
    color: #d9b212;
}
.Logout_modal .modal-body .nobtn{
  background-color: #000;
  border: 0px;
  border-radius: 6px;
  padding: 8px;
  width: 100%;  
  color: #fff;
}
.Logout_modal .modal-body .yesbtn{
    background-color: #FED015;
    border: 0px;
    border-radius: 6px;
    padding: 8px;
    width: 100%;  
    color: #000;
}