@charset "UTF-8";
/* CSS Document */

.message {
  padding: 10px;
  margin-top: 20px;
  font-size: 17px;
  text-align: center;
  color: #fff;
}


.login .message {
  margin: 0;
}

.message.success {
    background-color: #5062c0;
    font-weight: 600;
}
.message.error {
    background: #ad001fde;
    font-weight: 600;
}
.message.hidden {
    display: none !important;
}

.comp_logo {
  width: 70px;
}

.logo-box {
  padding: 15px 0;
  margin: 0 !important;
}

.Admin {
  color: #fff;
  background-color: #2ea08c;
  border-color: #2b9683;
}

.Sales {
  color: #fff;
  background-color: #a02e2e;
  border-color: #2b9683;
}

.user-val {
  display: block;
  color: #fff;
}
.user-val_2 {
  padding: 5px 5px;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.row > * {
  margin-top: 1rem;
}

.navbar-expand-xl .navbar-nav .nav-link{
  padding: 10px;
}

.my_lead{
  font-size: 1.1rem;
  font-weight: 300;
  white-space: unset;
}

.seller_body {
  display: block;
  overflow: auto;
  height: 315px;
  width: 100%;
}

.seller_tbl thead, .seller_tbl tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.sidebar-nav {
  overflow-y: scroll;
}