/**
*   Fonts
*/

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}

/**
*   General CSS
*/

body {
  background-color: #f8f9fa;
}
.main {
  width: 100vw;
  height: 100vh;
}
.burger-menu-btn {
  display: none;
  background-color: #48c588;
  padding: 14px;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 999;
}
.sidebar-section {
  position: fixed;
  width: 240px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;

}
.main-section {
  position: fixed;
  width: calc(100% - 240px);
  height: 100%;
  right: 0;
}
.sidebar-section .top-block {
  width: 100%;
  height: 130px;
  padding: 18px 0 18px 36px;
}
.sidebar-section .mid-block {
  width: 100%;
  height: calc(100vh - 200px);
}
.sidebar-section .bot-block {
  width: 100%;
  height: 70px;
  padding: 10px 0 0 44px;
}
.logo {
  width: auto;
  height: 50px;
}
.menu {
  width: 100%;
  height: auto;
  max-height: 95%;
  list-style: none;
  padding: 0 0 0 20px;
  overflow-y: scroll;
  margin: 0;
}
.menu .menu-item {
  width: 100%;
  min-height: 50px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.menu .menu-item a {
  display: block;
  font-family: "Montserrat-Medium";
  font-size: 18px;
  color: #092532;
  line-height: normal;
  padding: 14px 25px 14px 65px;
  position: relative;
}
.menu .menu-item a i {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate(0, -50%);
}
.menu .menu-item:hover,
.menu .menu-item a.current {
  background-color: #48c588;
  border-radius: 10px;
}
.menu .menu-item:hover a,
.menu .menu-item a.current {
  color: #fff;
  text-decoration: none;
}
.menu .menu-item:last-child {
  margin-bottom: 0;
}
.logout-link {
  font-family: "Montserrat-Medium";
  font-size: 16px;
  color: #9da0ac;
}
.logout-link i {
  font-size: 20px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.logout-link:hover {
  text-decoration: none;
  color: #9da0ac;
}
.header {
  height: 80px;
  padding: 15px 38px 15px 32px;
}
.header .header-title {
  font-family: "Montserrat-Bold";
  font-size: 25px;
  font-weight: normal;
  color: #092532;
  margin: 0;
  line-height: 50px;
}
.search-bloc {
  width: 100%;
  height: 50px;
  line-height: 40px;
  background-color: #eaecf3;
  border-radius: 10px;
  padding: 5px;
}
.dropdown-element {
  display: inline-block;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 0;
  border-radius: 10px;
  text-align: left;
}
.dropdown-element.show {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #eaecf3;
  border-bottom: 0;
}
.search-bloc .dropdown-element {
  top: -2px;
  width: 214px;
}
.dropdown-element .dropdown-label {
  width: calc(100% - 25px);
  height: 100%;
  text-align: left;
  padding: 0 0 0 15px;
  overflow: hidden;
  box-shadow: none;
}
.dropdown-element .dropdown-label:after {
  content: "";
  border: 0;
  border-right: 2px solid #092532;
  border-bottom: 2px solid #092532;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(45deg) translate(50%, -50%);
  margin-top: -3px;
}
.dropdown-element .dropdown-label,
.dropdown-element .dropdown-item {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  color: #092532;
}
.dropdown-element .dropdown-item {
  line-height: normal;
  padding: 10.5px 15px;
  white-space: normal;
}
.dropdown-element .dropdown-item.active,
.dropdown-element .dropdown-item:active {
  color: #fff;
  background-color: #48c588;
}
.dropdown-element .dropdown-menu {
  width: auto;
  min-width: calc(100% + 2px);
  left: -1;
}
.dropdown-element.show .dropdown-menu.show {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  border: 1px solid #eaecf3;
  border-top: 0;
}
.search-bloc .search-input {
  width: calc(100% - 219px);
  background-color: transparent;
  font-family: "OpenSans-Regular";
  font-size: 14px;
  color: #092532;
  border: 0;
  padding: 0 15px;
  margin: 0;
  outline: 0;
}
.dynamic-search-results {
  display: none;
  width: calc(100% - 249px);
  background: #eaecf3;
  border-radius: 10px;
  padding: 10px 23px;
  z-index: 9;
  position: absolute;
  top: 51px;
  right: 15px;
}
.search-bloc .search-input:focus + .dynamic-search-results,
.dynamic-search-results.show {
  display: block;
}
.dynamic-search-results .single-result {
  display: block;
  font-family: "OpenSans-Bold";
  font-size: 16px;
  font-weight: normal;
  color: #092532;
  line-height: normal;
  margin-bottom: 10px;
  cursor: pointer;
}
.dynamic-search-results .single-result.sub-result {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  color: rgb(0 0 0 / 0.51);
  padding-left: 20px;
}
.dynamic-search-results .single-result:last-child {
  margin-bottom: 0;
}
.header-profile a:hover {
  text-decoration: none;
}
.header-profile .hp-left {
  display: inline-block;
  width: max-content;
  height: 50px;
  text-align: right;
  padding-right: 12px;
  float: right;
}
.header-profile .hp-right {
  display: inline-block;
  width: 50px;
  height: 50px;
  float: right;
}
.header-profile .hp-right .profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.header-profile .hp-right .profile-initial {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "OpenSans-Bold";
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 10px;
  line-height: 50px;
}
.header-profile .hp-left .name {
  display: block;
  padding-top: 5px;
  line-height: normal;
  font-family: "OpenSans-Regular";
  font-size: 16px;
  color: #092532;
}
.header-profile .hp-left .job {
  opacity: 0.31;
  font-family: "OpenSans-Regular";
  font-size: 12px;
  color: #092532;
}
.main-content {
  width: 100%;
  height: calc(100vh - 80px);
  padding: 0 53px 50px 47px;
  overflow-y: scroll;
}
.dashboard-content {
  padding-top: 50px;
  margin-bottom: 55px;
}
.dashboard-content .dsh-title {
  font-family: "Montserrat-Bold";
  font-size: 40px;
  color: #092532;
  line-height: normal;
}
.dashboard-content .dsh-date {
  font-family: "Montserrat-Medium";
  font-size: 16px;
  color: #9da0ac;
}
.dashboard-content .dsh-date span {
  color: #48c588;
}
.dashboard-list a:hover {
  text-decoration: none;
}
.dsh-title {
  font-family: "Montserrat-Medium";
  font-size: 20px;
  color: #9da0ac;
  margin-bottom: 15px;
}
.dsh-item {
  width: 100%;
  height: 70px;
  background-color: #fff;
  border-radius: 13px;
  margin-bottom: 16px;
  padding: 0 20px;
  line-height: 70px;
  cursor: pointer;
}
.dsh-item:hover {
  border: 1px solid rgba(0,0,0,0.17);
}
.dsh-item:active {
  box-shadow: inset 0 0px 10px 0 rgba(0,0,0,0.1);
  transform: scale(0.98);
}
.dsh-item .dsh-item-date {
  font-family: "Montserrat-Medium";
  font-size: 16px;
  color: #092532;
}
.dsh-item .dsh-item-hours {
  width: 78px;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  border-radius: 8px;
  font-family: "OpenSans-Regular";
  font-size: 14px;
  color: #9da0ac;
  background-color: rgb(157 160 172 / 0.15);
  text-align: center;
  float: right;
}
.dsh-item .dsh-item-close {
  font-size: 18px;
  color: #9da0ac;
  background: transparent;
  border: 0;
  float: right;
  height: 30px;
  margin-top: 20px;
  margin-left: 19px;
  padding: 0;
  outline: 0;
}
.breadcrumb {
  display: block;
  padding: 25px 0;
  margin: 0;
  background-color: transparent;
}
.breadcrumb .container-fluid,
.table-action-buttons .container-fluid {
  padding: 0 0 15px;
}
.breadcrumb .container-fluid:last-child,
.table-action-buttons .container-fluid:last-child {
  padding: 0;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.bc-link {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  color: #9da0ac;
  margin-right: 37px;
}
.bc-link i {
  margin-right: 5px;
}
.bc-link.active,
a.bc-link:hover {
  color: #092532;
  text-decoration: none;
}
.align-left .bc-link:last-child,
.align-right .bc-link:last-child {
  margin: 0;
}
.bc-date {
  font-family: "Montserrat-Medium";
  font-size: 26px;
  color: #092532;
  line-height: 46px;
}
.bc-date span {
  color: #48c588;
}
.bc-time {
  display: inline-block;
  width: 116px;
  height: 46px;
  border-radius: 10px;
  font-family: "Montserrat-Bold";
  font-size: 20px;
  color: #9da0ac;
  background-color: rgb(157 160 172 / 0.15);
  text-align: center;
  line-height: 46px;
}
.white-block {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.task-form {
  width: 100%;
  padding: 32px 36px 28px;
}
.task-form .task-close {
  font-size: 18px;
  color: #cacaca;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 11px;
  right: 11px;
  outline: 0;
}
.white-block .container-fluid {
  padding: 0 0 24px;
}
.white-block .container-fluid:last-child {
  padding: 0;
}
.form-item {
  width: 100%;
}
.form-item label {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  color: #092532;
  width: 100%;
}
.form-item.inline label {
  display: inline-block;
  width: 33%;
  float: left;
  margin: 0;
  padding: 11px 0;
}
.form-item label .label-link {
  font-size: 18px;
  color: #cacaca;
  float: right;
  margin-top: 2px;
}
.form-item .dropdown-element {
  background-color: #f5f5f5;
  height: 46px;
}
.form-item.inline .dropdown-element {
  display: inline-block;
  width: 67%;
}
.form-item .dropdown-element .dropdown-menu {
  background-color: #f5f5f5;
}
.form-item .form-item-input {
  width: 100%;
  height: 46px;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 10px;
  padding: 0 15px;
  outline: 0;
}
.form-item .form-item-textarea {
  width: 100%;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 10px;
  padding: 5px 15px;
  outline: 0;
}
.form-item .error-message {
  display: none;
  font-family: "OpenSans-Regular";
  font-size: 13px;
  color: #ff0000;
  padding: 10px 0;
}
.form-item.form-error label {
  color: #ff0000;
}
.form-item.form-error .dropdown-element,
.form-item.form-error .form-item-input,
.form-item.form-error .form-item-textarea {
  border: 1px solid #ff0000;
}
.form-item.form-error .error-message {
  display: block;
}
.form-item .btn-green-square.expand-input.expanded {
  width: 100%;
}
.absent-block {
  display: inline-block;
  width: 311px;
  padding: 21px 36px 20px;
}
.action-buttons  {
  width: 176px;
}
.btn-validate.btn,.btn-add.btn {
  width: 100%;
  height: 50;
  background-color: #808080;
  font-family: "Montserrat-Medium";
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  margin-bottom: 18px;
  padding: 0 24px;
}
.action-buttons .btn:last-child {
  margin-bottom: 0;
}
.btn.btn-add,
.btn.btn-validate {
  width: auto;
  min-width: 176px;
}
.btn.btn-add {
  background-color: #092532;
}
.btn.btn-add:hover {
  background-color: #1C4C63;
}
.btn.btn-validate {
  background-color: #48c588;
}
.btn.btn-validate:hover {
  background-color: #79E0AE;
}
input.datepicker {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  color: #092532;
}
.datepicker-container {
  position: relative;
}
.datepicker-container:after {
  content: "";
  display: block;
  background: url(../images/icons/icon-event.svg) no-repeat;
  width: 18px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.datepicker-container input.datepicker {
  padding-right: 35px;
}
.bc-title,
.bc-title-n2 {
  font-family: "Montserrat-Medium";
  font-size: 26px;
  color: #092532;
  margin: 0;
  line-height: 50px;
}
.bc-title-n2 {
  font-size: 18px;
  line-height: 46px;
}
.bc-title-n3 {
  font-family: "Montserrat-Bold";
  font-size: 18px;
  font-weight: normal;
  color: #092532;
  margin: 0;
}
.bc-button {
  min-width: 197px;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  font-family: "Montserrat-Medium";
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  background: #092532;
  border-radius: 10px;
  padding: 0 40px;
}
.bc-button:hover {
  color: #ffffff;
  background: #1C4C63;
  text-decoration: none;
}
.projet-filters {
  padding: 30px 25px;
}
/* Custom checkbox style - START */
.form-item-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-item-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 13px;
  width: 13px;
  background-color: transparent;
  border: 1px solid #092532;
  border-radius: 3px;
  transform: translate(0, -50%);
}
.form-item-checkbox:hover input ~ .checkmark {
  background-color: transparent;
  border: 1px solid #092532;
  border-radius: 3px;
}
.form-item-checkbox input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid #092532;
  border-radius: 3px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form-item-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.form-item-checkbox .checkmark:after {
  left: 1px;
  top: 1px;
  width: 9px;
  height: 9px;
  background: #092532;
  border-radius: 3px;
}
/* Custom checkbox style - END */
.table-action-buttons {
  margin-bottom: 24px;
}
.table-list .table-action-buttons {
  padding: 0 36px;
  margin-bottom: 5px;
}
.btn-green-square {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background-color: rgb(72 197 136 / 0.15);
  color: #48c588;
  margin-right: 10px;
  box-shadow: none !important;
}
.btn-green-square:hover {
  color: #48c588;
}
.btn-green-square .fa-file-csv,
.btn-green-square .fa-file-pdf {
	font-size: 24px;
}
.btn-green-square.expand-input .table-search {
  display: none;
}
.btn-gray-close{
  color: #9da0ac;
}
.align-left .btn-green-square:last-child,
.align-right .btn-green-square:last-child {
  margin: 0;
}
.btn-green-square.expand-input.expanded {
  width: auto;
}
.btn-green-square.expand-input.expanded .table-search {
  display: inline-block;
  background-color: transparent;
  border: 0;
  margin-left: 10px;
  outline: 0;
}
.table-list {
  padding: 32px 0;
}
.table {
  margin: 0;
}
.table tbody tr.clickable:hover {
	cursor: pointer;
	background-color: #FAFAFA;
}
.table tbody tr.clickable:active {
  box-shadow: inset 0 0px 10px 0 rgba(0,0,0,0.1) !important;
}
.table thead tr th,
.table tbody tr td {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  padding: 0 15px 0 0;
  line-height: normal;
  height: 55px;
  vertical-align: middle;
}
.table thead tr th {
  color: #9da0ac;
}
.table tbody tr:last-child td {
  padding-bottom: 0;
}
.table thead tr th:first-child,
.table tbody tr td:first-child {
  padding-left: 36px;
}
.table thead tr th:last-child,
.table tbody tr td:last-child {
  padding-right: 36px;
}
.table thead tr th.col-status,
.table tbody tr td.col-status {
  width: 78px;
}
.cell-status {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  color: #9da0ac;
  background-color: rgb(157 160 172 / 0.15);
  text-align: center;
  display: inline-block;
  width: 78px;
  height: 31;
  line-height: 31px;
  border-radius: 8px;
}
.cell-action {
  position: relative;
  cursor: pointer;
  color: #092532;
  background-color: rgb(9 37 50 / 0.15);
  transition: .3s all;
  border: 0;
  z-index: 1;
}
.cell-action:hover {
  color: #092532;
  background-color: rgb(9 37 50 / 0.07);
}
.cell-action:active {
  background-color: rgb(9 37 50 / 0.09);
  transform: scale(.94);
  box-shadow: inset 0 0px 10px 0 rgba(0,0,0,0.1) !important;
}
.nav-tabs {
  border: 0;
}
.tab-content .white-block {
  border-top-left-radius: 0;
}
.nav-tabs .nav-link {
  width: 190px;
  height: 57px;
  line-height: 57px;
  padding: 0;
  text-align: center;
  margin-right: 10px;
  font-family: "Montserrat-Medium";
  opacity: 0.41;
  font-size: 18px;
  color: #092532;
  background-color: #f5f5f5;
  border: 1px solid #f0f0f0;
  border-radius: 20px 50px 0 0;
  position: relative;
}
.nav-tabs .nav-link.active {
  opacity: 1;
  color: #092532;
  background-color: #ffffff;
  border: 0;
  border-radius: 35px 35px 0 0;
  z-index: 1;
}
.nav-tabs .nav-link:after {
  content: "";
  display: block;
  width: 69px;
  height: 57px;
  background-image: url(../images/icons/tab-corner-gray.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  right: -35px;
  z-index: -1;
}
.nav-tabs .nav-link.active:after {
  background-image: url(../images/icons/tab-corner-white.svg);
}
.accordion .card {
  background: transparent;
  border: 0;
  margin-bottom: 20px;
}
.accordion .card-header {
  background: transparent;
  padding: 0;
  border: 0;
}
.accordion .card-header > a {
  display: block;
  width: 100%;
  background: #eaecf3;
  border-radius: 10px 10px 0 0;
  padding: 15px 55px 15px 32px;
  font-family: "OpenSans-Bold";
  font-size: 16px;
  font-weight: normal;
  color: #092532;
  position: relative;
}
.accordion .card-header > a[aria-expanded="false"],
.accordion .card-header > a.collapsed {
  border-radius: 10px;
}
.accordion .card-header > a:hover {
  text-decoration: none;
}
.accordion .card-header > a:after {
  content: "";
  border: 0;
  border-left: 2px solid #092532;
  border-top: 2px solid #092532;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 41px;
  top: 50%;
  transform: rotate(45deg) translate(50%, -50%);
  margin-top: -3px;
}
.accordion .card-header > a[aria-expanded="false"]:after,
.accordion .card-header > a.collapsed:after {
  border: 0;
  border-right: 2px solid #092532;
  border-bottom: 2px solid #092532;
}
.accordion .card-header > a .title {
  display: inline-block;
  width: 255px;
  padding-right: 15px;
}
.accordion .card-header > a .total-hours {
  display: inline-block;
  width: 72px;
  padding-right: 10px;
}
.accordion .card-header > a .days-person {
  display: inline-block;
  width: 142px;
  padding: 0 10px;
  text-align: center;
  border-left: 1px solid #d2d6e3;
  border-right: 1px solid #d2d6e3;
}
.accordion .card-header > a .percentage {
  display: inline-block;
  width: 68px;
  padding-left: 10px;
  text-align: right;
}
.accordion .card-body {
  padding: 23px 32px;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}
.accordion .card-header > a:disabled,
.accordion .card-header > a[disabled] {
  pointer-events: none;
  opacity: 0.51;
}
.table-tooltip {
  display: inline-block;
  position: relative;
}
.table-tooltip a:hover {
  text-decoration: none;
}
.table-tooltip .table-tooltip-inner {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #eaecf3;
  width: 568px;
  padding: 20px;
  border-radius: 10px;
  z-index: 99;
  transform: translate(-50%, 0);
}
.table-tooltip .table-tooltip-inner a:last-child .dsh-item {
  margin-bottom: 0;
}
.table-tooltip-inner:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-color: #eaecf3;
  position: absolute;
  top: -3px;
  left: calc(50% + 2px);
  transform: rotate(45deg) translate(-50%, 0);
}
.table-tooltip-inner:after {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    background: transparent;
    position: absolute;
    top: -25px;
    left: 0;
}
.table-tooltip:hover {
  font-family: 'OpenSans-Bold';
}
.table-tooltip:hover .table-tooltip-inner {
  display: block;
}
.projet-info {
  background-color: #ffffff;
  padding: 25px 50px 25px 20px;
  border-radius: 10px;
  margin-bottom: 16px;
  font-family: "Montserrat-Medium";
  font-size: 16px;
  color: #092532;
  cursor: pointer;
}
.projet-info:active {
  box-shadow: inset 0 0px 10px 0 rgba(0,0,0,0.1);
  transform: scale(0.98);
}
.projet-info.disabled {
  background-color: #d0d2d7;
}
.projet-info.disabled:active {
  box-shadow: none;
  transform: scale(1);
}
.projet-info .pi-title {
  display: inline-block;
  width: calc(100% - 278px);
  padding-right: 10px;
}
.projet-info .pi-hours {
  display: inline-block;
  width: 65px;
  padding-right: 10px;
}
.projet-info .pi-days-person {
  display: inline-block;
  width: 135px;
  text-align: center;
  padding: 0 10px;
  border-left: 1px solid rgb(151 151 151 / 0.18);
  border-right: 1px solid rgb(151 151 151 / 0.18);
}
.projet-info .pi-percentage {
  display: inline-block;
  width: 65px;
  text-align: right;
  padding-left: 10px;
}
.table-tooltip-inner a:last-child .projet-info {
  margin-bottom: 0;
}
.avatar-list {
  display: inline-block;
}
.avatar-list .avatar-link {
  display: inline-block;
  width: 38px;
  position: relative;
  margin-right: -9px;
}
.avatar-list .avatar-link:last-child {
  margin-right: 0;
}
.avatar-list .avatar-link:hover {
  text-decoration: none;
}
.avatar-list .avatar-initial {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-family: "OpenSans-Bold";
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}
.avatar-list .avatar-img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #ffffff;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.17);
}
.inline-search {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border-radius: 10px;
  padding: 3px 4px 3px 15px;
}
.inline-search .inline-search-input {
  width: calc(100% - 51px);
  height: 100%;
  border: 0;
  padding: 0;
  font-family: "OpenSans-Regular";
  font-size: 14px;
  color: #a2a2a2;
  outline: 0;
}
.inline-search .btn-green-square {
  width: 44px;
  height: 44px;
  float: right;
}

/** Start : React dropdown style **/
.react-dropdown {
  display: inline-block;
  width: 100%;
  height: 40px;
}
.react-dropdown > div[class$="-container"] > div[class$="-control"] {
  background-color: #ffffff;
  height: 40px;
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.react-dropdown > div[class$="-container"] > div[class$="-control"]:hover {
  box-shadow: none;
}
.react-dropdown
  > div[class$="-container"]
  > div[class$="-control"]
  div[class$="-placeholder"] {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  color: rgb(128, 128, 128);
}
.react-dropdown
  > div[class$="-container"]
  > div[class$="-control"]
  div[class$="-singleValue"] {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  color: #092532;
}
.react-dropdown
  > div[class$="-container"]
  > div[class$="-control"]
  span[class$="-indicatorSeparator"] {
  background-color: transparent;
}
.react-dropdown
  > div[class$="-container"]
  > div[class$="-control"]
  span[class$="-indicatorContainer"] {
  color: #092532;
}
.react-dropdown > div[class$="-container"] > div[class$="-menu"] {
  margin-top: -8px;
  border-radius: 0 0 10px 10px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
}
.react-dropdown > div[class$="-container"] > div[class$="-menu"]:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  border: 0;
  box-shadow: none;
}
.react-dropdown > div[class$="-container"] > div[class$="-menu"] div[class$="-option"] {
  font-family: "OpenSans-Regular";
  font-size: 14px;
}
.react-dropdown > div[class$="-container"] > div[class$="-menu"] div[class$="-option"]:hover,
.react-dropdown > div[class$="-container"] > div[class$="-menu"] div[class$="-option"].select__option--is-selected {
  color: #FFFFFF;
  background-color: #48c588;
}
.form-item .react-dropdown > div[class$="-container"] > div[class$="-control"],
.form-item .react-dropdown > div[class$="-container"] > div[class$="-menu"] {
  background-color: #f5f5f5;
}
.search-bloc .react-dropdown {
  top: -2px;
  width: 214px;
}
.form-item .react-dropdown,
.form-item .react-dropdown > div[class$="-container"] > div[class$="-control"] {
  height: 46px;
}
.form-item.inline .react-dropdown {
  width: 67%;
}
/** End : React dropdown style **/

/**
*   General class
*/

a:hover {
  text-decoration: none;
}
.btn {
  box-shadow: none !important;
}
.btn:active {
  box-shadow: inset 0 0px 10px 0 rgba(0,0,0,0.1) !important;
  transform: scale(0.98);
}
.dropdown-element button.dropdown-label{
  width: 100%;
}
button.dropdown-toggle:active{
  transform: none;
  border: 0;
  border-color: transparent;
  border-radius: 4px 4px 0 0;
}
.green {
  color: #48c588 !important;
  background-color: rgb(72 197 136 / 0.15) !important;
}
.red {
  color: #ff2e63 !important;
  background-color: rgb(255 46 99 / 0.15) !important;
}
.yellow {
  color: #f4b320 !important;
  background-color: rgb(244 179 32 / 0.15) !important;
}
.hidden {
  display: none !important;
}
.lnhg-n {
  line-height: normal;
}
.lnhg-50 {
  line-height: 50px;
}
.h100 {
  height: 100% !important;
}
.h46p {
  height: 46px;
}
.w100 {
  width: 100% !important;
}
.wauto {
  width: auto !important;
}
.result-filter-jh {
  margin-bottom: 10px;
}
.result-filter-jh .bc-title-n2 {
  font-size: 15px;
  line-height: 30px;
}
.tb-client-def table tbody tr td:last-child{
  text-align: right;
}