.status-new { background: #2d9cdb; }
.status-viewed { background: #56ccf2; }
.status-contacted { background: #9b51e0; }
.status-follow-up { background: #f2c94c; color:#333; }
.status-quoted { background: #f2994a; }
.status-potential { background: #6fcf97; }
.status-customer { background: #27ae60; }
.status-no-response { background: #bdbdbd; }
.status-lost { background: #828282; }
.status-bad { background: #eb5757; }

.cost_{
    background-color: #eb5757;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.autocomplete-items {
    text-align: left;
}
button:hover{
    outline: 2px solid green;
}
.DropImg img{
    cursor: pointer;
}

button:disabled{
    background-color: rgb(231, 231, 231) !important;
}
.msg{
    display: none;
    margin-top: 10px;
}
.msg.info{
    display: block !important;
    padding: 10px;
    width: 100%;
    color: #004085;
    background-color: #cce5ff;
    border: 1px solid #004085;
}
.msg.warning{
    display: block !important;
    padding: 10px;
    width: 100%;
    color: #857800;
    background-color: #feffcc;
    border:1px solid #857800;
}

.neon-text {
    font-size: 2rem;
    color: #000000;
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }
    100% {
        text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
    }
}


