/* --------------------------------------------------------------------------------- Menu */
#menu-item .acf-table {
    border-radius: 4px !important;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2) !important;
}
#menu-item .acf-fields.-left>.acf-field:before {
    background: #f5f5f5;
    border-color: #f5f5f5;
}
#menu-item .acf-repeater .acf-row-handle.order {
    background: #0073aa;
    cursor: move;
    color: #fff;
    text-shadow: none;
}
#menu-item .acf-repeater.-row>table>tbody>tr>td,
#menu-item .acf-repeater.-block>table>tbody>tr>td {
    border-top: 2px solid #0073aa;
}
.acf-repeater .acf-row-handle.order+td {
    border-left-color: #0173aa;
}
#menu-item .acf-repeater .acf-row-handle.remove {
    background: #f5f5f5;
    border-left: none !important;
}
/* ----------------------------------------------------------------------- Configurations */
#menu-type ul.acf-radio-list li:before {
    content: '';
    display: block;
    width: 150px;
    height: 160px;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    margin-right: 20px;
    margin-bottom: 10px;
}
/*#menu-type ul.acf-radio-list li:nth-child(1):before {
    background-image: url(/wp-content/plugins/mobiSHOUT/assets/img/bottommenu.svg);
}
#menu-type ul.acf-radio-list li:nth-child(2):before {
    background-image: url(/wp-content/plugins/mobiSHOUT/assets/img/sidemenu.svg);
}*/

.entry-title .main_title{
    display: none;
}

.reset-input{
    width: 289px  !important;
    height: 48px  !important;
    background-color: #FFFFFF  !important;
    border: 1px solid #BFC8C7  !important;
    border-radius: 3px  !important;
}

.password-input{
    width: 289px  !important;

}

.reset-button{
    width: 288px !important;
  height: 48px !important;
  background-color: #24D9C3 !important;
  border-radius: 24px !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  text-align: center !important;
  line-height: 48px !important; /* To center text vertically */
  color: #ffffff !important;
}

.entry-title{
    display: none;
}