.has-error {
    border-color: #FF586B !important;
}
.help-block {
    color: #FF586B !important;
}

#overlay-nestable { 
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.2);
}
.nestable-cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.nestable-spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #8630b9 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
    margin-top: 300px;
}
@keyframes sp-anime {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#technologies .icon-box img {
    border: 1px solid #ddd;
    padding: 7px;
}
#technologies .icon-box img:hover {
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 25%);
    transition: 0.5s;
    border-bottom: 3px solid #ffc451;
}
.clients {
    /* background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center; */
    background-size: cover;
    background-color: #f8f9fa;
    padding: 15px 0 0 0;
}