/*
Theme Name: Dsmart Child Theme
Theme URI: http://dsmart.vn
Description: this is child DSmart theme
Author: vietsmiler
Author URI: http://dsmart.vn
Template: dsmart
Version: 2.6.5
*/
@import url("../dsmart/style.css");
.nav-single {
  width: 100%;
  border-top: 1px solid rgba(97, 8, 8, 0.2);
  padding-top: 20px;
  margin: 20px 0;
}
.nav-single:after {
  display: table;
  content: "";
  clear: both;
}
.nav-single .nav-previous,
.nav-single .nav-next {
  float: left;
  position: relative;
  padding-right: 15px;
}
.nav-single .nav-next {
  text-align: right;
  float: right;
  padding: 0 0 0 15px;
}
.nav-single span,
.nav-single a {
  display: block;
}
.nav-single a span {
  font-weight: 700;
}
/* CSS */
.button-23 {
  background-color: #ffffff;
  border: 1px solid #222222;
  border-radius: 8px;
  box-sizing: border-box;
  color: var(--linear-test);
  cursor: pointer;
  display: inline-block;
  font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto,
    "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  outline: none;
  padding: 13px 23px !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: box-shadow 0.2s, -ms-transform 0.1s, -webkit-transform 0.1s,
    transform 0.1s;
  user-select: none;
  -webkit-user-select: none;
  width: auto;
}

.button-23:focus-visible {
  box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
  transition: box-shadow 0.2s;
}

.button-23:active {
  background-color: #f7f7f7;
  border-color: var(--linear-test);
  transform: scale(0.96);
}

.button-23:disabled {
  border-color: #dddddd;
  color: #dddddd;
  cursor: not-allowed;
  opacity: 1;
}
