.content-modal {
  display: inline-block !important;
  padding: 10px;
  width: 700px !important;
  height: 326px !important;
  /* background: rgb(255, 255, 255) !important; */
  box-shadow: 3px 3px 3px rgb(196, 199, 202) !important;
  border-radius: 34px !important;
  background-image: url('/_module/images/title-image.png');
  background-size:auto ;
}

.content-modal-title {
  font-size: 16.9px !important; 
  color:black !important;
  text-align: left !important;
  padding: 0 15px;
  margin-top: -5px;
  margin-bottom: 25px;
}

.content-modal-info {
  font-size: 22px !important; 
  color:black !important;
  text-align: left !important;
  font-weight: bold !important;
  padding: 0 15px;

}

.modal-border-bottom {
  border-bottom: solid;
  border-bottom-color: #ff7e0c;
  width:100%;
  margin-bottom: 7px;
}

.modalbox {
  display: flex; 
  justify-content: space-between; 
  padding: 0 15px;
}

.btn-modal {
  flex: 1;
  color: #000000 !important;
  border: 2px solid #ff7200 !important;
  border-radius: 5px !important;
  margin: 5px;
  font-size: 15px !important; 
  font-weight: bold;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  background-color: #ffffff;
  padding: 6px 0px 6px 0px ;
}

.btn-modal-h{
  background: #ff7200 !important; 
  color: #ffffff !important;
  border: 1px solid #ff7200  !important;
  text-decoration: none !important;
}

.btn-modal:hover {
  background: #ff7200 !important; 
  color: #ffffff !important;
  border: 1px solid #ff7200  !important;
  text-decoration: none !important;
  }

.btn-modal-cancle {
  color: #000000 !important;
  border: 1px solid #0b1fa0 !important;
  border-radius: 5px !important;
  margin: 0 5px !important;
  font-size: 15px !important; 
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  width:40% !important;
  margin-left:61% !important;
  background-color: #ffffff;
  padding: 6px 0px 6px 0px;
  font-weight: bold;

}

.btn-modal-cancle:hover {
  background: #0b1fa0 !important; 
  color: #ffffff !important;
  border: 1px solid #0b1fa0  !important;
  text-decoration: none !important;

}

.btn-close {
  background: white;
  color: #da3e3e !important;
  border: 1px solid #da3e3e !important;
  border-radius: 5px !important;
  margin: 0 5px !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  width: 100px;
  height: 30px;
  font-size: 20px;
   
}

.btn-close:hover {
  background: #da3e3e !important; 
  color: #ffffff !important;
  border: 1px solid #da3e3e  !important;
  text-decoration: none !important;

}

.modal-title-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./_module/images/title-image.png");
}

.mjradius-2 {
  border-radius: 2rem !important;
}

.fw-bold{
  font-weight: bold;
}

.mjIcon-green-bag {
  content: url('./_module/images/green-bag.svg');
  vertical-align: middle !important; 
}

.float-right{
  float:right
}

.relative {
  position: relative;
}
