::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}

::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}

::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}

::-webkit-scrollbar-corner {
  background: transparent;
}
* {
  font-family: 'PingFang SC';
}
a {
  text-decoration:none ! important;
}
#header {
  height: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 100px;
  color: #18181B;
}
#warp {
  margin:0 auto;
}
#filter {
  width:100%;
  margin:0 auto;
  margin-top:30px;
  margin-bottom:100px;
  position:relative;
  display:flex;
}
#filter-div {
  left:0;
  top:0;
  width: 25%;
  background: #FFFFFF;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 8px;
}
#filter-line {
  top:0;
  padding-bottom:0px;
  margin-left:2%;
  width: 70%;
  background: #FFFFFF;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 8px;
  height:100%;
}
/*.search-input {
  width:90%;
  margin:0 auto;
  margin-top:5%;
  border: 3px solid rgba(26, 103, 255, 0.2);
  border-radius: 12px;

}
.search-input div {
  border: 2px solid rgba(26, 103, 255, 1);
  border-radius: 8px;
  text-align:center;
}
*/
.search-input {
  width:90%;
  margin:0 auto;
  margin-top:5%;
  border-radius: 12px;
  border:2px solid white;
}
.search-input div {
  border-radius: 8px;
  text-align:center;
  border:1px solid rgba(24, 24, 27, 0.25);
}
.search-input input{
  width:80%;
  height: 44px;
  border:none;
  border-radius: 8px;
  outline: none;
}

.filter-product {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 16px;
  gap: 12px;
  font-size:14px;
  width: 90%;
  margin:0 auto;
  height: 44px;
  line-height:44px;
  margin-top:20px;
  background: #F7FAFF;
  border-radius: 8px 8px 0 0;
  border: 1px solid rgba(24, 24, 27, 0.1);
}

.bot-btn-hiden {
display:none;
transform: rotate(-90deg);
}

.filter-product-line {
  width: 90%;
  margin:0 auto;
  border-radius: 0 0 8px 8px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-top:none;
}

.clear-check {
  text-align:center;
}
.clear-check button{
  padding: 0px 16px;
  width: 90%;
  height: 36px;
  border-radius: 40px;
  margin-bottom:15px;
  margin-top:10px;
  background:white;
  outline: none;
  border:2px solid #1A67FF;
  color: #1A67FF;
}

.category-product-line{
  width: 90%;
  margin:0 auto;
  border-radius: 0 0 8px 8px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-top:none;
}
.category-btn-div {
  display:none;
}
.category-btn-hiden {
display:none;
transform: rotate(-90deg);
}

.category-line {
  width:80%;
  margin:0 auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #18181B;
  line-height:50px;
}
.category-line > div:first-child{
    margin:10px 0;
}
.category-line > div:first-child > span{
    line-height:20px;
}
.category-line > div > div{
  display:flex;
  align-items:center;
}
.category-line > div > div > input{
  width:20px;
  height:20px;
  margin-right:10px;
}
.product-btn {
  display:inline-block;
  width: 20px;
  font-size:20px;
  color:white;
  font-weight:bold;
  height: 20px;
  text-align:center;
  line-height:16px;
  background: #1A67FF;
  border-radius: 4px;
}
.category-line>div:nth-child(2){
  width:80%;
  margin:0 auto;
}

.filter-line-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 11px 16px;
  gap: 4px;
  height: 44px;
  background: #F7FAFF;
  border-bottom: 1px solid rgba(24, 24, 27, 0.1);
}
.filter-line-header div {
  text-align:center;
}
.filter-line-header>div:first-child {
  text-align:left;
}
.filter-line-body {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px;
  height: 56px;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(24, 24, 27, 0.1);
}
.filter-line-body div {
  text-align:center;
}
.filter-line-body>div:first-child {
  text-align:left;
  display:flex;
  align-items: center;
}
.filter-line-document{
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 24px;
  gap: 12px;
  width: 100%;
  background: #F7FAFF;
  border-bottom: 1px solid rgba(24, 24, 27, 0.1);
}
.filter-line-document > div {
  width:100%;
}
.filter-line-document-detail>div:first-child{
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  margin:0;
  border-left: 4px solid rgba(24, 24, 27, 0.1);
}
.filter-line-document-detail>div:first-child>span:first-child{
  margin-right:10px;
}

.slide-document-description {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: rgba(24, 24, 27, 0.65);
}
.slide-document-download {
  display:inline-block;
  margin-top:14px;
}
.slide-document-download span{
  display:flex;
  align-items: center;
  padding: 0px 16px;
  color:#1A67FF;
  height: 36px;
  font-weight:600;
  background: rgba(26, 103, 255, 0.1);
  border-radius: 40px;
}
.slide-document-download span:hover{
  cursor:pointer;
  background: rgba(26, 103, 255, 0.5);
}
.document-btn-hiden {
  display:flex;
}
.document-btn-hiden img:nth-child(1){
  display:inline-block;
  transform: rotate(-90deg);
}

.slide-download-div {
  padding: 0px 0px 0px 28px;
  width: 100%;
  border-left: 4px solid rgba(24, 24, 27, 0.1);
  display:none;
}
.slide-div {
  display:none;
}

.pop-up-permission {
    background:white;
    position:fixed;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:500px;
    height:300px;
    border: 1px solid rgba(24, 24, 27, 0.1);
    border-radius:20px;
    display:none;
}
.pop-header {
  width:100%;
  height:20%;
  line-height:200%;
  text-align:center;
  font-size:1.5rem;
  border-bottom:1px solid rgba(24, 24, 27, 0.1);
}
.pop-body {
  width:90%;
  margin:0 auto;
  line-height:30px;
  margin-top:10px;
}
.pop-footer {
  width:100%;
  position:absolute;
  left:0;
  bottom:20%;
  margin-left:0;
  text-align:center;
}
.submit-button {
  color:white;
  height: 48px;
  padding: 12px 40px;
  border-radius: 48px;
  font-family: 'PingFang SC';
  background: linear-gradient(90deg, #407FFF 0%, #1967FF 50%, #004EEB 99.99%, #004EEB 100%);
  border:none;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px rgba(16, 24, 40, 0.05);
  cursor:pointer;
}
.submit-button:hover {
  opacity:0.8;
  color: #fff;
}
#email-error {
 color:red;
 font-size:12px;
}

.form-control {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 16px 0px 14px;
    gap: 12px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid rgba(24, 24, 27, 0.25);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
}

.pop-ok-permission {
    background:white;
    position:fixed;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:30%;
    height:150px;
    border: 1px solid rgba(24, 24, 27, 0.1);
    border-radius:20px;
    display:none;
}

.ok-header {
  width:100%;
  padding:10px;
  text-align:center;
  font-size:1.5rem;
  border-bottom:1px solid rgba(24, 24, 27, 0.1);
}
.ok-body {
  width:90%;
  margin:0 auto;
  text-align:center;
  line-height:30px;
  margin-top:20px;
}