html {
  overflow-x: hidden;
  font-family: sans-serif;
}

body {
  font-family: sans-serif;

}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
  color: #123977;
  font-weight: bold;
  background-color: #fff !important;
  box-shadow: none;
}

.nav-sidebar>.nav-item:hover {
  font-weight: bold;
  background-color: none;

}

.brand-link {
  padding: .5125rem 0.1rem;
}

.table {
  margin-bottom: 0 !important;
}

[data-widget="pushmenu"] {
  display: none !important;
}


.min-width-100 {
  min-width: 100px;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.page-item {
  font-weight: 700;
}

.page-link {
  color: #384D6C;
}

.page-item.active .page-link {
  color: #384D6C;
  background-color: #fff;
  border: 0.3px solid #000000;
}

.text-pri-700 {
  color: #7A798E;
  font-weight: 700;
}

.text-dark-700 {
  color: #3A3948;
  font-weight: 700;
}

.text-self-center {
  align-self: center;
}

.login-box,
.register-box {
  width: 600px;
}

.required {
  color: red;
}

.form-checkbox {
  width: 20px;
  height: 20px;
  display: inline-block;
  /* background-color: #403DED; */
}

.form-input-readonly {
  padding: 5px;
  background-color: #FFFFFF !important;
  cursor: pointer;
  border: 1px solid #ced4da;
}

.btn-main {
  color: #fff;
  background-color: #403DED;
  border-color: #403DED;
  box-shadow: none;
  min-width: 90px;
}

.btn-warning {
  min-width: 90px;
}

.btn-main:hover {
  color: #fff;
  background-color: #403DED;
  border-color: #403DED;
  opacity: .8;
}

.link-icon:hover {
  text-decoration: none;
  opacity: .8;
}

.login-custom {
  margin: 0 auto;
  margin-top: auto;
  margin-bottom: auto;
}

.card-title {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0;
}

.text-link {
  color: #403DED;
  text-decoration: underline;
}

.width-200 {
  max-width: 200px;
}

.icon-side-menu {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('../images/Sidebar.png');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}

.icon-pc {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('../images/monitor.png');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}

.icon-users {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('../images/account-group-outline.png');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}

.icon-menu-import {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('../images/file-import-outline.png');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}

.icon-menu-check {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('../images/CheckSquareOffset-d.png');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}

.icon-dotdotdot {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('../images/dots-horizontal-circle-outline.png');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}

.icon-send {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('../images/send-variant.png');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}

/* .clickable-row {
  cursor: pointer;
}

.clickable-row:hover {
  background-color: #f5f5f5;
} */

.truncate-multiline {
  max-width: 250px;
  overflow: hidden;
  overflow-wrap: break-word;
  display: block;
  max-height: 65px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.clear-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: .7;
}