.rq-btn {
    background: #2d7fb8;
    color: #fff;
    border: none;
    padding: 3px 3px;
    border-radius: 25px;
    cursor: pointer;
}
.d-none{
display:none;}
.rq-modal {
z-index:1000;
    position: fixed; top:0; left:0; width:100%; height:100%;
    background: rgba(0,0,0,0.6); display:flex; align-items:center; justify-content:center;
}
.rq-modal-content {
    background:#fff; padding:20px; border-radius:10px; width:400px; max-width:90%;
}
.rq-close {
    float:right; cursor:pointer; font-size:20px;
}
.ds-simple-alert-box {
  padding: 10px 15px;
font-size: 13px;
  margin: 10px 0;
  border-left: 5px solid;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ds-simple-alert-box-info {
  background-color: #bfdcef;
  color: #457389;
  border-color: #31708f;
}

.ds-simple-alert-box-warning {
  background-color: #f5eecb;
  color: #8a6d3b;
  border-color: #b88d42;
}

.ds-simple-alert-box-success {
  background-color: #d1f2c4;
  color: #3c763d;
  border-color: #53a354;
}

.ds-simple-alert-box-error {
  background-color: #f0cccc;
  color: #a94442;
  border-color: #db5552;
}