.orange_button, .gray_button, .disabled_button, .gold_button {
    border-radius: 20px;
    font-family: dinpro_regular;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    text-align: center;
}

.orange_button, .gray_button, .disabled_button {
    width: 100px;
    height: 31px;
}

.orange_button {
    color: #ffffff !important;
    cursor: pointer;
}

.gray_button {
    color: #061401;
    cursor: pointer;
}

.disabled_button {
    color: #000;
    cursor: default;
}

.gold_button {
    border: 0px solid #000000 !important;
    color: #6F4F25 !important;
    /* width: 120px; */
    height: 37px;
    cursor: pointer;

    background-image: url("../../assets/images/gold_button.png");
    background-size: 155px 37px;
    /* width: 155px; */
    /* height: 37px; */
    /* padding-top: 8px; */
    font-weight: normal;
    font-size: 14px !important;
    padding: 0 10px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.orange_button_background, .gray_button_background, .disabled_button_background {
    border-radius: 20px;
    width: 100px;
    height: 31px;
    padding-top: 3px;
    margin-bottom: 15px;
}

.orange_button_background {
    /*border: 1px solid #ff8605 !important;*/
    background-image: url("../../assets/images/orange_button_squared.png");
    background-size: 100px 31px;
}

.gray_button_background {
    border: 1px solid #061401 !important;
    background-color: #fffefe !important;
    color: #000;
}

.disabled_button_background {
    border: 1px solid #000000 !important;
    background-color: gray !important;
    color: #000;
}

/* .gold_button_background {
    background-image: url("../../assets/images/gold_button.png");
    width: 120px;
    height: 37px;
    padding-top: 10px;
} */

/* .gold_button_background_big {
    background-image: url("../../assets/images/gold_button.png");
    background-size: 155px 37px;
    width: 155px;
    height: 37px;
    padding-top: 8px;
    font-weight: normal;
    font-size: 14px;
} */

.orange_button:hover, .gold_button:hover{
    color: #000000 !important;
}

.gray_button_background:hover {
    color: #061401;
    background-color: #666666 !important;
}

.button-container {
  position: relative;
  z-index: 5;
}