
.baoloi {
  position: relative;
}
.baoloi.active .app-vote-dislike__box{
  display: block;
}
.lds-roller {
  display: none;
}
.baoloi.loadding .lds-roller {
  display: block;
}
.baoloi.loadding #boxReason,.baoloi.done #boxReason{
  display: none;
}
.baoloi.done #dislikeComplete{
  display: block !important;
}
#dislikeComplete {
  margin-top: 2em;
  padding: 0 1em;
  display: none;
}
.app-vote-dislike__box {
  position: absolute;
  top: 100%;
  width: 320px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
  z-index: 1;
  margin-top: 10px;
  display: none;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--main);
  border-color: var(--main)
}

.app-vote-dislike__header {
  height: 48px;
  display: flex;
  justify-content: center;
  background-color: #ffc107;
}

.app-vote-dislike__header-icon {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 24px;
  box-shadow: 0 4px 8px rgb(29 39 48 / 16%);
}

.app-vote-dislike__body:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--bs-warning);
  left: 20%;
  transform: translateX(-50%);
  position: absolute;
  top: -5px;
}
.entry-block {
    font-size: 17px;
    box-shadow: 0 4px 10px rgb(0 0 0/5%);
    border-radius: 8px;
    padding: 8px;
    background: #fff;
    text-align: justify;
    text-justify: inter-word;
    margin-top: 6px !important;
    margin-bottom: 10px !important;
}
.app-report.active .app-vote-dislike__box {
  display: block;
}

.report-close {
  position: absolute;
  right: 8px;
  top: 0;
  font-size: 26px;
  line-height: 1;
  cursor: grab;
}

.apk-head-version {
  overflow: hidden;
  padding: 15px;
}

.apk-head-version__cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  z-index: 0;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  filter: blur(8px);
}


/* Loadding */

.lds-roller {
  position: relative;
  width: 80px;
  height: 80px;
  display: none;
  margin: 0 auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
.btn {
    font-weight: 600;
    border: 1px solid #408be9;
}
.baoloi {
    position: relative;
    display: flex;
    margin: 0.8em 0;
    justify-content: center;
    gap: 10px;
}
a.btn-item {
    background: #ccc;
    padding: 0.3em 0.8em;
    border-radius: 0.5em;
    /* margin-right: 0.5em; */
    color: #007bff !important;
}
a.btn-share.btn-item {
    margin-left: 0.5em;
}
#boxReason label {
    margin-left: 0.3em;
}
.btn:hover {
    background-color: #408be9;

}


.apk,.mod {
	  background: #009933;
    color: #fff;
    padding: 2px 8px;
    border-radius: 1em;
    font-size: 9px;
    margin-right:.5em;
		margin-top:.5em;
}
.mod {
	background: #F57C00;
}
  

.apk1,.mod1,.note1,.size1 {
	  background: #009933;
    color: #fff;
    padding: 1px 5px;
    border-radius: 2em;
    font-size: 10px;
    margin-right:.3em;
		margin-top:.3em;
}
.mod1 {
	background: #F57C00;
}
.note1 {
	background:#3399FF;
}
.text-down{font-size: 17px;}
.size1 {
	background:	#3399CC;
}
.note {
	background: #3399FF;
	color: #fff;
    padding: 2px 8px;
    border-radius: 1em;
    font-size: 9px;
    margin-right:.5em;
		margin-top:.5em;
} 
.ggplay a{
	background: #3399FF;
	color: #fff;
    padding: 2px 8px;
    border-radius: 1em;
    font-size: 9px;
    margin-right:.5em;
		margin-top:.5em;
} 
.commingson {
	background: #009999;
	color: #fff;
    padding: 2px 8px;
    border-radius: 1em;
    font-size: 9px;
    margin-right:.5em;
		margin-top:.5em;
}

.version{background-color: #009999;border-radius:40px;padding-left:6px;padding-right:6px;color:#ffffff}


.button-tele {
  padding: 9px 10px;
  border-radius: 50rem !important;
  color: #fff;
  background-color: #3399cc;
  border-color: #e84646;
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  border: 1px solid transparent;
}
.button-youtube {
  padding: 9px 10px;
  border-radius: 50rem !important;
  color: #fff;
  background-color: #f54545;
  border-color: #e84646;
  font-weight: 600;
  display: inline-block;
  border: 1px solid transparent;
}

.lmhbox {
  box-shadow: 0 4px 10px rgb(0 0 0/5%);
  border-radius: 8px;
  padding: 2px;
  background: #fff;
  margin-top: 2px !important;
  margin-bottom: 1px !important;
}

.entry-blockfaq {
  font-size: 17px;
  box-shadow: 0 4px 10px rgb(0 0 0/5%);
  border-radius: 8px;
  padding: 8px;
  background: #fff;
  margin-top: 6px !important;
  margin-bottom: 10px !important;
}

.entry-block {
  font-size: 17px;
  box-shadow: 0 4px 10px rgb(0 0 0/5%);
  border-radius: 8px;
  padding: 8px;
  background: #fff;
  text-align: justify;
  text-justify: inter-word;
  margin-top: 6px !important;
  margin-bottom: 10px !important;
}
.entry-h1 {
  box-shadow: 0 4px 10px rgb(0 0 0/5%);
  border-radius: 8px;
  padding-top: 15px;
  padding-left: 8px;
  padding-bottom: 5px;
  padding-right: 8px;
  background: #fff;
  margin-top: 2px !important;
  margin-bottom: 7px !important;
}
.entry-blockdes {
  font-size: 17px;
  box-shadow: 0 4px 10px rgb(0 0 0/5%);
  border-radius: 8px;
  background: #fff;
  text-align: justify;
  text-justify: inter-word;
  margin-top: 6px !important;
  margin-bottom: 10px !important;
}
