html::-webkit-scrollbar {
  width: 5px;
}

.n-inside {
  height: auto;
}
.n-inside::-webkit-scrollbar {
  width: 5px;
}

html {
  width: 100%;
  height: 100%;
  -ms-overflow-style: auto;
  /* IE 11 */
  scrollbar-width: 5px;
  /* Firefox 64 */
}


::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: auto;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: auto;
  border-radius: auto;
  background:auto;
  background:slategrey;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius:auto;
  border-radius:auto;
  outline: 1px solid slategrey;
  background:darkgrey;
  background:#bbbbbb;
  -webkit-box-shadow:auto;
}

.n-head {
  text-transform: uppercase;
  padding-top: 35px;
}


.green_color {
  color:#50ac25;
}

.custom_t_style table th, .custom_t_style table td {
  padding: 5px;
}

.custom_t_style .table {
  margin: 15px auto;
}
.close_popup_button {
  border: none;
  margin: 0 auto;
}


.custom_t_style tbody tr:nth-child(2n+1) {
  background: #f9f9f9;
}
.custom_t_style {
  font-size: 14px;
}

#n-edit-role-select2 {
  width: 100%;
  padding: 12px 20px 12px 20px !important;
  border: 1px solid #bbbbbb;
}
.mt_10 {
  margin-top: 10px;
  display: block;
}
.color_black {
  color: black;
 }

#n-project-users-pop {
  min-height: 450px;
}