/* =================
    장부 페이지
=================== */

.fm_main_left_65,
.fm_main_right_35 {
    gap: 12px;
}

#fm_account_btns {
    align-self: stretch; height: 60px; padding: 8px; gap: 10px; border-radius: 8px; border: 1px solid #CDD1D5; background: #FFF;
}

.accountBtn {
    height: 40px; padding: 8px; font-weight: 400; gap: 10px; border-radius: 4px; color: #8A949E; font-size: 16px; line-height: 150%; cursor: pointer;
}

.accountBtn.active {
    background: #256EF4; color: #FFF; font-weight: 700;
}

.input_period {
    width: 552px; gap: 12px;
}

.date_container {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    padding: 8px 12px;
    border-radius: 4px;
    border: 0.5px solid #C8C8C8;
    background: #FFF;
    cursor: pointer;
}

.date_container.disabled {
    color: #A8A8A8; opacity: 0.6; cursor: default;
}

.date_container input {
    border-width: 0;
}

.date_container input[type="date"]::-webkit-calendar-picker-indicator {
    display: block; width: 20px; height: 20px; background: none; border: none;
}

#fm_account_report {
    display: flex; gap: 16px; height: calc(100% - 50px);
}

/* fm_account_contents, fm_account_content 헷갈릴 수 있으므로 추후 클래스 이름 바꾸기 */
.fm_account_contents {
    justify-content: flex-start; gap: 8px; align-self: stretch;
}

.fm_account_content {
    display: flex;
    padding: 8px 24px;
    justify-content: flex-end;
    align-items: center;
    gap: 48px;
    align-self: stretch;
    flex-direction: row;
    border-radius: 8px;
    border: 0.5px solid #C8C8C8;
    cursor: pointer;
}

.fm_account_content.active {
    background: #3677FE;
}

.fm_account_content.active h3,
.fm_account_content.active h4,
.fm_account_content.active p {
    color: #fff;
}

.fm_account_content h3 {
    display: inline;
    overflow: hidden;
    color: #63676A;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
}

.fm_account_content_detail,
.fm_account_content_title {
    flex: 1 0 0;
}

.fm_account_content_title,
.fm_account_content_subject {
    gap: 4px;
}

.fm_account_content_subject {
    width: 211px;
}

.fm_account_content_detail h4 {
    margin: 0; padding: 0; color: #333; font-size: 20px; font-weight: 500; letter-spacing: -0.6px;
}

.fm_account_content_subject .fm_account_price {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.72px;
}

.fm_account_price.plus {
    color: #3677FE; /* 파란색 */
}

.fm_account_price.minus {
    color: #FF6B6B; /* 빨간색 */
}

.fm_account_note {
    overflow: hidden;
    color: #A8A8A8;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.48px;
}

#fm_account_summary {
    padding: 24px; gap: 12px; align-self: stretch;
}

.fm_account_summary_container {
    align-self: stretch;
}

.fm_account_summary_container span {
    color: #63676A; font-size: 24px; line-height: 1.4; letter-spacing: -0.24px;
}

.fm_account_date,
.fm_account_date span {
    color: #A8A8A8; font-size: 16px; line-height: 20px; letter-spacing: 0.1px;
}

.user_summary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    height: 32px;
    padding: 10px;
    gap: 8px;
    border-radius: 8px;
    background: #E6EFFE;
}

.user_summary img {
    width: 28px; height: 28px; aspect-ratio: 1/1;
}

.user_summary span {
    color: #333; font-size: 16px; font-weight: 500; line-height: 18px;
}

.user_summary strong {
    color: #3677FE; font-weight: 700; font-size: 16px; line-height: 18px;
}

.fm_summary_cost_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex: 1 0 0;
    gap: 4px;
    overflow-y: auto;
}

.fm_summary_cost_content {
    display: flex; justify-content: center; align-items: center; gap: 24px;
}

.fm_summary_cost_content img {
    width: 24px; height: 24px; aspect-ratio: 1/1;
}

.fm_summary_cost_content span {
    color: #333; font-size: 16px; font-weight: 500; letter-spacing: -0.72px;
}

.fm_summary_cost {
    height: 24px; align-self: stretch;
}

.fm_summary_cost strong {
    overflow: hidden; color: #FF6B6B; text-align: right; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; font-weight: 600; letter-spacing: -0.72px;
}

.fm_main_box#content {
    display: flex; gap: 12px;
}

.fm_account_detail {
    align-self: stretch;
}

.fm_account_detail a {
    cursor: pointer;
    height: 34px;
    min-width: 60px;
    padding: 0px 12px;
    gap: 2px;
    color: #FFF;
    border-radius: 4px;
    background: #3677FE;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0px;
}

.fm_account_detail span {
    color: #63676A; font-size: 24px; font-weight: 600; line-height: 140%; letter-spacing: -0.24px;
}

.btn-group-wrapper {
    display: flex; flex-direction: column; align-items: flex-start; gap: 4px; align-self: stretch;
}

.btn-group-label {
    color: #333; font-size: 14px; font-weight: 500; line-height: 180%;
}

.btn-group {
    display: grid; gap: 8px; width: 100%;
}

.btn-group[data-count="1"] {
    grid-template-columns: repeat(1, 1fr);
}

.btn-group[data-count="2"] {
    grid-template-columns: repeat(2, 1fr);
}

.btn-group:not([data-count="1"]):not([data-count="2"]) {
    grid-template-columns: repeat(3, 1fr);
}

.btn-option {
    padding: 10px 0px;
    text-align: center;
    border: 0.5px solid #c8c8c8;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #3677FE;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: 0.1px;
}

.btn-option.modify {
    display: flex; align-items: center; justify-content: center;
}

.btn-option.active {
    background: #3677FE; color: #fff; border-color: #3677FE; font-weight: 600;
}

.custom-input-wrapper {
    width: 100%; display: none; flex-direction: row; align-items: center; margin-top: 8px; gap: 10px; flex: 1 0 0;
}

.custom-input-wrapper input {
    display: flex; height: 40px; padding: 10px; align-items: center; gap: 10px; flex: 1 0 0; border-radius: 8px; border: 0.5px solid #C8C8C8;
}

.custom-input-wrapper .btn-confirm {
    height: 40px;
    width: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background-color: #C8C8C8;
    color: #fff;
    cursor: not-allowed;
    transition: background-color 0.2s ease;
}

.custom-input-wrapper .btn-confirm:not(:disabled) {
    background-color: #3677FE !important; cursor: pointer;
}

.btn-group-wrapper .textContainer {
    height: 40px; padding: 10px; flex: 1 0 0; border-radius: 8px; border: 0.5px solid #C8C8C8;
}

.btn-group-wrapper .textContainer input {
    flex: 1 0 0; border: none;
}

.dynamic-input-wrapper {
    display: flex; flex-direction: column; align-items: flex-start; align-self: stretch; margin-top: 24px; gap: 24px;
}

.btn-group-wrapper .date_container {
    flex: 1 0 0; border-radius: 8px; border: 0.5px solid #C8C8C8;
}

#myDateInput3 {
    border: none;
}

.user_date_container {
    gap: 10px; align-self: stretch;
}

.date_icon_box {
    width: 40px; height: 40px; padding: 2px 3px; gap: 10px; border-radius: 8px; background: #3677FE;
}

#textarea {
    height: 120px; padding: 10px; display: flex; align-items: flex-start; align-self: stretch; gap: 10px; border-radius: 8px; border: 0.5px solid #C8C8C8;
}

.fm_form_div {
    width: calc(100% - 260px); height: 100%; display: flex; gap: 16px; background-color: #F5F6FF; margin-left: 130px;
}

/* 장부 작성 페이지 폼 */
.fm_middle_div {
    width: 1000px; height: 100%; padding: 60px 36px 36px; display: flex; justify-content: space-between; flex-shrink: 0; border-radius: 0; background: #fff; margin: auto;
}

.fdr {
    width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items: center;
}

.headerBtn_container {
    display: flex; width: 120px; justify-content: space-between; flex-shrink: 0;
}

.headerBtn_container span {
    color: #A8A8A8; font-size: 24px; font-weight: 600; line-height: 140%; letter-spacing: -0.24px; width: 93.599px; flex-shrink: 0;
}

.fm_account_form_container {
    width: 500px; flex-shrink: 0; align-self: stretch;
}

.fm_account_form_container h1 {
    height: 48px; align-self: stretch; color: #333; font-size: 36px; line-height: 20px; letter-spacing: 0.1px;
}

.fm_account_form_box {
    width: 400px; gap: 36px;
}

#fm_account_form {
    height: 50%; box-sizing: border-box; overflow-y: auto; padding-right: 10px; margin-top: 32px; gap: 36px; scrollbar-width: none;
}

#fm_account_form::-webkit-scrollbar {
    display: none;
}

.accountbook_add_btn {
    height: 40px; background-color: #F5F6FF; border-radius: 4px; font-size: 16px; color: #3677FE; cursor: pointer; border: 1px dashed #3677FE;
}

#fm_account_form::-webkit-scrollbar {
    width: 8px;
}

#fm_account_form::-webkit-scrollbar-thumb {
    background-color: #3677FE; max-height: 40px;
}

#fm_account_form::-webkit-scrollbar-track {
    background-color: #C8C8C8;
}

.form_submit_btn {
    width: 100%;
    height: 48px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #3677FE;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.48px;
    cursor: pointer;
}

.btn-group input {
    display: flex; height: 40px; padding: 10px; align-items: center; gap: 10px; flex: 1 0 0; border-radius: 8px; border: 0.5px solid #C8C8C8;
}

.fm_farm_form_container {
    display: flex; width: 100%; height: 100%; flex-direction: column; align-items: center; gap: 32px; flex-shrink: 0;
}

.fm_farm_form_header {
    display: flex; justify-content: space-between; align-items: flex-start; align-self: stretch;
}

.headerBtn_container_title h1 {
    color: #333;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.1px;
    display: flex;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
}

.headerBtn_container_title span {
    color: #63676A;
    align-self: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.08px;
    align-self: stretch;
}

.fm_farm_form_body {
    display: flex; width: 420px; flex-direction: column; align-items: center; gap: 32px;
}

.fm_farm_form_content {
    display: flex; flex-direction: column; align-items: flex-start; gap: 24px; align-self: stretch;
}

.fm_farm_form_content input {
    display: flex; width: 100%; height: 40px; padding: 10px; align-items: center; justify-content: center; gap: 10px; flex: 1 0 0; border-radius: 8px; border: 0.5px solid #C8C8C8;
}

.btn-group-content {
    gap: 10px; align-self: stretch;
}

.btn-group-icon-box {
    width: 40px; height: 40px; padding: 2px 3px; gap: 10px; border-radius: 8px; background: #3677FE;
}

#sensorOptions {
    display: flex;
    width: 100%;
    height: 40px;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    border-radius: 8px;
    border: 0.5px solid #C8C8C8;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    background: url('../img/selectArrow.svg');
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 10px;
}

.switch {
    position: relative; display: inline-block; width: 36px; height: 21px;
}

/* 기본 checkbox 숨김 */
.switch input {
    opacity: 0; width: 0; height: 0;
}

/* 슬라이더 전체 */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/* 안쪽 동그라미 */
.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/* 체크된 상태 배경색 */
input:checked+.slider {
    background-color: #2196F3;
}

/* 포커스 효과 */
input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

/* 체크 시 동그라미 이동 */
input:checked+.slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* 둥근 모서리 스타일 */
.slider.round {
    border-radius: 21px;
}

.slider.round:before {
    border-radius: 50%;
}

/* 양식장 구역 등록 */

.fdr_g4 {
    display: flex; align-items: center; gap: 4px; flex: 1 0 0;
}

.fdr_g12 {
    display: flex; justify-content: center; align-items: center; gap: 12px; align-self: stretch;
}

.fdr_g48 {
    display: flex; align-items: flex-start; gap: 48px; align-self: stretch;
}

.fdc,
.fdc_g12 {
    display: flex; flex-direction: column; justify-content: center; align-items: center; align-self: stretch;
}

.fdc_g12 {
    gap: 12px;
}

.btn-group-wrapper.fdr {
    display: flex; justify-content: space-between; align-items: center; align-self: stretch;
}

#growthDataCheck, #alreadyStockedDataCheck {
    width: 20px; height: 20px; padding: 4.444px 3.333px; display: flex; flex-direction: column; align-items: flex-start; align-self: flex-end; gap: 11.111px; border-radius: 2px; background: #3677FE;
}

#weightInput,
#lengthInput,
#widthInput,
#heightInput {
    display: none;
}

.fm_farm_form_scroll {
    height: 550px; overflow-y: auto; gap: 24px; margin-right: 20px; padding: 10px; box-sizing: border-box;
}

/* 스크롤바 스타일 (Chrome, Edge, Safari 기준) */
.fm_farm_form_scroll::-webkit-scrollbar {
    width: 8px;
}

.fm_farm_form_scroll::-webkit-scrollbar-thumb {
    background-color: #3677FE; max-height: 40px;
}

.fm_farm_form_scroll::-webkit-scrollbar-track {
    background-color: #C8C8C8;
}

.farm_section_items {
    gap: 16px; max-height: 500px; margin-bottom: 10px; overflow-y: auto;
}

.farm_section_items::-webkit-scrollbar {
    width: 8px;
}

.farm_section_items::-webkit-scrollbar-thumb {
    background-color: #3677FE;
    max-height: 40px;
}

.farm_section_items::-webkit-scrollbar-track {
    background-color: #C8C8C8;
}

.farm_section_item {
    display: flex;
    width: 400px;
    height: 144px;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 12px;
    border: 1px solid #C8C8C8;
    background: #FFF;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05), 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}

.farm_section_header {
    display: flex; justify-content: space-between; align-items: center; align-self: stretch;
}

.farm_section_header p {
    color: #333; font-size: 16px; font-weight: 800; line-height: 140%; letter-spacing: -0.16px;
}

.farm_section_body,
.farm_section_content {
    display: flex; flex-direction: column; align-items: flex-start; align-self: stretch;
}

.farm_section_body {
    gap: 12px;
}

.farm_section_content {
    gap: 8px;
}

.type {
    color: #A8A8A8; text-align: center; font-size: 12px; font-weight: 400; letter-spacing: -0.36px;
}

.value {
    color: #333; text-align: right; font-size: 14px; font-weight: 500; letter-spacing: -0.42px;
}

.editBtn,
.removeBtn {
    cursor: pointer;
}

.editBtn svg path,
.removeBtn svg path {
    fill: #CDD1D5; transition: fill 0.2s;
}

.editBtn:hover svg path {
    fill: #3677FE;
}

.removeBtn:hover svg path {
    fill: #FF4D4F;
}

.btnContainer {
    display: flex; gap: 10px;
}

.farm_section_growth {
    display: flex; height: 32px; padding: 10px; justify-content: space-between; align-items: center; align-self: stretch; border-radius: 8px; background: #E6EFFE; gap: 40px;
}

.farm_section_growth span,
.farm_section_growth .fdr {
    align-items: center; font-size: 11px; line-height: 18px;
}

.farm_section_growth span {
    color: #3677FE; font-weight: 700;
}

.farm_section_growth .fdr {
    color: #63676A; font-weight: 500;
}

.farm_section_growth_enabled {
    display: flex; width: 100%; height: 32px; padding: 10px; justify-content: center; align-items: center; align-self: stretch; border-radius: 8px; background: #F5F5F5;
}

.farm_section_growth_enabled span {
    align-self: center; justify-self: center; color: #63676A; font-size: 11px; font-weight: 500; line-height: 18px;
}

#farm_section_plus_area {
    display: flex;
    width: 400px;
    height: 144px;
    padding: 10px 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    border-radius: 12px;
    border: 1px dashed #C8C8C8;
    background: #FFF;
    cursor: pointer;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05), 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}

#farm_section_plus_area span {
    color: #A8A8A8; font-size: 20px; font-weight: 500; line-height: 140%; letter-spacing: -0.2px;
}

#farm_section_plus_area:hover {
    background: #3677FE; box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05), 0px 4px 8px 0px rgba(0, 0, 0, 0.08); border: 1px solid #3677FE;
}

#farm_section_plus_area:hover span {
    color: #fff;
}

.fm_farm_info_container {
    gap: 48px; flex-shrink: 0;
}

.fm_farm_into_body {
    display: flex; flex: 1; width: 100%; align-items: flex-start; gap: 12px; align-self: stretch; overflow-y: hidden;
}

.fm_farm_left,
.fm_farm_right {
    gap: 24px; border-radius: 8px; border: 1px solid #C8C8C8;
}

.fm_farm_left {
    padding: 24px 16px; align-self: stretch;
}

.fm_farm_right {
    padding: 24px; flex: 1 0 0;
}

.fm_farm_left h3 {
    height: 36px; align-self: stretch; color:#63676A; font-size: 24px; line-height: 20px; letter-spacing: 0.1px;
}

.fm_farm_lists_container {
    gap: 12px;
}

.fm_farm_lists {
    display: flex; flex-direction: column; align-items: flex-start; gap: 12px; height: 450px; overflow-y: auto; scroll-margin-left: 10px;
}

.fm_farm_lists::-webkit-scrollbar {
    width: 8px;
}

.fm_farm_lists::-webkit-scrollbar-thumb {
    background-color: #3677FE; max-height: 40px;
}

.fm_farm_lists::-webkit-scrollbar-track {
    background-color: #C8C8C8;
}

.fm_farm_list,
.fm_farm_add_box {
    display: flex;
    width: 200px;
    padding: 12px;
    flex-direction: column;
    gap: 24px;
    border-radius: 4px;
    background:  #FFF;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.14px;
    cursor: pointer;
}

.fm_farm_list {
    align-items: flex-start; border: 1px solid #C8C8C8; color: #333; font-weight: 700; text-align: center;
}

.fm_farm_list.active {
    background: #3677FE; color: #fff; cursor: pointer;
}

.fm_farm_add_box {
    align-items: center; border: 1px dashed #C8C8C8; color: #A8A8A8; font-weight: 500; justify-content: center;
}

.fm_farm_add_box:hover {
    background-color: #3677FE; color: #fff;
}

.fm_farm_detail_container,
.fm_farm_detail_header {
    display: flex; flex-direction: column; align-items: flex-start; gap: 12px; align-self: stretch;
}

.fm_farm_detail_container {
    width: 100%; height: 100%;
}

.fm_farm_detail_header, .fm_farm_detail_header.nb {
    width: 100%; height: 50%;
}

.fm_farm_detail_header hr {
    width: 636px; height: 0.5px; background: #C8C8C8;
}

.fm_farm_detail_header_content {
    display: flex; justify-content: space-between; align-items: center; align-self: stretch; padding-bottom: 12px; border-bottom: 1px solid #C8C8C8;
}

.fm_farm_detail_header h3 {
    color: #63676A; text-align: center; font-size: 24px; font-weight: 600; line-height: 150%;
}

.fm_farm_detail_header button {
    display: flex;
    min-width: 60px;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    align-self: stretch;
    border-radius: 4px;
    background: #3677FE;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0px;
}

.fm_farm_detail_body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    padding-bottom: 12px;
    border-bottom: 1px solid #C8C8C8;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.fm_farm_detail_body::webkit-scrollbar {
    display: none;
}

.fm_farm_detail_info {
    height: 27px; display: flex; justify-content: space-between; align-items: center; align-self: stretch;
}

.fm_farm_detail_info span.type {
    color: #8A949E; font-size: 14px; font-weight: 400; line-height: 150%;
}

.fm_farm_detail_info span.value {
    color: #333; text-align: right; font-size: 16px; font-weight: 600; line-height: 150%;
}

.nb {
    border: none;
}

.section_info_table {
    width: 100%; overflow-y: auto; scrollbar-width: none; -ms-overflow-style: none;
}

.section_info_table::webkit-scrollbar {
    display: none;
}

/* 장부 페이지 테이블 */
table {
    border-collapse: separate; border-spacing: 0; width: 100%; border: 1px solid #2a58c3; border-radius: 10px; overflow: hidden; font-family: sans-serif;
}

thead {
    background-color: #2a58c3; color: #fff;
}

thead tr th {
    height: 48px; gap: 2px;
}

th {
    padding: 12px; text-align: center; color: #fff; font-size: 14px; font-weight: 700; line-height: 150%; letter-spacing: 0px; text-transform: uppercase;
}

td {
    padding: 8px; text-align: center; border-right: 1px solid #ccc; font-size: 14px;
}

th:last-child, td:last-child {
    border-right: none;
}

tbody tr:nth-child(even) {
    background-color: #f8f9fb;
}

tbody tr:nth-child(odd) {
    background-color: #fff;
}

th[colspan] {
    border-right: none;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}

#mapContainer {
    position: relative; width: 100%; height: 300px;
}

.map-overlay-text {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,0.9);
    padding: 16px 24px;
    border-radius: 8px;
    text-align: center;
    color: #333;
    z-index: 10;
    pointer-events: none;
}

.ori_fdr_g4 {
    display: flex; align-items: center; gap: 4px;
}

.ori_fdr_g4 .removeBtn {
    background-color: #FF4D4F;
}

.edit_account_btn {
    cursor: pointer; height: 34px; min-width: 60px; padding: 0px 12px; gap: 2px; color: #FFF; border-radius: 4px; font-size: 15px; font-weight: 400; line-height: 150%;
}

#editSaveBtn {
    background: #3677FE;
}

#editCancelBtn {
    background: #c8c8c8;
}

.detail_btn_box {
    gap: 4px; align-self: flex-end; justify-content: flex-end;
}

.taskContents {
    display: flex; align-items: center; margin-bottom: 16px; width: 100%; justify-content: space-between;
}

.taskContents p {
    font-size: 14px; line-height: 1.8; font-weight: 500; color: #63676A;
}

.taskContents h3 {
    font-size: 18px; line-height: 1.8; font-weight: 500;
}

.taskContents input[type="date"],
.taskContents input[type="number"],
.taskContents select,
.taskContents textarea {
    width: 200px; border: 1px solid #C8C8C8; border-radius: 8px;
}

.taskContents input[type="date"],
.taskContents input[type="number"] {
    height: 30px; padding: 0 10px;
}

.taskContents select {
    height: 32px; padding: 0 10px; background-color: #fff; font-size: 14px; color: #333;
}

.taskContents textarea {
    height: 100px; padding: 10px;
}

.blank_box_exist,
.blank_box_none {
    width: 100%; flex: 1; padding: 24px 0;
}

.blank_box_none {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
}

.blank_box_none img {
    width: 230px; height: auto; margin-bottom: 24px;
}

.detail_box {
    width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px;
}

.detail_box p {
    font-size: 14px; line-height: 1.8; font-weight: 500; color: #63676A;
}

.detail_box h3 {
    font-size: 18px; line-height: 1.8; font-weight: 500;
}

#fm_account_report_none {
    flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px;
}

#fm_account_report_none img {
    width: 320px; height: auto;
}

#fm_account_report_none #textDiv {
    display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px;
}

#fm_account_report_none #textDiv h1,
.blank_box_none h1 {
    font-size: 36px; font-weight: 700; color: #63676A; line-height: 1.5; text-align: center;
}

#fm_account_report_none #textDiv p,
.blank_box_none p {
    font-size: 20px; font-weight: 300; color: #63676A; line-height: 1.4; text-align: center;
}

#fm_account_report_none #writeBtn {
    width: 400px; height: 48px; background-color: #3677FE; border-radius: 4px; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 600; cursor: pointer;
}
