/*
* Base structure
*/

@font-face {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.fc-sun {
    color: #a4afb7 !important;
}

.fc-head {
    display: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.fc-unthemed td.fc-today {
    background-color: transparent !important;
}

.fc-button-primary {
    background-color: transparent;
    border-color: transparent;
    color: #000;
}

.fc-day-grid-event {
    cursor: pointer;
}

.fc-button:hover,
.fc-button:focus,
.fc-button:active,
.fc-next-button:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #000 !important;
    border: none !important;
    outline: 0 !important;
}

.fc-left div:first-child {
    display: flex !important;
}

.fc-left div:first-child button:focus,
.fc-left div:first-child button:hover,
.fc-left div:first-child button:focus-visible {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
    outline: 0 !important;
}

.fc-left div:first-child>h2 {
    font-size: 15px !important;
    text-transform: capitalize;
    margin-top: 10px !important;
}

.fc-event {
    background-color: #008f97 !important;
    border-color: #008f97 !important;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-family: Montserrat;
}

@font-face {
    font-family: "nunito-bold";
    src: url("../fonts/NunitoSans-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "nunito-regular";
    src: url("../fonts/NunitoSans-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

body,
a,
button,
p,
span,
div,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
input,
button,
select,
textarea,
label,
div {
    font-family: "nunito-regular", sans-serif;
}


/* Move down content because we have a fixed navbar that is 50px tall */

body {
    padding-top: 50px;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

.padrao-input {
    border-radius: 6px !important;
}

textarea {
    resize: none !important;
}

.borda-painel {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.nav-tabs>li.active>a {
    background-color: #4eb6b0 !important;
    color: #fff !important;
    font-weight: bold;
}

.nav-tabs>li.active>a:hover {
    background-color: #4eb6b0 !important;
    cursor: pointer;
}

.nav-tabs>li>a {
    background-color: #dddddd !important;
    color: #000 !important;
    font-weight: 700;
    border-radius: 5px 5px 0 0;
    height: 30px;
    padding-top: 5px;
    font-family: montserrat;
    font-size: 12px;
}

.div-container {
    width: 220px;
    height: 40px;
    /* background-color: lawngreen; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.area-total-usuario {
    width: 150px;
    min-height: 100px;
    height: auto;
    margin-left: auto;
}

span .glyphicon-chevron-left {
    color: #4eb6b0 !important;
}

form label {
    color: #868686;
    font-weight: 100;
}

span.stepper-next {
    text-decoration: underline;
    cursor: pointer;
    font-size: 15px;
}

span.stepper-before {
    text-decoration: underline;
    cursor: pointer;
    font-size: 15px;
}

a {
    color: #000000;
}

td {
    font-size: 15px !important;
}

#align-center {
    text-align: center !important;
    color: #4eb6b0 !important;
}

.centralizar-conteudo {
    margin-right: auto;
    margin-left: auto;
}

.btn-success {
    background-color: #4eb6b0 !important;
    border-color: #4eb6b0 !important;
    color: white !important;
    border-radius: 200px !important;
}

.btn-success:focus {
    outline: 0 !important;
}

.btn-danger {
    background-color: #b21313 !important;
    border-color: #b21313 !important;
    color: white !important;
    border-radius: 20px !important;
    margin: 5px;
}

.btn-laranja {
    background-color: #4eb6b0 !important;
    /* border-color: #E9AA00!important; */
    color: #fff !important;
}

.border-radius {
    border-radius: 5px;
    text-transform: uppercase;
}

.inserir_modulo {
    border-radius: 100% !important;
}

.total-relatorio {
    font-weight: 100;
    padding-top: 9%;
    padding-left: 0;
    text-align: left;
}

.dashboard_title {
    background-color: #fff !important;
    color: #878891 !important;
}

.btn-insert {
    background-color: #4eb6b0 !important;
    border-color: #4eb6b0 !important;
    color: #fff !important;
    width: 50px;
    border-radius: 50px 50px;
}

.table>thead>tr>th,
.table>tbody>tr>th {
    border: 0 !important;
}

.table-responsive thead {
    background: #fff;
    padding: 20px;
    color: #4eb6b0;
}

.table-responsive thead tr {
    padding: 10px;
}

.fontAwesome {
    font-family: FontAwesome, sans-serif;
}

.img-equip-evento {
    max-width: 200px;
    max-height: 120px;
    margin: 3%;
}

.img-modal-equipamento {
    margin-left: 30%;
    max-width: 800px;
    max-height: 600px;
    padding-bottom: inherit;
}

.modal-position {
    width: 50%;
    margin: auto;
    margin-top: 35%;
    border-radius: 0px;
    border: 0px;
}

.modal-backdrop {
    background-color: #fff !important;
}

.modal-backdrop.in {
    opacity: 0.5 !important;
    /* z-index: 9998; */
    position: fixed;
}

.modal-header {
    border: 0px !important;
}

.row-info-dashboard {
    margin-bottom: 3.5%;
}

.btn-dashboard {
    color: #fff;
    border: 0px !important;
    background-color: #bd1818;
    border-radius: 50px 50px !important;
}

.btn-default {
    color: #fff;
    background-color: #4eb6b0;
    border-color: #4eb6b0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    color: #ffffff;
    height: 35px;
    min-width: 150px;
    width: auto;
}

.menu-admin:hover {
    background-color: #890958 !important;
    color: #fff !important;
}

.centralizar {
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.table>thead:first-child>tr:first-child>td {
    text-transform: uppercase;
    background-color: #4eb6b0;
    border: 0 !important;
    font-weight: 500;
    color: #fff;
}

.table-bordered>tbody>tr>td {
    border: 0px;
}

.sweet-alert h2 {
    color: #004593 !important;
}

.pad-5 {
    margin-left: 5px;
}

.link-central-ajuda {
    text-decoration: none !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background: none !important;
}

.img-100 {
    width: 100px;
    max-width: 150px !important;
}

.img-usuarios {
    border-radius: 8px;
    width: 100%;
    height: auto;
}

.title-image {
    font-weight: bold;
    letter-spacing: 1;
}

.bootstrap-tagsinput .tag {
    background-color: #2e8b57;
}

.contador-panels {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    margin-top: 20px;
    color: #4eb6b0;
}

.color-h4 {
    color: #000352;
}

.nome-panels {
    font-size: 15px;
    padding-top: -11px;
    margin-bottom: 0px;
    color: #a5a6ad;
}

.title-panels {
    display: block;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 10px;
}

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

.button-alterar-times {
    width: 132px;
    margin: auto;
    padding-top: 10px;
}

.padding-10 {
    padding: 10px;
}

.padding-5 {
    padding: 5px;
}

.padding {
    padding: 0px;
}

.btn-voltar {
    padding-left: 63% !important;
    background: transparent;
    color: #d6b9a6;
    font-size: 25px;
}

.btn-voltar:focus {
    outline: 0 !important;
}

.btn-tam {
    margin-top: 10px;
    margin-bottom: 10px;
}

.input {
    border: 1px solid #ebebf2 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 255) !important;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 255) !important;
    font-weight: 100;
}

.title-input {
    color: #a5a6ad;
    font-size: 13px;
    font-weight: 600;
}

.custom-select-filtro::before {
    content: "\f107";
    font-family: "fontawesome";
    position: absolute;
    right: 30px;
    top: 55%;
    color: #4f515e;
}

.custom-select-filtro>select {
    -webkit-appearance: none;
    -webkit-appearance: none;
}

.custom-select::before {
    content: "\f107";
    font-family: "fontawesome";
    position: absolute;
    right: 30px;
    top: 35px;
    color: #4f515e;
}

.custom-select>select {
    -webkit-appearance: none;
    -webkit-appearance: none;
}

.button-alterar-times {
    width: 132px;
    margin: auto;
    padding-top: 10px;
}

.flex-confontos {
    display: flex;
    justify-items: center;
    justify-content: space-between;
}

.bootstrap-select>.dropdown-toggle {
    height: 100% !important;
}

.nopad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
}

.button-reverse {
    width: 48px;
    height: 40px;
    margin: auto;
    padding-top: 10px;
}

.icon-versos {
    width: 100px;
    height: 10px;
    margin: auto;
    padding-right: 10px;
}

.direction {
    flex-direction: row-reverse;
}

.image-checkbox-checked {
    border-color: #4783b0;
}

.image-checkbox .fa {
    position: absolute;
    color: #4a79a3;
    background-color: #fff;
    padding: 10px;
    top: 0;
    right: 0;
}

.image-checkbox-checked .fa {
    display: block !important;
}

.img-tamanho {
    height: 100px;
    margin: auto;
}

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}


/* Top navigation - Hide default border to remove 1px line. */

.navbar-fixed-top {
    border: 0;
}


/* Sidebar */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .sidebar {
        width: 268px !important;
    }

    .dropdown-toggle {
        background-color: #fff !important;
    }

    .dropdown-toggle:hover {
        background-color: #fff !important;
        color: black !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .remove_button {
        margin-top: 6%;
    }

    .dropdown-toggle .responsivo:hover {
        background-color: #890958 !important;
        color: white !important;
    }

    #menuMobile {
        display: none !important;
    }

    .dropdown-toggle {
        background-color: #fff !important;
    }

    .dropdown-toggle:hover {
        background-color: #fff !important;
        color: black !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .remove_button {
        margin-top: 6% !important;
    }

    .dropdown-toggle {
        color: white !important;
        background-color: #890958 !important;
    }

    .active a {
        background-color: #890958 !important;
    }

    /* .active a:hover {
    background-color: #890958 !important;
    font-family: nunito-bold;
    color: #fff !important;
  } */
    .menus a {
        color: white !important;
    }

    .menus a:hover {
        background-color: #890958 !important;
    }

    .dropdown-toggle .responsivo:hover {
        background-color: #890958 !important;
        color: white !important;
    }
}

@media (max-width: 575.98px) {
    .dropdown-toggle {
        color: white !important;
        background-color: #4eb6b0 !important;
    }

    .remove_button {
        margin-top: 6%;
    }

    .dropdown-toggle .responsivo:hover {
        background-color: #4eb6b0 !important;
        color: white !important;
    }

    .active a {
        font-family: nunito-bold;
        color: #fff !important;
        background-color: #4eb6b0 !important;
    }

    /* .active a:hover {
    font-family: nunito-bold;
    color: #fff !important;
    background-color: #890958 !important;
  } */
    .menus a {
        color: white !important;
    }

    .menus a:hover {
        background-color: transparent !important;
    }

    .metragens {
        font-size: 12px !important;
    }
}

.menus a:hover {
    background-color: transparent !important;
}


/* Hide for mobile, show later */

.sidebar {
    display: none;
}

@media (min-width: 768px) {
    .sidebar {
        width: 268px !important;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #4eb6b0;
        background-image: linear-gradient(#4eb6b0, #43b7b2);
        text-align: center;
    }

    .active a {
        font-family: nunito-bold;
        color: #fff !important;
        background-color: #4eb6b0 !important;
    }

    /* .active a:hover {
    font-family: nunito-bold;
    color: #fff !important;
    background-color: #890958 !important;
  } */
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #menuMobile {
        display: none !important;
    }

    .dropdown-toggle {
        background-color: #fff !important;
    }

    .dropdown-toggle:hover {
        background-color: #fff !important;
        color: black !important;
    }

    .remove_button {
        margin-top: 6%;
    }

    .active a {
        font-family: nunito-bold;
        color: #fff !important;
        background-color: #890958 !important;
    }
}

.active.menus a:hover {
    color: #fff !important;
    background-color: #890958 !important;
}

@media (min-width: 1200px) {
    #menuMobile {
        display: none !important;
    }

    .dropdown-toggle {
        background-color: #fff !important;
    }

    .dropdown-toggle:hover {
        background-color: #fff !important;
        color: black !important;
    }

    .remove_button {
        margin-top: 6%;
    }

    .active a {
        font-family: nunito-bold;
        color: #fff !important;
        background-color: #4eb6b0 !important;
    }
}


/* Sidebar navigation */

.nav-sidebar>li>a {
    font-size: 16px;
    padding: 15px 20px;
    float: left;
    text-align: left;
    width: 100% !important;
    cursor: pointer;
    color: #fff;
    padding-left: 30px;
}


.nav-sidebar>.active>a:hover,
.nav-sidebar>.active>a,
.nav-sidebar>li>a:focus,
.nav-sidebar>li>a:hover{
    color: #4eb6b0 !important;
    background-color: #fff !important;
    border-left: solid #255c59 6px;
    transition: 0.5s ease;
    width: 100% !important;
    padding-left: 30px;
}

/*
Main content
*/
a .menus:hover {
    background-color: #4eb6b0 !important;
}

.main {
    padding: 40px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 60px;
        padding-left: 60px;
    }
}

.main .page-header {
    margin-top: 0;
    font-weight: 700;
    color: #4eb6b0;
    font-size: 25px;
}


/* Placeholder dashboard ideas  */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

.placeholders h4 {
    margin-bottom: 0;
}

.placeholder {
    margin-bottom: 20px;
}

.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

.navbar-brand {
    padding: 0px !important;
    height: 80px;
    background-color: #fff;
}

.navbar-brand img {
    background-color: #fff;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    padding: 10px;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    background-color: #fff !important;
}

.navbar-inverse {
    background-color: #ffffff !important;
    color: #000;
    border-bottom: 2px solid #eee;
    padding: 6px;
}

.tool {
    position: relative;
    text-align: center;
}

.tool::before,
.tool::after {
    position: absolute;
    left: 50%;
    opacity: 0;
    z-index: 1000000000;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
    opacity: 1;
    z-index: 1000000000;
    font-size: 11px;
    text-transform: uppercase;
}

.tool::before {
    border-style: solid;
    border-width: 1em 0.75em 0 0.75em;
    border-color: #4eb6b0 transparent transparent transparent;
    bottom: 100%;
    margin-left: -0.5em;
    content: " ";
}

.tool::after {
    background: #4eb6b0;
    border-radius: 20px;
    bottom: 125%;
    color: white;
    min-width: 14.5em;
    padding: 3px;
    margin-left: -8.75em;
    content: attr(data-tip);
}

.form-busca .col-md-4 {
    margin-bottom: 10px;
}

.form-control {
    /* border-radius: 25px; */
    background-color: white !important;
}

button {
    border-radius: 5px !important;
    border: 0px;
}

.btn-voltar {
    border-radius: 25px !important;
    border: 0px;
    background-color: transparent;
    color: #4eb6b0;
}

.form-busca .form-control {
    /* border-radius: 6px !important; */
    /* -webkit-appearance: none; */
    -webkit-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
}

select {
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
}

.form-adicionar .form-control {
    /* border-radius: 6px; */
}

.form-mostruario .form-control {
    /* border-radius: 6px; */
}

.form-adicionar .col-md-4 {
    margin-bottom: 10px;
}

.recovery {
    cursor: hand !important;
}

.profile-photo .slim {
    width: 150px;
    border-radius: 50%;
}

.form-adicionar .col-md-3,
.form-adicionar .col-md-6 {
    margin-bottom: 10px;
}

.form-adicionar .col-lg-12 {
    margin-bottom: 10px;
}

.panel-title {
    color: white;
    padding: 10px;
    background-color: #4eb6b0;
}

.panel-heading {
    padding: 0 !important;
}

.center {
    text-align: center;
}

.stepper {
    padding: 8px;
    cursor: pointer;
    border: 1px solid #4eb6b0;
    border-radius: 4px;
    margin-right: 4px;
    margin-left: 4px;
    font-size: 18px;
}

.buscar {
    border-radius: 30px !important;
    background-color: #4eb6b0 !important;
    color: white !important;
    padding: 10px;
}

.stepper-active {
    background-color: #4eb6b0;
    color: #fff;
    border: 1px solid #4eb6b0;
    border-radius: 4px;
    padding: 8px;
    font-size: 18px;
}

.stepper:hover {
    background-color: #4eb6b0;
    color: #fff;
}

.active .menus {
    background-color: rgb(20, 143, 151) !important;
    color: white !important;
}

.valid {
    border: 1px solid green;
}

.invalid {
    border: 1px solid red;
}

.filtroativo {
    background-color: rgba(20, 142, 151, 0.158);
}

.nav-sidebar>.active>a,
.nav-sidebar>.active>a:hover,
.nav-sidebar>.active>a:focus {
    background-color: #4eb6b0;
}

.btn-info {
    background-color: #4eb6b0 !important;
    border-color: #4eb6b0 !important;
    border-radius: 5px;
    margin-right: 2px;
    margin-left: 2px;
    min-width: 50px !important;
    width: auto !important;
}

.btn_limpar {
    min-width: 150px !important;
}

.btn-info-editar {
    display: flex;
    background-size: contain;
    height: 22px;
    justify-content: center;
    align-items: center;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    /* float: left; */
    cursor: pointer;
}

.btn-info-editar img {
    height: 100%;
    margin: 0 2px;
}

.btn-info-editar img:hover {
    opacity: 0.8;
}

#menuMobile {
    max-height: 1000px !important;
    background-color: #4eb6b0 !important;
    color: white !important;
}

#menuMobile li {
    line-height: 15px !important;
    font-size: 12px !important;
    padding: 0;
}

.rodape {
    background-color: none;
    text-align: center;
    color: #5a5a5a;
    font-size: 13px;
    padding-top: 5px;
    position: relative;
    bottom: 0px;
    height: 40px;
    width: 100%;
    z-index: 9999;
}

.rodape-login {
    text-align: center;
    color: #fff;
    font-size: 13px;
    position: relative;
    bottom: 0 !important;
    width: 100%;
    z-index: 9999;
}

.img-rodape-login {
    max-width: 100%;
    max-height: 100%;
}

.footer {
    position: absolute;
}

.btn-login {
    border: solid 1px #fff;
}

.main {
    min-height: calc(100vh - 90px);
}

.img-div-time {
    height: 20px;
    margin: auto;
}

.img-div-time img {
    height: 20px;
    max-width: 50px;
}

.table-responsive {
    /* display: flex;
  justify-content: center;
  align-items: center; */
    text-align: center;
    color: #4f515e;
    box-shadow: 0 1px 15px rgb(255, 255, 255);
}

.active .dialog-team {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    margin: auto;
}

.active .dialog-team::after {
    content: "\f00c";
    font-family: "fontawesome";
    background: green;
    text-align: center;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
}

.f10 {
    font-size: 10px !important;
}

.listaImagens img {
    width: 200px;
    margin: 10px;
    border: 3px solid #ccc;
    margin-left: 0px;
}

.listaVideos video {
    width: 400px;
    margin: 10px;
    margin-left: 0px;
}

.navbar-toggle {
    border-color: #4eb6b0 !important;
}

.navbar-toggle>.icon-bar {
    background-color: #4eb6b0 !important;
}

#tab-user {
    /* color: #a5a6ad; */
    /* background-color: #fff !important; */
    color: #fff;
    border: 0;
}

#a-menu-lateral {
    color: #fff;
}

#a-menu-lateral:hover {
    background-color: rgb(140, 14, 14);
    color: #783015;
}

#txt-foto {
    color: #4f515e;
    font-weight: 100;
    line-height: 1.2;
}

#panel-heading {
    padding: 15px !important;
}

#page-header {
    border: 0px !important;
}

#panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 1px rgb(255, 255, 255);
    box-shadow: 0 1px 15px rgb(255, 255, 255);
    border: 0;
}

#imgavatar,
#avatar,
#imgimagem,
#imgfoto,
#files {
    border-radius: 100px;
    width: 150px;
    height: 150px;
    object-fit: cover;
    background-color: #e8e8e8;
}

#form-busca input.input-form-busca::placeholder,
#form-busca select.select-form-busca::placeholder,
#form-alt input.input-form-alt::placeholder,
#form-alt textarea.textarea-form-alt::placeholder,
#form-alt select.select-form-alt::placeholder,
#form-add select.select-input-form::placeholder,
#form-add input.input-form-add::placeholder,
#form-add textarea.textarea-form-add::placeholder {
    color: #555 !important;
    font-weight: 100;
}

#mudar_times {
    display: none;
    width: 100%;
    height: auto;
    border-style: dashed;
    overflow: hidden;
    margin-top: 30px;
}

#campeonatos-selecionados {
    margin-top: 10px;
    margin-bottom: 10px;
}

#logout a {
    color: #333;
}

#linkifu,
#linkifu:link,
#linkifu:visited {
    color: #4eb6b0 !important;
}

#divimg {
    margin-bottom: 5%;
}

#formImage {
    display: none;
}

#formVideo {
    display: none;
}

#label-recuperar {
    text-align: center;
    color: #838383;
    font-weight: normal !important;
}

.panel-body {
    width: 100%;
    overflow-x: auto;
}

#overlay {
    opacity: 0.9 !important;
    z-index: 1039;
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    transition: opacity 200ms ease-in-out;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* Black background with opacity */
    /* z-index: 2; Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

#lista-motoboys tbody tr td,
#lista-clientes tbody tr td {
    vertical-align: middle;
}

.midias img {
    width: 100px !important;
    border: solid 5px #ccc;
    margin: 10px;
    vertical-align: top;
    display: inline-block;
}

.chat1 {
    background-color: #fff !important;
    border: solid 2px #c3c3c3;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    width: 60%;
    display: inline-block;
}

.separador {
    width: 200px;
    display: inline-block;
    height: 30px;
    background-color: white;
}

.conversa img {
    width: 50px;
    border: solid 2px #c3c3c3;
    border-radius: 30px;
    display: inline-block;
}

.hidden {
    display: none !important;
}

.vermelho {
    color: #bd1818;
}

.comentario-social {
    margin-left: 40px !important;
    width: 70% !important;
    margin-bottom: 20px !important;
    background-color: #f5f5f5 !important;
    padding: 10px !important;
    border-radius: 10px !important;
}

.link-pdf p {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bd1818 !important;
    padding: 8px 14px !important;
    border-radius: 15px;
    color: #fff !important;
}

.link-pdf:hover {
    text-decoration: none !important;
}

.btn_add_admin {
    background-color: #4eb6b0 !important;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 15px;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.btn_add_admin:hover {
    color: #fff !important;
}

.bloco_navegacao_dashboard {
    background-color: #4eb6b0;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
    width: 24%;
}

.avatar_fale_conosco {
    object-fit: cover;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    margin-right: 20px;
}

.chat_fale_conosco {
    min-height: 80px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    background-color: #E7E8EA;
    padding: 10px 20px 10px 20px;
}

.img_artigo {
    border-radius: 6px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.d-flex{
    display: flex;
}

.d-none{
    display: none;
}

.fd-c{
    flex-direction: column;
}

.invalid-form,
.invalid-image {
	border: 1px solid #ff0000;
}

/* DIV de documento PDF */
.documento {
	width: 50%;
}

.documento .form-group {
	position: relative;
	display: inline-block;
	border: 1px solid #000000;
	border-radius: 10px;
	min-width: 100px;
	height: 100px;
}

.documento .form-group input {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 60px;
	transform: translate(-50%, -50%);
	opacity: 0;
}


.align-items-center{
    align-items: center;
}