/* The container must be positioned relative: */
.custom-select {
  position: relative;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #FFFFFF;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #5F5F5F transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #5F5F5F transparent;
  top: 10px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #5F5F5F;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #FFFFFF;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.container-filter {
    margin: 100px 0 33px 0;
}

thead {
    background-color: #13395C;
    color: #FFFFFF;
}

.table>tbody {
  vertical-align: baseline;
}

.table-checkbox {
  width: 26px;
  height: 26px;
}

th {
  height: 60px;
  padding: .74em 0 !important;
}

tbody {
  background-color: #FFFFFF;
}

th {
  text-align: center;
}

tbody, td, tfoot, th, thead, tr {
  border: 1px solid #CCCCCC;
}

.table-full tbody tr td {
  text-align: start;
  padding: 14.02px 15px !important;
  line-height: 24px;
}

.table tbody tr td {
  text-align: start;
  padding: 30px 25px !important;
  line-height: 24px;
  margin: auto;
}

.center {
  text-align: center;
}

.pagination {
  display: inline-block;
  font-size: 20px;
  border: 2px solid #13395C;
  border-radius: 50px;
}

.pagination a {
  color: #13395C;
  float: left;
  padding: 18px 25px;
  text-decoration: none;
  transition: background-color .3s;
  border-right: 2px solid #13395C;
}

.pagination-active {
  background-color: #13395C;
  color: #FFFFFF !important;
}

.pagination a:last-child {
  border: none;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

.form-check {
  margin-right: 27px;
}

.select-number {
  margin-right: 68px;
}

.btn-file {
  width: 125px;
  background-color: white;
  color: #13395C;
  border: 2px solid #13395C;
  border-radius: 5px;
  height: 50px;
  font-weight: bold;
}

.btn-file i {
  margin-right: 10.5px;
}

.btn-file:hover {
  opacity: 70%;
  background-color: #123555;
  color: #ffffff;
  padding: 12px 20px;
}

.btn-file:first-child {
  margin: 0 21px 0 126px;
}

.table-full {
  margin-bottom: 70px;
}

#example {
  margin-bottom: 70px;
}

.inquiry-container{
  padding-bottom: 100px;
}

.input-search-inquiry {
  width: 477px;
  height: 60px;
  font-size: 20px;
  font-weight: 100;
  color: #212529;
  margin-right: 33px;
}

.input-category-inquiry {
  width: 180px;
  height: 60px;
  font-size: 20px;
  font-weight: 100;
  color: #212529;
}

.btn-search-inquiry i {
  margin-right: 11.5px;
}

.btn-search-inquiry {
  width: 166px;
}

::placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

::-ms-input-placeholder {
  color: #BFBFBF;
}

thead tr th {
  padding: 14.02px 15px !important;
  font-weight: 100;
}

.dropdown{
  margin-right: 32px;
}

.input-dropdown-inquiry-1 {
  font-size: 22px;
  height: 60px;
  min-width: 357px;
  text-align: end;
}

.input-dropdown-inquiry-2 {
  font-size: 22px;
  height: 60px;
  min-width: 208px;
  text-align: end;
}


.header-no-1 {
  text-align: end;
  width: max-content;
}

.header-no-1 div {
  padding: 5px;
}

.header-no-1 div:first-child {
  border-bottom: 2px solid #CCCCCC;
  padding-top: 0px;
}


.title_estimate {
  font-size: 2.5rem;
  margin-top: 10px;
}

.inquiry-body {
  padding: 30px 60px !important;
}

.price-title {
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 2px solid #000000;
  margin-top: 30px;
}

.container-price {
  margin-bottom: 40px;
}

.container-price div {
  padding-left: 80px;
}

.box-estimate {
  width: 100px;
  height: 100px;
  border: 1px solid #CCCCCC;
}

.btn-bottom-estimate{
  width: 222px;
  margin: 0 10px;
  height: 60px;
}

.container-about {
  padding: 20px;
  height: 200px;
  overflow-y: scroll;
}

.btn-white {
  background-color: #ffffff;
  color: #13395C;
  border-radius: 5px;
  font-weight: bold;
}

.btn-white:hover {
  opacity: 70%;
  background-color: #123555;
  color: #ffffff;
}

.form-select-1 {
  font-size: 22px;
  height: 60px;
  min-width: 357px;
  border-radius: 0.5rem;
}

.form-select-2 {
  font-size: 22px;
  height: 60px;
  min-width: 208px;
  border-radius: 0.5rem;
}