@import url("../font/ALBABTAIN/stylesheet.css");

body,
td,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
}

input,
select,
textarea {
  vertical-align: middle;
}

/* link */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}


.language {
  justify-content: center;
  align-items: center;
  display: flex;
  background: none;
  border: none;
  font-size: 0.16rem;
  color: #fff;
  cursor: pointer;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  right: 1.62rem;
  top: 0;
  z-index: 2;
  font-weight: 500;
  font-family: 'ALBABTAIN-V4';
}


.readText {
  width: 100%;
  display: block;
  color: white;
  display: flex;
  align-items: center;
  cursor: pointer;
  grid-column: span 2;

  input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    box-sizing: border-box;
    background-position: 0 0;
    background-color: transparent;
    border: solid 1px #fff;
    margin-bottom: 2px;
    margin-right: 10px;
  }

  html[dir='rtl'] input[type="checkbox"] {
    margin-left: 10px;
    margin-right: 0;
  }

  /*  */
  input[type="checkbox"]:active {
    background-position: 0 -48px;
    background-color: #584E3C;
    background-image: url(../images/icon-checked.png);
    background-size: 100% auto;
    border: 0;
  }

  /**/
  input[type="checkbox"]:checked {
    background-position: 0 -48px;
    background-color: #584E3C;
    background-image: url(../images/icon-checked.png);
    background-size: 100% auto;
    border: 0;
  }

  /**/
  input[type="checkbox"]:checked:active {
    background-position: 0 -48px;
    background-color: #584E3C;
    background-image: url(../images/icon-checked.png);
    background-size: 100% auto;
    border: 0;
  }

  a {
    color: white;
    font-weight: 600;
  }

  a:hover {
    text-decoration: underline;
  }

  @media (max-width: 1024px) {
    label {
      width: 80%;
    }
  }
}
html[dir='rtl'] .readText input[type="checkbox"] {
  margin-left: 10px;
  margin-right: 0;
}
.download-section{
  position: static;
  height: auto;
}
.vAppreciation.download-section>div{
  position: static;
  height: auto;
}
.vAppreciation.download-section .btn{
  margin-block: 0.22rem;
}