.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle; }

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.6rem; } }
body {
  font-size: 0.875rem; }

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom; }

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  padding: 48px 0 0;
  /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1); }

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */ }

@supports (position: -webkit-sticky) or (position: sticky) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky; } }
.sidebar .nav-link {
  font-weight: 500;
  color: #333; }
  .sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999; }
  .sidebar .nav-link.active {
    color: #007bff; }
  .sidebar .nav-link:hover .feather, .sidebar .nav-link.active .feather {
    color: inherit; }

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase; }

/* Content */
[role="main"] {
  padding-top: 133px;
  /* Space for fixed navbar */ }

@media (min-width: 768px) {
  [role="main"] {
    padding-top: 48px;
    /* Space for fixed navbar */ } }
/* Navbar */
.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25); }

.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0; }

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1); }
  .form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25); }

body {
  background: #e9ecef; }

.border-bottom {
  border-bottom: 1px solid #ced4da !important; }

.count-box {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #cbd3da;
  color: #6c757d; }
  .count-box .title {
    font-size: 24px;
    text-transform: uppercase; }
  .count-box .icon {
    font-size: 26px; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.hidden {
  display: none; }

.card-box:hover {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.1);
  cursor: pointer; }

.card-deck .card {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02); }
  .card-deck .card:hover {
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.1);
    cursor: pointer; }
  .card-deck .card:active {
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.1); }

.input-group-text {
  width: 36px; }

.muted {
  color: #ccc !important; }

.custom-checkbox {
  padding-left: 2rem; }

.navbar-brand-admin {
  background: #0A2E74; }

.is_popup {
  padding-top: 20px !important; }

.account-page .wrapper-page .logo {
  color: #0A2E74 !important; }

.tab-selection {
  margin-bottom: 30px; }
  .tab-selection .nav-item {
    font-size: 15px; }

.toggle .btn-default {
  background: #e6e6e6;
  border: 1px solid #adadad; }
.toggle .toggle-handle {
  background: white; }

.card.active {
  border: 4px solid #007bff; }

.card-block .corner {
  width: 0;
  height: 0;
  border-top: 40px solid #dc3545;
  border-bottom: 40px solid transparent;
  border-left: 40px solid transparent;
  position: absolute;
  right: -1px;
  top: 0px; }
  .card-block .corner span {
    position: absolute;
    top: -38px;
    left: -16px;
    text-align: center;
    font-size: 13px;
    display: block;
    font-weight: bold;
    color: white; }

/*# sourceMappingURL=app.css.map */

.modal-header {
  display: block !important;
}

.cursor-pointer {
  cursor: pointer;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

/**Navbar suggestion container**/
nav .suggestion-container {
  position: relative;
}

nav .suggestion-container .suggestion-button{
  font-weight: 800;
  margin: 10px 30px;
}

nav .suggestion-container .user-info-container{
  display: flex;
  flex-direction: column;
  position: absolute;
  border: 1px solid black;
  padding: 10px;
  left: 0px;
}

nav .suggestion-container .user-info-container .info-block {
  display: flex;
}

nav .suggestion-container .user-info-container .info-block .label-heading{
  font-weight: 500;
  margin-right: 5px;
  text-transform: capitalize;
}

nav .suggestion-container .user-info-container .info-block .value{
  
}

.pmcc_header{
  font-weight: 700;
  font-size: 20px;
}
.gray{
  color:#959595;

}

.pmcc_form .form-control{
  color:#000;

}


/**pmcc message-container**/
.message-container {
  display: block;
  margin-top: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20px;
}

.message-container .header-msg {
  display: flex;
  justify-content: space-between;
}

.message-container .header-msg h2 {
  font-size: 20px;
}

.message-container .header-msg .header-button {
  border: none;
  background: unset;
  border-bottom: 1px solid lightgrey;
}

.message-container .message-list {
  max-height: 400px;
  overflow-y: auto;
}

.message-container .message-list .message {
  padding: 10px 0px;
}

.message-container .message-list .message .message-name {
  font-size: 14px;
}

.message-container .message-list .message .message-content {
  margin: 10px 0;
  border-bottom: 1px solid lightgrey;
  padding-bottom: 5px;
}

.message-time {
  float: right;
}