.navbar {
  background: #585dcf14;
  border-bottom: 0;
  box-shadow: 0 0 2rem 0 rgba(33, 37, 41, 0.1);
}
.react-tel-input .selected-flag .arrow {
  left: 14px !important;
}
.react-tel-input .form-control {
  width: -webkit-fill-available !important;
  border-radius: 5px !important;
}
body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
li,
table,
.ant-modal-content,
label,
input,
.ant-typography,
.ant-statistic-title,
.ant-tabs {
  font-family: "Poppins", sans-serif !important;
}
.message-detailBar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.message-detailBar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.message-detailBar::-webkit-scrollbar-thumb {
  background: #001529;
  border-radius: 10px;
}

/* Handle on hover */
.message-detailBar::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
@media (min-width: 200px) and (max-width: 768px) {
  .message-detailBar {
    width: 100%;
  }
  .ant-layout.mobile-view,
  .main-layout-container {
    overflow-x: hidden;
  }
}
@media (min-width: 200px) and (max-width: 518px) {
  .departmentButton {
    margin-bottom: 10px;
  }
}
@media (min-width: 200px) and (max-width: 442px) {
  .employee_add_csv_button button:first-child {
    margin-bottom: 10px;
  }
  .employee_add_csv_button {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
