﻿body {
  font-family: 'Noto Sans TC', sans-serif; }

input[type=checkbox]:after {
  position: relative;
  width: 18px;
  height: 18px;
  top: 8px;
  content: "";
  background-color: #fff;
  color: #fff;
  display: inline-block;
  visibility: visible;
  padding: 0px 4px;
  border-radius: 3px;
  border: 1px solid #808080; }

input[type=checkbox]:checked:after {
  content: "\2714";
  font-size: 12px;
  background-color: #F36F1F;
  top: 5px;
  border: 1px solid #F36F1F; }

#dtAuth tr th {
  padding: 10px 0;
  border-top: 0; }

#dtAuth tr td:nth-child(1) {
  background-color: #fff; }

#dtAuth tr td:nth-child(2) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 10px solid #7E7E7E !important; }

/*i {
    color: $color-primary-action;
}*/
h1 {
  margin-left: 22px;
  margin-right: 22px; }

h3 {
  margin-left: 15px; }

p {
  font-size: 18px;
  color: #7E7E7E;
  margin: 20px 0px 0px 15px; }

button {
  border: none; }

button::after {
  border: none; }

.list_title {
  display: flex; }

.page_title {
  display: flex; }

.title_icon {
  background-image: url(); }

.fa-calendar {
  font-size: 40px; }

.path_title a {
  color: #7e7e7e; }

.path_title a:hover {
  color: #F36F1F; }

.control_area {
  display: flex;
  justify-content: space-between;
  margin-top: 80px; }

.control_search label {
  font-size: 20px;
  margin-left: 10px; }

.control_search input {
  width: 280px;
  height: 48px;
  border: 1px solid #BEBEBE; }

.page-wrapper {
  background-color: #F5F5F5; }

/*table action*/
.table_action {
  display: flex;
  justify-content: space-between; }

.table_page {
  display: flex; }

.table_page select {
  width: 120px;
  height: 41px; }

.table_search_result {
  display: flex; }

.platform_save {
  padding-left: 60px; }

.contact_group {
  position: relative; }

#RoleID {
  width: 320px;
  height: 41px;
  border-radius: 5px;
  border: 1px solid #A4A4A4;
  margin-left: 120px;
  padding: 0 18px;
  font-size: 20px;
  letter-spacing: 0.09em; }
  #RoleID:focus-visible {
    outline: none; }

.search_btn {
  width: 155px;
  height: 40px;
  border-radius: 5px;
  border: 0;
  font-size: 20px;
  margin-top: 1rem;
  background-color: #F36F1F;
  font-weight: bold; }
  .search_btn:hover {
    background-color: #f36f1f8a; }

.form-group {
  margin-bottom: 38px; }
  .form-group input {
    position: unset;
    margin-left: 120px;
    width: 320px; }
  .form-group label {
    position: absolute;
    margin-bottom: 0px; }
  .form-group span {
    line-height: 42px;
    margin-left: 20px; }

.container-fluid {
  padding-left: 70px; }

.btn-success:hover {
  background-color: #f36f1f8a; }

.search_btn {
  position: absolute !important;
  margin: 0 !important;
  margin-top: 38px !important;
  border: unset !important; }

.search_btn:active {
  background-color: #F36F1F !important; }

.search_btn:focus {
  box-shadow: unset !important;
  background-color: #F36F1F !important; }

.btn_create {
  display: block;
  position: absolute;
  margin-top: 16px;
  width: 155px;
  height: 40px;
  border-radius: 5px;
  background-color: #F36F1F;
  border: 0;
  z-index: 1;
  color: white;
  font-size: 20px; }
  .btn_create:hover {
    background-color: #f36f1f8a; }
  .btn_create:focus-visible {
    outline: none; }
  .btn_create a {
    color: white; }
  .btn_create u {
    color: white;
    text-decoration: none; }

.btn_confirm {
  background-color: #F36F1F;
  color: #fff;
  border: none;
  border-radius: 5px;
  width: 155px !important;
  height: 40px;
  font-size: 20px !important;
  text-align: center;
  font-weight: bold; }
  .btn_confirm:hover {
    background-color: #f36f1f8a; }

.create_bookmark {
  width: 246px;
  height: 56px;
  background-color: white;
  margin-top: 30px;
  border-radius: 15px 15px 0px 0px;
  filter: drop-shadow(0px 23px 15px rgba(0, 0, 0, 0.26));
  text-align: center;
  line-height: 81px;
  font-size: 28px; }

.create_bookmark_block {
  width: 70vw;
  height: 700px;
  background: #FFFFFF;
  border-radius: 0px 15px 15px 15px;
  filter: drop-shadow(0px 20px 10px rgba(0, 0, 0, 0.26));
  padding: 97px 0 0 100px; }
  .create_bookmark_block input, .create_bookmark_block select {
    height: 41px;
    border-radius: 5px;
    border: 1px solid #A4A4A4;
    left: 132px;
    padding: 0 1em;
    font-size: 1.2em;
    letter-spacing: 0.09em; }
  .create_bookmark_block input:focus-visible {
    outline: none; }
  .create_bookmark_block label {
    font-size: 1.6em;
    letter-spacing: 0.1em; }

.checkbox_container {
  align-items: center;
  margin-bottom: 20px !important; }
  .checkbox_container input {
    margin: 0 15px; }

/*modify password*/
.modify_error_msg {
  margin: 10px 0 0 !important;
  color: #DC3545 !important;
  font-size: 1em !important; }

/*forgot password*/
.forget_body {
  position: fixed;
  top: 11%;
  left: 35%; }
