@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Odibee+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cousine:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai+Looped:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* ============================ */
/*         BASE TYPOGRAPHY     */
/* ============================ */

body{
  margin: 0;
  font-family: var(--font-family-default);
  background-color: var(--Greyscale-White);
  height: 100%;
  display: block;
  scroll-behavior: smooth;
}

p,
td,
a,
input,
textarea,
select,
article,
li,
ul,
form {
  font-family: var(--font-family-default);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-regular);
  line-height: 1.5;
  color: var(--black);
  margin: 0;
}
ul,
ol {
  padding-inline-start: 32px;
}

a:hover {
  font-weight: var(--font-weight-medium);
}

h1 {
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-bold);
  color: var(--HOOKGOODWILL-HOOK-blue);
  text-transform: uppercase;
  letter-spacing: 5.76px;
}

h2,
.h2 {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-semibold);
  color: var(--HOOKGOODWILL-HOOK-blue);
  text-transform: uppercase;
  margin-right: 24px;
}

h3,
.h3 {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-semibold);
  color: var(--black);
}

h4 {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-semibold);
  margin: 0px;
  color: var(--HOOKGOODWILL-HOOK-blue);
}

h5 {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-regular);
  margin: 0px;
  color: var(--HOOKGOODWILL-HOOK-blue);
}

h6 {
  font-size: var(--font-size-min);
  font-weight: var(--font-weight-light);
  margin: 0px;
  color: var(--Greyscale-White);
}

/* ============================ */
/*         TABLES              */
/* ============================ */

table {
  width: 100%;
  border-collapse: collapse;
  word-wrap: break-word;
  margin: 1rem 0rem;
}

th {
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-semibold);
  background-color: var(--color-Special-Grey);
  color: black;
  border-bottom: 1px solid var(--HOOKGOODWILL-HOOK-blue);
  /* padding: 8px; */
  padding: 0px;
  text-align: left;
  height: 48px;
}

td {
  /* padding: 6px 8px; */
  padding: 0;
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-regular);
  color: black;
  /* min-width: 64px; */
  vertical-align: top;
}

tr {
  margin-top: 0px;
  margin-bottom: 8px;
}

tr:nth-child(even) {
  background-color: var(--Greyscale-White);
}
.cell-content {
  height: 100%;
  min-height: 32px;
  display: block;
  padding: .75rem;
  box-sizing: border-box;
  text-align: left;
}
.header-content {
  display: flex;
  align-items: flex-end;
}

/* ============================ */
/*         UNCLASSIFIED         */
/* ============================ */

div.navbar_left_sub_header_24_select p {
  font-weight: 600;
}
#link {
  text-decoration: underline;
  font-style: italic;
  color: var(--gray);
}

select {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background-image: url("../svg/arrow_down.svg");
  padding-right: 24px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: calc(100% - 16px);
  outline: none;
  cursor: pointer;
}

select:hover {
  outline: 1.5px solid var(--color-lead-appointed);
  box-shadow: inset 2px 2px 2px var(--good-shadow),
    2px 2px 2px var(--good-shadow);
  transition-duration: 100ms;
}

.select:focus {
  border: 2px solid var(--color-lead-appointed);
  padding: 7px 15px;
}
.right {
  float: right;
}
/* ============================ */
/*         ICONS                */
/* ============================ */

a,
.icon_16,
.icon_24,
.icon_40 {
  cursor: pointer;
}

.icon_16 {
  width: 16px;
  aspect-ratio: 1 / 1;
}

.icon_24 {
  width: 24px;
  aspect-ratio: 1 / 1;
}

.icon_32 {
  width: 32px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 2px solid var(--HOOKGOODWILL-HOOK-blue);
  border-radius: 100%;
  cursor: pointer;
}

.icon_40 {
  width: 40px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 2px solid var(--HOOKGOODWILL-HOOK-blue);
  border-radius: 100%;
}

/* ============================ */
/*          NAVBAR              */
/* ============================ */

.navbar {
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  padding: 8px 24px;
  border-bottom: 3px solid var(--HOOKGOODWILL-HOOK-blue);
  background-color: var(--color-Special-Grey);
  z-index: 99;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.025);
}

.navbar .icon_36 {
  border-radius: 100%;
  object-fit: cover;
  border: 2px solid color(--HOOKGOODWILL-HOOK-blue);
}

.autodocs_logo {
  width: 171px;
  height: 20px;
}

.navbar .select_form {
  height: 36px;
}

/* ============================ */
/*          IMG                 */
/* ============================ */

img {
  margin: 0px;
}

/* ============================ */
/*          Menu-bar            */
/* ============================ */

.navbar_left_content {
  display: flex;
  flex: 1;
  height: calc(100% - 56px);
  z-index: 90;
}

.navbar_left {
  /* layout */
  width: 256px;
  margin-top: 56px;
  height: calc(100% - 56px);
  background-color: var(--color-calypso);
  border-right: 2px solid var(--HOOKGOODWILL-HOOK-blue);
  box-sizing: border-box;

  /* transition */
  transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1), padding 0.4s ease-in-out,
    opacity 0.3s ease, transform 0.3s ease-in-out;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  will-change: width, opacity, transform;
}

.navbar_left_pd {
  padding: 8px 16px;
  background-color: var(--color-calypso);
  border-left: 1px solid var(--HOOKGOODWILL-HOOK-blue);
  border-bottom: 1px solid var(--HOOKGOODWILL-HOOK-blue);
  transition: background-color 0.3s ease-in-out;
}

.navbar_left_pd:hover {
  background-color: var(--color-calypso);
}

.navbar_left_pd_hide {
  padding: 8px 16px;
  background-color: #6290a8;
  border-left: 1px solid var(--HOOKGOODWILL-HOOK-blue);
  border-bottom: 1px solid var(--HOOKGOODWILL-HOOK-blue);
}

.navbar_left_pd_hide:hover {
  background-color: var(--color-calypso);
  transition-duration: 500ms;
  transition-property: background-color;
}

.navbar_left_tr_header {
  height: 39px;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ปรับให้ข้อความในเมนูค่อยๆ หายไปเมื่อซ่อน */
.navbar_left_text_header {
  transition: opacity 0.3s ease-in-out;
}
.navbar_left.hidden .navbar_left_text_header {
  opacity: 0;
}

.navbar_left_td_header_24 {
  width: 22px;
}

.navbar_left_td_header_pd {
  text-align: left;
}

.navbar_left_td_header_pd_16 {
  padding-left: 16px;
  padding-right: 8px;
  text-align: left;
}

.navbar_left_td_header_16 {
  width: 16px;
}

/* เอฟเฟกต์เมื่อเมนูถูกซ่อน */
.navbar_left.hidden {
  width: 0;
  opacity: 0;
  transform: translateX(-10px);
}

.autodocs_content {
  flex: 1;
  box-sizing: border-box;
  transition: 0.5s;
  padding-left: 256px;
  margin-top: 56px;
}

/* ปรับเอฟเฟกต์ของ scrollbar ให้ดูดีขึ้น */
.navbar_left::-webkit-scrollbar {
  width: 1px;
}

.navbar_left::-webkit-scrollbar-track {
  background: #204b63;
}

.navbar_left_bottom::-webkit-scrollbar {
  width: 1px;
}

/* Track */
.navbar_left_bottom::-webkit-scrollbar-track {
  background: #204b63;
}

.navbar_left_bottom {
  height: calc(100% - 138px);
  bottom: 138px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.navbar_left_sub_header {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 16px;
  background-color: var(--color-Special-Grey);
  /* border-left:1px solid #204B63; */
  border-bottom: 1px solid var(--HOOKGOODWILL-HOOK-blue);
}

.navbar_left_sub_header_24 {
  padding: 8px 16px;
  background-color: var(--Greyscale-White);
  /* border-left:1px solid #204B63; */
  border-bottom: 1px solid var(--HOOKGOODWILL-HOOK-blue);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
}

.navbar_left_sub_header_24_dont_click {
  padding: 8px 16px;
  background-color: var(--color-Special-Grey);
  /* border-left:1px solid #204B63; */
  border-bottom: 1px solid var(--HOOKGOODWILL-HOOK-blue);
  cursor: not-allowed;
  color: var(--color-Special-Grey);
}

.navbar_left_td_sub_header {
  width: 24px;
}

.navbar_left_div_name {
  font-family: "Odibee Sans", sans-serif !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 24px;
  background-color: var(--color-calypso);
  border: 1px solid var(--color-calypso);
  border-radius: 4px;
  color: var(--Greyscale-White);
  font-size: 14px;
  font-weight: 400;
}

.navbar_left_div_noti {
  display: flex;
  width: 32px;
  height: 24px;
  padding: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  background: var(--notify);
  color: var(--Greyscale-White);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  box-sizing: border-box;
}
/* ทำให้ Sidebar ซ่อนตัวเองได้อย่าง smooth */
#sidebar {
  transition: width 0.3s ease-in-out;
}

#sidebar_left {
  transition: padding-left 0.3s ease-in-out;
}

/* เอฟเฟกต์ fade-in/fade-out สำหรับข้อความเมนู */
[text_menu_navbar="1"],
[navbar_left="1"],
[text_menu_sub_navbar_left="1"] {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.navbar_left.hidden [text_menu_navbar="1"],
.navbar_left.hidden [navbar_left="1"],
.navbar_left.hidden [text_menu_sub_navbar_left="1"] {
  opacity: 0;
}

.status_doc {
  width: 8px;
  height: 8px;
  background-color: #808080;
  border-radius: 50%;
}

.navbar_left_text_sub_header {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.project_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: auto;
  padding: 24px 24px;
  gap: 24px;
  border-right: 1px solid var(--HOOKGOODWILL-HOOK-blue);
  border-bottom: 2px solid var(--HOOKGOODWILL-HOOK-blue);
}
.project_title:hover {
  box-shadow: 0px 4px 8px var(--card-shadow);
}

.navbar_left_image_default {
  width: 46px;
  height: 46px;
  border-radius: 100%;
}

/*---------------------*/
/*   title-name        */
/*---------------------*/

.div_td_project_name_select {
  width: 270px;
  padding-left: 32px;
  padding-right: 32px;
}

.div_td_project_name_icon {
  width: 24px;
}

.navbar_left_select_page {
  width: 270px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 16px;
  padding-right: 8px;
  border: 1px solid #505050;
  border-radius: 16px;
  cursor: pointer;
  outline: none;
  font-size: 14px;
  font-weight: 600;
}

.navbar_left_sub_header_24_select {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: var(--color-Special-Grey);
  border-bottom: 1px solid var(--HOOKGOODWILL-HOOK-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
}

.navbar_left_sub_header:hover {
  background-color: var(--color-Special-Grey);
  cursor: pointer;
}
.navbar_left_sub_header_24:hover {
  background-color: var(--color-Special-Grey);
  cursor: pointer;
  transition-duration: 500ms;
}

/* End Navbar left */

.btn_table {
  width: 290px;
  background-color: var(--Greyscale-White);
  color: var(--HOOKGOODWILL-HOOK-blue);
  padding: 12px 20px;
  font-size: 14px;
  border: 1px solid var(--HOOKGOODWILL-HOOK-blue);
  border-radius: 25px;
  font-weight: bold;
}

.btn_table:hover {
  width: 290px;
  background-color: var(--color-calypso);
  color: var(--Greyscale-White);
  padding: 12px 20px;
  font-size: 14px;
  border: 1px solid var(--color-calypso);
  border-radius: 25px;
  font-weight: bold;
}

.page_search {
  width: 329px;
  margin-top: 4px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid var(--color-lead-appointed);
  background-color: var(--Greyscale-White);
  padding: 8px 16px;
  outline: none;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-sizing: border-box;
}

.page_search_without_duedate {
  width: 329px;
  height: 48px;
  outline: none;
  border: 1px solid #000;
  padding: 5px;
  padding-left: 12px;
}

.td_description {
  padding: 8px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
}
.td_width {
  /* min-width:135px; */
}

.td_left_pd {
  padding-top: 8px;
}
.card_page_right {
  position: fixed;
  width: 600px;
  height: 100%;
  top: 0px;
  right: 0px;
  display: block;
  background-color: #ccc;
  background-color: var(--Greyscale-White);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: 0.5s;
  z-index: 4;
  overflow-x: hidden;
  overflow-y: scroll;
}

.card_page_right_pd {
  padding: 24px;
}
/*---------------------*/
/*        input        */
/*---------------------*/
input:not(
    [type="checkbox" i],
    [type="number" i],
    .input_check,
    .input_form_readonly
  ) {
  width: 100%;
  min-width: 304px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid var(--color-lead-appointed);
  background-color: var(--good-background);
  padding: 8px 16px;
  outline: none;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px var(--good-shadow) !important;
}
input:hover:not(
    [type="checkbox" i],
    .input_check,
    .input_form_search,
    .input_form_readonly
  ) {
  outline: 1.5px solid var(--color-lead-appointed);
  box-shadow: inset 2px 2px 2px var(--good-shadow),
    2px 2px 2px var(--good-shadow);
  transition-duration: 100ms;
}
input:focus:not([type="checkbox" i], .input_check, .input_form_readonly) {
  outline: 1.5px solid var(--color-lead-appointed);
}

input::placeholder {
  color: #616161;
}

.input_check {
  background: no-repeat;
  min-width: 0px;
  border: 0px;
  padding: 0px;
}

.input_home_text {
  width: 100%;
  min-width: 0px;
  height: 24px;
  outline: none;
  border: 0px;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  padding: 0px;
  text-transform: uppercase;
  background-color: transparent;
  padding-left: 8px;
}
/*---------------------*/
/*      textarea       */
/*---------------------*/

textarea {
  width: 100%;
  min-width: 304px;
  height: 100%;
  min-height: 48px;
  border-radius: 4px;
  padding: 8px 16px;
  border: 1px solid var(--color-lead-appointed);
  font-family: var(--font-family-default);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-light);
  resize: vertical;
  outline: none;
  box-shadow: 2px 2px 2px var(--good-shadow);
  background-color: var(--good-background);
}
textarea:hover:not(.textarea_template_readonly) {
  outline: 1.5px solid var(--color-lead-appointed);
  box-shadow: inset 2px 2px 2px var(--good-shadow),
    2px 2px 2px var(--good-shadow);
  transition-duration: 100ms;
}
/*states*/
textarea:focus {
  outline: 1.5px solid var(--color-lead-appointed);
}

/*---------------------*/

.input_form_readonly {
  border: 0.5px solid rgba(117, 117, 117, 0.6);
  background-color: var(--color-Special-Grey);
  color: #000;
}
.input_form_readonly {
  width: 100%;
  min-width: 304px;
  height: 48px;
  box-sizing: border-box;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid rgba(117, 117, 117, 0.6);
  outline: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  background-color: var(--color-Special-Grey);
}

/*---------------------*/
/*      select         */
/*---------------------*/

select {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 8px 16px;
  border: 1px solid var(--color-lead-appointed);
  border-radius: 4px;
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-regular);
  min-width: 304px;
  box-shadow: 2px 2px 2px var(--good-shadow);
  background-color: var(--good-background);
}

/*---------------------*/
/*  Button Template    */
/*---------------------*/

button {
  height: 48px;
  padding: 8px 16px;
  background-color: var(--color-calypso);
  border: 0px;
  border-radius: 8px;
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-semibold);
  font-family: var(--font-family-default);
  color: var(--Greyscale-White);
  cursor: pointer;
}
button:hover:not(
    .btn_rfa_subject,
    .btn_status_rfa,
    .btn_final_review_status_rfa,
    .show-icon-false
  ) {
  background-color: var(--HOOKGOODWILL-HOOK-blue);
  transition: background-color 0.3s ease;
  animation-timing-function: cubic-bezier(0.2, 0, 0, 1);
  animation-duration: 500ms;
  box-shadow: 0px 4px 8px var(--card-shadow);
}

button:active {
  background-color: var(--color-lead-appointed);
}

button:disabled {
  background-color: var(--light-gray);
  cursor: not-allowed;
}
/*
.btn_template {
  height: 48px;
  padding: 8px 16px;
  background-color: var(--color-calypso);
  border: 0px;
  border-radius: 8px;
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-semibold);
  font-family: var(--font-family-default);
  color: var(--Greyscale-White);
  cursor: pointer;
}
 

.btn_template_submit {
  width: 168px;
  height: 48px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: var(--color-calypso);
  border: 0px;
  border-radius: 8px;
  color: var(--Greyscale-White);
  cursor: pointer;
  text-align: left;
}

.btn_template_submit:hover {
  background-color: var(--HOOKGOODWILL-HOOK-blue);
}

.btn_template:hover {
  background-color: var(--HOOKGOODWILL-HOOK-blue);
}
*/
.btn_doc_template {
  width: auto;
  height: 48px;
  padding: 8px 16px;
  background-color: var(--color-Special-Grey);
  border: 1px solid var(--color-calypso);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--HOOKGOODWILL-HOOK-blue);
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.btn_doc_template:hover {
  background-color: var(--color-calypso);
  color: var(--Greyscale-White);
}

/*---------------------*/
/* text-area to remove */
/*---------------------*/

/*.textarea_template {
  width: 100%;
  min-width: 304px;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 16px;
  outline: none;
  resize: none;
  border: 1px solid var(--color-lead-appointed);
  font-family: "Manrope", "Roboto", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.textarea_template:focus {
  border: 2px solid #2a4d83;
}
  */
.textarea_template_readonly {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(117, 117, 117, 0.6);
  border-radius: 4px;
  padding: 8px 16px;
  outline: none;
  resize: none;
  font-family: "Manrope", "Roboto", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-color: var(--color-Special-Grey);
}
.icon_send_submit {
  width: 16px;
  height: 16px;
  float: right;
  padding-top: 3px;
}
.text_section_input {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 4px;
}
.attachment_template {
  width: 100%;
  border: 1px solid var(--color-lead-appointed);
  padding: 8px 16px;
  border-radius: 4px;
  display: inline-table;
  border-collapse: separate;
}
.attachment_template:hover:not(.input_form_readonly) {
  outline: 1.5px solid var(--color-lead-appointed);
  box-shadow: inset 2px 2px 2px var(--good-shadow),
    2px 2px 2px var(--good-shadow);
  transition-duration: 100ms;
}
.choose_file {
  width: 100%;
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 12px;
}

.select_template {
  width: 100%;
  border: 1px solid var(--color-lead-appointed);
  border-radius: 5px;
  padding: 12px;
  outline: none;
}

.td_description_button {
  padding-top: 16px;
}

.icon_title_navbar {
  font-size: 19px;
  vertical-align: sub;
  color: #fcba03;
}

.icon_title_arrow {
  vertical-align: middle;
  color: var(--Greyscale-White);
}

.bg_number {
  display: inline-block;
  text-align: center;
  width: 1.2em;
  height: 1.2em;
  line-height: 1em;
  background-color: #f4f5f8;
  border-radius: 50%;
  color: #5782a7;
  border: 2px solid #f4f5f8;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.subtitle_text_navbar {
  color: var(--Greyscale-White);
  font-size: 16px;
  padding-left: 48px;
}
.subtitle_text_navbar_with_noti {
  color: var(--Greyscale-White);
  font-size: 16px;
}
.th_template {
  padding: 12px 12px;
  font-size: 16px;
  color: var(--Greyscale-White);
  background-color: #5782a7;
  text-transform: uppercase;
  border-top: 1.5pt solid #5782a7;
  border-bottom: 1.5pt solid #5782a7;
}

.div_card_progress {
  width: 100%;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--color-lead-appointed);
  font-size: 16px;
  font-weight: 400;
  gap: 16px;
  box-sizing: border-box;
  position: relative;
}

.td_template {
  padding: 12px 12px;
  font-size: 14px;
  background-color: var(--Greyscale-White);
  border-bottom: 1pt solid #000;
  vertical-align: top;
}

.td_template_rw {
  padding: 8px;
  font-size: 14px;
  background-color: var(--Greyscale-White);
  border-bottom: 1pt solid #000;
  vertical-align: top;
}

.navbar_left::-webkit-scrollbar {
  width: 0px;
}

.navbar_left::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.navbar_left::-webkit-scrollbar-thumb {
  background: #888;
}

a {
  /* color:var(--Greyscale-White); */
  text-decoration: none;
}

.status_dashboard_progress {
  width: 95%;
  display: flex;
  align-items: center;
  margin: 8px;
}
.line_progress {
  flex-grow: 1;
  height: 1px;
  background-color: #000;
}

.btn_submit {
  width: 100px;
  height: 48px;
  border: 0px;
  border-radius: 8px;
  font-weight: 500;
  background-color: var(--color-calypso);
  color: var(--Greyscale-White);
}

.btn_submit_create {
  width: 100%;
  height: 48px;
  border: 0px;
  border-radius: 8px;
  font-weight: 500;
  background-color: var(--color-calypso);
  color: var(--Greyscale-White);
  border-radius: 25px;
}

.btn_submit_create:hover {
  width: 100%;
  height: 48px;
  border: 0px;
  border-radius: 8px;
  font-weight: 500;
  background-color: var(--HOOKGOODWILL-HOOK-blue);
  color: var(--Greyscale-White);
  border-radius: 25px;
}

.btn_close {
  width: 100px;
  height: 48px;
  border: 1px solid var(--color-calypso);
  border-radius: 8px;
  background-color: var(--Greyscale-White);
  font-weight: 500;
  color: var(--color-calypso);
}

.btn_close_create {
  width: 100%;
  height: 48px;
  border: 1px solid var(--color-calypso);
  border-radius: 8px;
  background-color: var(--Greyscale-White);
  font-weight: 500;
  color: var(--color-calypso);
  border-radius: 25px;
}
.btn_close_create:hover {
  width: 100%;
  height: 48px;
  border: 1px solid var(--color-calypso);
  border-radius: 8px;
  background-color: var(--color-calypso);
  font-weight: 500;
  color: var(--Greyscale-White);
  border-radius: 25px;
}

.navbar_top_menu_icon {
  cursor: pointer;
}

.btn_cancel {
  width: 100px;
  height: 48px;
  border: 1px solid #79758f;
  border-radius: 8px;
  background-color: #79758f;
  font-weight: 500;
  color: var(--Greyscale-White);
}
.btn_change_request {
  width: 165px;
  height: 48px;
  border: 0px;
  border-radius: 8px;
  font-weight: 500;
  background-color: #ef6c00;
  color: var(--Greyscale-White);
}
.btn_forward {
  width: 165px;
  height: 48px;
  border: 0px;
  border-radius: 8px;
  font-weight: 500;
  background-color: #ef6c00;
  color: var(--Greyscale-White);
}
.btn_terminate {
  width: 165px;
  height: 48px;
  border: 0px;
  border-radius: 8px;
  font-weight: 500;
  background-color: #930303;
  color: var(--Greyscale-White);
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  z-index: 3;
  top: 53px;
}

.page_login {
  width: 450px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--Greyscale-White);
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.background_login {
  width: 100%;
  height: 650px;
  object-fit: cover;
  /* margin-top: 2.5%; */
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}
.padding_login {
  background-color: var(--Greyscale-White);
  border-radius: 8px;
}
.logo_page_login {
  width: 360px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.page_login_style {
  padding: 24px;
}
.page_login_forgot_password {
  width: 450px;
  text-align: center;
  top: 50%;
  left: 50%;
  background-color: var(--Greyscale-White);
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.style_sign_in {
  width: 100%;
  height: 48px;
  border: 2px solid #22517a;
  border-radius: 8px;
  background-color: var(--Greyscale-White);
  cursor: pointer;
}
.btn_sign_in_old {
  width: 100%;
  height: 48px;
  border: 0px;
  border-radius: 8px;
  font-weight: 500;
  background-color: #5782a7;
  color: var(--Greyscale-White);
}
.btn_sign_in {
  border: 0px;
  outline: none;
  background-color: transparent;
  color: #22517a;
  font-size: 16px;
  font-weight: 800;
  padding-top: 10px;
}
.text_login {
  font-size: 32px;
  text-align: left;
  font-weight: bold;
}
.btn_project_console_active {
  border: 1px solid #5782a7;
  background-color: #5782a7;
  color: var(--Greyscale-White);
  border-radius: 25px;
  line-height: inherit;
  height: 40px;
  padding: 8px 16px;
  font-weight: 500;
}

.img_daily {
  flex: 1;
  height: 300px;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 304px;
  object-fit: cover;
}

.btn_project_console_active:hover {
  border: 1px solid #22517a;
  background-color: #22517a;
  color: var(--Greyscale-White);
  border-radius: 25px;
  line-height: inherit;
  height: 40px;
  padding: 8px 16px;
  font-weight: 500;
}
.btn_project_console {
  border: 1px solid #5782a7;
  background-color: var(--Greyscale-White);
  color: #5782a7;
  border-radius: 25px;
  line-height: inherit;
  height: 40px;
  padding: 8px 16px;
}
.btn_project_console:hover {
  border: 1px solid #22517a;
  background-color: #22517a;
  color: var(--Greyscale-White);
  border-radius: 25px;
  line-height: inherit;
  height: 40px;
  padding: 8px 16px;
}
.text_uppercase_cc_and_to {
  font-size: 24px;
  font-weight: 700;
  color: #2a4d83;
  text-transform: uppercase;
}
.card {
  border: 0;
}
.table_responsive {
  padding: 20px;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f5f4f8;
  opacity: 1;
}
.form-control {
  font-family: Manrope, "sans-serif";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: var(--Greyscale-White);
  border: 1px solid var(--color-lead-appointed);
  border-radius: 0.25rem;
  color: #18113c;
  display: block;
  font-size: 16px;
  font-weight: 400;
  /* line-height: 1.6; */
  padding: 0.75rem 1.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
.icon_style {
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
  color: #275e8e;
  font-weight: 400;
}
.nav-pills .nav-link {
  background: none;
  border: 1px solid #5782a7;
  border-radius: 0;
  font-size: 16px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
}
.input-group-text {
  align-items: center;
  background-color: var(--Greyscale-White);
  border: 1px solid #e8e7ed;
  border-radius: 0.25rem;
  color: #18113c;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  padding: 0.75rem 1.25rem;
  text-align: center;
  white-space: nowrap;
}
.user_company_css {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  /* margin-left: -15px; */
  object-fit: cover;
  border: 2px solid #204b63;
}
.img_company_css {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--color-Special-Grey);
  object-fit: contain;
  border: 1px solid #4a98a4;
}
.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
  object-fit: cover;
}
.navbar_text_title {
  color: #18113c;
  font-size: 14px;
  font-weight: bold;
}

.navbar_text_subtitle {
  color: #5c5776;
  font-size: 14px;
}

.navbar_text_email {
  color: #a8a3b9;
  font-size: 14px;
}

.navbar_text_profile {
  color: #18113c;
  font-size: 14px;
}

.navbar_text_icon {
  color: #18113c;
  font-size: 18px;
  vertical-align: sub;
}

.header_permission_icon {
  color: #000;
  font-size: 20px;
  vertical-align: middle;
}

.permission_icon {
  color: #18113c;
  font-size: 20px;
  vertical-align: middle;
}

.navbar_card_profile {
  position: absolute;
  max-width: 300px;
  height: 200px;
  right: 20px;
  background-color: var(--Greyscale-White);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: none;
}

.navbar_card_notifications {
  position: absolute;
  width: 350px;
  max-height: 300px;
  right: 75px;
  background-color: var(--Greyscale-White);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: none;
}

.navbar_text_time {
  font-size: 12px;
  color: #a8a3b9;
}
a.link_style {
  font-size: 16px;
  font-weight: 600;
}
a.link_style:hover {
  color: #5782a7 !important;
}

.card_user_profile {
  height: 200px;
  border-radius: 10px;
}

.card_name_profile {
  height: 78px;
  background-color: var(--Greyscale-White);
  padding: 15px;
}

.img_user_profile {
  position: absolute;
  margin-top: -80px;
  margin-left: 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
}

.text_name_profile {
  font-size: 24px;
  color: #18113c;
  font-weight: bold;
}

.text_email_profile {
  font-size: 14px;
  color: #5c5776;
  font-weight: bold;
}

.card_profile_setting {
  height: 180px;
  background-color: var(--Greyscale-White);
  padding: 24px;
  border-radius: 10px;
}

.text_title_profile_setting {
  color: #a8a3b9;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: bold;
}

.bg_hover_profile_setting {
  background-color: #e7edf2;
  padding: 4.8px 0px 4.8px 11.2px;
  border-radius: 10px;
}

.bg_profile_setting {
  background-color: var(--Greyscale-White);
  padding: 4.8px 0px 4.8px 11.2px;
  border-radius: 10px;
}

.text_bg_profile_setting {
  color: #5782a7;
  font-size: 14px;
}

.text_profile_setting {
  color: #18113c;
  font-size: 14px;
}

.card_profile_data_setting {
  height: auto;
  background-color: var(--Greyscale-White);
  border-radius: 10px;
}

.text_profile_title_setting {
  color: #18113c;
  font-size: 20px;
  font-weight: bold;
}

.text_profile_setting {
  color: #5c5776;
  font-size: 14px;
}

.text_profile_setting_form {
  color: #18113c;
  font-size: 16px;
}

.btn_profile_setting {
  width: 150px;
  padding: 12px 20px;
  background-color: #5782a7;
  font-size: 16px;
  color: var(--Greyscale-White);
  border-radius: 5px;
  border: 0px;
}
.document_bg {
  background-color: var(--Greyscale-White);
  margin-top: 30px;
}
.show_menu {
  /* display: inline-block; */
  position: relative;
}
.show_more_menu {
  display: none;
  position: absolute;
  overflow: auto;
  background-color: var(--Greyscale-White);
  border-radius: 5px;
  /* box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4); */
  z-index: 1;
  border: 1px solid #204b63;
  width: 120px;
}
.show_menu:hover .show_more_menu {
  display: block;
}
.show_more_menu a {
  display: block;
  color: #000000;
  padding: 5px;
  text-decoration: none;
  padding: 10px 25px;
}

.show_more_menu a:hover {
  color: #0a0a23;
  background-color: #ddd;
  border-radius: 5px;
}

.bs-stepper .step-trigger {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 0.25rem;
  color: #5c5776;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  margin-left: 13px;
}
.bs-stepper .step-trigger:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.bs-stepper .step-trigger:disabled {
  opacity: 0.65;
  pointer-events: none;
}
.bs-stepper .step-trigger:focus {
  color: #5782a7;
  outline: none;
}
.bs-stepper .step-trigger:hover {
  background-color: transparent;
  color: #5782a7;
  text-decoration: none;
}
.bs-stepper .step-trigger.disabled {
  opacity: 0.65;
  pointer-events: none;
}
.bs-stepper .line {
  background-color: #ecebf1;
  flex: 1 0 32px;
  margin: auto;
  min-height: 1px;
  min-width: 1px;
}
.bs-stepper .content:not(.fade) {
  display: none;
}
.bs-stepper .content.fade {
  transition-duration: 0.3s;
  transition-property: opacity;
  visibility: hidden;
}
.bs-stepper .content.fade.active {
  opacity: 1;
  visibility: visible;
}
.bs-stepper .content.active:not(.fade) {
  display: block;
  visibility: visible;
}
.bs-stepper .content.dstepper-block {
  display: block;
}
.bs-stepper:not(.vertical) .bs-stepper-pane.dstepper-none,
.bs-stepper:not(.vertical) .content.dstepper-none {
  display: none;
}
.bs-stepper-label {
  display: inline-block;
  margin: 0;
}
.bs-stepper-header {
  align-items: center;
  background-color: var(--Greyscale-White);
  border-radius: 0 0 0.5rem 0.5rem;
  display: flex;
  padding: 16px;
}
.bs-stepper-line {
  background-color: #000;
  flex: 1 0 32px;
  margin: auto;
  min-height: 1px;
  min-width: 1px;
}
.bs-stepper-circle {
  align-content: center;
  background-color: #f5f4f8;
  border-radius: 50%;
  color: #79758f;
  display: inline-flex;
  font-size: 16px;
  height: 35px;
  justify-content: center;
  line-height: 2.4;
  margin: 0.25rem;
  margin-left: 13px;
  width: 35px;
}
.active .bs-stepper-circle {
  background-color: #5782a7;
  color: var(--Greyscale-White);
}
.rejected .bs-stepper-circle {
  background-color: #930303;
  color: var(--Greyscale-White);
}
.bs-stepper.vertical {
  display: flex;
}
.bs-stepper.vertical .bs-stepper-header {
  align-items: stretch;
  flex-direction: column;
  margin: 0;
}
.bs-stepper.vertical .bs-stepper-pane {
  display: block;
}
.bs-stepper.vertical .bs-stepper-pane:not(.fade) {
  display: block;
  visibility: hidden;
}
.bs-stepper.vertical .content {
  display: block;
}
.bs-stepper.vertical .content:not(.fade) {
  display: block;
  visibility: hidden;
}
.bs-stepper-pane:not(.fade) {
  display: none;
}
.bs-stepper-pane.fade {
  transition-duration: 0.3s;
  transition-property: opacity;
  visibility: hidden;
}
.bs-stepper-pane.fade.active {
  opacity: 1;
  visibility: visible;
}
.bs-stepper-pane.active:not(.fade) {
  display: block;
  visibility: visible;
}
.bs-stepper-pane.dstepper-block {
  display: block;
}
.vertical .bs-stepper-pane.fade.dstepper-none,
.vertical .content.fade.dstepper-none {
  visibility: hidden;
}
@media (max-width: 520px) {
  .bs-stepper .step-trigger {
    flex-direction: column;
    padding: 10px;
  }
  .bs-stepper-header {
    overflow: scroll;
  }
  .bs-stepper-content {
    padding: 0;
  }
}
@media (max-width: 400px) {
  .bs-stepper .line,
  .bs-stepper-line {
    flex-basis: 20px;
  }
}
.dropdown_role {
  /* position: relative; */
  font-size: 14px;
  color: #333;
  width: 100%;
  height: 42px;
}
.dropdown_role .dropdown-list {
  background: var(--Greyscale-White);
  /* position: absolute; */
  top: 30px;
  left: 2px;
  right: 2px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  max-height: 15vh;
  overflow-x: auto;
  /* border:1px solid #000; */
}
.dropdown_role .dropdown-option {
  display: block;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.dropdown_role .dropdown-label {
  display: block;
  border: 1px solid var(--color-lead-appointed);
  padding: 12px 20px;
  /* line-height: 1; */
  cursor: pointer;
  /* background-color: #E7EDF2; */
  border-radius: 4px;
  height: 22px;
}
.dropdown_role .dropdown-label:before {
  content: "⌵";
  float: right;
  font-weight: bold;
  font-size: 12px;
}
.dropdown_role.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
}
.dropdown_role.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
  /* height: 16px;*/
  padding: 12px;
}
.dropdown_role.on .dropdown-list .dropdown-option:hover {
  opacity: 1;
  transition-delay: 0.2s;
  /* height: 16px;*/
  padding: 12px;
  background-color: #b7c9d9;
}
.dropdown_role.on .dropdown-label:before {
  content: "⌵";
  font-weight: bold;
}
.dropdown_role [type="checkbox"] {
  position: relative;
  top: -1px;
  margin-right: 4px;
  vertical-align: middle;
}
.icon_stage {
  font-size: 18px !important;
}
.banner {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 120px;
  background-color: #5782a7;
}
td.print_header {
  text-align: center;
  font-weight: bold;
}
.sent_alert {
  box-shadow: #87a6c0 10px 10px 15px;
  width: 105px;
  height: 50px;
  background-color: #275e8e;
  border: 0px;
  border-radius: 5px;
  font-size: 18px;
  color: var(--Greyscale-White);
  font-weight: bold;
  z-index: 1;
}
.description_style {
  width: 100%;
  resize: none;
  border: 0px;
  outline: none;
}
textarea::-webkit-scrollbar {
  width: 5px;
}

textarea::-webkit-scrollbar-track {
  background: #f1f1f1;
}

textarea::-webkit-scrollbar-thumb {
  background: #888;
}
.overdue_icon {
  color: #22517a;
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
}
.print_rw_table th {
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  border-bottom: 1px solid var(--color-lead-appointed);
  vertical-align: middle;
}
.print_rw_table td {
  padding: 8px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  border-color: #000;
  border-bottom: 1px solid var(--color-lead-appointed);
}
.print_dr_table th {
  padding: 5px;
  font-size: 14px;
  border: 1px solid #000;
}
.print_dr_table td {
  padding: 5px;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  border-color: #000;
  border-bottom: 0px;
}
.style_header_menu {
  border-bottom: 1pt solid var(--Greyscale-White);
}
#project_console_project_name {
  vertical-align: middle;
  font-size: 24px;
  text-transform: uppercase;
}
.document_table {
  margin-top: 24px;
  /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); */
  /* border-bottom: 1.5pt solid #000; */
}
.dr_tamplate_table td {
  text-align: left;
}
.dr_tamplate_border_right {
  border-right: 1px solid #000;
}

.text_data_header {
  color: var(--HOOKGOODWILL-HOOK-blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.card_chart {
  margin-top: 8px;
  border: 1px solid var(--HOOKGOODWILL-HOOK-blue);
  border-radius: 8px;
  padding: 16px;
}
.text_64_500 {
  font-size: 64px;
  font-weight: 500;
  color: var(--HOOKGOODWILL-HOOK-blue);
}

.text_14_400 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.text_16_600_uppercase {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.text_16_600 {
  font-size: 16px;
  font-weight: 600;
}

.text_16_400 {
  font-size: 16px;
  font-weight: 400;
}

.icon_chart_purple {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.span_text_left_20 {
  margin-left: 20px;
}

.icon_logo_page {
  height: 33px;
  vertical-align: middle;
}

.select_dropdown {
  width: 300px;
  height: 40px;
  border: 1px solid var(--color-lead-appointed);
  border-radius: 4px;
  background-color: var(--Greyscale-White);
  cursor: pointer;
}

.select_dropdown_pd {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.select_dropdown_pd_icon {
  width: 32px;
}

.select_dropdown_image_project {
  width: 24px;
  height: 24px;
  background-color: #d9d9d9;
  border-radius: 50%;
  object-fit: cover;
}

.select_dropdown_text {
  vertical-align: middle;
}

.select_dropdown_icon {
  width: 32px;
  text-align: right;
}

.text_select_dropdown {
  font-size: 14px;
  /* font-weight:400; */
}

.text_select_dropdown:hover {
  font-weight: 500;
}

.select_dropdown_tr {
  height: 40px;
  cursor: pointer;
  border-bottom: 1pt solid var(--HOOKGOODWILL-HOOK-blue);
}

.select_dropdown_tr:hover {
  background-color: var(--color-Special-Grey);
  border: 1pt solid var(--HOOKGOODWILL-HOOK-blue);
  border-bottom: 1.5pt solid var(--HOOKGOODWILL-HOOK-blue);
}

.show_select_dropdown {
  position: absolute;
  width: 300px;
  max-height: 300px;
  background-color: var(--Greyscale-White);
  border: 1px solid var(--color-lead-appointed);
  border-bottom: 0px;
  margin-top: 4px;
  /* border-radius:4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
}

/* table */
.table_24 {
  margin-top: 24px;
}

.select_dropdown_article {
  width: 128px;
  border-radius: 48px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  height: 24px;
  background-color: rgba(213, 219, 215, 1);
  color: #000;
  padding: 0px;
  padding-right: 16px;
  border: 0px;
  font-weight: 400;
}

.icon_sort_table {
  width: 16px;
  height: 16px;
  float: right;
  cursor: pointer;
  margin-top: 2px;
}

.td_table_head_pd_8 {
  padding: 8px;
  padding-left: 8px;
}

.td_table_head_pd_8_24 {
  padding: 8px;
  padding-left: 24px;
}

.tr_table_data_border_bottom {
  border-bottom: 0.5pt solid var(--color-calypso);
  cursor: pointer;
}

.td_table_data_16_8 {
  vertical-align: top;
  padding: 16px;
  padding-left: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.th_table_data_16 {
  padding: 8px;
}

.th_table_data_16_final {
  padding: 8px;
}

.th_table_data_8 {
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.description_8 {
  vertical-align: top;
  padding: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.payment_description {
  vertical-align: top;
  padding: 16px 8px 0px 8px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.td_table_data_16 {
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 24px;
  padding-bottom: 16px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}

.td_table_data_16_24 {
  vertical-align: top;
  padding: 16px;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.td_table_data_8_24 {
  vertical-align: top;
  padding-top: 8px;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding-bottom: 8px;
}

.td_table_data_doc {
  vertical-align: top;
  padding: 8px 16px 24px 16px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.tr_border_document {
  border-bottom: 1px solid var(--color-calypso);
}
.tr_border_document:hover {
  background-color: var(--light-gray);
}
.tr_table_sub_head {
  height: 48px;
  background-color: var(--Greyscale-White);
  border-bottom: 1pt solid var(--HOOKGOODWILL-HOOK-blue);
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
/* End table */

.btn_no_bg {
  display: flex;
  color: var(--HOOKGOODWILL-HOOK-blue);
  height: 48px;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--color-calypso);
  background-color: var(--color-Special-Grey);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.btn_save {
  display: flex;
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  color: var(--Greyscale-White);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  border: 0px;
  border-radius: 8px;
  background: var(--color-calypso);
  cursor: pointer;
}
.btn_save:hover {
  background: #22517a;
}

.card_right {
  width: 480px;
  height: 100vh;
  border: 1px solid var(--HOOKGOODWILL-HOOK-blue) !important;
  border-right: 2px solid var(--HOOKGOODWILL-HOOK-blue);
  background-color: #fff;
}

.card_right_pd {
  padding: 24px;
  padding-bottom: 48px;
}

.default_image_card_right {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  cursor: pointer;
  object-fit: cover;
  border: 1px solid #4a98a4;
}

.icon_card_right {
  width: 24px;
  height: 24px;
  float: right;
  cursor: pointer;
}

.icon_close {
  width: 24px;
  height: 24px;
  cursor: pointer;
  text-align: center;
  vertical-align: sub;
}

/* footer */
.footer_bottom_page {
  height: 40px;
  border: 1px solid var(--HOOKGOODWILL-HOOK-blue);
  border-left: 0px;
  /* border-bottom:2px solid #204B63; */
  background-color: var(--color-Special-Grey);
}

.footer_bottom_page_pd {
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 48px;
  padding-right: 48px;
}

/* End footer */

/* toggle */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.show_project input {
  opacity: 0;
  width: 0;
  height: 0;
}

.show_project {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
}

.toggle-container {
  display: flex;
  width: 100%;
  height: 48px;
  background: #e0e0e0;
  border-radius: 8px;
  position: relative;
}

.toggle-button {
  flex: 1;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.toggle-indicator {
  position: absolute;
  width: 50%;
  height: 100%;
  background: #b0bec5;
  border-radius: 8px;
  transition: 0.3s;
}

.toggle-container input {
  display: none;
}

.toggle-container input:checked + .toggle-indicator {
  left: 50%;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--Greyscale-White);
  border: 1px solid #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: var(--notify);
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(23px);
}

.slider.round {
  border-radius: 34px;
  background-color: #ccc;
}

.slider.round:before {
  border-radius: 50%;
  background-color: var(--Greyscale-White);
}

.text_icon_page_bold {
  color: var(--color-lead-appointed);
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 5.76px;
  text-transform: uppercase;
}

.text_icon_page {
  margin-left: 8px;
  color: var (--color-lead-appointed);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.88px;
  text-transform: uppercase;
}
.header {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.document_topic_800 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 5.76px;
  text-transform: uppercase;
  color: var(--color-lead-appointed);
}
.document_topic_500 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  color: var(--color-lead-appointed);
}
.text_body_24_700_upper {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.text_body_16_600_upper {
  color: var(--HOOKGOODWILL-HOOK-blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.text_body_16_600 {
  color: var(--HOOKGOODWILL-HOOK-blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.text_body_14_400 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.text_body_14_600 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.text_body_14_700 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.text_body_12_600 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.text_body_12_400 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.asterisk_style {
  color: #dc4a36;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 4px;
}
input[type="date"] {
  appearance: auto; /* ใช้ UI เริ่มต้นของระบบ */
  -webkit-appearance: textfield; /* ป้องกัน iOS Safari เปลี่ยนเป็น text */
  -moz-appearance: textfield; /* ป้องกัน Firefox แสดงเป็น text */
}

input#check_cc {
  background-image: url("../svg/checkmark_unchecked_24.svg") !important;
  text-align: center;
  vertical-align: middle;
  width: 24px !important;
  height: 24px !important;
  appearance: none;
  cursor: pointer;
}
input#check_cc:checked {
  background-image: url("../svg/checkmark_checked_blue.svg") !important;
  width: 24px;
  height: 24px;
}
input#check_noti {
  background-image: url("../svg/warning_gray_24.svg") !important;
  text-align: center;
  vertical-align: middle;
  width: 24px !important;
  height: 24px !important;
  appearance: none;
  cursor: pointer;
}
input#check_noti:checked {
  background-image: url("../svg/warning_orange_24.svg") !important;
  width: 24px;
  height: 24px;
}
input#check_option {
  background-image: url("../svg/checkmark_unchecked_24.svg") !important;
  text-align: center;
  vertical-align: middle;
  width: 24px !important;
  height: 24px !important;
  appearance: none;
  cursor: pointer;
}
input#check_option:checked {
  background-image: url("../svg/checkmark_checked_blue.svg") !important;
  width: 24px;
  height: 24px;
}
input#check_option:checked + label {
  font-size: 14px;
  font-weight: 500;
}

.border_sign {
  border: 1px solid #22517a;
  width: 640px;
  background-color: var(--Greyscale-White);
}
.popup_signature {
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(77, 77, 77, 0.7);
  transition: all 0.4s;
}

.popup_signature-content {
  position: relative;
  width: 500px;
  padding: 1rem;
  background: var(--Greyscale-White);
  border-radius: 5px;
}

.close-popup_signature {
  top: 5px;
  right: 5px;
}
.change_stage {
  text-align: center;
  cursor: pointer;
  vertical-align: top;
}
@media print {
  @page {
    size: A4;
    margin: 0;
    padding: 0;
  }
}
.page,
article {
  display: flex;
  flex-direction: column;
  width: auto;
  padding: 24px;
  gap: 24px;
  border-right: 1px solid var(--HOOKGOODWILL-HOOK-blue);
  border-bottom: 1px solid var(--HOOKGOODWILL-HOOK-blue);
}

.page > div > span {
  display: inline-block;
  margin-bottom: 4px;
}

.page > .gap-24 > div > span {
  display: inline-block;
  margin-bottom: 4px;
}

.page > .gap-24 > div > .gap-8 > div > span {
  display: inline-block;
  margin-bottom: 4px;
}

.review_box > div > span {
  display: inline-block;
  margin-bottom: 4px;
}
.review_box > .gap-24 > div > span {
  display: inline-block;
  margin-bottom: 4px;
}
.report_icon_name {
  height: 33px;
}

.report_text_12 {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

.report_text_10 {
  font-size: 10px;
  font-weight: 400;
  color: #000;
}

.report_text_14 {
  font-size: 14px;
  font-weight: 600;
}

.report_text_14_color {
  font-size: 14px;
  font-weight: 600;
  color: var(--HOOKGOODWILL-HOOK-blue);
}

.report_icon_checked {
  width: 32px;
  height: 32px;
}

.report_td_card_created {
  width: 141px;
  vertical-align: top;
}

.report_div_card_created {
  width: 110px;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--color-lead-appointed);
  font-size: 16px;
  font-weight: 400;
  gap: 16px;
}

.report_td_data {
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: top;
  border-bottom: 3px solid var(--color-calypso);
}

.report_td_no {
  margin-top: 8px;
  line-height: 16px;
}

.report_td_vertical_align_top {
  vertical-align: top;
  padding-top: 8px;
  padding-bottom: 16px;
  padding-right: 8px;
}

.report_td_vertical_align_bottom {
  padding-bottom: 16px;
  vertical-align: bottom;
}

.content {
  flex-grow: 1; /* Allows content to grow and push footer down */
  padding: 20px;
}

.radio-group {
  display: flex;
  gap: 16px;
}

.radio-group input[type="radio"] {
  display: none;
}

.radio-label {
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  box-sizing: border-box; /* Ensures padding is included in the width/height */
  border: 1px solid var(--color-calypso);
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center; /* Vertically centers text */
  color: var(--color-calypso);
  font-size: 16px;
  font-weight: 600;
}
.radio-label:hover {
  background-color: var(--notify);
  color: #fff;
  transition-duration: 500ms;
  /* Added text color for better visibility */
}

.radio-group input[type="radio"]:checked + .radio-label {
  background-color: var(--notify);
  color: white;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid var(--notify);
}
.rfa_option_block {
  border: 1px solid var(--HOOKGOODWILL-HOOK-blue);
  border-radius: 4px;
  padding: 8px;
  min-width: 304px;
}
.sub_td_header {
  border-bottom: 1px solid var(--color-calypso);
  vertical-align: middle;
}
.btn_rfa_subject {
  width: 168px;
  height: 48px;
  background-color: var(--notify);
  border: 1px solid var(--notify);
  border-radius: 4px;
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  /* font-weight: bold; */
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkBoxes {
  display: none;
  border: 1px solid var(--color-lead-appointed);
}

#checkBoxes label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 16px;
}

#checkBoxes label:hover {
  background-color: var(--color-Special-Grey);
  color: #000;
  /* Added text color for better visibility */
}
.btn_status_rfa {
  background-color: var(--Greyscale-White);
  height: 40px;
  border: 1px solid var(--color-lead-appointed);
  border-radius: 4px;
  padding: 8px 16px;
  letter-spacing: 2.56px;
}
.btn_final_review_status_rfa {
  background-color: #9760a3;
  height: 40px;
  border: 1px solid #9760a3;
  border-radius: 4px;
  padding: 8px 16px;
  letter-spacing: 2.56px;
  color: var(--Greyscale-White);
}
.gap_right_12 {
  padding-right: 12px;
}
.gap_left_12 {
  padding-left: 12px;
}
.gap_right_8 {
  padding-right: 8px;
}
.gap_left_8 {
  padding-left: 8px;
}

.text_name_menu_left_first {
  color: var(--Greyscale-White);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  transition: width 0.156s ease; /* ใช้เอฟเฟกต์ smooth */
  animation: expandText 3s forwards; /* ใช้ animation ที่กำหนด */
}

@keyframes expandText {
  0% {
    width: 0;
  }
  100% {
    width: 100%; /* ขยายความกว้างจนเต็ม */
  }
}

.text_name_menu_left {
  color: var(--Greyscale-White);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.img_company_report {
  width: 75px;
  height: 36px;
}
.show_message {
  display: block;
  margin-top: 20px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--Greyscale-White);
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 1.2em;
  border-radius: 8px;
  width: 40%;
}
/* Dashboard Container */
.dashboard_score_card {
  display: flex;
  width: 100%;
  gap: 16px;
  min-width: 240px;
  flex-wrap: wrap;
}

/* Card Styles */
.card {
  width: 100%;
}

.card_body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 160px;
  background-color: white;
  border: 1px solid var(--outline);
  border-radius: 8px;
  padding: 16px;
  gap: 8px;
  justify-content: space-between;
}
.card_body:hover {
  box-shadow: 0px 4px 8px var(--card-shadow);
}

/* Status Styles */
.status {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

/* Status Colors */
.status.overdue {
  color: #e63946;
}

.status.amount {
  color: #2a9d8f;
}

.status.waiting {
  color: #f4a261;
}

.description_template {
  border-radius: 4px;
  border: 1px solid var(--color-lead-appointed);
  padding: 8px 16px 24px 16px;
}
.dashboard_tooltip {
  width: 16px;
  padding-top: 4px;
  vertical-align: top;
}
.dashboard_tooltip_style {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.dashboard_tooltip_text {
  padding-top: 4px;
  padding-left: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  vertical-align: top;
}
.bg_footer {
  background-color: var(--color-calypso);
  padding: 16px;
}

.hidden_menu {
  max-height: 0px; /* Shrinks to zero height */
  transition: 0.6s;
  overflow: hidden; /* Ensures content is hidden when height is 0 */
  overflow-y: auto;
}

.bg_footer_16_800 {
  font-family: "Manrope", "Roboto", "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  color: var(--Greyscale-White);
}
.bg_footer_16_500 {
  font-family: "Manrope", "Roboto", "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  color: var(--Greyscale-White);
}
.bg_footer_description {
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 12px;
  color: var(--Greyscale-White);
}
.status_dashboard {
  border: 1px solid var(--HOOKGOODWILL-HOOK-blue);
  border-radius: 4px;
  padding: 8px 48px;
}
.container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.left-column {
  flex: 1;
  padding: 20px;
}
.right-column {
  flex: 1;
  padding: 20px;
}
.gen_company_logo {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: white;
  background-color: var(--color-calypso);
  border-radius: 50%;
  letter-spacing: 2.88px;
}
.gen_company_logo_report {
  width: 75px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: white;
  background-color: var(--color-calypso);
  letter-spacing: 2.88px;
}

.box_tr_project_home {
  height: 70px;
  border-bottom: 1px solid var(--HOOKGOODWILL-HOOK-blue);
  border-top: 0px;
  border-right: 0px;
  cursor: pointer;
}

.box_td_icon {
  text-align: center;
  width: 60px;
  vertical-align: middle;
  /* border-right:1px solid #204B63; */
}

.box_td_code {
  text-align: center;
  width: 60px;
  /* border-right:1px solid #204B63; */
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}

.home_td_pd {
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: middle;
}

.box_td_icon_del {
  text-align: left;
  width: 24px;
  vertical-align: middle;
  min-width: 0px;
}

.box_tr_project_home:hover {
  background-color: rgb(239, 240, 242);
}

.popup_img_home {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.popup_img_home img {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.legend-container {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 24px;
}
.legend-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0px 16px;
  width: 60%;
}
.legend {
  gap: 0px 16px;
  width: 60%;
}
.legend-column {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: -webkit-fill-available;
  width: 50%;
}
.legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.color-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.review_box {
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-wrap: wrap;
  border-right: 1px solid var(--HOOKGOODWILL-HOOK-blue);
  /* border-bottom: 1px solid var(--HOOKGOODWILL-HOOK-blue); */
}

input::placeholder {
  font-style: italic;
}
textarea::placeholder {
  font-style: italic;
}

.input_form_search {
  min-width: 304px;
  height: 42px;
  border: 0px !important;
  background-color: transparent;
  padding: 8px 16px;
  outline: none !important;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-sizing: border-box;
}

.input_form_search:focus:not(.input_check) {
  border: 0px;
  padding: 0px;
}

/* .input_form_search::placeholder {
  color: #2a4d83;
} */

.gap-8 {
  display: flex;
  gap: 8px;
}

.gap-16 {
  display: flex;
  gap: var(--sizes-sizing-medium-gap);
}

.navbar .gap-16 {
  display: flex;
  gap: 16px;
  align-items: center;
}
.gap-24 {
  display: flex;
  gap: var(--sizes-sizing-large-gap);
  flex-wrap: wrap;
}

.center {
  display: flex;
  align-items: center;
}
.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

/*------------------------------------*/
.doc_no_style {
  color: #204b63;
  font-weight: 600;
  font-size: 16px !important;
}
.table_div_td_sub_description {
  padding: 8px;
}
.table_div_td_data_pd {
  padding: 8px;
  padding-right: 24px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}
.table_td_data_pd {
  padding: 8px;
}
.table_div_td_description {
  font-size: 14px !important;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  border-bottom: 1px solid var(--td-outline);
}
/*------------------------------------*/
/*            status-bar              */
/*------------------------------------*/
.status-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  text-align: center;
}

/*------------------------------------*/
/*            media-navbar            */
/*------------------------------------*/

/* tablet */
@media (min-width: 481px) and (max-width: 768px) {
  .navbar select.select_form {
    display: none;
  }
  .status-bar {
    display: none;
  }
  #hide_footer {
    display: none;
  }
  .btn_template {
    height: 48px;
    width: 48px;
    border-radius: 100%;
    font-size: 0px;
  }
}

/* desktop */
@media (min-width: 769px) and (max-width: 1200px) {
  .username {
    display: none;
  }
}

/* mobile */
@media (max-width: 480px) {
  .gap-24 {
    gap: 16px;
  }
  .gap-16 {
    gap: 8px;
  }
  .gap-8 {
    gap: 4px;
  }
  .page {
    gap: 16px;
    padding: 16px;
  }
  .card_body {
    padding: 8px;
    min-width: none;
  }
  .dashboard_score_card {
    gap: 16px;
  }
  .header {
    gap: 0px;
  }
  .btn_template .btn_template_submit {
    height: 48px;
    width: 48px;
    border-radius: 100%;
    font-size: 0px;
  }
  button {
    height: 48px;
    width: 48px;
    border-radius: 100%;
    font-size: 0px;
  }
  .project_title {
    padding: 16px;
  }
  /* hide */
  .icon_32 {
    display: none;
  }
  .navbar select.select_form {
    display: none;
  }

  .project-image {
    display: none;
  }
  .status-bar {
    display: none;
  }
}

.td_head {
  /* padding: 8px; */
}
.bg_stage {
  width: 128px;
  border-radius: 48px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 4px;
}
.bg_open {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 4px;
  background-color: #f4a261;
}
.bg_stage_rejected_color {
  background-color: #e78d6d;
}
.bg_stage_change_request_color {
  background-color: #feb75b;
}
.bg_stage_review_color {
  background-color: #60bbc6;
}
.bg_stage_approve_color {
  background-color: var(--notify);
}
.bg_stage_final_review_color {
  background-color: #9760a3;
}
.bg_stage_published_color {
  background-color: #71a551;
}
th.money {
  text-align: right !important;
}
td.money {
  margin: 0px;
  /* padding: 6px 8px; */
  padding: 0px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  color: var(--black);
  min-width: 64px;
  vertical-align: top;
  text-align: right !important;
  font-family: "Cousine", serif;
}
td.code {
  font-weight: 500;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
hr {
  border: 2px solid var(--color-calypso);
  margin: 0px;
  width: 100%;
}
span {
  font-size: var(--font-size-base);
}
span.date {
  font-size: 12px;
}
.image_box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 4px;
  border: 1px solid #2a4d83;
  border-radius: 4px;
  padding: 8px 16px;
  margin-top: 4px;
  height: 48px;
  box-sizing: border-box;
  align-items: center;
}
.thai_description {
  /* font-family: "Noto Sans Thai", sans-serif; */
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
  line-height: 1;
}
.input_number {
  min-width: 120px;
}
.tr_attachment_template {
  width: 100%;
  min-width: 304px;
  height: 48px;
  box-sizing: border-box;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid var(--color-lead-appointed);
  outline: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 2px 2px 2px var(--good-shadow);
  background-color: var(--good-background);
}
.tr_attachment_template:hover {
  outline: 1.5px solid var(--color-lead-appointed);
  box-shadow: inset 2px 2px 2px var(--good-shadow),
    2px 2px 2px var(--good-shadow);
  transition-duration: 100ms;
}
td input[type="text"] {
  min-width: 0px;
}
p input[type="text"] {
  width: auto;
  min-width: 0px !important;
  padding: 0px;
}
option:disabled {
  font-style: italic;
}
.select_disabled {
  background-color: var(--gray);
  color: var(--Greyscale-White);
}
.ui.dropdown {
  max-width: 800px;
}
.box_search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border: 1px solid #2a4d83;
  border-radius: 4px;
  padding: 0 16px;
  box-sizing: border-box;
  transition: border-color 300ms, box-shadow 300ms;
}

.box_search:hover {
  border-color: var(--color-lead-appointed);
  box-shadow: inset 2px 2px 2px var(--good-shadow),
    2px 2px 2px var(--good-shadow);
}

@media only screen and (max-width: 767px) {
  .ui.selection.dropdown .menu {
    /*      max-height: 8.01428571rem; /* + 1.335714285 to 9.349999995rem */
    /*      max-height: 9.349999995rem; /* Adds a half */
    max-height: 16.02857142rem; /* Double size */
  }
}
@media only screen and (min-width: 768px) {
  .ui.selection.dropdown .menu {
    /*         max-height: 10.68571429rem; /* + 1.3357142863 to 12.0214285763rem */
    max-height: 12.0214285763rem;
  }
}
@media only screen and (min-width: 992px) {
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem; /* + 1.3357142858 to 17.3642857158rem */
  }
}
@media only screen and (min-width: 1920px) {
  .ui.selection.dropdown .menu {
    max-height: 21.37142857rem; /* + 1.3357142856 to 22.7071428556rem */
  }
}
.bg_not_permission {
  background-color: var(--light-gray);
}
.bg_view_permission {
  background-color: #f0fff0;
}
.bg_edit_permission {
  background-color: #bfe1f6;
}
.bg_review_permission {
  background-color: #ffc8aa;
}
.bg_approve_permission {
  background-color: #e6cff2;
}
.bg_limit_permission {
  background-color: #fffacd;
}

/* un used */

/* #approval_tab_color {
  filter: brightness(0) saturate(100%) invert(46%) sepia(28%) saturate(656%) hue-rotate(144deg) brightness(92%) contrast(90%);
  transition: filter 200ms ease-in-out;
}

#approval_tab_color:hover {
  filter: brightness(0) saturate(100%) invert(75%) sepia(3%) saturate(246%) hue-rotate(184deg) contrast(95%);
}

#change_request_tab_color {
  filter: brightness(0) saturate(100%) invert(95%) sepia(5%) saturate(290%) hue-rotate(180deg) brightness(97%) contrast(96%);
  transition: filter 200ms ease-in-out;
}

#change_request_tab_color:hover {
  filter: brightness(0) saturate(100%) invert(75%) sepia(3%) saturate(246%) hue-rotate(184deg) contrast(95%);
} */
