.bto-wizard-footer {
    margin-top: 40px !important;
}

.bto-wizard-nav ul li .bto-wizard-active {
    border: 5px solid #38c000 !important;
}

.group-100 {
    width: 100%;
}
header .navigation-mobil-menu{
    z-index: 998;
}
.pwd-input-group .error-container{
    display: none !important;
}
#misDatos {
    max-width: 190px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
    color: #38c000;
}

.userInformationAlert {
    text-align: center;
}
.panel-form-personal-info {
    border: none !important;
    margin: 0px !important;
}
.bto-custom-tooltip {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    z-index: 3;
    top: -2px;
}

.bto-tooltip-text {
    display: flex;
    font-weight: 600;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    color: #38c000;
    border: 1px solid #38c000;
    border-radius: 50% !important;
}

.tooltip-questionmark {
    position: relative;
    top: 2px;
}

.tooltip-questionmark img {
    height: 20px;
    width: 20px;
    position: relative;
    top: -2px;
}

.bto-tooltip-content {
    border: 1px solid #4a4a4a;
    background: #30333a;
    position: absolute;
    right: -476px;
    max-width: 470px;
    top: -90px;
    padding: 10px;
    transition: opacity 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
}

.bto-custom-tooltip.active .bto-tooltip-content {
    opacity: 1;
    visibility: visible;
}

div input.no-opacity.form-control.wizard-input::placeholder,
div input.form-control.wizard-input::placeholder,
div form-control::placeholder {
    background: #30333a;
    opacity: 0.6 !important;
    color: #667b90;;
}
.btn-back:hover {
    background-color: #449d47;
}
div input.no-opacity.form-control.wizard-input,
div input.form-control.wizard-input,
div form-control {
    background: #30333a;
    opacity: 1 !important;
    color:white;
}
form.latam-register-form .form-control {
    opacity: 1 !important;
}
.bto-casino-lobby .bto-casino-dealer-content {
    top:130px;
}

.bto-tooltip-content h3 {
    font-size: 15px;
    margin-bottom: 0 !important;
}

.bto-tooltip-content hr {
    margin: 10px 0;
}

.bto-tooltip-arrow, .bto-tooltip-arrow span {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bto-tooltip-arrow span {
    border-color: rgba(48, 51, 58, 0);
    border-right-color: #30333a;
    border-width: 13px;
    margin-top: -13px;
    left: -11px;
}
.bto-tooltip-arrow {
    border-color: rgba(74, 74, 74, 0);
    border-right-color: #4a4a4a;
    border-width: 15px;
    margin-top: -15px;
}

/* REGSITER FORM STEPS */
.step-name {
    position: relative;
    text-align: center;
    display: block;
    margin-top: -24px;
    margin-bottom: 5px;
}

#history-table_length select,
#bonuses-table_length select,
#financial-table_length select {
    display: none;
    margin-left: 0;
}

.pass-err {
    width: 0px;
    height: 0px;
    border-style: inset;
    border-width: 0 8px 12px 8px;
    border-color: transparent transparent #c82323 transparent;
    position: relative;
    top: -2px;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    margin-right: 3px;
    float: left;
}

.pass-err span {
    text-align: center;
    top: 1px;
    left: -2.5px;
    position: absolute;
    width: 5px;
    height: 5px;
    margin: 0px;
}

.pass-correct {
    margin-right: 3px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50% !important;
    background: green;
    color: #fff;
    position: relative;
    text-align: center;
}
.pass-indicators-wrapper {
    float: left;
    width: 100%;
    margin: 7px 0 0 0;
    font-size: 10px !important;
}
.pass-indicators {
    float: left;
}

.pass-indicators:after {
    content: '|';
    margin: 0 5px;
    display: inline-block;
}

.pass-indicators:last-of-type:after {
    display: none;
}

.pass-indicators:first-of-type{
    margin-left: 0;
}

.bto-logrand-border {
    position: relative;
    width: 100%;
    margin: 8px 0;
    text-align: center;
    display: none;
}

.bto-logrand-border .border-line {
    position: relative;
    display: block;
    color: #fff;
}

.bto-logrand-border .border-line:after,
.bto-logrand-border .border-line:before {
    position: absolute;
    top: 8px;
    width: 47%;
    height: 1px;
    content: "";
    background: #3b424c;
}

.bto-logrand-border .border-line:after {
    left: 0;
}

.bto-logrand-border .border-line:before {
    right: 0;
}

@media all and (max-width: 600px) {
    /*.bto-custom-tooltip {*/
    /*    position: unset;*/
    /*}*/
    .bto-tooltip-content {
        /*right: -154px;*/
        top:80px;
        width: 325px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 99;
    }
    .bto-tooltip-arrow span, .bto-tooltip-arrow {
        top: -15px;
        left: 47%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .bto-tooltip-arrow span {
        border-color: rgba(48, 51, 58, 0);
        border-bottom-color: #30333a;
        border-width: 15px;
        margin-left: -15px;
        top: 0;
    }
    .bto-tooltip-arrow {
        border-color: rgba(74, 74, 74, 0);
        border-bottom-color: #4a4a4a;
        border-width: 15px;
        margin-left: -15px;
    }

    .pass-indicators-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .pass-indicators {
        flex: 0 50%;
        margin-bottom: 5px;
    }
    .pass-indicators:after {
        display: none;
    }
}

@media all and (max-width: 320px) {
    .bto-tooltip-content {
        width: 310px
    }
}
