@import url("./reset.css");
@import url("./bootstrap.min.css");
@import url("./fontawesome6.min.css");
@import url("./owl.carousel.min.css");
@import url("./owl.theme.default.css");
@import url("./viewbox.css");
@import url("./common.css");
@import url("./homepage.css");
@import url("./subpage.css");
@import url("./template.css");

html {
  font-size: 16px;
}

body {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--text-color-1);
  font-size: 1rem;
  background-color: var(--white-color);
}

a {
  text-decoration: none;
}

a:hover {
  color: inherit;
}

ul,
li,
ol,
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  padding: 0;
  margin: 0;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

.h1 {
  font-size: 2.25rem;

  @media (max-width: 991px) {
    font-size: 1.75rem;
  }

  @media (max-width: 574px) {
    font-size: 1.5rem;
  }
}

.h2 {
  font-size: 1.875rem;

  @media (max-width: 991px) {
    font-size: 1.5rem;
  }

  @media (max-width: 574px) {
    font-size: 1.25rem;
  }
}

.h3 {
  font-size: 1.5rem;

  @media (max-width: 991px) {
    font-size: 1.35rem;
  }

  @media (max-width: 574px) {
    font-size: 1.125rem;
  }
}

.h4 {
  font-size: 1.25rem;
}

.h5 {
  font-size: 1rem;
}

.h6 {
  font-size: 1rem;
}

strong {
  font-weight: 600;
}

.btn {
  border-radius: 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 2rem;
  white-space: nowrap;
  gap: 1rem;
  font-weight: bold;
  font-size: 0.875rem;
  border: 0;
}

.btn2 {
  border-radius: 2rem;
  padding: 1rem 2rem;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-small {
  padding: 0 1rem;
  height: 2rem;
  font-size: 0.8123rem;
  font-weight: 400;
}

.btn-x-small {
  padding: 0.25rem 1.25rem;
  height: auto;
  font-size: 0.75rem;
}

.btn-x-small i {
  font-size: 14px;
}

.btn-sm {
  font-size: 1rem;
}

.btn-lg {
  font-weight: 600;
  font-size: 1.25rem;
  padding: 1rem 2rem;
  line-height: 1;
}

.shadow {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10) !important;
}

.shadow-2 {
  box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.15);
}

.form-control,
.form-select {
  padding: 0rem 1.25rem;
  border-radius: 0.625rem;
  border: 1px solid var(--border-color-1);
  background-color: var(--white-color);
  height: 3.125rem;
  font-size: 0.875rem;
  color: #666;
}

.form-control:focus,
.form-select:focus {
  outline: none;
  box-shadow: none;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #fff;
}

textarea.form-control {
  resize: none;
  padding: 1.25rem;
  height: auto;
  min-height: 100px;
}

.custom-checkbox,
.custom-radio {
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  min-height: 20px;
  padding-top: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox input,
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox input:checked ~ .checkmark,
.custom-radio input:checked ~ .checkmark {
  border-color: var(--primary-color);
}

.custom-checkbox input:checked ~ .checkmark i,
.custom-radio input:checked ~ .checkmark i {
  color: var(--primary-color);
  visibility: visible;
}

.custom-checkbox input:checked ~ .checkmark:after,
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark,
.custom-radio .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-checkbox .checkmark i,
.custom-radio .checkmark i {
  font-size: 12px;
  visibility: hidden;
}


.custom-radio .checkmark:after {
  content: '';
  position: absolute;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-radio input:checked ~ .checkmark:after {
  visibility: visible;
}

.custom-radio .checkmark {
  border-radius: 100%;
}

.custom-radio .checkmark:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--primary-color);
  border: none;
  visibility: hidden;
}

.modal-content {
  border-radius: 0.625rem;
  border: 0;
}

.collapsing {
  transition: none;
}

.img-radius {
  border-radius: 0.625rem;
}

.flex-1 {
  flex: 1;
}

hr {
  background-color: rgba(0, 0, 0, 0.35);
  margin: 1.25rem 0;
}

.radius {
  border-radius: 0.625rem;
}

.fw-bold {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500 !important;
}

.lh-auto {
  line-height: 1.3;
}

.link {
  color: var(--primary-color);
  text-decoration: underline;
}

.link:hover {
  color: var(--secondary-color);
}

.modal-title {
  color: var(--text-color);
}

.modal-body {
  font-weight: 400;
  font-size: 0.875rem;
}

.nav-tabs {
  border: 0;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.gap-1r {
  gap: 1rem;
}

.gap-2r {
  gap: 2rem;
}

.gap-3r {
  gap: 3rem;
}

.gap-4r {
  gap: 4rem;
}

.gap-5r {
  gap: 5rem;
}

.pagination {
  gap: 0.5rem;
}

.page-item.active .page-link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.page-item.disabled .page-link {
  color: var(--gray-color);
  background-color: #f9f9f9;
}

.page-link {
  color: #666;
  border-radius: 0.625rem !important;
  width: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 0.5rem 0;
}

.page-link:hover {
  color: var(--primary-color);
}

.alert {
  border-radius: 0.625rem;
}

.tooltip {
  font-size: 0.75rem;
}

.tooltip hr {
  margin: 0.5rem 0;
  background-color: var(--white-color);
}

.table th {
  font-weight: 600;
}

.badge {
  padding: 0.5rem 0.75rem;
  font-weight: 500;
}