.content-loading{
  overflow: hidden;
}
.hideModal{
  display: none;
}
.showModal{
  display: block;
}
.modal-dialog-container {
  background: white;
  border: 1px solid #ccc;
  margin: auto;
  position: fixed;
  width: 600px;
  max-width: 600px;
  height:fit-content;
  max-height: 281px;
  padding: 40px 45px 50px 45px;
  left: 0;
  right: 0;
  top: -35px;
  bottom: 0;
  z-index: 9999;
  text-align: center;
  box-shadow: 0px 4px 8px 0px #373737;
  border-radius: 12px;
}
.modal-dialog-container button.close-btn{
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 12px;
	right: 12px;
	background: none;
}
.modal-dialog-background{
  background-color: rgba(0,0,0,.35);
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
}
.dialog-heading{
  color: #333333;
  font-family: Arial;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
.dialog-text p{
  margin-top: 19px;
  margin-bottom: 33px;
  color: #333333;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.dialog-xs-text-center {
  text-align: center;
}
.modal-dialog-background[aria-hidden="true"],
.modal-dialog-container[aria-hidden="true"] {
  display: none;
}

.modal-dialog-background:not([aria-hidden="true"]),
.modal-dialog-container:not([aria-hidden="true"]) {
  display: block;
}

.height-fix {
  max-height: 475px;
}

@media screen and (max-width: 767px) {
  .dialog-heading{
    padding: 0 30px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 33px;
  }
  .dialog-text p{
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0 30px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .modal-dialog-container {
    padding: 40px 9px;
    width: -webkit-calc(100% - 12px);
    width: -moz-calc(100% - 12px);
    width: -o-calc(100% - 12px);
    width: calc(100% - 12px);
  }
  .modal-dialog-container .btn-container{
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  flex-direction: column-reverse;
  }
  .no-btn{
	margin-left: 0 !important;
	margin-top: 30px;
  }
  .yes-btn{
	margin-left: 0 !important;
  }
}
@media screen and (min-width: 396px) {
  .modal-dialog-container {
    //max-height: 290px;
  }
}
@media screen and (max-width: 395px) {
  .modal-dialog-container {
    max-height: max-content;
  }
  .height-fix {
    max-height: 515px;
  }
}

/* ******************** RSA Buttons ************************* */
.add-margin-left-30{
	margin-left: 30px;
}
.rsa-btn-medium{
  /* min-width: 110px;
  height: 44px !important;
  padding-left: 30px;
  padding-right: 30px; */
  font-family: Arial;
  /* font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  border-radius: 4px; */

width: 153px;
height: 48px;
min-height: 48px;
max-height: 48px;
padding: 0px 16px 0px 16px;
border-radius: 24px;
cursor:pointer;


font-size: 16px;
font-weight: 700;
line-height: 24px;
color: #FFFFFF;
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}
.rsa-btn-primary{
  color:#fff;
  border:none;
  background-color: #0F68D8;
  position: relative;
}
.rsa-btn-primary:hover{
  color: #FFFFFF;
  background-color: #0F68D8;
}

.rsa-btn-primary:focus{
	color: #FFFFFF;
	background-color: #0F68D8;
	outline: none !important;
}
.rsa-btn-primary:focus::before{
	content: " ";
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	border: 1px solid #5E9ED6;
	box-shadow: 0px 0px 4px #5E9ED6;
	border-radius: 4px;
}

.rsa-btn-primary:active{
  color:#fff;
  background-color:#0F68D8;
}
.rsa-btn-secondary{
  /* color: #665a95;
  border:1px solid #665a95;
  background-color:#fff;
  position: relative; */
  width: 107px;
height: 48px;
min-height: 48px;
max-height: 48px;
padding: 0px 16px 0px 16px;
border-radius: 24px;

font-size: 16px;
font-weight: 700;
line-height: 24px;
color: #0F68D8;
background-color: #FFFFFF;
outline: none;
box-shadow: none;
border: none;

}
/* 
.rsa-btn-secondary:hover{
  color: #FFFFFF;
  background-color: #0F68D8;
}

.rsa-btn-secondary:focus{
	color: #FFFFFF;
	background-color: #0F68D8;
	outline: none !important;
}
.rsa-btn-secondary:focus::before{
	content: " ";
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	border: 1px solid #0F68D8;
	
	border-radius: 4px;
} */

.rsa-btn-secondary:active{
  background-color: #FFFFFF;
  color: #0F68D8;
  outline: none;
  box-shadow: none;
  border: 2px solid #0F68D8;
}



