/* =========================================
   HEADER BUTTON
========================================= */

.header-btn{
    flex-shrink:0;
}

.apply-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:140px;

    height:48px;

    padding:0 30px;

    background:#ffb400;

    color:#002147;

    font-size:16px;

    font-weight:700;

    border-radius:10px;

    transition:all .3s ease;

}

.apply-btn:hover{

    background:#f2aa00;

    transform:translateY(-2px);

}