#menu-install-pwa-ios {
    overflow: visible !important;
}
.menu  {
    margin-left: 6px;
}
.menu input[type="text"] {
    height: 35px;
    line-height: 35px;
}
.menu textarea {
    height: 85px !important;
    padding-top: 3px !important;
}
.menu .form-field {
    margin-bottom: 5px;
}
.menu .form-field label {
    font-size: 12px;
    margin-bottom: -10px;
}

.menu {
    /* display: none; */
    position: fixed;
    background-color: #42a5f0;
    color: #fff;
    z-index: 101;
    overflow: scroll;
    transition: all 300ms ease;
    -webkit-overflow-scrolling: touch;
}
.menu .content {
    margin-bottom: 0 !important;
}
.menu-box-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    /* height: 300px; */
    transform: translate3d(0, 110%, 0);
}
.menu-box-bottom.menu-box-detached {
    bottom: 20px;
    left: 10px;
    right: 10px;
}
.menu-box-bottom.menu-active {
    transform: translate3d(0%, 0, 0) !important;
}
.rounded-l {
    border-radius: 30px !important;
}
.boxed-text-xl {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.boxed-text-xl {
    width: 90%;
    max-width: 340px;
}
.font-800 {
    font-weight: 800;
}
.opacity-80 {
    opacity: 0.8;
}
.float-l{
    float: left;
}
.float-r{
    float: right;
}
.mt4{
    margin-top: -40px;

}
.color-w{
    color:#fff !important;
}