.chat-menu-container {
    color: #FFFFFF;
    background: transparent;
    display: flex;
    z-index: 5;
    justify-content: center;
    margin: -45px auto 18px auto;
    transition: all .3s ease-in-out;
}

.chat-menu-container.menu {
    min-height: 70px;
}

.chat-menu-container.cardMenu {
    color: #000000;
    background: #FFFFFF;
    display: flex;
    flex-flow: column;
    box-shadow: 0px 3px 6px #00000057;
    width: 85%;
    max-height: 430px;
}

.chat-menu-item {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    cursor: pointer;
    width: 70px;
    min-height: 70px;
    padding: 4px;
    background: #FFFFFF;
    color: #000000;
    box-shadow: 0px 3px 6px #00000057;
    border: 1px solid #D1D3D4;
    margin: 0 5px 0 5px;
    transition: all .3s ease-in-out;
}

.chat-menu-item-expandir {
    opacity: 0;
    height: 0px;
    width: 70px;
    bottom: -14px;
    position: relative;
    color: #DB532A;
    transition: all .3s ease-in-out;
    font-family: Soleto, Quicksand, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bolder;
    overflow: visible;
}

.chat-menu-item-expandir span {
    background: #D1D3D4;
    padding: 4px 12px;
}

.chat-menu-item:hover .chat-menu-item-expandir {
    opacity: 1;
}

.chat-menu-item:focus, .chat-menu-item:active {
    background: #FFFFFF;
}

.chat-menu-item:only-of-type {
    margin: 0 auto 0 auto;
}

.chat-menu-item:hover {
    color: #DB532A;
}

.chat-menu-item:hover .chat-menu-item-icon div svg path {
    transition: all .3s ease-in-out;
    fill: #DB532A;
    stroke: #DB532A;
    stroke-width: 0px;
}

.chat-menu-item.disabled {
    cursor: not-allowed;
    color: #707070;
}

.chat-menu-item.disabled .chat-menu-item-icon div svg path {
    transition: all .3s ease-in-out;
    fill: #707070;
    stroke: #707070;
    stroke-width: 0px;
}

.chat-menu-item-icon div svg path {
    transition: all .3s ease-in-out;
    fill: #000000;
    stroke: #000000;
    stroke-width: 0px;
}

.chat-menu-item-icon {
    height: auto;
    min-height: 30px;
    width: 30px;
    margin-bottom: 4px;
    transition: all .3s ease-in-out;
}

.chat-menu-item-text {
    font-size: 11px;
}

.chat-menu-item-notification {
    font-size: 11px;
    color: #DB532A;
    background: #000000;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 9px;
    position: absolute;
    margin: -12px auto auto 34px;
}

.chat-menu-header {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 4px 0px;
}

.chat-menu-header-icon {
    min-width: 30px;
}

.chat-menu-header-icon div svg {
    margin: 4px 6px;
}

.chat-menu-title {
    margin: 0px auto 0px 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.chat-menu-btn, .chat-menu-btn:active, .chat-menu-btn:focus {
    padding: 0;
    line-height: 0px;
    margin: 0px 6px 0px 6px;
    min-height: 24px;
    min-width: 24px;
    border-radius: 15px;
    font-size: 20px;
    background: transparent;
    color: #000000;
    border: #000000 1px solid !important;
    transition: all .3s ease-in-out;
}

.chat-menu-btn.maximizar {
    margin-right: 0px;
}

.chat-menu-btn:hover {
    color: #DB532A;
    background: #a1a1a1;
    border: #a1a1a1 2px solid !important;
}

.chat-menu-content-container {
    padding: 8px 8px 0px 8px;
    overflow-y: auto;
}

.chat-menu-content-container .loader {
    width: 0px;
    height: auto;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.chat-menu-content-container .loader.active {
	-webkit-animation-name: activeLoader;
	        animation-name: activeLoader;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
}

.chat-menu-content-container .body {
  display: none;
  opacity: 0;
}

.chat-menu-content-container .body.active {
  display: block;
  -webkit-animation: showCardMenu .3s linear forwards .3s;
          animation: showCardMenu .3s linear forwards .3s;
}

@-webkit-keyframes showCardMenu {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes showCardMenu {
  from { opacity: 0; }
  to { opacity: 1; }
}

@-webkit-keyframes activeLoader {
	0% {
        opacity: 0;
        width: 0px;
        margin: 0px;
	}
	100% {
        opacity: 1;
        width: 50px;
        margin: 20px;
	}
}

@keyframes activeLoader {
	0% {
        opacity: 0;
        width: 0px;
        margin: 0px;
	}
	100% {
        opacity: 1;
        width: 50px;
        margin: 20px;
	}
}

@media (max-device-width: 350px) {
    .chat-menu-item-notification {
        margin: -12px auto auto 28px;
    }
}

@media (max-device-width: 780px) and (min-device-width: 400px) {
    .chat-menu-item {
        width: 80px;
    }
}

@media screen and (max-height: 900px) {
    .chat-menu-container.cardMenu {
        max-height: 400px;
    }
}

/* @media screen and (max-height:786px) {
} */

/* @media screen and (max-height:760px) {
} */

/* @media screen and (max-height: 720px) {
} */

@media screen and (max-height: 640px) {
    .chat-menu-container.cardMenu {
        max-height: 280px;
    }
}

@media all and (max-width: 400px) {
  .chat-menu-container.cardMenu {
    max-width: 250px;
  }
}
