/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 5%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgb(0 0 0 / 65%); /* Black w/ opacity */
}
.modal-footer {
	display:auto;
}
/* Modal Content */
.modal-content-popup {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

body .fieldset>.field {
    margin-bottom: 10px;
}
.page-title {
    margin: 20px 0;
}
.frm-left{float: left;padding: 0 10px;width:33%}
.control{color: #000000;font-size: large;}
.control-memid{
	padding: 5px;
    font-size: x-large;
    color: #000000;
}
.userlevel{
	border-radius: 5px;
    background: #000000;
    width: auto;
    margin-left: 0%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 2rem;
    color: #ffffff;
    padding: 5px;	
}
.css-redeem-left{
	border-style: hidden;
	text-align: left;
	border-radius: 0px;
	padding: 10px;
	color: #ffffff;
	cursor: pointer;
	width: 50%;
	float: left;
}
.css-redeem-right{
	border-style: hidden;
	text-align: right;
	border-radius: 0px;
	padding: 10px;
	color: #ffffff;
	cursor: pointer;
	width: 50%;
	float: left;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    font-size: x-large;
    font-weight: bolder;
}


@media (max-width: 767px) {
	/* Modal Content */
	.modal-content-popup {
	  background-color: #fefefe;
	  margin: auto;
	  padding: 20px;
	  border: 1px solid #888;
	  width: 100%;
	}
	
	.wk_rs_points_details.wk_rs_total_points {
		float: none;
	}
	
}
@media (min-width: 481px) and (max-width: 767px) {
	/* Modal Content */
	.modal-content-popup {
	  background-color: #fefefe;
	  margin: auto;
	  padding: 20px;
	  border: 1px solid #888;
	  width: 100%;
	}	
	.wk_rs_points_details.wk_rs_total_points {
		float: none;
	}
}
@media (max-width: 480px) {
	/* Modal Content */
	.modal-content-popup {
	  background-color: #fefefe;
	  margin: auto;
	  padding: 20px;
	  border: 1px solid #888;
	  width: 100%;
	}
	.wk_rs_points_details.wk_rs_total_points {
		float: none;
	}
}