.disable-button:disabled {
  cursor: not-allowed;
  pointer-events: all !important; }

/*# sourceMappingURL=cursor.css.map */
.search-button-cv{
    display: block !important;    float: right; margin-top: 15px;
}
.apply-button{
    width: 100%;    margin-top: 10px;
}
.text-align-center{
    text-align: center;
}
.company-title{
    font-size: 15px;
    font-weight: bold;
}
@media (max-width: 992px){
    .search-button-cv{
        display: block;    float: right; margin-top: 15px;    right: -8px !important;
    }
    .btn-tradeey-white {
        color: #2b2b2b !important;
        background-color: white !important;
        border-color: #ffd545 !important;
        font-weight: bold !important;
    }
    .other-position{
        font-size: 12px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .other-position{
        font-size: 11px;
    }
    .profile-go{
        font-size: 11px;
    }
    .apply-button{
        width: 100%;
    }
}
@media (max-width: 425px){
    .search-button-cv{
        display: block;    float: right; margin-top: 15px;    right: -8px !important;
    }
    .btn-tradeey-white {
        color: #2b2b2b !important;
        background-color: white !important;
        border-color: #ffd545 !important;
        font-weight: bold !important;
    }
    .other-position{
        font-size: 12px;
    }
    .other-position{
        font-size: 11px;
    }
    .profile-go{
        font-size: 11px;
    }
    .apply-button{
        width: 100%;
    }
}
