*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: rgba(246, 246, 246, 0.5);
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(153, 153, 153, 0.5);
  border: 2px solid #f6f6f6;
  border-radius: 10px;
}

html {
  padding: 0 !important;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  color: #333;
  background-color: #f6f6f6;
  min-height: 900px;
  font-family: "Poppins", Arial, "Noto Sans TC", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (min-width: 992px) {
  body p,
  body ul,
  body li {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1.125rem;
  }
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark,
body .mark {
  color: #ff0000;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  transition: all 0.3s linear;
}

.container-fluid {
  --bs-gutter-x: 1.5em;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 1) !important;
    padding-left: calc(var(--bs-gutter-x) * 1) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 2) !important;
    padding-left: calc(var(--bs-gutter-x) * 2) !important;
  }
}
@media (min-width: 1680px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 3) !important;
    padding-left: calc(var(--bs-gutter-x) * 3) !important;
  }
}

.content {
  padding: 2.5em 0;
}
@media (min-width: 992px) {
  .content {
    padding: 3.5em 0;
  }
}
@media (min-width: 1680px) {
  .content {
    padding: 4em 0;
  }
}

.block-border {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.navbar {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.text-primary {
  color: #ff0000 !important;
}

.text-secondary {
  color: #c38f8f !important;
}

.text-light {
  color: white !important;
}

.block-title {
  position: relative;
  font-size: 2em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  font-weight: 600;
  color: #ff0000;
  text-transform: uppercase;
  padding-left: 0.25em;
}
.block-title.sm {
  font-size: 1.25em;
}
.block-title:after {
  position: absolute;
  left: 0;
  top: -0.1em;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #c38f8f transparent transparent transparent;
  transform: rotate(0deg);
  content: "";
  z-index: -1;
}
@media (min-width: 576px) {
  .block-title {
    font-size: 2.4em;
  }
  .block-title.sm {
    font-size: 1.4em;
  }
}
@media (min-width: 769px) {
  .block-title {
    font-size: 2.2em;
    margin-bottom: 1em;
  }
  .block-title.sm {
    font-size: 1.5em;
  }
  .block-title:after {
    border-width: 30px 30px 0 0;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 2.6em;
  }
  .block-title.sm {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 3em;
  }
  .block-title.sm {
    font-size: 1.7em;
  }
  .block-title:after {
    border-width: 40px 40px 0 0;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 3.6em;
  }
  .block-title.sm {
    font-size: 2em;
  }
  .block-title:after {
    border-width: 50px 50px 0 0;
  }
}

.block-title2 {
  position: relative;
  font-size: 2em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  font-weight: 600;
  color: #ff0000;
}
.block-title2.sm {
  font-size: 1.6em;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 1.8em;
    margin-bottom: 1em;
  }
  .block-title2.sm {
    font-size: 1.7em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 2.1em;
  }
  .block-title2.sm {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 2.3em;
  }
  .block-title2.sm {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2.9em;
  }
  .block-title2.sm {
    font-size: 2.2em;
  }
}

.block-title3 {
  font-size: 1.6em;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  color: #999;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 1.6em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 2em;
  }
}

.block-title4 {
  font-size: 1.25em;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  color: #333;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 1.5em;
  }
}

.block-title5 {
  color: #666;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 1.25em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 1.33em;
  }
}

.img-wrap {
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
.img-wrap:hover img {
  transform: scale(1.1);
}

.btn {
  position: relative;
  padding: 0.7em 1.5em;
  font-size: 1em;
  border-radius: 3px !important;
  letter-spacing: 0.1em !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  z-index: 99;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1em;
  font-weight: normal;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn {
    padding: 0.8em 1.7em;
    font-size: 1.05em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 0.85em 2em;
    font-size: 1.11em;
  }
}
.btn.show {
  color: white;
  border: 1px solid #333 !important;
  background-color: #333 !important;
}

.btn-sm {
  padding: 0.5em 0.9em !important;
  font-size: 0.9em !important;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-weight: normal;
}
@media (min-width: 769px) {
  .btn-sm {
    font-size: 0.8em !important;
  }
}
@media (min-width: 1200px) {
  .btn-sm {
    padding: 0.5em 0.7em !important;
    font-size: 0.7em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.5em 1em !important;
    font-size: 0.75em !important;
  }
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #ff0000 !important;
  font-size: 1em;
  text-transform: capitalize;
  transition: all 0.3s linear;
}
.btn-delete:hover {
  color: #333 !important;
}
.btn-delete i {
  font-size: 1.25em;
}

.btn-back {
  color: white;
  font-size: 1;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
  border-radius: 0 !important;
}
.btn-back:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #ff0000;
  transition: all 0.3s linear;
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
  display: flex;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55px;
  height: 55px;
  content: "\f4f5";
  font-family: "Bootstrap-icons";
  background-color: rgba(195, 143, 143, 0.4);
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 75px;
    height: 75px;
  }
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  content: "";
  background-color: rgba(195, 143, 143, 0.5);
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  box-shadow: 0 0 8px rgba(195, 143, 143, 0.5);
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:after {
    width: 90px;
    height: 90px;
  }
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover, .btn-play:active, .btn-play:focus {
    cursor: pointer;
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}

.btn-link {
  color: #c38f8f;
  border: 0 !important;
  text-decoration: none;
  background-color: transparent;
  font-size: 0.9em;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #333 !important;
}

.btn-primary {
  border: 0 !important;
  color: white;
  background-color: #ff0000 !important;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white;
  border: 0 !important;
  background-color: #333 !important;
}

.btn-secondary {
  border: 0 !important;
  color: white;
  background-color: #c38f8f !important;
  transition: all 0.3s linear;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: white;
  border: 0 !important;
  background-color: #333 !important;
}

.btn-outline-primary {
  border: 0 !important;
  color: #ff0000;
  background-color: white;
  border: 1px solid #ff0000 !important;
  transition: all 0.3s linear;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  color: white;
  border: 1px solid #333 !important;
  background-color: #333 !important;
}

.btn-outline-secondary {
  border: 0 !important;
  color: #c38f8f;
  background-color: white;
  border: 1px solid #c38f8f !important;
  transition: all 0.3s linear;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  color: white;
  border: 1px solid #333 !important;
  background-color: #333 !important;
}

.btn-light {
  border: 0 !important;
  color: #666;
  background-color: rgba(204, 204, 204, 0.5);
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  color: white !important;
  background-color: #666 !important;
  border: 0 !important;
  background-color: #333;
}

.btn-dark {
  border: 0 !important;
}

.btn-group .dropdown-menu {
  width: 100%;
  border-radius: 3px !important;
  border: 0 !important;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  padding: 0.5em;
}
.btn-group .dropdown-menu li {
  font-size: 0.8em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-group .dropdown-menu li a {
  padding: 0.3em 0.5em !important;
  background-color: white !important;
}
.btn-group .dropdown-menu li a:hover {
  color: #ff0000;
}
@media (min-width: 1680px) {
  .btn-group .dropdown-menu li {
    font-size: 0.85em;
  }
}

.video-container {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

:root {
  --navbar-height: 0px;
}

body.has-fixed-navbar {
  padding-top: var(--navbar-height);
  transition: padding-top 0.25s ease;
}

/*Navbar*/
.navbar {
  padding: 0 !important;
  background-color: white;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  transform: translateY(0);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.navbar {
  z-index: 1040;
}
.navbar .first-row {
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
.navbar .first-row .brand {
  padding: 15px;
  border-right: 1px solid rgba(204, 204, 204, 0.3);
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
@media (min-width: 769px) {
  .navbar .first-row .brand {
    border-bottom: 0;
  }
}
.navbar .first-row .brand img {
  margin: 0;
  width: 50px;
  height: auto;
}
.navbar .first-row .brand .page-title {
  font-size: 1em;
  font-weight: 500;
  color: #666;
  margin-bottom: 0;
}
.navbar .first-row .brand .login-person {
  font-size: 0.6em;
  margin-bottom: 0;
  color: #666;
}
.navbar .first-row .btn-add {
  border-right: 1px solid rgba(204, 204, 204, 0.3);
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
@media (min-width: 769px) {
  .navbar .first-row .btn-add {
    border-bottom: 0;
  }
}
.navbar .first-row .search {
  display: none;
}
.navbar .first-row .search .input-group .form-control {
  border-radius: 3px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  max-width: 100% !important;
  width: 140px !important;
}
@media (min-width: 1200px) {
  .navbar .first-row .search .input-group .form-control {
    width: 165px !important;
  }
}
.navbar .first-row .search .input-group .btn {
  padding: 0.5em 0.8em !important;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
@media (min-width: 769px) {
  .navbar .first-row .search {
    display: block;
  }
  .navbar .first-row .search .input-group .form-control {
    border-radius: 45px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .navbar .first-row .search .input-group .btn {
    border-top-right-radius: 45px !important;
    border-bottom-right-radius: 45px !important;
  }
}
.navbar .second-row {
  padding: 0.5em;
  width: 100%;
}
.navbar .second-row .navbar-nav {
  padding: 0 !important;
}
.navbar .second-row .navbar-nav .dropdown-menu {
  position: absolute;
  border-radius: 3px !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3) !important;
  width: 100%;
}
.navbar .second-row .navbar-nav .dropdown-menu li {
  border-bottom: 1px solid rgba(204, 204, 204, 0.3) !important;
  font-size: 0.9em;
}
.navbar .second-row .navbar-nav .dropdown-menu li .dropdown-item {
  background-color: white !important;
  color: #666 !important;
}
.navbar .second-row .navbar-nav .dropdown-menu li .dropdown-item.active {
  background-color: #c38f8f !important;
  color: white !important;
}
.navbar .second-row .navbar-nav .dropdown-menu li .dropdown-item.active:hover {
  color: white !important;
}
.navbar .second-row .navbar-nav .dropdown-menu li .dropdown-item:hover {
  color: #c38f8f !important;
}
@media (min-width: 769px) {
  .navbar .second-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .navbar .second-row .navbar-nav {
    display: flex;
  }
  .navbar .second-row .navbar-nav .dropdown-toggle {
    display: none;
  }
  .navbar .second-row .navbar-nav .dropdown-menu {
    position: static !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    padding: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    width: 100%;
  }
  .navbar .second-row .navbar-nav .dropdown-menu li {
    border-bottom: 0 !important;
    font-size: 0.9em;
    flex: 0 0 auto;
  }
  .navbar .second-row .navbar-nav .dropdown-menu li .dropdown-item {
    color: #666;
    font-weight: 500;
    padding: 0.5em 0.85em;
    border-radius: 3px;
  }
  .navbar .second-row .navbar-nav .dropdown-menu li .dropdown-item:hover {
    color: #ff0000;
  }
}
@media (min-width: 992px) {
  .navbar .second-row .navbar-nav .dropdown-menu {
    justify-content: center;
  }
  .navbar .second-row .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.5em 1.2em;
  }
}
@media (min-width: 1200px) {
  .navbar .second-row .navbar-nav .dropdown-menu {
    justify-content: center;
  }
  .navbar .second-row .navbar-nav .dropdown-menu li {
    margin: 0 1em;
  }
}
.navbar .filter-panel {
  padding: 1.5em 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3) !important;
  font-size: 0.85em;
  color: #666;
  background-color: rgba(246, 246, 246, 0.8);
}
.navbar .filter-panel .title {
  font-size: 1em;
  color: #333;
  margin-bottom: 1em;
}
.navbar .filter-panel .sub-title {
  border-right: 1px solid rgba(195, 143, 143, 0.3);
  color: #c38f8f;
  text-align: start;
}
@media (min-width: 769px) {
  .navbar .filter-panel .sub-title {
    text-align: end;
  }
}
.navbar .filter-panel .form-check-input:checked {
  background-color: #c38f8f !important;
  border-color: #c38f8f !important;
}
.navbar .filter-panel hr {
  color: rgba(204, 204, 204, 0.8);
}
.navbar.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

@font-face {
  font-family: "Noto Sans TC";
  src: url("fonts/Noto_Sans_TC/NotoSansTC-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("fonts/Noto_Sans_TC/NotoSansTC-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("fonts/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.otf") format("opentype"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("fonts/Noto_Sans_TC/NotoSansTC-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("fonts/Noto_Sans_TC/NotoSansTC-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("fonts/Noto_Sans_TC/NotoSansTC-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins/Poppins-Regular.woff") format("woff"), url("fonts/Poppins/Poppins-Regular.ttf") format("truetype"), url("fonts/Poppins/Poppins-Regular.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --navbar-height: 75px;
}

/*Footer*/
footer {
  background-color: white;
}
footer .container-fluid {
  font-size: 0.7em;
  color: #999;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: center;
}

#socialMediaModal .modal-content {
  padding: 1.5em;
}
#socialMediaModal .modal-content .modal-body {
  text-align: center;
}
#socialMediaModal .modal-content .modal-body h3 {
  font-size: 1.5em;
  color: #ff0000;
  text-transform: uppercase;
}
#socialMediaModal .modal-content .modal-body p {
  font-size: 0.9em;
  letter-spacing: 0em;
}
#socialMediaModal .modal-content .modal-body i {
  font-size: 2.2em !important;
  position: relative;
  color: white;
  background-color: #cccccc;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25em;
}
#socialMediaModal .modal-content .modal-body .row .col {
  min-width: 33.33333%;
}

/*Editor*/
.editor {
  letter-spacing: 0.05em !important;
}
.editor p {
  margin-bottom: 1em !important;
  font-size: 1em !important;
}
.editor h1 {
  font-size: 2.2em !important;
  margin: 2.5em 0 1em 0 !important;
  font-weight: 600;
}
.editor h2 {
  font-size: 1.5em !important;
  margin: 2.5em 0 1em 0 !important;
  font-weight: 600;
  color: #ff0000;
}
.editor h3 {
  font-size: 1.35em !important;
  margin: 2.5em 0 0.5em 0 !important;
  font-weight: 600;
}
.editor h4 {
  font-size: 1.1em !important;
  margin: 2.5em 0 1em 0 !important;
  font-weight: 600;
}
.editor h5 {
  font-size: 1em !important;
  margin: 2.5em 0 1em 0 !important;
  font-weight: 600;
}
.editor h6 {
  font-size: 1em !important;
  margin: 2.5em 0 1em 0 !important;
}
.editor a:link,
.editor a:visited {
  color: #0099cc !important;
  text-decoration: underline !important;
}
.editor a:hover,
.editor a:active,
.editor a:focus {
  color: #ff0000 !important;
}
.editor ul {
  margin: 1em 0 !important;
  padding: 0 1.5em !important;
}
.editor ul li {
  line-height: 1.4em !important;
  margin-bottom: 0.75em !important;
  list-style: disc !important;
}
.editor ol {
  margin: 1em 0 !important;
  padding: 0 1.5em !important;
}
.editor ol li {
  line-height: 1.4em !important;
  margin-bottom: 1.5em !important;
}
.editor img {
  max-width: 100% !important;
  height: auto !important;
  margin: 2em auto !important;
  display: flex !important;
}
@media (min-width: 769px) {
  .editor img {
    max-width: 85% !important;
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .editor img {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .editor img {
    max-width: 75% !important;
    margin: 3em auto !important;
  }
}
.editor mark {
  font-weight: normal;
}

/*Pagination*/
.pagination {
  color: #999 !important;
  font-size: 1em;
  margin-top: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: lighter;
}
.pagination .btn {
  padding: 0.3em 0.5em !important;
  margin: 0 0.2em;
  color: white;
  background-color: #cccccc;
  border-radius: 50%;
  border: 0 !important;
}
.pagination .btn:hover, .pagination .btn:active, .pagination .btn:focus {
  color: white !important;
  background-color: #ff0000;
}
.pagination .btn:disabled {
  border: transparent;
}
.pagination .box {
  padding: 0 1em;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 1.2em;
  color: #666;
  font-weight: normal;
}
.pagination .box .now {
  color: #ff0000;
  display: inline-flex;
  align-content: center;
}
.pagination .box .now:after {
  display: inline-flex;
  content: "\f56a";
  font-family: "Bootstrap-icons";
  color: #666;
}
@media (min-width: 1200px) {
  .pagination {
    margin-top: 5em;
  }
}

/*Scroll Up*/
.scroll-up {
  width: 40px;
  height: 35px;
  z-index: 99;
  position: fixed;
  right: 0;
  bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: white;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
}
.scroll-up:before {
  display: flex;
  font-size: 1.4em;
  color: #ff0000;
  content: "\f145";
  font-family: "Bootstrap-icons", "poppins";
  transition: all 0.3s linear;
}
.scroll-up:hover {
  background-color: #c38f8f;
}
.scroll-up:hover:before {
  color: white;
}

/*Privacy*/
.privacy-box {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: black;
  color: #999;
  width: 100%;
  padding: 1em 0;
  z-index: 99999;
  text-align: center;
  transition: all 0.3s linear;
}
.privacy-box:lang(ar) {
  text-align: right;
}
.privacy-box p {
  margin-bottom: 0;
  font-size: 0.77em;
}
.privacy-box a {
  color: white;
}
.privacy-box .btn-privacy {
  border: 1px solid #333;
  background-color: transparent;
  color: white;
  padding: 0.5em;
  display: block;
  margin-top: 1em;
  text-align: center;
  font-size: 0.9em;
}
.privacy-box .btn-privacy:hover, .privacy-box .btn-privacy:active, .privacy-box .btn-privacy:focus {
  color: white;
}
.privacy-box:hover, .privacy-box:active {
  padding: 2em 0;
  background-color: #c38f8f;
  color: #ff0000;
}
.privacy-box:hover a, .privacy-box:active a {
  text-decoration: underline;
  color: #ff0000;
}
.privacy-box:hover .btn-privacy, .privacy-box:active .btn-privacy {
  border-top: 0;
  color: white;
  background-color: #ff0000;
}

/*Pop Up Modal*/
.modal {
  overflow-y: hidden !important;
}
.modal .modal-content {
  border-radius: 0 !important;
  border: 0;
  background-color: white;
}
.modal .modal-content .modal-header {
  padding: 0.8em 1.5em !important;
  background-color: white;
  color: #ff0000;
  border-bottom: 0;
  border-radius: 0 !important;
}
.modal .modal-content .modal-header .modal-title {
  color: #ff0000;
  font-weight: 600;
  width: 100%;
  margin-bottom: 0;
  font-size: 0.95em;
}
@media (min-width: 992px) {
  .modal .modal-content .modal-header .modal-title {
    font-size: 1.3em;
  }
}
.modal .modal-content .modal-header .btn-close {
  opacity: 1 !important;
}
.modal .modal-content .modal-body {
  padding: 0 !important;
  color: #666;
  border: 0;
}
.modal .modal-content .modal-body form label {
  color: #999;
  font-size: 0.9em;
  text-transform: uppercase;
}
.modal .modal-content .modal-body form .note {
  font-size: 0.8em;
}
.modal .modal-content .modal-body form .note a {
  color: #c38f8f;
  text-decoration: underline;
}

/*Form Contact*/
form .form-label {
  font-size: 1em !important;
  color: #666;
  font-weight: normal;
}
form .form-control {
  border-radius: 45px !important;
  background-color: #f6f6f6;
  border: 0 !important;
  color: #666;
  font-size: 0.85em !important;
  padding: 0.5em 1em;
}
form .form-control:placeholder {
  color: #666;
}
form .input-group .form-control {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  max-width: 100% !important;
  width: 140px !important;
}
@media (min-width: 1200px) {
  form .input-group .form-control {
    width: 165px !important;
  }
}
form .input-group .btn {
  padding: 0.5em 0.8em !important;
  border-top-right-radius: 45px !important;
  border-bottom-right-radius: 45px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
form .form-select {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: white;
  color: #333;
  font-size: 1em !important;
  padding: 0.8em 1em;
}
form .form-select:placeholder {
  color: #999;
}
form .checkImg {
  height: 100%;
}
form .checkImg img {
  width: auto;
  height: 100%;
}
form .invalid-feedback,
form .valid-feedback {
  font-size: 0.8em !important;
}
form mark,
form .mark {
  color: #ff0000 !important;
}
form .algins {
  width: 1px !important;
  height: 1px !important;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  left: -1px;
  top: -1px;
}
form .btn-refresh {
  border: 0;
  background-color: transparent;
  transition: all 0.3s linear;
}
form .btn-refresh i {
  font-size: 1.5em;
  color: #c38f8f;
}
form .btn-refresh:hover {
  transform: rotate(180deg);
}

/*Table*/
.table {
  font-size: 1em;
  line-height: 1.15;
}
.table thead th {
  background-color: rgba(195, 143, 143, 0.3);
  color: #333;
  font-size: 1em !important;
  text-transform: inherit;
  padding: 1em;
  box-shadow: none;
  border-bottom: 0;
  font-weight: 600;
}
.table tbody tr th {
  font-weight: 600;
}
.table tbody tr th,
.table tbody tr td {
  padding: 1em;
  background-color: white !important;
  box-shadow: none;
  border-bottom: 0;
  color: #333;
  transition: all 0.3s linear;
}
.table tbody tr:nth-child(even) th,
.table tbody tr:nth-child(even) td {
  background-color: rgba(246, 246, 246, 0.5) !important;
}
.table tbody tr:hover th,
.table tbody tr:hover td {
  background-color: rgba(255, 0, 0, 0.05) !important;
  color: #333;
}
@media (min-width: 992px) {
  .table {
    font-size: 1.1em;
  }
}

.note {
  font-size: 0.88em;
  color: #999;
}

/*Navs & tabs*/
.nav-pills .nav-item .nav-link {
  color: #999;
  border-radius: 4px;
  font-size: 0.95em;
  line-height: 1;
  height: 100%;
  padding: 1em;
}
.nav-pills .nav-item .nav-link.active {
  color: white;
  background-color: #ff0000;
}
@media (min-width: 992px) {
  .nav-pills .nav-item .nav-link {
    font-size: 1.15em;
  }
  .nav-pills .nav-item .nav-link:hover {
    color: #ff0000;
  }
  .nav-pills .nav-item .nav-link.active:hover {
    color: white;
  }
}

/*404 Page*/
.error-page {
  margin-top: 0 !important;
}
.error-page .logo-error {
  max-width: 100%;
  width: auto;
  height: 80px;
}
.error-page .logo-error-name {
  width: auto;
  height: 80px;
  filter: invert(0.7);
}
.error-page .error-title {
  font-size: 6.5em;
  font-weight: bold;
  color: #ff0000;
}
.error-page .error-subtitle {
  font-size: 1.5em;
  font-weight: bold;
  color: #999;
}
@media (min-width: 992px) {
  .error-page .logo-error {
    height: 80px;
  }
  .error-page .error-title {
    font-size: 10em;
  }
  .error-page .error-subtitle {
    font-size: 3em;
  }
}/*# sourceMappingURL=normal.css.map */