.text-justify {
	text-align: justify !important;
}

.hide {
	display: none;
}

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

.iti {
	width: 100%;
}

.ck.ck-content h3.category {
    font-family: 'Bebas Neue';
    font-size: 20px;
    font-weight: bold;
    color: #d1d1d1;
    letter-spacing: 10px;
    margin: 0;
    padding: 0;
}

.ck.ck-content p.info-box {
    padding: 1.2em 2em;
    border: 1px solid #e91e63;
    border-left: 10px solid #e91e63;
    border-radius: 5px;
    margin: 1.5em;
}

.popover {
    transition: opacity 0.15s linear;
}

.namesuggest-container {
    position: relative;
}

.namesuggest-dropdown {
    position: absolute;
    width: 100%;
    max-height: 340px;
    overflow-y: auto;
    z-index: 1000;
    background: white;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    box-shadow: 0 2px 4px rgba(0,0,0,.175);
    margin-top: 2px;
}