img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

@media screen and (max-width: 600px) {
    input.nc,input.fancytext {position: fixed;
        bottom: 0px;
        left: 0px;
    margin: 0px !important;z-index:100;line-height:40px;}
    input.nc,input.fancytext {font-size:16px;}
    input.nc::placeholder,input.fancytext::placeholder {font-size:16px;color:#f8f8f8;}
}
input.nc::placeholder,input.fancytext::placeholder {font-weight:bold !important;color:#f8f8f8;}
.hidesvg {display:none;}

#result {display: flex;flex-wrap: wrap;}
@media only screen and (min-width: 600px) {
    #result > div {display: inline-flex;flex: 1 1 calc(33% - 8px);margin: 0px 4px;}
}
.mb-3x, .my-3x {
    margin-bottom: 1rem!important;
}
.input-groupx {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.form-controlx {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input-groupx>.form-controlx:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-groupx>.form-controlx {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.form-controlx[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.input-group-appendx {
    margin-left: -1px;
}
.input-group-appendx, .input-group-prependx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-textx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.btnx:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-primaryx {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
