/**
 * =============================================================================
 * @package         Blue Raven Pro 
 * @Plugin URI      https://enterrahost.com/plugins/blue-raven-pro
 * 
 * @Author          EnterraHost
 * @Author URI      https://enterrahost.com
 * @License         GPL-2.0-or-later
 *  
 * @Copyright       (c) 2025 EnterraHost
 * @Contents        Back End CSS
 *
 * =============================================================================
 * 
 * || INDEX:
 * ||   - MAIL FORM BUILDER
 * || 
 * =============================================================================
 */
 
/*
============================================================
    MAIL FORM BUILDER
============================================================
*/

.mfm-select{width: 100%;padding-right: 20px;-webkit-appearance: none;-moz-appearance: none;appearance: none;border: 1px solid #ccc;background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23555' d='M5 6l5 5 5-5 2 1-7 7-7-7 2-1z'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: right 8px center;background-size: 16px 16px;}
#br-mf-s:focus,  #br-mf-s:active {opacity: 0.9 !important;}
#br-mf-l label {display: block; line-height: normal;}
#br-mf-t,  #br-mf-m,  #br-mf-s {line-height: normal;}
#br-mf-f {display: flex;}
#br-mf-l input {display: block;line-height: normal;min-width: 100%;margin-top: 8px;}
#br-mf-s-w {display: flex;}
#br-mf-l {width: 100%;}