/*
* This file is for add new css
*/
#editing_restricted_hide{
	display: none; /*hide the acf field editing_restricted for all rmbrd*/
}

/*style for rmbrd edit page password section*/
.rmbrd-post-pass-protection{
	padding: 10px;
    border: 2px solid #e7e7e7;
}
.rmbrd-row{
	display: flex;
	flex-wrap: wrap;
}
.rmbrd-col-6{
	flex: 0 0 auto;
	width: 50%;
	margin-bottom: 15px;
}
.rmbrd-form-group{
	width: 100%;
	padding: 15px;
}
.rmbrd-password{
	position: relative;
}
.rmbrd-confirm-password{
	position: relative;
}
.set-pass-container{
	display: none;
}
.input-with-eye { position: relative; display: flex; align-items: center; }
.input-with-eye input { flex: 1; padding-right: 38px; box-sizing: border-box; }
.input-with-eye .toggle-password {
  position: absolute;
  right: 6px;
  background: transparent;
  border: 0;
  padding: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.input-with-eye .toggle-password:focus { outline: none; }
.input-with-eye svg { display: block; }
.rmbrd-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex; justify-content: center; align-items: center;
    z-index: 9999;
}

.rmbrd-popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    width: 50%;
}

.rmbrd-popup-close {
    position: absolute;
    top: 10px; right: 15px;
    cursor: pointer;
    font-size: 20px;
}
#rmbrd-submit-pass{
	margin-top: 8px;
}
#rmbrd_forgot_pass{
	display: none;
}
.rmbrd-pass-popup-footer{
    margin-top: 10px;
}
.rmbrd-pass-popup-footer span{
    font-size: 17px;
    margin-top: 10px;
    display: block;
}
.rmbrd-req-pass a{
    font-size: 2.4rem;
    color: #000;
    font-weight: 700;
    text-decoration: none;
}
