.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
  }
/* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.alert-container {
    z-index: 10;
}

.navbar {
    z-index: 20;
}

.iti__country-list {
    z-index: 30;
}


.is-hidden {
    display: none;
}

@-webkit-keyframes marquee {
    0% {text-indent:100%;}
    100% {text-indent:-200%}
}

input.marquee {
    -webkit-animation: marquee 5s infinite;
    -webkit-animation-timing-function: linear;
}

#map { height: 60vh; }

.clickable {
    cursor: pointer;
}

