﻿.box-search-dvc {
    display: flex;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
}

.box-search {
    width: 100%;
    max-width: 100%;
}
.box-search .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: 40px;
    box-shadow: none;
    font-size: 18px;
    border-radius: 4px;
}

.box-search-dvc .btn-main {
    background: #CE7A58;
    color: #fff;
    border-radius: 4px;
    min-width: 160px;
    font-size: 18px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.main-title {
    margin: 20px 0px 0;
    font-size: 25px;
    display: block;
    margin-bottom: 20px;
    color: #333333;
    font-weight: 500;
    line-height: 36px;
    position: relative;
    text-align: justify;
}
.main-title.-none {
    padding-left: 0px;
    height: auto;
}
.list-document {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.list-document a {
    padding: 8px 0px;
    position: relative;
    text-align: justify;
    color: #2b353f;
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    transition: 0.1s
}
.list-document a:hover {
    color: #b05c39;
    text-decoration: none
}
.list-document a:before {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f0f6";
    color: #ce7a58;
    margin: 5px 15px 0 0;
}
.sidebar-congdan {
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sidebar-congdan .head {
    background: rgba(30, 47, 65, 0.1);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 7px 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    color: #333;
}
.sidebar-congdan .body {
    padding: 15px;
}
.center {
    text-align: center
}
a.link, a.url {
    color: #CE7A58;
    display: inline-block;
    font-size: 17px
}
.url:before {
    font-family:FontAwesome;
    content: "\f105";
    font-size: 20px;
    margin-right: 10px;
    color: #CE7A58;
    
}
.sidebar-congdan .check-action .name {
    padding: 0;
    position: relative;
    line-height: 18px;
    display: inline-block;
    font-size: 17px;
}

.sidebar-congdan .check-action .check {
    accent-color: #ce7a58;
    width: 20px;
    height: 20px;
    margin: 0;
}

.sidebar-congdan .check-action {
    display: flex;
    align-items: center;
    gap: 8px;
}
.main-title-sub {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: justify;
    color: #444;
}
.select2-container .select2-selection--single {
    height: 40px !important;
    font-size: 17px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 5px !important;
}
.select2-selection__arrow {
    margin-top: 5px !important;
}
.btn-main {
    background: #CE7A58;
    color: #fff;
    border-radius: 4px;
    min-width: 160px;
    font-size: 18px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.w100 {
    width: 100%;
}
.divider-gray {
    margin: 20px 0px;
    height: 1px;
    background: #E9F0F8;
}
.label-text{
	margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.thick{
	font-size: 18px;
    font-weight: 500 !important;
}
.article{
	font-size: 18px;
	white-space: pre-line;
}
 .list-document>li {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}
.level.-level3 {
  color: #d26f4f;
  font-size: 14px;
  background: rgb(255 235 190);
  padding: 2px 6px 0 6px;
  border-radius: 5px;
  }
.btn-main {
  background: #CE7A58 !important;
  color: #fff !important; }
.btn-main:hover, .btn-main:focus {
opacity: 0.8 !important;
color: #fff !important; }

.table-tthc {
  width: 100%; }
  .table-tthc p {
    margin-bottom: 5px; }
  .table-tthc .head {
    border-top: 1px solid #e2e2e2; }
    .table-tthc .head td {
      padding-bottom: 0px; }
    .table-tthc .head .title {
      font-size: 20px;
      font-weight: 500; }
  .table-tthc td {
    padding: 15px 0px;
    padding-right: 20px;
    vertical-align: top; }
    .table-tthc td:last-child {
      padding-right: 0px; }
  @media (max-width: 768px) {
    .table-tthc {
      display: block; }
      .table-tthc tr,
      .table-tthc td,
      .table-tthc tbody {
        display: block; }
      .table-tthc td {
        border-top: 0px;
        padding: 0px;
        margin-bottom: 5px; }
      .table-tthc tr {
        padding: 15px 0px; }
        .table-tthc tr.head {
          padding-bottom: 0px; } }
