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

p {
  margin-bottom: 0;
}

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: -ms-grid;
  display: grid;
  -ms-grid-columns: 240px auto;
      grid-template-columns: 240px auto;
  grid-gap: 12px;
  background-color: #fff;
}

main .side-bar-mobile {
  display: none;
}

main .sub-dashboard {
  padding: 0.75rem;
  background-color: #fafafa;
  min-height: 100vh;
}

main .sub-dashboard .top-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  margin-bottom: 0.75rem;
}

main .sub-dashboard .top-sub .logo {
  width: 160px;
  height: 50px;
  overflow: hidden;
}

main .sub-dashboard .top-sub .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main .sub-dashboard .top-sub #side_bar {
  cursor: pointer;
}

main .sub-dashboard .main-menu .item-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #757575;
}

main .sub-dashboard .main-menu .active {
  background-color: #27aae1;
}

main .sub-dashboard .main-menu .active svg path {
  stroke: #fff;
}

main .sub-dashboard .main-menu .active span {
  color: #fff;
}

main .main-content {
  background-color: #fff;
}

main .main-content .top-main {
  margin-left: 0.75rem;
  background-color: whitesmoke;
  height: 64px;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0 0 0 16px;
}

main .main-content .top-main .search-box {
  width: 320px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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::-webkit-input-placeholder {
  color: #666666;
}

main .main-content .top-main .search-box input:-ms-input-placeholder {
  color: #666666;
}

main .main-content .top-main .search-box input::-ms-input-placeholder {
  color: #666666;
}

main .main-content .top-main .search-box input::placeholder {
  color: #666666;
}

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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #fab01c;
  padding: 10px 13px;
  border-radius: 12px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
}

main .main-content .box-pad {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(71, 84, 103, 0.15);
          box-shadow: 0px 0px 6px 0px rgba(71, 84, 103, 0.15);
  padding: 10px 24px;
  background-color: #fff;
  margin-bottom: 12px;
}

main .main-content .box-pad-16 {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(71, 84, 103, 0.15);
          box-shadow: 0px 0px 6px 0px rgba(71, 84, 103, 0.15);
  padding: 16px;
  background-color: #fff;
  margin-bottom: 12px;
}

main .main-content .title-communal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #033148;
}

main .main-content .h2-communal {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #033148;
  margin-bottom: 0;
}

main .main-content .grid-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}

main .table-container .table-list table {
  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: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #0d0d0d;
  padding: 8px 4px;
}

main .table-container .table-list table tbody tr {
  border-bottom: 1px solid #eaecf0;
}

main .table-container .table-list table tbody tr td {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #3b3b3b;
  padding: 8px 4px;
}

main .table-container .table-list table tbody tr td a span {
  color: #2476ff;
}

main .table-container .table-list table #edit_button,
main .table-container .table-list table #del_button {
  border: 1px solid #d0d5dd;
  border-radius: 4px;
  padding: 3px 8px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  color: #1d2939;
}

main .table-container .table-list table #del_button {
  border: 1px solid #e71313;
  color: #e71313;
}

main .btn-communal {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

main .btn-communal button {
  background-color: #033148;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 35px;
  padding: 0 16px;
}

main .btn-communal button span {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

main .btn-communal a {
  border: 1px solid #d0d5dd;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0 16px;
  background-color: #fff;
  border-radius: 4px;
  height: 35px;
}

main .btn-communal a span {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #1d2939;
}

main .btn-communal-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

main .btn-communal-second a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #d0d5dd;
  background-color: #fff;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1d2939;
  padding: 0 16px;
}

main .btn-communal-second a:first-child {
  background-color: #27aae1;
  border: 1px solid #27aae1;
  color: #fff;
}

.closed-menu main {
  -ms-grid-columns: 72px auto;
      grid-template-columns: 72px auto;
}

.closed-menu main .sub-dashboard .top-sub .logo {
  display: none;
}

.closed-menu main .sub-dashboard .main-menu {
  display: none;
}

.view-more {
  display: none;
}

@media all and (max-width: 1024px) {
  main .btn-communal-second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 8px;
    width: 50%;
  }
}

@media all and (max-width: 768px) {
  main .side-bar-mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-color: #efefef;
    z-index: 10;
    border-radius: 50%;
  }
  main {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  main .sub-dashboard {
    display: none;
    position: fixed;
    top: 40px;
    left: 10px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 10;
    border: 1px solid #dedede;
  }
  main .show-sub-dashboard {
    display: block;
  }
  main .sub-dashboard .top-sub .side-bar {
    display: none;
  }
  main .main-content .h2-communal {
    font-size: 14px;
    line-height: 18px;
  }
  .pagination-wrapper {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  main .main-content .box-pad {
    padding: 16px;
  }
  .view-more-box {
    position: relative;
  }
  .view-more-box .view-more {
    display: block;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
    color: #000;
    font-size: 13px;
    text-decoration: underline;
  }
  .view-more-box .view-more::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    z-index: -1;
  }
  .view-more-box .view-more .btn-view-less {
    display: none;
  }
  main .btn-communal-second a {
    padding: 0 8px;
    font-size: 12px;
  }
  main .btn-communal a span {
    font-size: 12px;
  }
  main .main-content .grid-box {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 12px;
  }
}
/*# sourceMappingURL=styles.css.map */