.alert-box {

    position: fixed !important;

    top: 105px !important;

    bottom: auto !important;

    left: 50% !important;

    transform: translateX(-50%) !important;

   background: #fff8e1;

    color: #7a5200;

  border: 1px solid #ffca28;

    padding: 8px 12px;

    font-size: 14px;

    border-radius: 10px;

    z-index: 999999;

    display: none;

    box-shadow:
        0 2px 8px rgba(0,
            0,
            0,
            0.15);

}