* {
  font-family: Montserrat, sans-serif;
}

p {
  margin-bottom: 0;
  color: #000;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  color: #000;
}

a {
  color: #333;
  text-decoration: none;
}

body {
  position: relative;
  overflow-x: hidden;
}

.label_error {
  color: red !important;
}

.label_error_email {
  color: red !important;
  font-weight: 500 !important;
}

.disabled {
  pointer-events: none;
}

.container {
  max-width: 1200px !important;
  margin: 0 auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

main {
  display: grid;
  grid-template-columns: 240px auto;
}
main .sub-dashboard {
  padding: 0.75rem;
  background-color: rgb(250, 250, 250);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main .sub-dashboard .top-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  margin-bottom: 0.75rem;
}
main .sub-dashboard .main-menu .item-menu {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: unset;
  background: unset;
  width: 100%;
  outline: unset;
}
main .sub-dashboard .main-menu .item-menu span {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(117, 117, 117);
}
main .sub-dashboard .main-menu .active {
  background-color: rgb(245, 245, 245);
}
main .sub-dashboard .main-menu .active svg path {
  stroke: #fab01c;
}
main .sub-dashboard .main-menu .active span {
  color: rgb(250, 176, 28);
}
main .sub-dashboard .main-menu .item-menu[aria-expanded=true] {
  background-color: rgb(250, 176, 28);
  border-radius: 8px;
}
main .sub-dashboard .main-menu .item-menu[aria-expanded=true] svg path {
  stroke: #fff;
}
main .sub-dashboard .main-menu .item-menu[aria-expanded=true] span {
  color: #fff;
}
main .sub-dashboard .main-menu .accordion-collapse .accordion-body {
  background-color: #fff;
}
main .sub-dashboard .main-menu .accordion-collapse .accordion-body .item-menu-lv1 {
  display: flex;
  padding: 16px 16px 16px 44px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 13px;
  color: rgb(117, 117, 117);
  line-height: 100%;
  letter-spacing: 0%;
}
main .sub-dashboard .main-menu .accordion-collapse .accordion-body .item-menu-lv1:hover {
  color: #fab01c;
}
main .sub-dashboard .main-menu .accordion-collapse .accordion-body .active-menu-lv1 {
  color: #fab01c;
}
main .sub-dashboard .bot-sub {
  background-color: #fff;
  padding: 8px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 1px 0px 4px 1px rgba(0, 0, 0, 0.1);
}
main .sub-dashboard .bot-sub .bot-dub-left {
  display: grid;
  grid-template-columns: 32px auto;
  grid-gap: 8px;
  align-items: center;
}
main .sub-dashboard .bot-sub .bot-dub-left .avatar {
  width: 32px;
  height: 32px;
}
main .sub-dashboard .bot-sub .bot-dub-left .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
main .sub-dashboard .bot-sub .bot-dub-left p {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: rgb(0, 0, 0);
}
main .main-content .top-main {
  margin-left: 0.75rem;
  background-color: rgb(245, 245, 245);
  height: 64px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 0 16px;
}
main .main-content .top-main .search-box {
  width: 320px;
  position: relative;
  display: flex;
  align-items: center;
}
main .main-content .top-main .search-box img {
  position: absolute;
  left: 12px;
}
main .main-content .top-main .search-box input {
  border: unset;
  height: 40px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  outline: unset;
  padding: 0 12px 0 42px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000;
}
main .main-content .top-main .search-box input::-moz-placeholder {
  color: rgb(102, 102, 102);
}
main .main-content .top-main .search-box input::placeholder {
  color: rgb(102, 102, 102);
}
main .main-content .top-main h2 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 0;
}
main .main-content .top-main .button-top-main {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgb(250, 176, 28);
  padding: 10px 13px;
  border-radius: 12px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
}
main .main-content .pad-12 {
  padding: 12px;
}
main .main-content .title-communal {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
main .form-group label {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 12px;
  color: #000;
}
main .form-group input,
main .form-group .select2-selection,
main .form-group select {
  border: 1px solid rgb(191, 191, 191) !important;
  border-radius: 12px;
  height: 40px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000 !important;
}
main .form-group input::-moz-placeholder, main .form-group .select2-selection::-moz-placeholder, main .form-group select::-moz-placeholder {
  color: rgb(148, 148, 148);
}
main .form-group input::placeholder,
main .form-group .select2-selection::placeholder,
main .form-group select::placeholder {
  color: rgb(148, 148, 148);
}
main .form-group .select2-selection {
  display: flex;
  align-items: center;
  cursor: pointer;
}
main .form-group .select2-selection textarea {
  font-family: Montserrat !important;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 100%;
  color: #000;
}
main .form-group .select2-selection .select2-selection__rendered {
  margin-bottom: 0 !important;
}
main .form-group select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
main .form-checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}
main .form-checkbox label {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000;
}
main .submit-communal,
main .cancel-communal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  background-color: rgb(250, 176, 28);
  border-radius: 12px;
  outline: unset;
  box-shadow: unset;
  border: unset;
}
main .submit-communal span,
main .cancel-communal span {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: white;
}
main .cancel-communal {
  padding: 10px 20px;
  background-color: rgb(239, 93, 168);
}
main .table-container {
  width: calc(100vw - 240px - 12px);
  overflow: auto;
}
main .table-container .table-list table {
  min-width: 1176px;
  max-width: 1680px;
  white-space: nowrap;
  border-radius: 12px;
  width: 100%;
}
main .table-container .table-list table thead {
  background-color: #efefef;
}
main .table-container .table-list table thead tr th {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgb(13, 13, 13);
  padding: 16px;
}
main .table-container .table-list table thead .multi-header-bottom,
main .table-container .table-list table thead .multi-header-right {
  position: relative;
}
main .table-container .table-list table thead .multi-header-bottom::after,
main .table-container .table-list table thead .multi-header-right::after {
  content: "";
  position: absolute;
  width: calc(100% - 32px);
  height: 1px;
  background-color: rgb(217, 217, 217);
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
}
main .table-container .table-list table thead .multi-header-right::after {
  width: 1px;
  height: calc(100% - 32px);
  left: unset;
  right: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  transform: translateX(-50%);
}
main .table-container .table-list table tbody tr {
  border-bottom: 1px solid rgba(222, 222, 222, 0.5);
}
main .table-container .table-list table tbody tr td {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgb(59, 59, 59);
  padding: 16px;
}
main .table-container .table-list table tbody tr td a span {
  color: rgb(36, 118, 255);
}
main .table-container .table-list table .action-btn {
  background-color: rgba(242, 109, 33, 0.08);
  border-radius: 8px;
  padding: 8px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  color: rgb(250, 176, 28);
}
main .grid-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px 16px;
  max-width: 1188px;
}
main .btn-secondary {
  border-radius: 12px;
}

.filter-staff form {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.filter-staff form p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 11px;
  color: rgb(117, 117, 117);
}
.filter-staff form .form-group {
  max-width: 200px;
  margin-bottom: 0;
  width: 100%;
}
.filter-staff form .form-group label {
  margin-bottom: 2px;
}
.filter-staff form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-floating.form-floating-outline > .form-control:not(:-moz-placeholder-shown), .form-floating.form-floating-outline > .form-select:not(:-moz-placeholder-shown) {
  padding: calc(0.5rem - 1px) calc(0.875rem - 1px) !important;
}

.form-floating.form-floating-outline > .form-control:focus,
.form-floating.form-floating-outline > .form-control:not(:placeholder-shown),
.form-floating.form-floating-outline > .form-select:focus,
.form-floating.form-floating-outline > .form-select:not(:placeholder-shown) {
  padding: calc(0.5rem - 1px) calc(0.875rem - 1px) !important;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: 40px;
  min-height: auto;
}
