html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}            
body {
  margin: 0;
  font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #858796;
  text-align: left;
  background: #f8f9fd;
}
/* Variaveis */
:root {
  --background-primary: #ff5722;
  --background-secondary: #ff8862;
  --background-conversation-container:  rgb(239, 234, 226, .4);
  --color-message-clock: #9a9a9a;
  --color-message-interactive-button: #009de2;
  --background-sender: #fff;
  --background-sender-reply: #f5f6f6;
  --background-receiver: #dcf8c6;
  --background-receiver-reply: #d1f4cc;
  --background-message-reply-border: #06cf9c;
  --background-message-transcription-border: #f15c6d;
  --background-branding: #ff5722;
  --background-branding-secondary: #ff8862;
}

/* Colors */
.bg-gradient-primary {
  background-color: var(--background-primary);
  background-image: linear-gradient(180deg, var(--background-primary) 10%, var(--background-secondary) 160%);
  background-size: cover;
}
.text-gray-500 {
  color: #b7b9cc !important;
}
.text-gray-600 {
  color: #858796 !important;
}
.text-gray-800{
  color: #5a5c69 !important;
}
.text-gray-300 {
  color: #dddfeb !important;
}
.text-blue{
  color: #006AFF;
}
.text-purple{
  color: #833AB4;
}
.text-light-blue{
  color: #24A1DE;
}
.text-light-green{
  color: #25D366;
}
.text-dark-green{
  color: #128C7E;
}

/* Fonts */
.text-xs {
  font-size: .7rem;
}
.font-weight-bold {
  font-weight: 700;
}
.text-truncate{
  max-width: 13.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3rem;
  color: #3a3b45;
  text-align: inherit;
  font-size: .85rem;
  font-weight: 500;
}
.small{
  font-size: 80%;
  font-weight: 400;
}

/* Login */
.ftco-section {
  padding: 5em 0 0 0;
}
.login-wrap {
  position: relative;
  background: #fff;
}
.wrap {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}
.img-branding{
  height: 256px;
  width: auto;
}
.img-branding-nav{
  height: 30px;
  width: auto;
}
.text-wrap {
  background: var(--background-branding);
  background: -moz-linear-gradient(-45deg, var(--background-branding) 0%, var(--background-branding-secondary) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, var(--background-branding)), color-stop(100%, var(--background-branding-secondary)));
  background: -webkit-linear-gradient(-45deg, var(--background-branding) 0%, var(--background-branding-secondary) 100%);
  background: -o-linear-gradient(-45deg, var(--background-branding) 0%, var(--background-branding-secondary) 100%);
  background: -ms-linear-gradient(-45deg, var(--background-branding) 0%, var(--background-branding-secondary) 100%);
  background: -webkit-linear-gradient(315deg, var(--background-branding) 0%, var(--background-branding-secondary) 100%);
  background: -o-linear-gradient(315deg, var(--background-branding) 0%, var(--background-branding-secondary) 100%);
  background: linear-gradient(135deg, var(--background-branding) 0%, var(--background-branding-secondary) 100%);
  color: #fff;
}
.text-wrap, .login-wrap {
  width: 50%;
}
.text-wrap {
  white-space: normal !important;
}
.btn.btn-branding {
  border-radius: 50px;
  background: var(--background-branding);
  color: #fff;
  padding: 12px;
}
.btn.btn-branding:hover {
  background: var(--background-branding-secondary);
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox-primary {
  color: var(--background-branding-secondary);
}
.checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-primary input:checked ~ .checkmark:after {
  color: var(--background-branding-secondary);
}
.checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
  content: "\f14a";
  font-family: "FontAwesome";
  color: var(--background-branding);
}
.checkmark:after {
  content: "\f0c8";
  font-family: "FontAwesome";
  position: absolute;
  color: rgba(0, 0, 0, 0.1);
  font-size: 20px;
  margin-top: -4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.login-forgot{
  text-decoration: none;
  color: gray;
}
.login-forgot:hover{
  color: var(--background-branding);
}
.heading-section{
  position: relative;
}
.heading-section svg{
  position: absolute;
  top: 0px;
  right: 0px;
}

/* Wrapper */
#wrapper{
  display: flex;
  min-height: 100%;
  background-color: #f8f9fc;
}
#wrapper #content-wrapper {
  height: 100%;
  width: 100%;
}

/* Sidebar */
.sidebar{
  width: 14rem !important;
}
.nav-item{
  margin-bottom: 12px;
}
.nav-item .nav-link {
  color: rgba(255, 255, 255, .8);
  font-size: 17px;
}
.nav-item.active .nav-link{
  color: rgb(0, 0, 0);
  background-color: #FBCEB1;
}
.nav-item .nav-link:hover {
  color: rgb(255, 255, 255);
}
#sidebarToggleTop {
  height: 2.5rem;
  width: 2.5rem;
}
#sidebarToggleTop:hover {
  background-color: #eaecf4;
}
#sidebarToggleTop:active {
  background-color: #dddfeb;
}

/* Navbar */
.navbar{
  height: 4.375rem;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-nav .nav-item .nav-link:active {
  color: #858796;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #b7b9cc;
}
.navbar-nav .nav-item .nav-link {
  color: #d1d3e2;
}
.btn-link {
  font-weight: 400;
  color: #4e73df;
  text-decoration: none;
}
.btn-link:hover {
  color: #224abe;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #858796;
  pointer-events: none;
}
.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}
.img-profile{
  height: 2.5rem;
  width: 2.5rem;
}
.topbar-divider{
  width: 0;
  border-right: 1px solid #e3e6f0;
  height: calc(4.375rem - 2rem);
  margin: auto 1rem;
}
.badge-counter {
  position: absolute;
  transform: scale(0.7);
  transform-origin: top right;
  right: .10rem;
  margin-top: -.10rem;
  font-size: 10px;
}

/* Cards */
.border-left-light-green {
  border-left: .25rem solid #25D366 !important;
}
.border-left-dark-green {
  border-left: .25rem solid #128C7E !important;
}
.border-left-blue {
  border-left: .25rem solid #006AFF !important;
}
.border-left-purple {
  border-left: .25rem solid #833AB4 !important;
}
.border-left-light-blue {
  border-left: .25rem solid #24A1DE !important;
}

/* Messages */
#messages .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #858796;
  white-space: nowrap;
}
#messages .text-uppercase, .dropdown .dropdown-menu .dropdown-header, .sidebar .sidebar-heading {
  text-transform: uppercase !important;
}
#messages .dropdown-menu .dropdown-header {
  font-weight: 800;
  font-size: 0.65rem;
  color: #b7b9cc;
}
#messages .dropdown-list .dropdown-header {
  background-color: #4e73df;
  border: 1px solid #4e73df;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff !important;
  border-radius: .35em .35em 0 0;
}
#messages .dropdown-menu{
  border-radius: .35em;
  padding-top: 0;
  padding-bottom: 0;
  width: 20rem !important;
}
#messages .dropdown-menu .dropdown-item{
  white-space: normal;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-left: 1px solid #e3e6f0;
  border-right: 1px solid #e3e6f0;
  border-bottom: 1px solid #e3e6f0;
  line-height: 1.3rem;
}
#messages .dropdown-list .dropdown-item .dropdown-list-image {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
}
#messages .dropdown-list .dropdown-item .dropdown-list-image img {
  height: 2.5rem;
  width: 2.5rem;
}
.list-group a{
  text-decoration: none;
}
#list-channels, #list-departments {
  border-radius: 0;
}
#list-channels a.active, #list-departments a.active {
  background-color: var(--bs-gray-200);
  color: var(--bs-dark);
  border: 1px solid var(--bs-danger);
}

/* Cropped Avatar */
#modal_avatar .modal-body {
  min-height: 400px;
  max-height: 400px;
}
.imgdiv {
  max-height: 600px !important;
  max-width: 600px !important;
}
#profile_avatar{
  width: 164px;
  height: 164px;
}
#imagecan{
  cursor: pointer;
  max-height: 300px;
  max-width: 600px;
}

/* Password View */
.password-container {
  position: relative;
}
.password-container input {
  padding-right: 40px;
}
.password-container button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}

@-webkit-keyframes growIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
  
@keyframes growIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animated--grow-in, .sidebar .nav-item .collapse {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}