@import url('https://fonts.googleapis.com/css2?family=Prompt&display=swap');
*{
    font-family: 'Prompt', sans-serif;
}
body{
    background-color: #1A1A17!important;
}
.section-header{
    background-color: #b21818;
    border-bottom: 4px solid #b73a3a;
}
.img-logo-head{
    width: 145px;
    height: auto;
}
.logo-footer{
    width: 200px;
}
.box-login{
    width: 100%;
    height: 100%;
    padding: 5px;
    background-color: rgb(46, 46, 46);
    border-bottom: 4px solid #b73a3a;
}
.icon-f-25{
    width: 25px!important;
    height: auto;
    display: inline-block!important;
    margin-bottom: 0px!important;
}
.title-category-product{
    font-size: 20px;
    font-weight: bold;
}
.box-product{
    border: 2px solid #b73a3a;
    border-radius: 5px;
    cursor: pointer;
}
.title-product-reward{
    height: 60px;
}
.box-reward{
    width: 100%;
}
.product-details{
    text-align: center;
    color: rgb(201, 201, 201);
    font-size: 14px;
}
.btn-point-reward{
    width: 80%;
    height: 40px;
    padding: 5px;
    background-color: rgb(178, 24, 24);
    color: #fff;
    box-sizing: border-box;
    border: none;
    border-radius: 15px;
    outline: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    cursor: pointer;
}
.btn-point-reward:hover{
    background-color: rgb(202, 34, 34);
}
.btn-point-reward:focus{
    outline: none;
}
.box-detail-product{
    font-size: 14px;
}
.box-link-bread{
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
}
.link-bread{
    width: 80px;
    font-size: 14px;
    color: aliceblue;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #b73a3a;
}
.link-bread:hover, .link-bread:active{
    background-color: #b21818;
    color: #fff;
    text-decoration: none;
}
.link-bread-active{
    background-color: #b21818;
    color: #fff;
}
.footer{
    margin-top: 15px;
    /* background-color: #0e1727; */
    background-image: url('./img/bg_3.png?v=1');
    background-size: cover;
    padding: 35px;
}
.pointer{
    cursor: pointer;
}
.show-loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #232323b3;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.hide-loading{
    display:none;
}
@media (max-width: 575.98px) {
    .link-bread{
        font-size: 8px;
    }
    .box-detail-product{
        font-size: 10px;
    }
    .text-price-reward{
        font-size: 10px;
    }
    .title-product-reward{
        font-size: 12px;
    }
    .title-category-product {
        font-size: 11px;
    }
    .title_footer {
        font-size: 16px!important;
    }
}
@media (max-width: 767.98px) {

}
@media (max-width: 991.98px) {

}
@media (max-width: 1199.98px) {

}
.header-title-product {
    background-color: #d65a0e;
}
.text-orange{
    color: #fff;
}
.text-10{
    font-size: 10px;
}
.text-12{
    font-size: 12px;
}
.d_btn_sign_in{
    height: 1.75rem;
    width: 6rem;
    border-radius: 1.25rem;
    --tw-bg-opacity: 1;
    background-color: #cecece;
    font-size: 12px;
    --tw-text-opacity: 1;
    color: #e35151;
    border: 2px solid #e35151;
  }
  .d_btn_sign_in:hover {
      background-color: #e35151;
      color: #cecece;
  }
  
  @media (min-width: 1024px){
    .d_btn_sign_in{
      height: 2.25rem;
    }
  
    .d_btn_sign_in{
      width: 8rem;
    }
  }
  
  @media (min-width: 1536px){
    .d_btn_sign_in{
      font-size: 16px;
    }
  }

.d_btn_sign_up{
    height: 1.75rem;
    width: 6rem;
    border-radius: 1.25rem;
    --tw-bg-opacity: 1;
    background-color: #e35151;
    font-size: 12px;
    --tw-text-opacity: 1;
    color: #cecece;
    border: 2px solid #e35151;
}
.d_btn_sign_up:hover {
    background-color: #cecece;
    color: #e35151;
}

@media (min-width: 1024px){
  .d_btn_sign_up{
    height: 2.25rem;
  }

  .d_btn_sign_up{
    width: 8rem;
  }
}

@media (min-width: 1536px){
  .d_btn_sign_up{
    font-size: 16px;
  }
}
.bg-tap {
    background-color: #9a1212!important;
    border-bottom: 2px solid #b73a3a;
}