.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.success{
    display: block !important;
    padding: 10px;
    width: 100%;
    color: #02661a;
    background-color: #d4edda;
    border: 1px solid #02661a;
}
.msg.warning{
    display: block !important;
    padding: 10px;
    width: 100%;
    color: #857800;
    background-color: #feffcc;
    border:1px solid #857800;
}
.msg.error{
    display: block !important;
    padding: 10px;
    width: 100%;
    color: #f82500;
    background-color: #ffcccc;
    border:1px solid#f82500;
}

    .free_register{
        margin: 10px;
        padding: 10px;
        text-align: center;
        position: static;
    }
    .free_register a{
        display: inline;
        background-color: rgb(29 147 0 / 42%);
        /*backdrop-filter: blur(10px);*/
        border: 1px solid rgb(1, 10, 0);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin-left: 20px;
    }

.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;
    }
}


