/* break points*/
/****************************
 HIGH PPI DISPLAY BACKGROUNDS
*****************************/
/*noinspection ALL*/
.gameplay-panel {
    display: block;
    position: relative;
    width: auto;
    border-radius: 20px;
    background-color: #ffefa0;
    box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.5);
    overflow:hidden;
    min-height:200px;
}

/*noinspection ALL*/
#game-bonus-popup.popup{
    padding-bottom:0 !important;
    height: auto !important;
    bottom: auto;

}

/*noinspection ALL*/
.gameplay-panel__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*noinspection ALL*/
.gameplay-panel__head {
    margin-bottom: 15px;
}

/*noinspection ALL*/
.gameplay-panel__head:after {
    display: none;
}

/*noinspection ALL*/
.gameplay-panel__title {
    text-align: center;
    padding: 37px 40px 7px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #a725c1;
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    #game-bonus-popup.popup {
        margin-top:60px;
    }

    /*noinspection ALL*/
    .gameplay-panel {
        border-radius: 0;

    }

    /*noinspection ALL*/
    .gameplay-panel__title {
        font-size: 13px;
        line-height: 16px;
        padding: 20px 16px 8px;
    }
}

/*noinspection ALL*/
.gameplay-panel__subtitle {
    display: block;
    text-transform: none;
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.33;
    max-width: 590px;
    margin: 0 auto;
    color: #444444;
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .gameplay-panel__subtitle {
        font-size: 12px;
        line-height: 16px;
        padding: 0 30px;
    }
}

/*noinspection ALL*/
.gameplay-panel__note {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    color: #a725c1;
    font-weight:bold
}

/*noinspection ALL*/
.gameplay-panel__content {
    text-align: center;
    margin-top: 10px;
}

/*noinspection ALL*/
.gameplay-panel__input {
    height: 37px;
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .gameplay-panel__input {
        margin-bottom: 10px;
    }
}

/*noinspection ALL*/
.gameplay-panel__input .input__inner {
    width: 192px;
    margin-right:5px;
    border-radius: 2px;
    background-color: #fff6c8;
    color: #444444;
    border: none;
    font-weight: normal;
    box-shadow: 0 1px 1px 0 rgba(43, 42, 70, 0.46), inset 0 1px 1px 0 rgba(0, 0, 0, 0.79);
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .gameplay-panel__input .input__inner {
        width: 200px;
    }
}

/*noinspection ALL*/
.gameplay-panel__button {
    min-width: 70px;
    margin-top: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #be2f21;
}

/*noinspection ALL*/
.gameplay-panel__button_wide {
    min-width: 202px;
    padding: 10px 14px;
}

/*noinspection ALL*/
.gameplay-panel__button_footer {
    display: block;
    margin: 0 12px;
    background: transparent;
    border: solid 1px rgba(255, 255, 255, 0.65);
    box-shadow: none;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-shadow: none;
    border-radius: 6px;
    height: 36px;
    line-height: 34px;
    padding: 0 20px;
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .gameplay-panel__button_footer {
        font-size: 13px;
        padding: 0 10px;
        margin: 0 6px;
    }
}

/*noinspection ALL*/
.gameplay-panel__bonus-info {
    display: block;
    position: relative;
    margin: 14px auto 18px;
    max-width: 380px;
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .gameplay-panel__bonus-info {
        max-width: 216px;
    }
}

/*noinspection ALL*/
.gameplay-panel__bonus-icon {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: top;
}

/*noinspection ALL*/
.gameplay-panel__bonus-note {
    display: block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    max-width:300px;
    padding-left: 30px;
    line-height: 13px;
    color: #444444;
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .gameplay-panel__bonus-note {
        font-size: 12px;
    }
}

/*noinspection ALL*/
.gameplay-panel__link {
    display: block;
    text-decoration: underline;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    margin: 0 12px;
    color: #9b8d4b;
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .gameplay-panel__link {
        font-size: 13px;
        margin: 0 6px;
    }
}

/*noinspection ALL*/
.gameplay-panel__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 56px;
    background-color: #dbcc81;
}

/*noinspection ALL*/
.exit-small {
    background-image: url("exit.svg");
    width: 12px;
    height: 12px;
    margin-top: 10px;
}

/*noinspection ALL*/
.icon_lock_small{
    background-image: url("safety-icon-dark.svg");
    width: 19px;
    height: 24px;
}

/*noinspection ALL*/
.icon_lock_small_light{
    background-image: url("safety-icon-light.svg");
    width: 19px;
    height: 24px;
}

/*noinspection ALL*/
.text-underline{
    cursor:pointer;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    margin:15px 0;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #444444;
    display:inline-block;
    text-decoration: underline;
}
.margin-top{
    margin-top:15px;
}

/*noinspection ALL*/
.gameplay-panel__head.success{
    display:none;
}