/* specific customizations for the data-list */
.ul-domain-list {
    position: absolute;
    top: 60px;
    width:170px;
    left: 0px;    
    height: 160px;
    margin-bottom: 10px;    
    padding: 10px;
    display: none;
    background-color:#fff;
    z-index:2000
}

    .ul-domain-list ul li:hover {
        cursor: pointer;
        color: #009688;
        
    }

.row-email{
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-column-gap:4px
}





    .row-email div:last-child input {
        background-image: url(../img/arrow.png) !important;
        background-size: 20px !important;
        background-repeat: no-repeat !important;
        background-position-y: center !important;
        background-position-x: right !important;
    }