/** ACCOUNT
-------------------------------------*/
/* Heading */
.head_section {
  position: relative;
  font-family: "Roboto", sans-serif;
}
.head_section .title {
  font-size: 28px;
  position: relative;
  margin: 0;
  font-weight: 600;
  color: #667085;
  line-height: normal;
}
@media (max-width: 1399px) {
  .head_section .title {
    font-size: 21px;
    line-height: normal;
  }
}
@media (max-width: 1199px) {
  .head_section .title {
    font-size: 21px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .head_section .title {
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .head_section .title {
    font-size: 18px;
    line-height: normal;
  }
}

.head_blog {
  position: relative;
  font-family: "Roboto", sans-serif;
}
.head_blog .title {
  font-size: 32px;
  position: relative;
  margin: 0;
  font-weight: 600;
  color: #667085;
  line-height: 42.14px;
}
@media (max-width: 767px) {
  .head_blog .title {
    font-size: 26px;
    line-height: 36.14px;
  }
}

/* Register */
.gv_page_register {
  position: relative;
  overflow: hidden;
  padding: 15px 0 15px;
}
.gv_page_register .container .flex {
  display: flex;
}
.gv_page_register .container .flex .col-left {
  flex: 0 0 45%;
  max-width: 45%;
}
@media (max-width: 991px) {
  .gv_page_register .container .flex .col-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_page_register .container .flex .col-right {
  flex: 0 0 55%;
  max-width: 55%;
}
@media (max-width: 991px) {
  .gv_page_register .container .flex .col-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_page_register .register-box {
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .gv_page_register .register-box {
    padding-top: 20px;
  }
}
.gv_page_register .register-box .logo {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 30px;
  justify-content: center;
}
.gv_page_register .register-box .logo .nav-logo img {
  height: 73px;
  width: auto;
}
@media (max-width: 991px) {
  .gv_page_register .register-box .logo .nav-logo img {
    height: 54px;
  }
}
.gv_page_register .register-box .logo .nav-logo img.dk {
  display: block;
}
@media (max-width: 767px) {
  .gv_page_register .register-box .logo .nav-logo img.dk {
    display: none;
  }
}
.gv_page_register .register-box .logo .nav-logo img.mb {
  display: none;
}
@media (max-width: 767px) {
  .gv_page_register .register-box .logo .nav-logo img.mb {
    display: block;
  }
}
.gv_page_register .register-box .logo .nav-name {
  position: relative;
  padding-left: 10px;
}
.gv_page_register .register-box .logo .nav-name h3 {
  font-size: 21.11px;
  font-weight: 800;
  margin: 3.5px 0;
  line-height: 24.63px;
  color: #667085;
}
@media (max-width: 991px) {
  .gv_page_register .register-box .logo .nav-name h3 {
    font-size: 16.11px;
    line-height: 20.63px;
  }
}
.gv_page_register .register-box .logo .nav-name h2 {
  font-size: 21.11px;
  font-weight: 800;
  margin: 3.5px 0;
  line-height: 24.63px;
  color: #667085;
}
@media (max-width: 991px) {
  .gv_page_register .register-box .logo .nav-name h2 {
    font-size: 16.11px;
    line-height: 20.63px;
  }
}
.gv_page_register .content-box {
  background: #f2f4f7;
  position: relative;
  padding: 40px 40px;
}
@media (max-width: 991px) {
  .gv_page_register .content-box {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .gv_page_register .content-box {
    padding: 15px 15px;
  }
}
.gv_page_register .content-box article {
  font-size: 14px;
  line-height: 23.69px;
  font-weight: 500;
  text-align: justify;
}
.gv_page_register .content-box article h1, .gv_page_register .content-box article h2, .gv_page_register .content-box article h3, .gv_page_register .content-box article h4, .gv_page_register .content-box article h5 {
  font-size: 21px;
  line-height: normal;
  margin-bottom: 20px;
}

/* Signin */
.gv_page_signin {
  position: relative;
  overflow: hidden;
  padding: 15px 0 15px;
}
.gv_page_signin .container .flex {
  display: flex;
}
.gv_page_signin .container .flex .col-left {
  flex: 0 0 45%;
  max-width: 45%;
}
@media (max-width: 991px) {
  .gv_page_signin .container .flex .col-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_page_signin .container .flex .col-right {
  flex: 0 0 55%;
  max-width: 55%;
}
@media (max-width: 991px) {
  .gv_page_signin .container .flex .col-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_page_signin .signin-box {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding-top: 40px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .gv_page_signin .signin-box {
    padding-top: 20px;
  }
}
.gv_page_signin .signin-box .logo {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 30px;
}
.gv_page_signin .signin-box .logo .nav-logo img {
  height: 73px;
  width: auto;
}
@media (max-width: 991px) {
  .gv_page_signin .signin-box .logo .nav-logo img {
    height: 54px;
  }
}
.gv_page_signin .signin-box .logo .nav-logo img.dk {
  display: block;
}
@media (max-width: 767px) {
  .gv_page_signin .signin-box .logo .nav-logo img.dk {
    display: none;
  }
}
.gv_page_signin .signin-box .logo .nav-logo img.mb {
  display: none;
}
@media (max-width: 767px) {
  .gv_page_signin .signin-box .logo .nav-logo img.mb {
    display: block;
  }
}
.gv_page_signin .signin-box .logo .nav-name {
  position: relative;
  padding-left: 10px;
}
.gv_page_signin .signin-box .logo .nav-name h3 {
  font-size: 21.11px;
  font-weight: 800;
  margin: 3.5px 0;
  line-height: 24.63px;
  color: #667085;
}
@media (max-width: 991px) {
  .gv_page_signin .signin-box .logo .nav-name h3 {
    font-size: 16.11px;
    line-height: 20.63px;
  }
}
.gv_page_signin .signin-box .logo .nav-name h2 {
  font-size: 21.11px;
  font-weight: 800;
  margin: 3.5px 0;
  line-height: 24.63px;
  color: #667085;
}
@media (max-width: 991px) {
  .gv_page_signin .signin-box .logo .nav-name h2 {
    font-size: 16.11px;
    line-height: 20.63px;
  }
}
.gv_page_signin .content-box {
  background: #f2f4f7;
  position: relative;
  padding: 40px 40px;
}
@media (max-width: 991px) {
  .gv_page_signin .content-box {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .gv_page_signin .content-box {
    padding: 15px 15px;
  }
}
.gv_page_signin .content-box article {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  text-align: justify;
}
.gv_page_signin .content-box article h1, .gv_page_signin .content-box article h2, .gv_page_signin .content-box article h3, .gv_page_signin .content-box article h4, .gv_page_signin .content-box article h5 {
  font-size: 21px;
  line-height: normal;
  margin-bottom: 20px;
}

/* Account */
.gv_page_account {
  position: relative;
  overflow: hidden;
  padding: 40px 0 40px;
}
/* Internal */
.gv_page_internal {
  position: relative;
}
/* Library */
.gv_page_library {
  position: relative;
}
/* Reset */
.gv_page_reset {
  position: relative;
  overflow: hidden;
  padding: 40px 0 40px;
}
.gv_page_reset .reset-box {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding-top: 40px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .gv_page_reset .reset-box {
    padding-top: 20px;
  }
}
.gv_page_reset .reset-box .logo {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 30px;
}
.gv_page_reset .reset-box .logo .nav-logo img {
  height: 73px;
  width: auto;
}
@media (max-width: 991px) {
  .gv_page_reset .reset-box .logo .nav-logo img {
    height: 54px;
  }
}
.gv_page_reset .reset-box .logo .nav-logo img.dk {
  display: block;
}
@media (max-width: 767px) {
  .gv_page_reset .reset-box .logo .nav-logo img.dk {
    display: none;
  }
}
.gv_page_reset .reset-box .logo .nav-logo img.mb {
  display: none;
}
@media (max-width: 767px) {
  .gv_page_reset .reset-box .logo .nav-logo img.mb {
    display: block;
  }
}
.gv_page_reset .reset-box .logo .nav-name {
  position: relative;
  padding-left: 10px;
}
.gv_page_reset .reset-box .logo .nav-name h3 {
  font-size: 21.11px;
  font-weight: 800;
  margin: 3.5px 0;
  line-height: 24.63px;
  color: #667085;
}
@media (max-width: 991px) {
  .gv_page_reset .reset-box .logo .nav-name h3 {
    font-size: 16.11px;
    line-height: 20.63px;
  }
}
.gv_page_reset .reset-box .logo .nav-name h2 {
  font-size: 21.11px;
  font-weight: 800;
  margin: 3.5px 0;
  line-height: 24.63px;
  color: #667085;
}
@media (max-width: 991px) {
  .gv_page_reset .reset-box .logo .nav-name h2 {
    font-size: 16.11px;
    line-height: 20.63px;
  }
}

/* Reset */
.gv_page_change {
  position: relative;
  overflow: hidden;
  padding: 40px 0 40px;
}
/* Profile */
.gv_page_profile {
  position: relative;
  overflow: hidden;
  padding: 40px 0 40px;
}
/* Postnew */
.gv_page_postnew {
  position: relative;
  overflow: hidden;
  padding: 40px 0 40px;
}
/** Form Sigin */
.form-signin {
  position: relative;
  width: 100%;
}
.form-signin form {
  position: relative;
}
.form-signin form .form-group {
  position: relative;
  padding-bottom: 15px;
}
.form-signin form .form-group label {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  display: block;
  color: #475467;
  margin-bottom: 8px;
}
.form-signin form .form-group label.error {
  color: var(--second-color);
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 4px;
}
.form-signin form .form-group input {
  padding: 14px 20px 14px 20px;
  width: 100%;
  outline: none;
  border: 1px solid #D0D5DD;
  border-radius: 5px;
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  color: #98A2B3;
  height: 50px;
}
.form-signin form .form-group input.error {
  border-color: var(--second-color);
}
.form-signin form .form-group .password-put {
  position: relative;
}
.form-signin form .form-group .password-put span {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 15px;
}
.form-signin form .form-submit {
  background: #F2F4F7;
  padding: 10px;
  position: relative;
}
.form-signin form .form-submit button {
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  text-align: center;
  color: #667085;
  cursor: pointer;
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  text-transform: uppercase;
}
.form-signin form .form-submit button:hover {
  background: #D9251B;
  color: #fff;
}
.form-signin .forgot {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
}
.form-signin .forgot a {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}
.form-signin .note {
  text-align: center;
  position: relative;
}
.form-signin .note p {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 15px;
}
.form-signin .note .rgt-button {
  background: #F2F4F7;
  padding: 10px;
  position: relative;
}
.form-signin .note .rgt-button a {
  display: block;
  background: #fff;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 20px;
  color: #667085;
}
.form-signin .note .rgt-button a:hover {
  background: #D9251B;
  color: #fff;
}

/** Form Resigter */
.form-register {
  position: relative;
}
.form-register form {
  position: relative;
}
.form-register form label {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  display: block;
  color: #475467;
  margin-bottom: 8px;
}
.form-register form label.error {
  color: var(--second-color);
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 4px;
}
.form-register form .form-group {
  position: relative;
  margin-bottom: 15px;
}
.form-register form .form-group input[type=text],
.form-register form .form-group input[type=email],
.form-register form .form-group input[type=password],
.form-register form .form-group input[type=date],
.form-register form .form-group input[type=number],
.form-register form .form-group select,
.form-register form .form-group textarea {
  padding: 10px 15px 10px 15px;
  width: 100%;
  outline: none;
  border: 1px solid #D0D5DD;
  border-radius: 5px;
  line-height: 22px;
  font-size: 16px;
  background: #fff;
  font-weight: 400;
  color: #98A2B3;
  height: 42px;
}
.form-register form .form-group input.error {
  border-color: var(--second-color);
}
.form-register form .form-group .password-put {
  position: relative;
}
.form-register form .form-group .password-put span {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 15px;
  height: 16px;
}
.form-register form .form-group .password-put span img {
  vertical-align: baseline;
}
.form-register form .form-group textarea {
  height: 100px;
}
.form-register form .form-radio {
  display: flex;
  align-items: center;
}
.form-register form .form-radio > span {
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #667085;
  display: block;
  margin-right: 15px;
}
.form-register form .form-radio ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.form-register form .form-radio ul > li {
  position: relative;
  margin-right: 15px;
}
.form-register form .form-radio ul > li:last-child {
  margin-right: 0;
}
.form-register form .form-radio ul > li input {
  display: none;
}
.form-register form .form-radio ul > li label {
  display: flex;
  align-items: center;
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  color: #667085;
  margin: 0;
  cursor: pointer;
}
.form-register form .form-radio ul > li label > span {
  padding: 0;
  border: 1px solid #D0D5DD;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  display: block;
  margin-right: 5px;
  cursor: pointer;
  overflow: hidden;
}
.form-register form .form-radio ul > li label > span::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #fff;
  display: block;
  border-radius: 100%;
}
.form-register form .form-radio ul > li input:checked ~ label > span {
  border-color: var(--second-color);
  padding: 2px;
}
.form-register form .form-radio ul > li input:checked ~ label > span::after {
  background: var(--second-color);
}
.form-register form .form-checkbox {
  display: flex;
  align-items: center;
}
.form-register form .form-checkbox > span {
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #667085;
  display: block;
  margin-right: 15px;
}
.form-register form .form-checkbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.form-register form .form-checkbox ul > li {
  position: relative;
  margin-right: 15px;
}
.form-register form .form-checkbox ul > li:last-child {
  margin-right: 0;
}
.form-register form .form-checkbox ul > li input {
  display: none;
}
.form-register form .form-checkbox ul > li label {
  display: flex;
  align-items: center;
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  color: #667085;
  cursor: pointer;
  margin: 0;
}
.form-register form .form-checkbox ul > li label > span {
  padding: 0;
  border: 1px solid #D0D5DD;
  height: 14px;
  width: 14px;
  border-radius: 3px;
  display: block;
  padding: 2px;
  margin-right: 5px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}
.form-register form .form-checkbox ul > li label > span::after {
  content: "";
  height: 100%;
  width: 100%;
  display: none;
}
.form-register form .form-checkbox ul > li input:checked ~ label > span {
  border-color: var(--second-color);
  background: var(--second-color);
}
.form-register form .form-checkbox ul > li input:checked ~ label > span::after {
  display: block;
  background-image: url("../images/ic-checkbox.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.form-register form .form-person {
  margin-bottom: 30px;
  background: #fff;
  padding: 25px 15px;
  border-radius: 5px;
}
.form-register form .form-person .person-icon {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.form-register form .form-person .person-icon label {
  display: block;
  cursor: pointer;
  margin: 0;
}
.form-register form .form-person .person-icon label img {
  height: 29px;
  width: auto;
}
.form-register form .form-person .person-view {
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #667085;
  display: block;
  text-align: center;
}
.form-register form .form-person .person-view span {
  display: inline-block;
}
.form-register form .form-person #profile-put {
  display: none;
}
.form-register form .sub-label {
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #667085;
  display: block;
  margin-bottom: 10px;
}
.form-register form .form-submit {
  background: #F2F4F7;
  padding: 10px;
  position: relative;
}
.form-register form .form-submit button {
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  text-transform: uppercase;
  padding: 12px 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 40px 0 rgba(6, 22, 17, 0.13);
  color: #667085;
  cursor: pointer;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  min-width: 300px;
  outline: none;
}
.form-register form .form-submit button:hover {
  background: #D9251B;
  color: #fff;
}
.form-register .note {
  text-align: center;
  position: relative;
}
.form-register .note p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 15px;
}
.form-register .note a {
  display: block;
  background: #98A2B3;
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 20px;
  color: #fff;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  width: 200px;
}
.form-register .note a:hover {
  background: #D9251B;
}

/** Form Reset */
.form-reset {
  position: relative;
  width: 100%;
}
.form-reset form {
  position: relative;
}
.form-reset form .form-group {
  position: relative;
  padding-bottom: 15px;
}
.form-reset form .form-group label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: block;
  color: #475467;
  margin-bottom: 8px;
}
.form-reset form .form-group label.error {
  color: var(--second-color);
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 4px;
}
.form-reset form .form-group input {
  padding: 14px 20px 14px 20px;
  width: 100%;
  outline: none;
  border: 1px solid #D0D5DD;
  border-radius: 5px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #98A2B3;
  height: 50px;
}
.form-reset form .form-group input.error {
  border-color: var(--second-color);
}
.form-reset form .form-group button {
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  background: #98A2B3;
  padding: 12px 43px;
  border-radius: 10px;
  box-shadow: 0px 4px 40px 0 rgba(6, 22, 17, 0.13);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  border: 0;
  outline: none;
}
.form-reset form .form-group button:hover {
  background: #D9251B;
}

/** Form Change */
.form-change {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
}
@media (max-width: 767px) {
  .form-change {
    padding: 20px;
  }
}
.form-change .change-status {
  display: block;
  position: relative;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20.16px;
  text-align: center;
  font-style: italic;
}
.form-change .change-status .mg-error {
  color: var(--second-color);
}
.form-change .change-status .mg-success {
  color: var(--primary-color);
}
.form-change form {
  position: relative;
}
.form-change form .form-group {
  position: relative;
  padding-bottom: 15px;
}
.form-change form .form-group label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: block;
  color: #475467;
  margin-bottom: 8px;
}
.form-change form .form-group label.error {
  color: var(--second-color);
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 4px;
}
.form-change form .form-group input {
  padding: 14px 20px 14px 20px;
  width: 100%;
  outline: none;
  border: 1px solid #D0D5DD;
  border-radius: 5px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #98A2B3;
  height: 50px;
}
.form-change form .form-group .password-put {
  position: relative;
  margin-bottom: 20px;
}
.form-change form .form-group .password-put:last-child {
  margin-bottom: 0;
}
.form-change form .form-group .password-put span {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 15px;
}
.form-change form .form-group input.error {
  border-color: var(--second-color);
}
.form-change form .form-group button {
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  background: #98A2B3;
  padding: 12px 43px;
  border-radius: 10px;
  box-shadow: 0px 4px 40px 0 rgba(6, 22, 17, 0.13);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  border: 0;
  outline: none;
}
.form-change form .form-group button:hover {
  background: #D9251B;
}

/** Form Upload */
.form-upload {
  position: relative;
  padding-bottom: 30px;
}
.form-upload form .user-avatar {
  position: relative;
}
.form-upload form .user-avatar .upload-box {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.form-upload form .user-avatar .upload-box .image {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}
.form-upload form .user-avatar .upload-box .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.form-upload form .user-avatar .upload-box label {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  cursor: pointer;
}
.form-upload form .user-avatar .upload-box label span {
  border-radius: 100%;
  height: 40px;
  width: 40px;
  background: rgb(152, 162, 179);
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-upload form .user-avatar .upload-box label span i {
  height: 20px;
  width: 20px;
  background-image: url("../images/ic-photo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.form-upload form .user-avatar .upload-box input {
  display: none;
}

/** Form Profile */
.form-profile {
  position: relative;
}
.form-profile form {
  position: relative;
}
.form-profile form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-profile form .form-group input[type=text],
.form-profile form .form-group input[type=email],
.form-profile form .form-group select,
.form-profile form .form-group textarea {
  padding: 10px 15px 10px 15px;
  width: 100%;
  outline: none;
  border: 1px solid #D0D5DD;
  border-radius: 5px;
  line-height: 22px;
  font-size: 16px;
  background: #fff;
  font-weight: 400;
  color: #98A2B3;
  height: 42px;
}
.form-profile form .form-group textarea {
  height: 100px;
}
.form-profile form .form-group button {
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  background: #98A2B3;
  padding: 12px 43px;
  border-radius: 10px;
  box-shadow: 0px 4px 40px 0 rgba(6, 22, 17, 0.13);
  color: #fff;
  cursor: pointer;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  outline: none;
}
.form-profile form .form-group button:hover {
  background: #D9251B;
}
.form-profile form .form-radio {
  display: flex;
  align-items: center;
}
.form-profile form .form-radio > span {
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #667085;
  display: block;
  margin-right: 15px;
}
.form-profile form .form-radio ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.form-profile form .form-radio ul > li {
  position: relative;
  margin-right: 15px;
}
.form-profile form .form-radio ul > li:last-child {
  margin-right: 0;
}
.form-profile form .form-radio ul > li input {
  display: none;
}
.form-profile form .form-radio ul > li label {
  display: flex;
  align-items: center;
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  color: #667085;
  margin: 0;
  cursor: pointer;
}
.form-profile form .form-radio ul > li label > span {
  padding: 0;
  border: 1px solid #D0D5DD;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  display: block;
  margin-right: 5px;
  cursor: pointer;
  overflow: hidden;
}
.form-profile form .form-radio ul > li label > span::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #fff;
  display: block;
  border-radius: 100%;
}
.form-profile form .form-radio ul > li input:checked ~ label > span {
  border-color: var(--second-color);
  padding: 2px;
}
.form-profile form .form-radio ul > li input:checked ~ label > span::after {
  background: var(--second-color);
}
.form-profile form .form-checkbox {
  display: flex;
  align-items: center;
}
.form-profile form .form-checkbox > span {
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #667085;
  display: block;
  margin-right: 15px;
}
.form-profile form .form-checkbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.form-profile form .form-checkbox ul > li {
  position: relative;
  margin-right: 15px;
}
.form-profile form .form-checkbox ul > li:last-child {
  margin-right: 0;
}
.form-profile form .form-checkbox ul > li input {
  display: none;
}
.form-profile form .form-checkbox ul > li label {
  display: flex;
  align-items: center;
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  color: #667085;
  cursor: pointer;
  margin: 0;
}
.form-profile form .form-checkbox ul > li label > span {
  padding: 0;
  border: 1px solid #D0D5DD;
  height: 14px;
  width: 14px;
  border-radius: 3px;
  display: block;
  padding: 2px;
  margin-right: 5px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}
.form-profile form .form-checkbox ul > li label > span::after {
  content: "";
  height: 100%;
  width: 100%;
  display: none;
}
.form-profile form .form-checkbox ul > li input:checked ~ label > span {
  border-color: var(--second-color);
  background: var(--second-color);
}
.form-profile form .form-checkbox ul > li input:checked ~ label > span::after {
  display: block;
  background-image: url("../images/ic-checkbox.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.form-profile form .form-person {
  margin-bottom: 30px;
  background: #fff;
  padding: 25px 15px;
  border-radius: 5px;
}
.form-profile form .form-person .person-icon {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.form-profile form .form-person .person-icon label {
  display: block;
  cursor: pointer;
  margin: 0;
}
.form-profile form .form-person .person-icon label img {
  height: 29px;
  width: auto;
}
.form-profile form .form-person .person-view {
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #667085;
  display: block;
  text-align: center;
}
.form-profile form .form-person .person-view span {
  display: inline-block;
}
.form-profile form .form-person #profile-put {
  display: none;
}
.form-profile form .sub-label {
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #667085;
  display: block;
  margin-bottom: 10px;
}
.form-profile form .head-group {
  line-height: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #667085;
  display: block;
  margin-bottom: 15px;
}
.form-profile form .form-repeat {
  position: relative;
  margin-bottom: 20px;
}
.form-profile form .form-repeat .repeat-list .repeat-item {
  margin-bottom: 15px;
  position: relative;
}
.form-profile form .form-repeat .repeat-list .repeat-item input[type=text],
.form-profile form .form-repeat .repeat-list .repeat-item input[type=email],
.form-profile form .form-repeat .repeat-list .repeat-item select {
  padding: 10px 15px 10px 15px;
  width: 100%;
  outline: none;
  border: 1px solid #D0D5DD;
  border-radius: 5px;
  line-height: 22px;
  font-size: 16px;
  background: #fff;
  font-weight: 400;
  color: #98A2B3;
  height: 42px;
}
.form-profile form .form-repeat .repeat-list .repeat-item span.btr-del {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 0px 10px 2px;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 20px;
  color: #fff;
  background: var(--second-color);
  left: calc(100% + 10px);
}
.form-profile form .form-repeat span {
  background: #fff;
  position: relative;
  display: inline-flex;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 20.16px;
  font-weight: 600;
  color: #475467;
  cursor: pointer;
}
.form-profile form .form-repeat span i {
  height: 18px;
  display: block;
  width: 18px;
  background-image: url("../images/ic-plus.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

/** Account Box */
.account-box {
  position: relative;
  padding-bottom: 40px;
}
.account-box > .flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.account-box > .flex > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
.account-box > .flex > .col-left {
  flex: 0 0 35%;
  max-width: 35%;
}
@media (max-width: 767px) {
  .account-box > .flex > .col-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.account-box > .flex > .col-right {
  flex: 0 0 65%;
  max-width: 65%;
}
@media (max-width: 767px) {
  .account-box > .flex > .col-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 30px;
  }
}
.account-box .info {
  position: relative;
  padding: 30px 25px;
  background: #667085;
  color: #fff;
}
@media (max-width: 767px) {
  .account-box .info {
    padding: 20px 15px;
  }
}
.account-box .info .info-group {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  position: relative;
}
.account-box .info .info-group:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.account-box .info .info-group > h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.account-box .info .info-group .image {
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.account-box .info .info-group .image span {
  display: block;
  position: relative;
  padding-bottom: 70%;
  background-position: center;
  width: 100%;
}
.account-box .info .info-group .image span img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.account-box .info .info-group .card-number {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}
.account-box .info .info-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.account-box .info .info-group ul > li {
  display: flex;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding-bottom: 8px;
  flex-wrap: wrap;
}
.account-box .info .info-group ul > li:last-child {
  padding-bottom: 0;
}
.account-box .info .info-group ul > li .px-main {
  flex: 0 0 100%;
  max-width: 100%;
}
.account-box .info .info-group ul > li .px-left {
  flex: 0 0 30%;
  max-width: 30%;
}
@media (max-width: 767px) {
  .account-box .info .info-group ul > li .px-left {
    flex: 0 0 11%;
    max-width: 11%;
  }
}
.account-box .info .info-group ul > li .px-right {
  flex: 0 0 70%;
  max-width: 70%;
}
@media (max-width: 767px) {
  .account-box .info .info-group ul > li .px-right {
    flex: 0 0 89%;
    max-width: 89%;
  }
}
.account-box .info .info-group ul > li .px-top {
  flex: 0 0 100%;
  max-width: 100%;
}
.account-box .info .info-group ul > li .px-bottom {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 30%;
  padding-top: 8px;
}
.account-box .info .info-group ul > li .bx-left {
  flex: 0 0 55%;
  max-width: 55%;
}
.account-box .info .info-group ul > li .bx-right {
  flex: 0 0 45%;
  max-width: 45%;
}
@media (max-width: 575px) {
  .account-box .info .info-group ul > li .px-label {
    display: none;
  }
}
.account-box .info .info-group ul > li .px-icon {
  position: relative;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
  padding: 1px;
  display: none;
}
@media (max-width: 575px) {
  .account-box .info .info-group ul > li .px-icon {
    display: flex;
  }
}
.account-box .info .info-group ul > li .px-icon i {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.account-box .info .info-group ul > li .px-icon.adr i {
  background-image: url("../images/csn_local.png");
}
.account-box .info .info-group ul > li .px-icon.phn i {
  background-image: url("../images/csn_phone.png");
}
.account-box .info .info-group ul > li .px-icon.eml i {
  background-image: url("../images/csn_email.png");
}
.account-box .extra {
  position: relative;
}
@media (max-width: 767px) {
  .account-box .extra {
    padding-bottom: 50px;
  }
}
.account-box .extra .editer-x {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  border-radius: 12px;
  background: #F2F4F7;
}
.account-box .extra .editer-x a {
  padding: 12px 30px;
  font-size: 15px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  line-height: 22px;
  z-index: 5;
  font-weight: 500;
  color: #667085;
  background: #fff;
  box-shadow: 0 4px 11px 0 rgba(0, 64, 44, 0.13);
}
@media (max-width: 767px) {
  .account-box .extra .editer-x a {
    top: initial;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
.account-box .extra .editer-x a i {
  background-image: url("../images/ic-editor.svg");
  height: 18px;
  width: 18px;
  background-size: contain;
  background-position: center;
  display: block;
  margin-right: 10px;
  background-repeat: no-repeat;
}
.account-box .extra .editer-x a:hover {
  background: #D9251B;
  color: #fff;
}
.account-box .extra .user-name {
  font-size: 21px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 10px;
}
.account-box .extra .user-group {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 10px;
  border-bottom: 5px solid #667085;
}
.account-box .extra .user-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.account-box .extra .user-group ul > li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding-bottom: 8px;
}
.account-box .extra .user-group ul > li:last-child {
  padding-bottom: 0;
}
.account-box .extra .user-option {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #667085;
}
.account-box .extra .user-option:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.account-box .extra .user-option > h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.account-box .extra .user-option ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.account-box .extra .user-option ul > li {
  display: flex;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.account-box .extra .user-option ul > li:last-child {
  padding-bottom: 0;
}
.account-box .extra .user-option ul > li .ux-1 {
  flex: 0 0 65%;
  max-width: 65%;
}
.account-box .extra .user-option ul > li .ux-1 h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.account-box .extra .user-option ul > li .ux-1 p {
  margin-bottom: 0;
}
.account-box .extra .user-option ul > li .ux-2 {
  flex: 0 0 35%;
  max-width: 35%;
  text-align: right;
}
.account-box .extra .user-option.training ul > li {
  position: relative;
  padding-left: 18px;
}
.account-box .extra .user-option.training ul > li::before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 8px;
  background: #667085;
  border-radius: 100%;
}

/** Internal Box */
.internal-box {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.internal-box > .row {
  align-items: stretch;
}
.internal-box > .row > [class*=col-] {
  min-height: 100%;
}
.internal-box .menu {
  background: #f2f4f8;
  position: relative;
  display: block;
  height: 100%;
  padding: 20px 20px;
}
.internal-box .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.internal-box .menu ul > li {
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.internal-box .menu ul > li > a {
  display: block;
  width: 100%;
  border-radius: 10px;
  padding: 12px 10px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #667085;
  background: #fff;
  text-transform: uppercase;
}
.internal-box .menu ul > li > a:hover {
  background: #D9251B;
  color: #fff;
  font-weight: 500;
}
.internal-box .menu ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  z-index: 9;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.012);
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .internal-box .menu ul > li > ul {
    position: relative;
    left: initial;
  }
}
.internal-box .menu ul > li > ul > li {
  display: block;
  padding: 0;
}
.internal-box .menu ul > li > ul > li > a {
  padding: 12px 15px;
  border-bottom: 1px dotted #ddd;
  text-transform: none;
  border-radius: 0;
  background: transparent;
}
.internal-box .menu ul > li > ul > li:last-child > a {
  border-bottom: 0;
}
.internal-box .menu ul > li > ul > li:hover > a {
  background: transparent;
  color: #D9251B;
}
.internal-box .menu ul > li:last-child {
  margin-bottom: 0;
}
.internal-box .menu ul > li:hover > a {
  background: #D9251B;
  color: #fff;
  font-weight: 500;
}
.internal-box .menu ul > li:hover > ul {
  display: block;
}
.internal-box .menu ul > li.active > a {
  background: #D9251B;
  color: #fff;
  font-weight: 500;
}
.internal-box .data-provice > .name {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.internal-box .data-provice > .row {
  margin-right: -5px;
  margin-left: -5px;
  align-items: stretch;
}
.internal-box .data-provice > .row [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
  min-height: 100%;
}
.internal-box .data-provice .province-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.internal-box .data-provice .province-item .inner {
  display: block;
  background: #f2f4f7;
  border-radius: 10px;
  padding: 20px 15px;
  height: 100%;
}
.internal-box .data-provice .province-item .inner .image {
  display: flex;
  justify-content: center;
}
.internal-box .data-provice .province-item .inner .image span {
  height: 60px;
  max-width: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
}
.internal-box .data-provice .province-item .inner .image span img {
  height: 40px;
  widows: auto;
}
.internal-box .data-provice .province-item .inner .name {
  display: block;
  padding-top: 10px;
}
.internal-box .data-provice .province-item .inner .name h3 {
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #667085;
  margin-bottom: 0;
}
.internal-box .data-provice .province-item .inner .name h3:hover {
  color: var(--second-color);
}
.internal-box .tab-group {
  background: #f2f4f8;
  padding: 10px;
  margin-bottom: 25px;
}
.internal-box .tab-group .user-tab {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.internal-box .tab-group .user-tab > li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5px 15px;
  position: relative;
}
@media (max-width: 767px) {
  .internal-box .tab-group .user-tab > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.internal-box .tab-group .user-tab > li > a {
  display: block;
  width: 100%;
  border-radius: 10px;
  padding: 12px 10px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #667085;
  background: #fff;
  text-transform: uppercase;
  text-align: center;
}
.internal-box .tab-group .user-tab > li.active > a {
  background: #D9251B;
  color: #fff;
}
.internal-box .user-data > .name {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.internal-box .user-data table {
  width: -moz-max-content;
  width: max-content;
}
.internal-box .user-data table thead tr th {
  background: rgb(111, 111, 111);
  padding: 8px 12px;
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.internal-box .user-data table thead tr th:nth-child(1) {
  width: 200px;
}
.internal-box .user-data table thead tr th:nth-child(2), .internal-box .user-data table thead tr th:nth-child(3), .internal-box .user-data table thead tr th:nth-child(5), .internal-box .user-data table thead tr th:nth-child(6), .internal-box .user-data table thead tr th:nth-child(7), .internal-box .user-data table thead tr th:nth-child(8), .internal-box .user-data table thead tr th:nth-child(16) {
  width: 75px;
}
.internal-box .user-data table thead tr th:nth-child(4) {
  min-width: 140px;
}
.internal-box .user-data table thead tr th:nth-child(9), .internal-box .user-data table thead tr th:nth-child(10) {
  width: 130px;
}
.internal-box .user-data table thead tr th:nth-child(11), .internal-box .user-data table thead tr th:nth-child(12) {
  width: 50px;
}
.internal-box .user-data table thead tr th:nth-child(13) {
  width: 80px;
}
.internal-box .user-data table thead tr th:nth-child(14) {
  width: 200px;
}
.internal-box .user-data table thead tr th:nth-child(15) {
  width: 120px;
}
.internal-box .user-data table thead tr th:nth-child(17) {
  width: 100px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.internal-box .user-data table tbody tr td {
  padding: 10px 12px;
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #667085;
}
.internal-box .user-data table tbody tr td:nth-child(2), .internal-box .user-data table tbody tr td:nth-child(3), .internal-box .user-data table tbody tr td:nth-child(5), .internal-box .user-data table tbody tr td:nth-child(6), .internal-box .user-data table tbody tr td:nth-child(7), .internal-box .user-data table tbody tr td:nth-child(8), .internal-box .user-data table tbody tr td:nth-child(16) {
  text-align: center;
}
.internal-box .user-data table tbody tr td:nth-child(9), .internal-box .user-data table tbody tr td:nth-child(10) {
  text-align: right;
}
.internal-box .user-data table tbody tr td:nth-child(11), .internal-box .user-data table tbody tr td:nth-child(12), .internal-box .user-data table tbody tr td:nth-child(13) {
  text-align: center;
}
.internal-box .user-data table tbody tr td:nth-child(15) {
  text-align: right;
}
.internal-box .user-data table tbody tr td:nth-child(17) {
  text-align: center;
}
.internal-box .user-data table tbody tr:nth-child(even) {
  background: rgb(237, 237, 237);
}
.internal-box .user-data .table-paginate {
  padding-top: 4px;
  padding-bottom: 10px;
}
.internal-box .user-data .table-paginate ul.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.internal-box .user-data .table-paginate ul.pagination > li a {
  height: 34px;
  width: 34px;
  display: flex;
  background: #f2f4f7;
  color: #000;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 4px;
  font-weight: 400;
}
.internal-box .user-data .table-paginate ul.pagination > li.first,
.internal-box .user-data .table-paginate ul.pagination > li.last {
  display: none;
}
.internal-box .user-data .table-paginate ul.pagination > li.disabled a {
  cursor: context-menu;
  background: #98A2B3;
  color: #fff;
}
.internal-box .user-data .table-paginate ul.pagination > li.active a {
  background: #D0D5DD;
  color: #D9251B;
  font-weight: 500;
}
.internal-box .user-list > .name {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.internal-box .user-list table {
  width: 100%;
}
.internal-box .user-list table thead tr th {
  background: rgb(111, 111, 111);
  padding: 10px 8px;
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
}
.internal-box .user-list table thead tr th:nth-child(1) {
  text-align: center;
}
.internal-box .user-list table thead tr th:nth-child(3) {
  width: 15%;
}
.internal-box .user-list table thead tr th:nth-child(4) {
  width: 10%;
}
.internal-box .user-list table tbody tr td {
  padding: 10px 8px;
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #667085;
}
.internal-box .user-list table tbody tr td:nth-child(1) {
  text-align: center;
}
.internal-box .user-list table tbody tr td img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 100%;
}
.internal-box .user-list table tbody tr:nth-child(even) {
  background: rgb(237, 237, 237);
}
.internal-box .user-list table tfoot tr td .atx-button {
  position: relative;
  background: #f2f4f7;
  padding: 10px;
}
.internal-box .user-list table tfoot tr td .atx-button button {
  border: 0;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  line-height: 20px;
  padding: 10px 10px;
  cursor: pointer;
  outline: none;
  color: #667085;
  display: inline-block;
}
.internal-box .user-list table tfoot tr td .atx-button button:hover {
  color: #fff;
  background: #D9251B;
}
.internal-box .user-list .table-paginate {
  padding-top: 4px;
  padding-bottom: 10px;
}
.internal-box .user-list .table-paginate ul.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.internal-box .user-list .table-paginate ul.pagination > li a {
  height: 34px;
  width: 34px;
  display: flex;
  background: #f2f4f7;
  color: #000;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 4px;
  font-weight: 400;
}
.internal-box .user-list .table-paginate ul.pagination > li.first,
.internal-box .user-list .table-paginate ul.pagination > li.last {
  display: none;
}
.internal-box .user-list .table-paginate ul.pagination > li.disabled a {
  cursor: context-menu;
  background: #98A2B3;
}
.internal-box .user-list .table-paginate ul.pagination > li.active a {
  background: #D0D5DD;
  color: #D9251B;
  font-weight: 500;
}
.internal-box .user-list .library-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.internal-box .atx-button {
  position: relative;
  background: #f2f4f7;
  padding: 10px;
}
.internal-box .atx-button button {
  border: 0;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  line-height: 20px;
  padding: 10px 10px;
  cursor: pointer;
  outline: none;
  color: #667085;
  display: inline-block;
}
.internal-box .atx-button button:hover {
  color: #fff;
  background: #D9251B;
}

/** Member Box */
.member-box {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.member-box > .row {
  align-items: stretch;
}
.member-box > .row > [class*=col-] {
  min-height: 100%;
}
.member-box .menu {
  background: #f2f4f8;
  position: relative;
  display: block;
  height: 100%;
  padding: 20px 20px;
}
.member-box .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.member-box .menu ul > li {
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.member-box .menu ul > li > a {
  display: block;
  width: 100%;
  border-radius: 10px;
  padding: 12px 10px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #667085;
  background: #fff;
  text-transform: uppercase;
}
.member-box .menu ul > li > a:hover {
  background: #D9251B;
  color: #fff;
  font-weight: 500;
}
.member-box .menu ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  z-index: 9;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.012);
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .member-box .menu ul > li > ul {
    position: relative;
    left: initial;
  }
}
.member-box .menu ul > li > ul > li {
  display: block;
  padding: 0;
}
.member-box .menu ul > li > ul > li > a {
  padding: 12px 15px;
  border-bottom: 1px dotted #ddd;
  text-transform: none;
  border-radius: 0;
  background: transparent;
}
.member-box .menu ul > li > ul > li:last-child > a {
  border-bottom: 0;
}
.member-box .menu ul > li > ul > li:hover > a {
  background: transparent;
  color: #D9251B;
}
.member-box .menu ul > li:last-child {
  margin-bottom: 0;
}
.member-box .menu ul > li:hover > a {
  background: #D9251B;
  color: #fff;
  font-weight: 500;
}
.member-box .menu ul > li:hover > ul {
  display: block;
}
.member-box .menu ul > li.active > a {
  background: #D9251B;
  color: #fff;
  font-weight: 500;
}
.member-box .data-provice > .name {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.member-box .data-provice > .row {
  margin-right: -5px;
  margin-left: -5px;
  align-items: stretch;
}
.member-box .data-provice > .row [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
  min-height: 100%;
}
.member-box .data-provice .province-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.member-box .data-provice .province-item .inner {
  display: block;
  background: #f2f4f7;
  border-radius: 10px;
  padding: 20px 15px;
  height: 100%;
}
.member-box .data-provice .province-item .inner .image {
  display: flex;
  justify-content: center;
}
.member-box .data-provice .province-item .inner .image span {
  height: 60px;
  max-width: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
}
.member-box .data-provice .province-item .inner .image span img {
  height: 40px;
  widows: auto;
}
.member-box .data-provice .province-item .inner .name {
  display: block;
  padding-top: 10px;
}
.member-box .data-provice .province-item .inner .name h3 {
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #667085;
  margin-bottom: 0;
}
.member-box .data-provice .province-item .inner .name h3:hover {
  color: var(--second-color);
}
.member-box .tab-group {
  background: #f2f4f8;
  padding: 10px;
  margin-bottom: 25px;
}
.member-box .tab-group .user-tab {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.member-box .tab-group .user-tab > li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5px 15px;
  position: relative;
}
@media (max-width: 767px) {
  .member-box .tab-group .user-tab > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.member-box .tab-group .user-tab > li > a {
  display: block;
  width: 100%;
  border-radius: 10px;
  padding: 12px 10px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #667085;
  background: #fff;
  text-transform: uppercase;
  text-align: center;
}
.member-box .tab-group .user-tab > li.active > a {
  background: #D9251B;
  color: #fff;
}
.member-box .user-data > .name {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.member-box .user-data table {
  width: -moz-max-content;
  width: max-content;
}
.member-box .user-data table thead tr th {
  background: rgb(111, 111, 111);
  padding: 8px 12px;
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.member-box .user-data table thead tr th:nth-child(1) {
  min-width: 200px;
}
.member-box .user-data table thead tr th:nth-child(2), .member-box .user-data table thead tr th:nth-child(3), .member-box .user-data table thead tr th:nth-child(7), .member-box .user-data table thead tr th:nth-child(8), .member-box .user-data table thead tr th:nth-child(16) {
  width: 75px;
}
.member-box .user-data table thead tr th:nth-child(4) {
  min-width: 140px;
}
.member-box .user-data table thead tr th:nth-child(5), .member-box .user-data table thead tr th:nth-child(6) {
  width: 100px;
}
.member-box .user-data table thead tr th:nth-child(9) {
  width: 75px;
}
.member-box .user-data table thead tr th:nth-child(10), .member-box .user-data table thead tr th:nth-child(11) {
  min-width: 130px;
}
.member-box .user-data table thead tr th:nth-child(12), .member-box .user-data table thead tr th:nth-child(13) {
  width: 50px;
}
.member-box .user-data table thead tr th:nth-child(14) {
  width: 80px;
}
.member-box .user-data table thead tr th:nth-child(15) {
  width: 200px;
}
.member-box .user-data table thead tr th:nth-child(16) {
  width: 120px;
}
.member-box .user-data table thead tr th:nth-child(17) {
  width: 75px;
}
.member-box .user-data table thead tr th:nth-child(18) {
  width: 90px;
}
.member-box .user-data table tbody tr td {
  padding: 10px 12px;
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #667085;
}
.member-box .user-data table tbody tr td:nth-child(2), .member-box .user-data table tbody tr td:nth-child(3), .member-box .user-data table tbody tr td:nth-child(7), .member-box .user-data table tbody tr td:nth-child(8), .member-box .user-data table tbody tr td:nth-child(16) {
  text-align: center;
}
.member-box .user-data table tbody tr td:nth-child(6) {
  text-align: center;
}
.member-box .user-data table tbody tr td:nth-child(9) {
  text-align: center;
}
.member-box .user-data table tbody tr td:nth-child(10), .member-box .user-data table tbody tr td:nth-child(11) {
  text-align: right;
}
.member-box .user-data table tbody tr td:nth-child(12), .member-box .user-data table tbody tr td:nth-child(13), .member-box .user-data table tbody tr td:nth-child(14) {
  text-align: center;
}
.member-box .user-data table tbody tr td:nth-child(16) {
  text-align: right;
}
.member-box .user-data table tbody tr td:nth-child(17), .member-box .user-data table tbody tr td:nth-child(18) {
  text-align: center;
}
.member-box .user-data table tbody tr:nth-child(even) {
  background: rgb(237, 237, 237);
}
.member-box .user-data .table-paginate {
  padding-top: 4px;
  padding-bottom: 10px;
}
.member-box .user-data .table-paginate ul.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.member-box .user-data .table-paginate ul.pagination > li a {
  height: 34px;
  width: 34px;
  display: flex;
  background: #f2f4f7;
  color: #000;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 4px;
  font-weight: 400;
}
.member-box .user-data .table-paginate ul.pagination > li.first,
.member-box .user-data .table-paginate ul.pagination > li.last {
  display: none;
}
.member-box .user-data .table-paginate ul.pagination > li.disabled a {
  cursor: context-menu;
  background: #98A2B3;
  color: #fff;
}
.member-box .user-data .table-paginate ul.pagination > li.active a {
  background: #D0D5DD;
  color: #D9251B;
  font-weight: 500;
}
.member-box .user-list > .name {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.member-box .user-list table {
  width: 100%;
}
.member-box .user-list table thead tr th {
  background: rgb(111, 111, 111);
  padding: 10px 8px;
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
}
.member-box .user-list table thead tr th:nth-child(1) {
  text-align: center;
}
.member-box .user-list table thead tr th:nth-child(3) {
  width: 15%;
}
.member-box .user-list table thead tr th:nth-child(4) {
  width: 10%;
}
.member-box .user-list table tbody tr td {
  padding: 10px 8px;
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #667085;
}
.member-box .user-list table tbody tr td:nth-child(1) {
  text-align: center;
}
.member-box .user-list table tbody tr td img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 100%;
}
.member-box .user-list table tbody tr:nth-child(even) {
  background: rgb(237, 237, 237);
}
.member-box .user-list table tfoot tr td .atx-button {
  position: relative;
  background: #f2f4f7;
  padding: 10px;
}
.member-box .user-list table tfoot tr td .atx-button button {
  border: 0;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  line-height: 20px;
  padding: 10px 10px;
  cursor: pointer;
  outline: none;
  color: #667085;
  display: inline-block;
}
.member-box .user-list table tfoot tr td .atx-button button:hover {
  color: #fff;
  background: #D9251B;
}
.member-box .user-list .table-paginate {
  padding-top: 4px;
  padding-bottom: 10px;
}
.member-box .user-list .table-paginate ul.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.member-box .user-list .table-paginate ul.pagination > li a {
  height: 34px;
  width: 34px;
  display: flex;
  background: #f2f4f7;
  color: #000;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 4px;
  font-weight: 400;
}
.member-box .user-list .table-paginate ul.pagination > li.first,
.member-box .user-list .table-paginate ul.pagination > li.last {
  display: none;
}
.member-box .user-list .table-paginate ul.pagination > li.disabled a {
  cursor: context-menu;
  background: #98A2B3;
}
.member-box .user-list .table-paginate ul.pagination > li.active a {
  background: #D0D5DD;
  color: #D9251B;
  font-weight: 500;
}
.member-box .user-list .library-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.member-box .atx-button {
  position: relative;
  background: #f2f4f7;
  padding: 10px;
}
.member-box .atx-button button {
  border: 0;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  line-height: 20px;
  padding: 10px 10px;
  cursor: pointer;
  outline: none;
  color: #667085;
  display: inline-block;
}
.member-box .atx-button button:hover {
  color: #fff;
  background: #D9251B;
}

/** Library Box */
.library-box {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.library-box > .row {
  align-items: stretch;
}
.library-box > .row > [class*=col-] {
  min-height: 100%;
}
.library-box .menu {
  background: #f2f4f8;
  position: relative;
  display: block;
  height: 100%;
  padding: 20px 20px;
}
.library-box .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.library-box .menu ul > li {
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.library-box .menu ul > li > a {
  display: block;
  width: 100%;
  border-radius: 10px;
  padding: 12px 10px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #667085;
  background: #fff;
  text-transform: uppercase;
}
.library-box .menu ul > li > a:hover {
  background: #D9251B;
  color: #fff;
  font-weight: 500;
}
.library-box .menu ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  z-index: 9;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.012);
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .library-box .menu ul > li > ul {
    position: relative;
    left: initial;
  }
}
.library-box .menu ul > li > ul > li {
  display: block;
  padding: 0;
}
.library-box .menu ul > li > ul > li > a {
  padding: 12px 15px;
  border-bottom: 1px dotted #ddd;
  text-transform: none;
  border-radius: 0;
  background: transparent;
}
.library-box .menu ul > li > ul > li:last-child > a {
  border-bottom: 0;
}
.library-box .menu ul > li > ul > li:hover > a {
  background: transparent;
  color: #D9251B;
}
.library-box .menu ul > li:last-child {
  margin-bottom: 0;
}
.library-box .menu ul > li:hover > a {
  background: #D9251B;
  color: #fff;
  font-weight: 500;
}
.library-box .menu ul > li:hover > ul {
  display: block;
}
.library-box .menu ul > li.active > a {
  background: #D9251B;
  color: #fff;
  font-weight: 500;
}
.library-box .block-term .gallery-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.library-box .block-term .gallery-item .inner .image {
  margin-bottom: 12px;
}
.library-box .block-term .gallery-item .inner .image span {
  position: relative;
  padding-bottom: 58%;
  display: block;
  width: 100%;
  background-position: center;
}
.library-box .block-term .gallery-item .inner .image span img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.library-box .block-term .gallery-item .inner .info {
  position: relative;
}
.library-box .block-term .gallery-item .inner .info h3 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: normal;
  color: #667085;
}
.library-box .block-term .gallery-item .inner .info .date {
  font-size: 15px;
  font-weight: 400;
  color: #667085;
}
.library-box .block-term .library-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.library-box .block-term .library-item .inner .image {
  margin-bottom: 12px;
}
.library-box .block-term .library-item .inner .image a {
  position: relative;
  padding-bottom: 58%;
  display: block;
  width: 100%;
  background-position: center;
}
.library-box .block-term .library-item .inner .image a img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.library-box .block-term .library-item .inner .info {
  position: relative;
}
.library-box .block-term .library-item .inner .info h3 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: normal;
}
.library-box .block-term .library-item .inner .info h3 a {
  color: #667085;
}
.library-box .block-term .library-item .inner .info .date {
  font-size: 15px;
  font-weight: 400;
  color: #667085;
}

/** Project Box */
.project-box {
  position: relative;
  padding-bottom: 40px;
}
.project-box .table-box {
  width: 100%;
}
.project-box .table-box thead tr th {
  background: rgb(111, 111, 111);
  padding: 10px 8px;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
}
.project-box .table-box thead tr th:nth-child(1) {
  width: 16%;
}
.project-box .table-box thead tr th:nth-child(2) {
  width: 24%;
}
.project-box .table-box thead tr th:nth-child(3) {
  width: 60%;
}
.project-box .table-box tbody tr td {
  padding: 10px 8px;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #667085;
}
.project-box .table-box tbody tr:nth-child(even) {
  background: rgb(237, 237, 237);
}

/** Post Box */
.post-box {
  position: relative;
  padding-bottom: 40px;
}
.post-box a.editer-x {
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px 30px;
  font-size: 15px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  line-height: 22px;
  z-index: 5;
  font-weight: 500;
  color: rgb(71, 84, 103);
  box-shadow: 0 4px 11px 0 rgba(0, 64, 44, 0.13);
}
.post-box a.editer-x i {
  background-image: url("../images/ic-editor.svg");
  height: 18px;
  width: 18px;
  background-size: contain;
  background-position: center;
  display: block;
  margin-right: 10px;
  background-repeat: no-repeat;
}
.post-box .table-box {
  width: 100%;
}
.post-box .table-box thead tr th {
  background: rgb(111, 111, 111);
  padding: 10px 8px;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
}
.post-box .table-box thead tr th:nth-child(1) {
  width: 16%;
}
.post-box .table-box thead tr th:nth-child(2) {
  width: 54%;
}
.post-box .table-box thead tr th:nth-child(3) {
  width: 15%;
}
.post-box .table-box thead tr th:nth-child(4) {
  width: 15%;
}
.post-box .table-box tbody tr td {
  padding: 10px 8px;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 20.16px;
  font-weight: 400;
  color: #667085;
}
.post-box .table-box tbody tr:nth-child(even) {
  background: rgb(237, 237, 237);
}

/** Form Postnew */
.form-postnew form {
  position: relative;
}
.form-postnew form .row {
  align-items: stretch;
}
.form-postnew form .row > [class*=col-] {
  min-height: 100%;
}
.form-postnew form .box {
  background: #fff;
  padding: 30px 30px;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 767px) {
  .form-postnew form .box {
    padding: 20px 15px;
  }
}
.form-postnew form .form-group label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: block;
  color: #475467;
  margin-bottom: 8px;
}
.form-postnew form .form-group input {
  width: 100%;
  border: 1px solid #d0d5dd;
  outline: none;
  padding: 10px 20px 10px 20px;
  color: #98A2B3;
  line-height: 20px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
}
.form-postnew form .form-submit {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.form-postnew form .form-submit span {
  display: inline-block;
  padding: 15px 10px;
  width: 145px;
  background: #EAECF0;
  font-size: 16px;
  line-height: 20.16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
}
.form-postnew form .form-submit button {
  text-align: center;
  display: inline-block;
  padding: 15px 10px;
  width: 145px;
  background: #98A2B3;
  font-size: 16px;
  line-height: 20.16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0px 4px 40px 0 rgba(6, 22, 17, 0.13);
  outline: none;
  border: 0;
}
.form-postnew form .form-submit button:hover {
  background: #D9251B;
}
.form-postnew form .form-upload label {
  margin: 0;
  padding-bottom: 84.096%;
  overflow: hidden;
  border-radius: 10px;
  background: #f0f0f0;
  display: block;
  position: relative;
}
.form-postnew form .form-upload label img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  widows: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.form-postnew form .form-upload label .put-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.form-postnew form .form-upload label .put-icon i {
  height: 50px;
  width: 50px;
  display: block;
  margin: 0 auto;
  background-image: url("../images/ic-picture.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}
.form-postnew form .form-upload label .put-icon span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: block;
  color: #475467;
}
.form-postnew form .form-upload input {
  display: none;
}

/** Register */
.create-box {
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  border-radius: 10px;
  width: 100%;
  max-width: 680px;
  transform: translate(-50%, -50%);
}
.create-box .inner {
  position: relative;
  padding: 40px 20px;
  overflow: hidden;
}
.create-box .inner > button {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  z-index: 1;
}
.create-box .inner > button i {
  font-size: 22px;
}
.create-box .inner .name {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
  color: #667085;
}
.create-box .inner form .form-group {
  position: relative;
  margin-bottom: 15px;
}
.create-box .inner form .form-group input[type=text],
.create-box .inner form .form-group input[type=email],
.create-box .inner form .form-group input[type=password],
.create-box .inner form .form-group input[type=date],
.create-box .inner form .form-group input[type=number],
.create-box .inner form .form-group select,
.create-box .inner form .form-group textarea {
  padding: 10px 15px 10px 15px;
  width: 100%;
  outline: none;
  border: 1px solid #D0D5DD;
  border-radius: 5px;
  line-height: 20px;
  font-size: 15px;
  background: #fff;
  font-weight: 400;
  color: #98A2B3;
  height: 40px;
}
.create-box .inner form .form-group input.error {
  border-color: var(--second-color);
}
.create-box .inner form .form-submit {
  background: #F2F4F7;
  padding: 10px;
  position: relative;
}
.create-box .inner form .form-submit button {
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  text-transform: uppercase;
  padding: 12px 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 40px 0 rgba(6, 22, 17, 0.13);
  color: #667085;
  cursor: pointer;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  min-width: 300px;
  outline: none;
}
.create-box .inner form .form-submit button:hover {
  background: #D9251B;
  color: #fff;
}

/** Import */
.import-box {
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  border-radius: 10px;
  width: 100%;
  max-width: 680px;
  transform: translate(-50%, -50%);
}
.import-box .inner {
  position: relative;
  padding: 40px 20px;
  overflow: hidden;
}
.import-box .inner > button {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  z-index: 1;
}
.import-box .inner > button i {
  font-size: 22px;
}
.import-box .inner .name {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
  color: #667085;
}
.import-box .inner form .form-group {
  position: relative;
  margin-bottom: 15px;
}
.import-box .inner form .form-group > label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}
.import-box .inner form .form-group input[type=file] {
  margin-bottom: 10px;
}
.import-box .inner form .form-group > p {
  margin-bottom: 20px;
  font-style: italic;
  font-size: 14px;
}
.import-box .inner form .form-group input[type=text],
.import-box .inner form .form-group input[type=email],
.import-box .inner form .form-group input[type=password],
.import-box .inner form .form-group input[type=date],
.import-box .inner form .form-group input[type=number],
.import-box .inner form .form-group select,
.import-box .inner form .form-group textarea {
  padding: 10px 15px 10px 15px;
  width: 100%;
  outline: none;
  border: 1px solid #D0D5DD;
  border-radius: 5px;
  line-height: 20px;
  font-size: 15px;
  background: #fff;
  font-weight: 400;
  color: #98A2B3;
  height: 40px;
}
.import-box .inner form .form-group input.error {
  border-color: var(--second-color);
}
.import-box .inner form .form-action {
  background: #F2F4F7;
  padding: 10px;
  position: relative;
}
.import-box .inner form .form-action button {
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  text-transform: uppercase;
  padding: 12px 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 40px 0 rgba(6, 22, 17, 0.13);
  color: #667085;
  cursor: pointer;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  min-width: 300px;
  outline: none;
}
.import-box .inner form .form-action button:hover {
  background: #D9251B;
  color: #fff;
}
.import-box .inner .note {
  margin-top: 20px;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}
.import-box .inner .note p.nt-error {
  margin-bottom: 0;
  color: red;
}
.import-box .inner .note p.nt-success {
  margin-bottom: 0;
  color: green;
}

/* Loop Library */
.library_inner .image {
  margin-bottom: 12px;
}
.library_inner .image a {
  position: relative;
  padding-bottom: 58%;
  display: block;
  width: 100%;
  background-position: center;
}
.library_inner .image a img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.library_inner .info {
  position: relative;
}
.library_inner .info h3 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: normal;
}
.library_inner .info h3 a {
  color: #667085;
}
.library_inner .info .date {
  font-size: 15px;
  font-weight: 400;
  color: #667085;
}

/** Cover */
.gvx_cover_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9990;
  background: #000;
  opacity: 0.3;
}/*# sourceMappingURL=account.css.map */