@media all and (max-width: 979px) {
.erf-container .erf-my-account-nav,
.erf-container .erf-my-account-content{
width: 100%;
padding: 0 0 20px;
}
.erf-container .erf-my-account-col-sr{
width: 50px;
}
.erf-container .erf-my-account-col-date{
display: none;
}
.erf-container .erf-my-account-col-edit{
width: 75px;
}
.erf-container .erf-my-account-col-form-name{
width: calc(100% - 125px);
}
.erf-container .erf-profile-details-wrap .erf-profile-image{
width: 128px;
height: 128px;
}
.erf-container .erf-profile-details-wrap .erf-profile-image img{
width: 128px;
height: 128px;
}
.erf-container .erf-profile-details-wrap .erf-profile-details{
width: calc(100% - 128px);
}
.erf-container .erf-profile-detail-title{
width: 100px;
}
.erf-container .erf-profile-detail-content{
width: calc(100% - 100px);
}
}
@media all and (max-width: 767px) {
.erf-container .erf-payment-wrapper{ max-width: 100%; }
.erf-layout-two-column.erf-container .erf-two-columns .form-group{
width: 100%;
}
.erf-layout-two-column .erf-login-form .form-group{
width: 100%;
}
.erf-container .erf-gdpr{
max-width: 100%;
}
.erf-layout-two-column.erf-container .erf-gdpr{
max-width: 100%;
}
.erf-layout-two-column.erf-container .erf-two-columns .form-group:nth-child(odd),
.erf-layout-two-column.erf-container .erf-two-columns .form-group:nth-child(even){
float: none;
margin-right: 0;
margin-left: 0;
}
.erf-layout-two-column.erf-container .erf-form .checkbox-group,
.erf-layout-two-column.erf-container .erf-form .radio-group{
width: 70%;
display: inline-block;
}
.erf-login-register-form .erf-container,
.erf-login-register-form .erf-reg-form-container{
width: 100%;
padding: 0px 0px;
}
.erf-login-register-form .erf-container{ margin-bottom: 2em;}
.erf-login-register-form .erf-container{
border-right: none;
}
.erf-login-register-form > div{
width: 100%;
}
.erf-container form[erf-multipage] .erf-page > [class*="erf-element-width-"],
.erf-container form:not([erf-multipage]) .rendered-form > [class*="erf-element-width-"]{
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
}
@media all and (max-width: 480px) {
.erf-container .erf-form .form-control,
.erf-container .erf-form .other-option + label input[type="text"]{
max-width: 100%;
}
.erf-container .erf-form .form-control,
.erf-label-top.erf-container .erf-form label[class$="-label"]{
max-width: 100%;
}
.erf-container .erf-profile-details-wrap .erf-profile-details{
width: 100%;
padding-left: 10px;
}
.erf-container .erf-payment-wrapper{
max-width: 100%;
}
.erf-container .erf-profile-details-wrap .erf-profile-image{
margin: 0 auto;
}
.erf-container .erf-gdpr{
max-width: 100%;
}
.erf-layout-two-column.erf-container .erf-gdpr{
max-width: 100%;
}
.erf-container .erf-form .erf_img_preview{
max-width: 100%;
}
}.gwslau_sidepanel {
position: fixed;
top: 50%;
height: auto;
background: #ffcb1f;
box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
z-index: 999999;
}
.gwslau_sidepanel.gwslau-sidepane-left {
top: 50%;
transform: translate(0, -50%);
}
.gwslau_sidepanel.gwslau-sidepane-right {
top: 50%;
transform: translate(0, -50%);
left: auto;
right: 0;
}
.gwslau_sidepanel.gwslau-sidepane-top {
top: 0;
left: 50%;
transform: translate(-50%, 0);
}
.gwslau_sidepanel.gwslau-sidepane-bottom {
bottom: 0;
top: auto;
left: 50%;
transform: translate(-50%, 0);
}
.gwslau_sidepanel  .gwslau-logout-box-inner {
padding: 35px 15px 25px 15px;
width: 300px;
}
.gwslau_sidepanel .gwslau-logged-user-name {
display: block;
font-weight: 400;
font-size: 16px;
line-height: 30px;
color: #000000;
}
.gwslau_sidepanel .gwslau-logged-user-name span {
font-weight: bold;
}
.gwslau_sidepanel .gwslau-closebtn {
position: absolute;
top: 0;
right: 0px;
font-size: 36px;
color: #000;
width: 30px;
height: 30px;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
}
.gwslau_sidepanel .gwslau_btn_logout_box {
padding: 10px 17px !important;
background: #FFF !important;
margin: 0px;
border: none;
color: #000 !important;
margin-top: 9px;
outline: none !important;
opacity: 1;
font-size: 16px;
line-height: 26px;
font-weight: bold;
border-radius: 0;
transition: 0.3s;
visibility: visible;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
text-transform: capitalize;
text-decoration: none;
}
.gwslau_sidepanel .gwslau-logged-user-container {
text-align: center;
display: flex;
align-items: center;
flex-direction: column;
}
.gwslau_sidepanel .gwslau-logout-user-icon {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: #ffcb1f;
box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
cursor: pointer;
display: none;
}
.gwslau_sidepanel .gwslau-logout-user-icon img {
width: 40px;
pointer-events: none;
}
@media (max-width: 767px) {
.gwslau_sidepanel .gwslau-logout-user-icon {
display: flex;
}
.gwslau_sidepanel .gwslau-logout-box-inner {
display: none;
}
}