/* Common componeents */ 
/* ==================== */

/* Images */
/* ==================== */
.icon_image{
    margin-right: 8px;
}

/* Buttons */
/* ==================== */

/* Creation of the main button */
.saivo-btn-large,
.saivo-btn {
    background-color: #296d98;
    color: #fff;
    border-color: #296d98;
    border: 0;
    font-family: 'Inter';
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    min-width: 115px;
}

/* Modify background for disabled buttons */
.saivo-btn-large:disabled,
.saivo-btn:disabled {
    background: #cccccc !important;
    cursor: not-allowed !important;
}

/* Porhibition icon habdler*/
.prohibition-icon {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    display: none;
}


.saivo-btn:hover .prohibition-icon {
    display: inline;
}
