
.LPS_RightView {
    width: 81%;
    position: relative;
    top: 0px;
    left: 19%;
    overflow: hidden;
    height: 100%;
}
.LP_RightView {
     width: 81%;
     position: relative;
     top: 0px;
     left: 19%;
     overflow: hidden;
}
.lenderlabel{
     margin-top: 22%;
     font-family: IBMPlexSans-Medium;
     font-style: normal;
     font-weight: 500;
     font-size: 32px;
     letter-spacing: -0.4px;
     color: #10254D;
     margin-bottom: 10px;
     text-align: center; 
}
.profilebox{
     width: 370px;
}
.hrclass{
     width :90%;
     margin-bottom: 10px;
     margin-top: 10px;
     background-color: #E6F0FF;
     height: 0.5px;
     border: none;
}
.ProfileImg{
     border-radius: 126px;
     height: 100px;
     width: 100px;
}
.ProfileNameClass{
     font-family: Roboto-Medium;
     font-style: normal;
     font-weight: 500;
     font-size: 24px;
     line-height: 28px;
     text-align: center;
     letter-spacing: -0.247059px;
     color: #10254D;
     margin-top: 5px;
}
.ProfileAddressClass{
     font-family: Roboto-Regular;
     font-style: normal;
     font-weight: 400;
     font-size: 14px;
     line-height: 16px;
     text-align: center;
     letter-spacing: -0.247059px;
     color: #10254D;
}
.contactlabel{
     font-family: Roboto-Regular;
     font-style: normal;
     font-weight: normal;
     font-size: 14px;
     line-height: 16px;
     letter-spacing: -0.247059px;
     color: #10254D;
     mix-blend-mode: normal;
}
.contactsublabel{
     font-family: Roboto-Regular;
     font-style: normal;
     font-weight: 400;
     font-size: 12px;
     line-height: 22px;
     letter-spacing: -0.247059px;
     color: #5C6066;
     mix-blend-mode: normal;
}
.phoneimg{
     width: 16px;
     height: 16px;
}
.emptytrforcontactimg{
     height: 10px;
}
.emptytdforcontactimg{
     width: 29px;
}
.ll_card_tr {
     height: 50px;
     background: #FFFFFF;
 }
 .ll_lender_profile {
     height: 45px;
     width: 45px;
     border-radius: 50%;
 }
.emptytdforsocialimg{
     float: right;
     width: 30px;
}
.DynamicBuyerWrap{
     background: #FFFFFF;
     border: 1px solid #CFD8E6;
     border-radius: 4px;
}
@media (max-width: 575.98px){
     .LP_RightView {
          width: 100%;
          position: relative;
          top: 0px;
          left: 0;
          padding: 0 15px 0 15px;
          overflow: hidden;
     }
     .profilebox {
          width: 100%;
          background: #FBFCFE;
          border: none;
          border-radius: 10px;
          background-color: white;
     }
     .DynamicBuyerWrap {
          background: #FFFFFF;
          border:none;
     }
     .hrclass {
          width: 100%;
      }

}
@media (min-width: 576px) and (max-width: 767.98px){ 
     .LP_RightView {
          width: 100%;
          position: relative;
          top: 0px;
          left: 0;
          padding: 0 15px 0 15px;
          overflow: hidden;
     }
     .profilebox {
          width: 100%;
          background: #FBFCFE;
          border: none;
          border-radius: 10px;
          background-color: white;
      }
      .DynamicBuyerWrap {
          background: #FFFFFF;
          border:none;
      }
      .hrclass {
          width: 100%;
      }
}
@media (min-width: 768px) and (max-width: 991.98px){
     .LP_RightView {
          width: 70%;
          top: 0px;
          left: 30%;
     }
     .DynamicBuyerWrap {
          background: #FFFFFF;
          /* border:none; */
      }
      .hrclass {
          width: 95%;
      }
   
}

.rep_details {
     padding: 10px;
}
.rep_details > tbody > tr:first-child td {
     border-top: none !important;
 }
 .rep_details > tbody > tr td {
     border-bottom: 1px solid #cccccc !important;
 }
.SubCheckBoxContainer{
	position: relative;
	padding-left: 30px;
     cursor: pointer;
     height :16px;
	font-size: 14px;
	font-weight:normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.SubCheckBoxContainer input{
	position: absolute;
	opacity: 0;
     cursor: pointer;
     left:4px;
}
.SubCheckBoxMark{
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #FFFFFF;
	border:2.5px solid #C3C4C2;
	border-radius:5px;
}
.SubCheckBoxContainer input:checked ~ .SubCheckBoxMark{
	border:0px solid #C3C4C2;
	border-radius:0px;
	background-color: #3478F6;
}
.SubCheckBoxMark:after{
	content: "";
	position: absolute;
	display: none;
}
.SubCheckBoxContainer input:checked ~ .SubCheckBoxMark:after{
	display: block;
}
.SubCheckBoxContainer .SubCheckBoxMark:after{
	left:7px;
	top:2px;
	width:7px;
	height:13px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
