body {
    font-family: 'PT Sans', sans-serif;
}

.login {
    margin-top: 5px !important;
}

.editor {
    margin-top: 30px !important;
    margin: auto;
    width: 50%;
}

.h2 {
    margin-bottom: 0 !important;
}

.editorTitle {
    padding: 0.25rem 0.25rem;
    margin-bottom: 0;
    border-radius: 0.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}


.formEdicao {
    margin-top: inherit;
}


.editBtn {
    margin-left: 50px !important;
}

.barra-espaco {
    width: 2px;
    height: 28px;
    background-color: #c7c7c7;
    margin: 0 14px;
    outline: none;
    float: left;

}

.logo-rubeus-sem-texto {
    width: 30px;
    height: 30px;
    background-size: cover;
    float: left;
}

.texto-contatos {
    color: #4d4d4d;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.container-navbar {
    margin: 0;
    max-width: 100%;
    padding: 0;
}

.span-botao-adicionar {
    padding: 10px 0 10px 0;
}

.btn-add {
    min-height: 37px !important;
}

.btn-padrao {
    color: #FFF !important;
    background: #0DA6A6 !important;
}

.baixar-btn {
    background-color: #0DA6A6 !important;
    color: #FFF !important;
}

.btn-padrao:disabled {
    background-color: rgb(16, 128, 127);
}

.custom-container {
    margin-bottom: 12px;
}

.caixa-custom {
    width: 663px;
}

.textarea-customizada {
    border-radius: 5px;
}

.btn-padrao:hover {
    background-color: rgb(16, 128, 127);
}

.btn-padrao:active {
    background-color: rgb(16, 128, 127);
}

.btn-padrao:disabled {
    background-color: #4d4d4d;
}

.btn-perigo {
    background-color: #d9534f !important;
}

.btn-perigo:hover {
    background-color: red;
}

.btn-perigo:active {
    background-color: red;
}

.btn-lado {
    width: 126px;
}

.btn-igual {
    min-width: 85px;
}

.orderInput {
    display: flex;
}


.content-btn-bottom {
    justify-content: space-between;
    margin: 24px;
    padding: inherit;
}

.conteudo div {
    margin: 10px 0px;
}

.logout {
    display: flex;
}

.logout h4 {
    margin: auto;
}

.logout a {
    margin-left: 8px;
}

.custom-navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

nav.navbar {
    margin-bottom: 0;
}



/* Dropdown Button */
.dropbtn {
    /* background-color: #3498DB; */

    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;

    width: 150px;
    height: 51px;
    border-radius: 5px;

    background: #FFFFFF;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 25%), 0px 1px 2px rgb(0 0 0 / 12%), 0px 1px 1px rgb(0 0 0 / 10%);
    color: black;
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
    background-color: #0DA6A6;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius: 5px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

button svg {
    margin-left: 6px !important;
    height: unset !important;
}

svg {
    height: 32px;
}

nav:nth-child(2) div:nth-child(1) {
    display: none;
}

nav:nth-child(2) div:nth-child(2) {
    text-align-last: end;
}

.log {
    margin-right: 50px
}

.conteudoLog {
    margin-top: 15px;
}

.toastConfirmCopy {
    position: fixed;
    z-index: 999;
    opacity: 1 !important;
    right: 15px;
    top: 4px;
    background-color: #2ED47A !important;
    color: #FFF;
    width: 200px;
    text-align: center;
}

.hiddenToast {
    display: none !important;
    visibility: 0 !important;
    opacity: 0 !important;
}

.spinner {
    width: 20px !important;
    height: 20px !important;
    margin-left: 5px !important;
}

.toastLogin {
    position: fixed;
    z-index: 999;
    opacity: 1 !important;
    right: 15px;
    top: 4px;
    background-color: #d42e2e !important;
    color: #FFF;
    width: 205px;
    text-align: center;
}

.no-space {
    margin: 0 !important;
    padding: 0 !important;
}

.eye-icon {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
