body {
  font-size: 0.9rem;
  font-family: "Inter", sans-serif;
}

#wrapper #content-wrapper {
  background: #fff;
}

label {
  margin-bottom: 0.2rem;
}

::placeholder {
  font-style: italic;
  font-size: 12px;
}

/* colors default */
a {
  color: #858796;
}

.btn-group-list .dropdown-toggle::after {
  content: none;
}

.text-primary {
  color: #1dc59b !important;
}

.btn-top-absolute {
  position: absolute;
  top: 95px;
  right: 23px;
}

/* cursor */
.cursor-pointer {
  cursor: pointer;
}

/* display */
.d-grid {
  display: grid;
}

/* text-properties */
.text-properties {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

.text-small {
  font-size: 12px;
}

/* break-all */
.breakAll {
  word-break: break-all;
}

/* display */
.d-content {
  display: contents;
}

/* alter tabbody */
.tabitem {
  float: left;
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #6060627a;
  background-color: #e9ecef;
  cursor: pointer;
}

.activetab {
  border-bottom: 1px solid #606062;
  background-color: #606062;
  color: #fff;
}

.tabbody {
  display: none;
}

.activenav {
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

/* custom upload file*/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn-upload {
  border: 1px solid gray;
  color: gray;
  background-color: white;
  padding: 3px 7px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.upload-btn-wrapper .list-group-item {
  padding: 0;
}

/* gallery img */
div.gallery {
  border: 1px solid #f9f9f9;
  float: left;
  width: 185px;
  max-height: 200px;
  background: #f9f9f9;
  text-align: center;
  overflow: hidden;
  height: 100px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

.gallery-a {
  position: absolute;
  background: white;
  padding: 7px 13px 4px;
  color: #da6b61;
}

/* loading */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* chosen select */
.chosen-container {
  width: 100% !important;
}

.chosen-container-single .chosen-single {
  height: calc(2rem + 6px) !important;
  color: #212529 !important;
  border-radius: 5px !important;
  padding: 0.3rem 0.75rem !important;
  line-height: 27px !important;
  background: #fff !important;
  border: 1px solid #ccc !important;
  box-shadow: unset !important;
}

.chosen-container-single .chosen-single div {
  top: 12px !important;
}

/* alert exception */
.alertException {
  margin-bottom: 0;
  text-align: center;
}

/* logo */
.logo-to-black {
  color: #ffffff !important;
}

.logo-to-black:hover {
  color: #d7ffed !important;
}

/* animate scroll top */
.gototop {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

/* icon whats */
.icon-call-whats {
  height: 70px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 100;
}

/* pagination */
.btn_mange_pagging {
  background: #ededed;
  padding: 12px 20px;
  font-weight: 600;
  margin: 0 2px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 5px;
}

.pageActive {
  background: #32b599;
  color: #fff !important;
}

/* pagination */
.page-item.active .page-link {
  background-color: #32b599;
  border-color: #32b599;
}

.page-link {
  color: #32b599;
}