.dropzone-input{
	display: block;
    position: absolute;
    margin: -20px 0px 0px -20px;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}
.dropzone {
	overflow: hidden;
    position: relative;
	}
.dropzone .dz-preview .dz-image img{
	width: 100%;
	}

.image-input-placeholder {
	background-image: url('../img/blank.svg');
}

.logo-login {
    height: 80px !important;
    margin: 10px;
}
.dashboard-widget-two .side-bar .nav-list li a.active {
    background: rgba(255, 255, 255, 0.1);
}
.image-box.imagem img.imagem-src{
width: 150px; height: 150px; object-fit: cover; border-radius: 10%;
}
.haeder-img img{
    width: 50px !important;
    height: 50px !important;
    object-fit: cover !important;
}

.mobile-only{
    display: none !important;
}
@media (max-width: 1199px) {
    .mobile-only{
    display: block !important;
}
}
.menu-link{
    white-space: nowrap;
}
.theme-btn{
  background: #000000 !important;
  border-color: transparent !important;

}
.theme-btn:hover{
  background: #ffd000 !important;
  color: #000000 !important;
}
.theme-btn:hover img{
   -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}
.side-btn{
  background: #000000 !important;
  border-color: transparent !important;
}
.side-btn:hover{
  color: #000000 !important;
  background: #ffd000 !important;
}
.side-btn:hover img{
   -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}
.scroll-to-top{
  background: #000000 !important;
  border-color: transparent !important;
}
.scroll-to-top:hover{
  color: #000000 !important;
  background: #ffd000 !important;
}
/* Faz a coluna esticar */
.car-block-four {
    display: flex;
}

/* Card ocupa toda a altura da maior coluna */
.car-block-four .inner-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Área da imagem cresce conforme o maior card */
.car-block-four .image-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

/* Imagem nunca estoura o container */
.car-block-four .image-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}