html, body {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b9a3e0;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
}

.modal-titulo {
    color: #c88bf4;
    text-align: center;
    font-weight: bold;
}

.modal-pagraph {
    color: #6e4f86;
    text-align: left;
}

.modal-content {
    background-color: #FFF;
}

.result-container {
    overflow-x: auto;
    color: #6e4f86;
}

.table-custom {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

.row-custom {
    border: none;
    text-align: center;
    padding: 8px;
}

.flex-center{
    display: flex;
    align-items: center;
    justify-content: start;
}

.success-icon-off {
    color: #033206;
}

.btn-instr {
    width: 1rem;
    height: 1rem;
    margin-left: .5rem;
}

.btn-green-on {
    background-color: #13cd1c !important;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(19, 205, 28, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(19, 205, 28, 1);
    box-shadow: 0px 0px 15px 0px rgba(19, 205, 28, 1);
}

#btn-green{
    width: 5rem;
    height: 5rem;
    background-color: #033206;
    border-radius: 50%;
}

#btn-red{
    width: 5rem;
    height: 5rem;
    background-color: #5a0505;
    border-radius: 50%;
}

.btn-red-on {
    background-color: #ff0000 !important;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 0, 0, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(255, 0, 0, 1);
    box-shadow: 0px 0px 15px 0px rgba(255, 0, 0, 1);
}

.sep-center {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 5rem;
}

.btn_instr {
    border: 1px solid;
    border-radius: 50%;
    padding: .3rem;
    margin: 1rem 0;
}

.b_prim {
    color: #6e4f86;
    border-color: #6e4f86;
}

.b_info {
    color: #0CBAFF;
    border-color: #0CBAFF;
}

.b_red {
    color: red;
    border-color: red;
}

.playbutton {
    font-size: 6rem;
    background-color: transparent;
    border: 3px solid white;
    padding: .7rem;
    border-radius: 50%;
    box-shadow: none;
}

.btn-alterstart {
    border-bottom: 2px #c88bf4 solid;
    border-right: 2px #c88bf4 solid;
}

.btn-start {
    background-color: #c88bf4;
    border: 2px #c88bf4 solid;
    color: #FFF;
}

.btn-start:hover {
    background-color: #895ca6;
    border: 2px #895ca6 solid;
    color: #FFF;
}

.btn-start:target {
    background-color: #895ca6;
    border: 2px #895ca6 solid;
    color: #FFF;
}

.btn-start:link {
    background-color: #895ca6;
    border: 2px #895ca6 solid;
    color: #FFF;
}

.btn-start:focus {
    background-color: #895ca6;
    border: 2px #895ca6 solid;
    color: #FFF;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../resources/img/Preloader_21.gif) center no-repeat #fff;
}

th {
    text-align: center;
}

.resultado {
    display: none;
}

.positivo {
    display: none;
}

.negativo {
    display: none;
}

.option {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}

.binfo {
    margin-right: 5%;
}

.mt-2 {
    margin-top: 1rem;
}

.dev-mode-con {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.dev-mode-con > span {
    margin-left: .5rem;
}

.resultado {
    padding: 1rem;
}

.h-100 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.back-btn {
    padding: 1rem;
    text-align: initial;
}

@media (max-width: 600px) {
    tbody {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .tab-ele {
        display: flex;
        flex-direction: column;
    }

    .option {
        flex-direction: column;
        justify-content: center;
    }

    .option > div {
        width: 100%;
    }

    .resultado {
        padding: .5rem;
    }
}


