/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*Phone */
.intl-tel-input{
	width:100%;
}


/* Dropdown */
.dropdown-menu .dropdown-item:not(.selected) .check-mark{
display:none;
}

.dropdown-menu .dropdown-item .check-mark{
position: absolute;
    right: 10px;
    top: 8px;
}