@import "noto_sans_thai/noto_sans_thai.css";

/* ====== Basic Setting ====== */

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    text-decoration: underline;
    color: inherit;
}

:root{
    --Linear-green-main: linear-gradient(180deg, #399293 0%, #7FC5C6 108.33%);
}

html {
    -webkit-user-select: none;
}

body {
    -webkit-touch-callout: none;
    /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;
    /* prevent webkit from resizing text to fit */
    /*-webkit-user-select: none;                   prevent copy paste, to allow, change 'none' to 'text' */
    height: 100%;
    width: 100vw;
    margin: 0px;
    padding: 0px;
    font-family: 'noto_sans_thai', 'Poppins', -apple-system, BlinkMacSystemFont, Arial, Helvetica, sans-serif;
    /* font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica, sans-serif; */
    position: relative;
    color: #000000;
    background-color: #F4F4F4;
    letter-spacing: -0.4px;
    line-height: 100%;
}

@media (orientation: landscape) {
    body {
        padding-left: calc(0px + env(safe-area-inset-left));
        padding-right: calc(0px + env(safe-area-inset-right));
    }
}

input, section, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
     font-family: 'noto_sans_thai', 'Poppins', -apple-system, BlinkMacSystemFont, Arial, Helvetica, sans-serif;
    /* font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica, sans-serif; */
   
}

.max_layout_section{
    width: 100%;
    height: 100%;
    position: fixed;
    /* max-width: 1680px; */
    min-width: 900px;
    left: 50%;
    transform: translateX(-50%);
}

.main_header_section{
    width: 100%;
    height: 54px;
    position: sticky;
    top: 0px;
    min-width: 900px;
    /* left: 50%;
    transform: translateX(-50%); */
    padding-left: 24px;
    padding-right: 24px;
    background: transparent;
    display: grid;
    grid-template-columns: 129px auto 84px 71px;
    gap: 30px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    z-index: 101;
    background-color: rgba(255, 255, 255, 0.00);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

.max_content_section{
    width: 100%;
    max-width: 1024px;
    height: fit-content;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.main_body_section{
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.main_body_section.color_bg {
    background: radial-gradient(circle, rgba(127, 197, 198, 0.7) 0%, rgba(127, 197, 198, 0.5) 50%, rgba(127, 197, 198, 1) 100%);
}

.box_body_section{
    width: calc(100% - 24px);
    height: calc(100vh - 54px - 12px - 12px);
    box-sizing: border-box;
    margin-top: 12px;
    margin-left: 12px;
    margin-bottom: 12px;
    padding: 24px;
    border-radius: 12px;
    border: 2px solid rgba(0, 0, 0, 0.10);
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(14px);
    position: relative;
    overflow: hidden;
}

.box_body_section_2{
    width: calc(100% - 24px);
    height: calc(100vh - 54px - 12px - 12px - 46px - 108px);
    box-sizing: border-box;
    margin-top: 58px;
    margin-left: 12px;
    margin-bottom: 12px;
    padding: 24px;
    border: none;
    background: #EFF5F5;
    position: relative;
    overflow: hidden;
}

.gray_box_section{
    display: flex;
    width: 100%;
    padding: 18px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #F2F1F1;
    box-sizing: border-box;
}

/* text style */
.t14{
    font-size: 14px;
    font-weight: normal;
}
.t16{
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}
.t18{
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
}
.t20{
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
}
.t24{
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
}
.t26{
    font-size: 26px;
    font-weight: normal;
    line-height: 32px;
}
.t28{
    font-size: 28px;
    font-weight: normal;
    line-height: normal;
}
.t30{
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
}
.t34{
    font-size: 34px;
    font-weight: normal;
    line-height: 40px;
}
.t36{
    font-size: 36px;
    font-weight: normal;
    line-height: 44px;
}
.t44{
    font-size: 44px;
    font-weight: normal;
    line-height: 48px;
}
.t50{
    font-size: 50px;
    font-weight: normal;
    line-height: 56px;
}

.t_white{
    color: #FFFFFF;
}

.t_gray{
    color: #BBBBBB;
}

.t_gray_2{
    color: #ACACAC;
}

.t_green_1{
    color: #399293;
}

.t_green_2{
    color: #7FC5C6;
}

.t_green_3{
    color: #156D6E;
}

.t_bold{
    font-weight: bold;
}
.t_sb{
    font-weight: 600;
}
.t_medium{
    font-weight: 500;
}
.t_link{
    cursor: pointer;
}
.t_link:hover{
    text-decoration: underline;
}
.t_underline{
    text-decoration: underline;
}
.t_clickable{
    cursor: pointer;
}

.t_center{
    text-align: center;
}

.space_top_12{
    margin-top: 12px;
}

.space_bot_8{
    margin-bottom: 8px;
}

/* layout */
.flex_layout_row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.flex_layout_column{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.align_start{
    align-items: flex-start;
}

.justify_start{
    justify-content: flex-start;
}

.align_LR{
    justify-content: space-between;
}

.self_align_start{
    align-self: flex-start;
}

.self_align_end{
    align-self: flex-end;
}

.self_align_center{
    align-self: center;
}

.self_justify_start{
    justify-self: flex-start;
}

.full_w{
    width: 100%;
}

.gap6{
    gap: 6px;
}
.gap8{
    gap: 8px;
}
.gap12{
    gap: 12px;
}
.gap14{
    gap: 14px;
}
.gap16{
    gap: 16px;
}
.gap18{
    gap: 18px;
}
.gap20{
    gap: 20px;
}
.gap22{
    gap: 22px;
}
.gap24{
    gap: 24px;
}
.gap28{
    gap: 28px;
}
.gap30{
    gap: 30px;
}

.main_logo{
    width: 34px;
    height: 34px;
    background-image: url(../img/main_logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.main_logo.size61{
    width: 61px;
    height: 61px;
    background-image: url(../img/main_logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.orange_logo{
    width: 203px;
    height: 67px;
    background-image: url(../img/logo_orange.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.close_popup_icon{
    width: 28px;
    height: 28px;
    background-image: url(../img/icon/close_popup.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    position: absolute;
    top: 12px;
    right: -12px;
    cursor: pointer;
}

.more_blue_icon{
    width: 7px;
    height: 8px;
    background-image: url(../img/icon/more_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.close_popup_icon.close_popup_icon_g{
    background-image: url(../img/icon/close_popup_g.svg);
}

.close_popup_icon:hover{
    transform: scale(1.1);
    transition: 0.2s;
}

.close_popup_icon:active{
    transform: scale(0.95);
    transition: 0.1s;
}

.main_p1{
    width: 100%;
    aspect-ratio: 1024 / 580;
    background: linear-gradient(180deg, #7FC5C6 0%, #F4F4F4 89.05%);
    z-index: 100;
    max-height: 580px;
    min-height: 580px;
    margin-top: -52px;
}

.btn_login{
    display: flex;
    width: 84px;
    height: 28px;
    padding: 2px 18px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: linear-gradient(180deg, #399293 0%, #7FC5C6 108.33%);
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.5s;
}
.btn_login:hover{
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.10);
    transition: 0.2s;
}

.language_switch{
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFFFFF;
    width: 71px;
    height: 28px;
    padding: 2px 0px;
    gap: 3px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.language_switch:hover{
    background: #F4F4F4;
}

.language_switch .switch{
    display: flex;
    flex-direction: row;
    gap: 11px;
    cursor: pointer;
    position: relative;
}

.language_switch .switch .t16{
    z-index: 101;
    width: 22px;
    transition: 0.2s;
}

.slider{
    position: absolute;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: linear-gradient(180deg, #399293 0%, #7FC5C6 108.33%);
    width: 32px;
    height: 22px;
    box-sizing: border-box;
    z-index: 100;
    transition: 0.2s;
    left: 34px;
    pointer-events: none;
}

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

.language_switch:has(input:checked) .slider{
    left: 2px;
}

.language_switch:not(:has(input:checked)) .switch .t16.EN{
    color: #FFFFFF;
}
.language_switch:has(input:checked) .switch .t16.TH{
    color: #FFFFFF;
}

.main_btn{
    width: 322px;
    height: 40px;
    border-radius: 56px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: linear-gradient(0deg, #399293 0%, #7FC5C6 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}

.main_btn:hover{
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.10);
    transition: 0.2s;
}

.main_btn:active{
    transform: scale(0.95);
    transition: 0.1s;
}

.main_p1_text{
    width: 482px;
    position: relative;
    top: 117px;
    left: 69px;
    z-index: 101;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}
.main_p1_dec1{
    width: 693px;
    aspect-ratio: 693 / 581;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/decoration/main1_dec1.png);
    position: absolute;
    top: 0px;
    right: 0px;
}
.main_p1_dec2{
    width: 378px;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/decoration/main1_dec2.png);
    position: absolute;
    top: 106px;
    right: 87px;
}
.main_p1_dec3{
    width: 150px;
    aspect-ratio: 150 / 298;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/decoration/main1_dec3.png);
    position: absolute;
    top: 132px;
    right: 62px;
}
.main_p1_dec4{
    width: 382px;
    aspect-ratio: 382 / 227;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/decoration/main1_dec4.png);
    position: absolute;
    top: 337px;
    right: 94px;
}

.main_p2{
    width: 100%;
    height: fit-content;
    background: #F4F4F4;
    z-index: 100;
    padding: 50px 62px 79px 62px;
    box-sizing: border-box;
}

.block_main_p2_1{
    background: linear-gradient(83deg, rgba(215, 219, 211, 0.10) 0.3%, rgba(202, 228, 240, 0.70) 99.71%);
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    position: relative;
    overflow: hidden;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.main_p2_dec1{
    height: 440px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.50);
    background: linear-gradient(254deg, #FFF 9.29%, rgba(255, 255, 255, 0.00) 81.81%);
    position: absolute;
    top: -334px;
    left: -121px;
}

.main_p2_dec2{
    height: 440px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.50);
    background: linear-gradient(254deg, #FFF 9.29%, rgba(255, 255, 255, 0.00) 81.81%);
    position: absolute;
    bottom: -298px;
    right: -195px;
}

.main_p2_collab{
    width: 461px;
    height: 99px;
    border-radius: 12px;
    background: #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 8px;
}

.main_p2_collab .line_divide{
    height: 100%;
    width: 2px;
    background: #D9D9D9;
}

.block_main_p2_2{
    background: linear-gradient(83deg, rgba(215, 219, 211, 0.10) 0.3%, rgba(202, 228, 240, 0.70) 99.71%);
    width: 100%;
    height: fit-content;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    position: relative;
    overflow: hidden;
    padding: 32px 96px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.main_p2_dec3{
    height: 811px;
    aspect-ratio: 1 / 1;
    background-image: url(../img/main_p2_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}

.main_p2_dec4{
    height: 811px;
    aspect-ratio: 1 / 1;
    background-image: url(../img/main_p2_bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.committee_layout{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto-fill, minmax(180px, 1fr));
    column-gap: 42px;
    width: 100%;
}

.committee_layout_2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto-fill, minmax(72px, 1fr));
    column-gap: 42px;
    width: 100%;
}

.profile_card{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0px 12px 12px 12px;
    align-items: flex-start;
    box-sizing: border-box;
}

.profile_card .profile_img{
    width: 100px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-origin: border-box;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.profile_card .flex_layout_row:last-child {
    margin-top: -6px;
}

.icon_profile_person{
    width: 15px;
    min-width: 15px;
    height: 15px;
    background-image: url(../img/icon/person_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.icon_profile_location{
    width: 15px;
    min-width: 15px;
    height: 19px;
    background-image: url(../img/icon/location_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.footer_section{
    background: #399293;
    display: inline-flex;
    height: 108px;
    padding: 61px 38px 19px 56px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    gap: 6px;
}

.footer_section .line_divide{
    height: 1px;
    width: 100%;
    background-color: #FFFFFF;
}

.burger_icon {
    width: 38px;
    height: 38px;
    background-origin: border-box;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/icon/burger.svg);
    display: none;
}

.map_section{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
}

.map_layout{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.popup_box_size720 {
    width: calc(100vw - 24px);
    max-width: 720px;
    height: calc(100vh - 48px);
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 12px 12px 0px 0px;
    z-index: 101;
    box-shadow: 0px 6px 24px rgb(0 0 0 / 16%);
    position: fixed;
    left: 50%;
    top: 48px;
    box-sizing: border-box;
    padding: 0px 23px;
    border: 1px solid #d9d9d9;

    transform: translateX(-50%);
}

.popup_notice {
    width: 422px;
    height: fit-content;
    padding: 24px;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #FFF;
}

.notice_complete_icon{
    width: 80px;
    height: 80px;
    background-image: url(../img/icon/check80.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.popup_bg {
    width: 100vw;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 100;
}

.popup_body {
    padding-top: 46px;
    height: calc(100% - 46px - 8px);
}

.popup_body_hospital_type {
    display: grid;
    grid-template-rows: 114px auto;
    gap: 24px;
}

.content_box{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    border-radius: inherit;
}

.content_box_flow{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    border-radius: inherit;
}

.statistic_page_layout{
    width: 100%;
    display: grid;
    justify-content: space-around;
    grid-template-columns: 45% 45%;
    gap: 12px;
}

.publication_page_layout{
    width: 100%;
    height: 100%;
    display: grid;
    gap: 12px;
    /* background: #EFF5F5; */
    grid-template-rows: 42px auto;
    gap: 16px;
}

.publication_page_layout.publication_page_layout_view{
    grid-template-rows: 16px auto;
}

.gradient_btn {
    display: flex;
    min-height: 36px;
    min-width: 151px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: radial-gradient(ellipse at bottom, #232729, #363d40);
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 8px;
    transition: 0.5s;
    border: 1px solid rgba(170, 83, 83, 0.15);
    box-sizing: border-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    padding: 7px 11px;
    cursor: pointer;
    word-break: break-word;
    white-space: break-spaces;
}

.gradient_btn:hover {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
    transition: 0.2s;
}

.box_show_stat{
    width: 100%;
    height: fit-content;
    min-height: 200px;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: linear-gradient(83deg, rgba(215, 219, 211, 0.10) 0.3%, rgba(202, 228, 240, 0.70) 99.71%);

    display: flex;
    align-items: center;
    justify-content: center;
}

.box_statistic_info_left{
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-rows: repeat(3, auto);
    row-gap: 20px;
}

.box_statistic_info_right{
    width: 100%;
    height: 696px;
    min-height: 696px;
    height: fit-content;
    display: grid;
    grid-template-rows: 130px auto;
    row-gap: 18px;
}

.box_search_static_page{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.box_statistic_layout{
    width: 100%;
    height: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.box_statistic_item{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    padding: 8px 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: rgba(127, 197, 198, 0.50);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.box_statistic_item.box_yellow{
    background: rgba(255, 191, 32, 0.50);
}

.box_statistic_item.box_blue{
    background: rgba(84, 166, 235, 0.50);
}

/* search section */
.search_section {
    display: grid;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}
  
.search_section.clear_mrg {
    margin: 0px;
}
  
.search_section .search_input_box {
    width: 100%;
    height: 100%;
    position: relative;
}
  
.search_section .search_input_box input {
    padding-right: 24px;
}
  
.search_section.search_section_filter {
    grid-template-columns: 40px auto;
    gap: 8px;
}
.search_section.search_section_filter.gap2 {
    gap: 2px;
}
  
.search_section .search_input_box input:hover {
    background-color: rgba(108, 197, 235, 0.05);
    transition: 0.2s;
}
  
.search_section .search_input_box input:focus {
    background: linear-gradient(83deg, rgba(215, 219, 211, 0.10) 0.3%, rgba(202, 228, 240, 0.70) 99.71%);
    border: 1px solid rgba(57, 146, 147, 1);
    transition: 0.2s;
}
  
.search_section .search_input_box input {
    width: 100%;
    height: 100%;
    padding-left: 34px;
    position: absolute;
    left: 0px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    box-sizing: border-box;
    position: relative;
    transition: 0.5s;
    border-radius: 12px;
    background: #FFF;

    /* Input Field/Normal */
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25) inset;
}
.search_section .search_input_box input::placeholder {
    font-size: 14px;
    color: #999999;
}
  
.search_section .search_input_box .search_icon {
    width: 20px;
    height: 20px;
    left: 12px;
    top: 10px;
    position: absolute;
    box-sizing: border-box;
}

.search_icon{
    width: 20px;
    height: 20px;
    background-image: url(../img/icon/search_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.icon_size_24x24 {
    width: 24px;
    height: 24px;
    background-size: 24px;
    box-sizing: border-box;
}

.icon_size_24x24.clear_search {
    background-image: url(../img/icon/clear_search.svg);
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 101;
    display: block;
    cursor: pointer;
}

.icon_size_40x40 {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
}
.icon_size_40x40.filter {
    background-origin: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/icon/filter_2024.svg);
    cursor: pointer;
}
  
.popup_header_hospital_type{
    height: 114px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: linear-gradient(0deg, rgba(127, 197, 198, 0.50) 0%, rgba(127, 197, 198, 0.50) 100%), #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 24px;
}

.popup_header_hospital_type.private_type{
    background: linear-gradient(0deg, rgba(255, 191, 32, 0.50) 0%, rgba(255, 191, 32, 0.50) 100%), #FFF;
}

.popup_header_hospital_type.general_type{
    background: linear-gradient(0deg, rgba(84, 166, 235, 0.50) 0%, rgba(84, 166, 235, 0.50) 100%), #FFF;
}

.hospital_zone_2_col{
    display: grid;
    grid-template-columns: 30px auto;
    gap: 22px;
    padding-left: 12px;
    min-height: 22px;
    align-items: center;
}

/* Map search suggest zone */
.search_suggestions_box{
    position: relative;
    width: 100%;
    z-index: 2000;
}

.search_suggestions {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    z-index: 100;
}

.search_suggestions div {
    padding: 8px;
    cursor: pointer;
}

.search_suggestions div:hover {
    background-color: #f0f0f0;
}

.box_publication_list{
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-x: hidden;
    overflow-y: auto;
}

.publish_box_item{
    width: 100%;
    height: fit-content;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-sizing: border-box;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.publish_box_item.scrollable{
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 100%;
}

.tab_menu_section{
    width: 100%;
    height: 46px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    top: -46px;
    left: 12px;
}

.tab_menu_item{
    height: 100%;
    padding: 0px 20px;
    min-width: 130px;
    border-radius: 12px 12px 0 0;
    background: #EFF5F5;
    color: #5DA6A7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    font-size: 24px;
    z-index: 100;
    box-sizing: border-box;
}

.tab_menu_item.tab_menu_item_active{
    background: #399293;
    color: #FFFFFF;
}

.tab_menu_section > .tab_menu_item:nth-child(2) {
    margin-left: -20px;
    padding-left: 36px;
    z-index: 99;
}

.back_section{
    width: 100%;
    height: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.back_icon{
    width: 10px;
    height: 16px;
    background-image: url(../img/icon/back.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

.popup_header_chart{
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 28px;
    box-sizing: border-box;
}

.graph_bubble_layout{
    display: grid;
    grid-template-rows: 76px auto;
    gap: 12px;
    width: 100%;
    height: 100%;
}

.graph_bar_layout{
    display: grid;
    grid-template-rows: 76px auto;
    gap: 12px;
    width: 100%;
    height: 100%;
}

.bubble_section{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.bar_section{
    width: 100%;
    height: 100%;
    position: relative;
    display: grid;
    grid-template-rows: 40px auto;
    /* align-items: center; */
}

.popup_filter_box {
    width: 456px;
    height: calc(100% - 12px);
    background-color: rgba(255, 255, 255, 1);
    /* backdrop-filter: blur(25px);
      -webkit-backdrop-filter: blur(25px); */
    border-radius: 0px 0px 12px 12px;
    z-index: 2000;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: calc(50% - (456px / 2));
    top: 0px;
    box-sizing: border-box;
    padding: 0px 11px;
}
  
.z111{
    z-index: 111 !important;
}

.popup_filter_box .close_popup_icon{
    right: 0px;
}

.main_title_bar_popup{
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
}

.filter_bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
    position: absolute;
    background: radial-gradient(
      94.76% 100% at 50% 0%,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.15) 100%
    );
    border-radius: inherit;
}

.popup_body_filter{
    padding-top: 16px;
    height: calc(100% - 48px - 74px);
}

.flex_footer_bar_popup {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 58px;
    box-sizing: border-box;
    /* background-color: #FFFFFF; */
    position: absolute;
    bottom: 0px;
    text-align: center;
    border-top: 1px solid rgb(0, 0, 0, 15%);
}

.flex_table_title {
    display: grid;
    min-height: 32px;
    background: linear-gradient(180deg, #dfe3e6 0%, #d2d6d9 100%);
    grid-template-columns: auto 32px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    border-radius: 8px;
    padding-left: 12px;
    gap: 8px;
    padding: 5px 0px 5px 12px;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.list_table_layer {
  margin-bottom: 8px;
}

.icon_with_table {
    width: 32px;
    height: 32px;
    background-origin: border-box;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.icon_with_table.slide_up {
    background-image: url(../img/icon/slide_up.svg);
}

.flex_table_title .slide_up_down,
.flex_table_title .icon_with_table {
  position: absolute;
  right: 0px;
  top: calc(50% - (32px / 2));
}

.filter_section {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}

.filter_section .filter_list_2col {
  display: grid;
  grid-template-columns: 20px auto;
  padding-left: 12px;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0);
  word-break: break-word;
}

.filter_section .filter_list_2col:last-child .t14,
.filter_section .filter_list_2col:last-child .flex_text_row {
  border-bottom: none;
}

.checkbox_list_section label,
.flex_table_header label,
.list_table label,
.filter_section label {
  cursor: pointer;
}

.checkbox_section_V2024 {
  display: grid;
  grid-template-columns: 20px auto;
  align-items: center;
  gap: 6px;
}


.checkbox_V2024 {
  width: 20px;
  height: 20px;
  position: relative;
  user-select: none;
}

.checkbox_V2024 input ~ .checkbox_square_V2024 {
  width: 20px;
  height: 20px;
  top: calc(50% - (20px / 2));
  left: 0px;
  position: absolute;
  box-sizing: border-box;
  background: transparent;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: radial-gradient(50% 100% at 50.01% 100%, #f5f7f7 0%, #fff 100%);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1) inset;
  box-sizing: border-box;
}

.checkbox_V2024 input:checked ~ .checkbox_square_V2024::after {
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - (10px / 2));
  left: calc(50% - (10px / 2));
  background-origin: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/icon/checkmark_2024.svg);
  display: block;
  content: "";
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  border: none;
}

.checkbox_V2024 input:checked.dash_checked ~ .checkbox_square_V2024::after {
  width: 11px;
  height: 2px;
  position: absolute;
  top: calc(50% - (2px / 2));
  left: calc(50% - (11px / 2));
  background: #ffffff;
  border-radius: 1px;
  box-sizing: border-box;
  display: block;
  content: "";
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  border: none;
}

label:hover .checkbox_V2024 input ~ .checkbox_square_V2024 {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background:   #ace0e1;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1) inset;
}

.checkbox_V2024 input:checked ~ .checkbox_square_V2024 {
  background: #7fc5c6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15) inset;
  border-radius: 4px;
}

label:hover .checkbox_V2024 input:checked ~ .checkbox_square_V2024 {
  border-radius: 4px;
  background: #54a8a9;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1) inset;
}

.checkbox_V2024.disable_check input:checked ~ .checkbox_square_V2024 {
  background: radial-gradient(
    50% 100% at 50.01% 100%,
    #707b80 0%,
    #8e9699 100%
  );
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1) inset;
  cursor: unset;
}

label:hover
  .checkbox_V2024.disable_check
  input:checked
  ~ .checkbox_square_V2024 {
  background: radial-gradient(
    50% 100% at 50.01% 100%,
    #707b80 0%,
    #8e9699 100%
  );
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1) inset;
  cursor: unset;
}

.checkbox_V2024.disable_check input ~ .checkbox_square_V2024 {
  border-radius: 4px;
  border: 1px rgba(0, 0, 0, 0.1);
  background: radial-gradient(
    50% 100% at 50.01% 100%,
    #bcc5cc 0%,
    #dfe3e6 100%
  );
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1) inset;
  cursor: unset;
}

label:hover .checkbox_V2024.disable_check input ~ .checkbox_square_V2024 {
  border-radius: 4px;
  border: 1px rgba(0, 0, 0, 0.1);
  background: radial-gradient(
    50% 100% at 50.01% 100%,
    #bcc5cc 0%,
    #dfe3e6 100%
  );
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1) inset;
  cursor: unset;
}

.filter_list_2col > .t14,
.filter_list_2col > .flex_layout_row {
  padding: 7px 14px 7px 0px;
  line-height: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.filter_section .filter_list_2col:last-child .t14, .filter_section .filter_list_2col:last-child .flex_layout_row {
    border-bottom: none;
}

.gradient_btn.btn_disable,
.disable_layer {
  opacity: 25%;
  cursor: unset;
  pointer-events: none;
}

/* input style */
.input_section_full {
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset;
    box-sizing: border-box;
    /* box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.25); */
    position: relative;
    /* transition: 0.5s; */
}
  
.input_section_full.input_red,
.input_text_full.input_red {
    border-color: #d9363c;
    filter: drop-shadow(0px 0px 4px rgba(217, 54, 60, 0.5));
    transition: 0.5s;
}
  
.input_section_full:hover {
    background-color: #e6f8ff;
    box-shadow: inset 0px 0px 6px rgba(57, 146, 147, 1);
    border: 1px solid rgba(57, 146, 147, 1);
    transition: 0.1s;
}
  
.input_section_full:focus-within {
    box-shadow: inset 0px 0px 6px rgba(57, 146, 147, 1);
    border: 1px solid rgba(57, 146, 147, 1);
    background-color: #ffffff;
    transition: 0.1s;
}
  
.input_section_full.input_red:hover,
.input_text_full.input_red:hover {
    background-color: #fff2f2;
    box-shadow: inset 0px 0px 6px rgba(217, 54, 60, 1);
    border: 1px solid rgba(217, 54, 60, 1);
    transition: 0.1s;
}
  
.input_section_full.input_red:focus-within {
    box-shadow: inset 0px 0px 6px rgba(217, 54, 60, 1);
    border: 1px solid rgba(217, 54, 60, 1);
    background-color: #ffffff;
    transition: 0.1s;
}
  
.input_section_full.h1 {
    height: 68px;
}
.input_section_full.h2 {
    height: 158px;
}
.input_section_full.h3 {
    height: 32px;
}
.input_section_full.h3 textarea {
    height: 32px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    width: calc(100% - 56px);
    padding-top: 4px;
}
.input_section_full.h4 {
    height: 128px;
}
.input_section_full.h5 {
    height: 32px;
}
  
.input_section_full.h6 {
    height: 51px;
}
  
.input_section_full.h7 {
    height: 266px;
}
  
.input_section_full textarea,
.input_section_full input {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    resize: none;
    box-sizing: border-box;
    padding: 6px 12px;
}
  
.input_section_full textarea::-webkit-scrollbar {
    width: 7px;
    padding-top: 10px;
}
.input_section_full textarea::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}
  
.input_section_full textarea::placeholder {
    font-size: 14px;
    color: #cccccc;
}
  
.input_section_full:has(> .box_counter) > textarea,
.input_section_full:has(> .box_counter) > input {
    padding-right: 56px;
}
  
.input_section_full input:-webkit-autofill,
.input_section_full textarea:-webkit-autofill {
    background-color: transparent !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: inherit !important;
    font-family: inherit !important;
    transition: background-color 5000s ease-in-out 0s;
}

.circle_label{
    width: 20px; 
    height: 20px; 
    border-radius: 50%;
    transform: rotate(-90deg);
}

.circle_label.label_pink{
    background: linear-gradient(83deg, #FDE0E9 0.3%, #FF73B4 99.71%);
}

.circle_label.label_orange{
    background: linear-gradient(83deg, #D7DBD3 0.3%, #FF7272 99.71%);
}

.circle_label.label_blue1{
    background: linear-gradient(83deg, #E0E0E0 0.3%, #3BC2FF 99.71%);
}

.circle_label.label_blue2{
    background: linear-gradient(83deg, #E2E2E2 0.3%, #94EBFF 99.71%);
}

.circle_label.label_yellow{
    background: linear-gradient(83deg, #D7DBD3 0.3%, #FFD194 99.71%);
}

.circle_label.label_green{
    background: linear-gradient(180deg, #156D6E 0%, #7FC5C6 100%);
}

.circle_label.label_green1{
    background: linear-gradient(180deg, #7FC5C6 0%, #F4F4F4 100%);
}

/* input select style */
.input_select_section {
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  transition: 0.2s;
  background-color: #ffffff;
  position: relative;
}
.input_select_section.input_green{
  background: linear-gradient(180deg, #D5F291 0%, #CEF279 100%);
}
.input_select_section.input_green select{
  color: #628C00;
}
.input_select_section.input_red{
  background: linear-gradient(180deg, #FFBFC1 0%, #FFA6A9 100%);
}
.input_select_section.input_red select{
  color: #8C1C20;
}
.input_select_section.input_yellow{
  background: linear-gradient(180deg, #FFE299 0%, #FFDB80 100%);;
}
.input_select_section.input_yellow select{
  color: #A67700;
}
.input_select_section select {
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  padding-left: 9px;
  padding-right: 27px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 14px;
  background-color: transparent;
  cursor: pointer;
}

.input_select_section:after {
  width: 10px;
  height: 6px;
  content: "";
  position: absolute;
  top: calc(50% - (6px / 2));
  right: 12px;
  background-image: url(../img/icon/select_option.svg);
  pointer-events: none;
}
.input_select_section:hover {
  background-color: #e6f8ff;
  box-shadow: inset 0px 0px 6px rgba(57, 146, 147, 1);
  border: 1px solid rgba(57, 146, 147, 1);
}

/* Container for the bubble chart */
.bubble-chart {
    display: grid;
    position: relative;
    grid-template-columns: repeat(100, 1fr); /* 10 columns */
    grid-template-rows: repeat(100, 1fr); /* 10 rows */
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.bubble {
    grid-column: span 1; /* Default column span */
    grid-row: span 1; /* Default row span */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(83deg, #7FC5C6 0.3%, #F4F4F4 99.71%);
    flex-direction: column;
    line-height: 0px;
}

.popup_menu{
    width: 342px;
    height: fit-content;
    box-sizing: border-box;
    position: fixed;
    z-index: 200;
    background: #FFFFFF;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    top: 58px;
    right: 8px;
}

.title_menu_popup{
    display: flex;
    padding: 24px 0;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
    box-sizing: border-box;
    width: 100%;
    height: 59px;
}

.popup_menu_space{
    display: flex;
    padding: 24px 0;
    box-sizing: border-box;
}

@media (max-width: 460px) {
    .max_layout_section{
        min-width: unset;
    }
    .main_header_section .flex_layout_row.gap14, .language_switch{
        display: none;
    }
    .burger_icon{
        display: block;
    }
    .main_header_section{
        min-width: unset;
        grid-template-columns: 129px auto;
        justify-content: space-between;
    }
    .main_p1_text{
        left: 50%;
        transform: translateX(-50%);
        width: 90%;

    }
    .main_p1_dec4, .main_p1_dec3{
        display: none;
    }
    .main_p2_collab{
        width: 100%;
        flex-direction: column;
        height: fit-content;
    }
    .main_p2_collab .line_divide {
        height: 1px;
        width: 100%;
        background: #D9D9D9;
    }
    .main_p2{
        padding: 20px 12px 20px 12px;
    }
    .block_main_p2_1{
        height: fit-content;
        padding: 20px;
    }
    .block_main_p2_2{
        padding: 12px 8px;
    }
    .committee_layout, .committee_layout_2{
        gap: 0px;
    }
    .footer_section{
        padding: 30px 18px 19px 18px;
    }

    .statistic_page_layout{
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }

    .box_body_section, .box_body_section_2{
        padding: 12px;
    }

    .bar_section{
        grid-template-rows: 66px auto;
    }

    .align_LR{
        flex-direction: column;
        gap: 4px;
        align-items: flex-start;
    }

    .graph_bubble_layout .popup_header_chart{
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        height: 154px;
        padding-right: 0px;
    }

    .graph_bubble_layout .popup_header_chart .t24{
        font-size: 22px;
    }

    .graph_bubble_layout{
        grid-template-rows: 150px auto;
    }

    .popup_menu{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        position: fixed;
        z-index: 200;
        background: #FFFFFF;
        display: flex;
        padding: 48px 24px;
        flex-direction: column;
        align-items: center;
        border-radius: 0px;
        top: unset;
        right: unset;
    }
    
    #custom_legend{
        flex-wrap: wrap;
    }

    .bubble .t16{
        display: none;
    }

    /* .bubble .t36{} */
}

@media (max-width: 375px) {
    .committee_layout, .committee_layout_2{
        grid-template-columns: repeat(1, 1fr);
    }
    .profile_img{
        align-self: center;
    }
    .main_btn{
        width: 280px;
    }
    .main_p1{
        max-height: 620px;
        min-height: 620px;
    }
}