body{
    background-color: rgb(43, 45, 46);
    color: white;
    font:600 16px/18px 'Open Sans',sans-serif;
    display: flex; 
    flex-direction: column; 
    min-height: 100vh;
    line-height: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
main{
    flex: 1;
}

.dropdown-menu-end[data-bs-popper] {
    left: flex;
}
::-webkit-scrollbar {
    display: none;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-success:hover {
    color: #000;
    background-color: #198754;
    border-color: #198754;
}

.btn_roxo{
    padding:15px 20px;
    width:100%;
    font-size: 25px;
    margin-bottom: 15px;
    border: 1px solid #A62994;
    color: white;
}

.btn_roxo:hover, .btn_roxo:active, .btn_roxo:focus {
    background-color: #41003799;
    border-color: #A62994;
}

.btn_roxo_mini{
    padding:15px 20px;
    width: 40%;
    font-size: 25px;
    margin-bottom: 15px;
    border: 1px solid #A62994;
    color: white;
}

.btn_roxo_mini:hover, .btn_roxo_mini:active, .btn_roxo_mini:focus {
    background-color: #41003799;
    border-color: #A62994;
}

.dasher_main{
    margin-bottom:10px;
    font-size: larger;
    color:#ec710d;
    display:block;
    padding:10px 15px;
    border-radius:5px;
    background: rgb(0 0 0 / 30%);
    text-decoration:none;
}

.dasher_data{
    font-size: larger;
    color: white;
    text-decoration-line: underline;
    text-decoration-color: #ec710d;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.dasher_block{
    margin-bottom:10px;
    font-size: larger;
    color:#A62994;
    display:block;
    padding:10px 15px;
    border-radius:5px;
    background: rgb(0 0 0 / 30%);
    text-decoration:none;
}

.dasher{
    margin-bottom:10px;
    text-decoration:none;
    font-size: larger;
    color:white;
    display:block;
    padding:15px 20px;
    border-radius:5px;
    background: rgb(0 0 0 / 30%);
}

.titulo_estilizado {
    font-weight:bold;
    font-size:22px;
    margin-right:15px;
    padding-bottom:2px;
    margin:0 15px 10px 0;
    display:inline-block;
    border-bottom:3px solid transparent;
    color:#ec710d;
    border-color:#1e4a94;
}

a{
    color:white;
    text-decoration:none;
}
a.dasher:hover {
    color: #ec710d;
}
a:hover{
    color: #ec710d;
}

input[type=text] {
    margin-top: 3px;
    margin-bottom:10px;
    width:100%;
    color:#fff;
    display:block;
    border:none;
    padding:15px 20px;
    border-radius:5px;
    background: rgb(0 0 0 / 30%);
}
input[type=text]::placeholder {
    color:#fff;
}
input[type=text]:-ms-input-placeholder {
    color: #fff;
}
input[type=text]::-ms-input-placeholder {
    color: #fff;
}
input[type=text]:focus {
    outline: 2px solid #ff9a01;
}

input[type=number] {
    margin-top: 3px;
    margin-bottom:10px;
    width:100%;
    color:#fff;
    display:block;
    border:none;
    padding:15px 20px;
    border-radius:5px;
    background: rgb(0 0 0 / 30%);
}
input[type=number]::placeholder {
    color:#fff;
}
input[type=number]:-ms-input-placeholder {
    color: #fff;
}
input[type=number]::-ms-input-placeholder {
    color: #fff;
}
input[type=number]:focus {
    outline: 2px solid #ff9a01;
}

input[type=email] {
    margin-top: 3px;
    margin-bottom:10px;
    width:100%;
    color:#fff;
    display:block;
    border:none;
    padding:15px 20px;
    border-radius:5px;
    background: rgb(0 0 0 / 30%);
}
input[type=email]::placeholder {
    color:#fff;
}
input[type=email]:-ms-input-placeholder {
    color: #fff;
}
input[type=email]::-ms-input-placeholder {
    color: #fff;
}
input[type=email]:focus {
    outline: 2px solid #ff9a01;
}

input[type=password] {
    margin-top: 3px;
    margin-bottom:10px;
    width:100%;
    color:#fff;
    display:block;
    border:none;
    padding:15px 20px;
    border-radius:5px;
    background: rgb(0 0 0 / 30%);
}
input[type=password]::placeholder {
    color:#fff;
}
input[type=password]:-ms-input-placeholder {
    color: #fff;
}
input[type=password]::-ms-input-placeholder {
    color: #fff;
}
input[type=password]:focus {
    outline: 2px solid #ff9a01;
}
.check_email {
    display: none;
}

.check_email + label {
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    background: rgb(0 0 0 / 30%);
    position: relative;
}

.check_email:checked + label::after {
    color: #ff9a01;
    content: ' ✔';
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.paginador{
    font-size: larger;
    color:#A62994;
    display:block;
    padding:10px 15px;
    border-radius:5px;
    background: rgb(0 0 0 / 30%);
    text-decoration:none;
}
  
.paginador_info{
    font-size: larger;
    color:#ec710d;
    display:block;
    padding:10px 15px;
    border-radius:5px;
    background: rgb(0 0 0 / 30%);
}

.btn_add{
    padding:5px 15px; 
    margin-bottom: 10px;
}

.checker_radio {
    display: none;
}

.checker_radio + label {
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    background: rgb(0 0 0 / 30%);
    position: relative;
    margin-bottom:10px;
    text-decoration:none;
    font-size: larger;
    display:block;
}

.checker_radio:checked + label::after {
    color: #ff9a01;
    content: ' ✔';
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.dasher_date{
    margin-bottom:10px;
    text-decoration:none;
    font-size: larger;
    color:white;
    padding:15px 20px;
    border-radius:5px;
    background: rgb(0 0 0 / 30%);
}

select {
    margin-top:5px;
    margin-bottom:10px;
    width:100%;
    color:white;
    display:block;
    border:none;
    padding:15px 20px;
    border-radius:5px;
    background: rgb(0 0 0 / 30%);
}

select:focus {
    outline: 2px solid #ff9a01;
    color: #ec710d;
}

select option {
    background-color: rgb(0 0 0 / 85% );
    color: #ffffff;
}

textarea {
    margin-top: 3px;
    margin-bottom:10px;
    width:100%;
    color:#fff;
    display:block;
    border:none;
    padding:15px 20px;
    border-radius:5px;
    background: rgb(0 0 0 / 30%);
}
textarea::placeholder {
    color:#fff;
}
textarea:-ms-input-placeholder {
    color: #fff;
}
textarea::-ms-input-placeholder {
    color: #fff;
}
textarea:focus {
    outline: 2px solid #ff9a01;
}

.div_centralizadora{
    width:100%;
    height:100%;
    margin:auto;
    max-width:620px;
    min-height:700px;
    position:relative;
    background: rgb(0 0 0 / 20%);
    box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}

.centralizador{
    width:100%;
    height:100%;
    padding:50px;
}

@media (max-width: 499px) {
    .centralizador {
        padding: 20px;
    }
}

.nome_estilizado {
    font-weight:bold;
    display:inline-block;
    border-bottom:3px solid transparent;
    border-color:#1e4a94;
}

.switch, .switch-status, .switch-delete {
    text-indent: -9999px;
    width: 4em; 
    height: 2em; 
    background: white;
    display: block;
    border-radius: 100px;
    position: relative;
    margin-bottom:10px;
    margin-top: 3px;
}

.switch:after, .switch-status:after, .switch-delete:after {
    content: '';
    position: absolute;
    left: 0;  
    width: 2em;  
    height: 2em; 
    background: rgb(0 0 0);
    border-radius: 90px;
    transition: 0.3s;
}

input[type=checkbox]:checked ~ .switch {
    background: #ec710d;
}

input[type=checkbox]:checked ~ .switch-status {
    background: #198754;
}  

input[type=checkbox]:checked ~ .switch-delete {
    background: #dc3545;
}

input[type=checkbox]:checked ~ .switch:after, :checked ~ .switch-status:after, :checked ~ .switch-delete:after {
    left: calc(100% - 2em);
}