.huen-industry-sector label {
    display: inline-block !important;
    position: relative;
    width: 32%;
    max-width: 130px;
    text-align: center;
    font-size: 12px;
    color: #aaaaaa;
    vertical-align: top !important;
}

.huen-industry-sector label input {
    /*   display: block; */
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
}

.huen-industry-sector img,
.huen-industry-sector span {
    display: block;
    width: 90%;
    height: auto;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
}

.huen-industry-sector label:hover img,
.huen-industry-sector label:hover span {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    color: #009CEB;
    cursor: pointer;
}

.huen-industry-sector input:checked + div img,
.huen-industry-sector input:checked + div span {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    color: #009CEB;
}

.stepsForm .sf-content label span {
    padding: 0 !important;
    line-height: 18px !important;
}

.swal2-html-container, .swal2-title{
    color: #009CEB;
    font-weight: 500;
}

.swal2-html-container, .swal2-content{
    color: #5e5e5e;
    font-weight: 400;
}

.sf_hyperlink {
    color: #009CEB;
}

.sf_hyperlink:hover {
    color: #1A5CC7;
}