* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Pretendard;
    min-width: 400px;
    min-height: 400px;
}

#container {
    width: 100%;
    height: calc(100vh - 70px);
}

.left-sidebar {
    width: 400px;
    background-color: #ffffff;
    padding: 10px;
    border-right: 1px solid #ddd;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    box-shadow: 0px 0px 15px 0px rgba(31, 41, 51, 0.15);
}

.right-content {
    margin-left: 400px;
    flex: 1;
    padding: 10px;
    padding-top: 0px;
    background: #F4F6F8;
}

/* 스크롤바 스타일링 */
.left-sidebar::-webkit-scrollbar {
    width: 8px;
}

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

.left-sidebar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.left-sidebar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.left-sidebar-title {
    margin-bottom: 10px;
}


.title1 {
    color: #0F5091;
    font-family: "Hakgyoansim Allimjang TTF";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.title2 {
    color: #000;
    font-family: "Hakgyoansim Allimjang TTF";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.left-sidebar-content {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #DBE2E9;
    background: #FFF;
    height: calc(100vh - 70px);
}

.left-sidebar-user-title {
    color: #022D58;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.6px;
    margin-top: 10px;
    padding: 5px;
    padding-left: 8px;
}

.search_box_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.search_box{
    width: 100%;
}

.search_box input {
    width: 100%;
    height: 50px;
    flex-shrink: 0;
    border-radius: 3px;
    border: 1px solid #DBE2E9;
    background: #F5F8FA;
}

.search_box input::placeholder {
    color: #022D58;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.add_asset_btn {
    flex: 1;
    height: 45px;
    flex-shrink: 0;
    border-radius: 3px;
    border: 1px solid #053D76;
    background: #0F5091;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #ffffff;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.del_asset_btn {
    flex: 1;
    height: 45px;
    margin-left: 5px;
    flex-shrink: 0;
    border-radius: 3px;
    border: 1px solid #08223C;
    background: #0A3057;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #ffffff;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}


.left-sidebar-content-line {
    width: 100%;
    height: 8px;
    flex-shrink: 0;
    border: 1px solid #DBE2E9;
    background: #F4F6F8;
}

.right-content-title {
    width: 100%;
    height: 60px;
    flex-shrink: 0;
    border-radius: 0px 0px 3px 3px;
    border: 1px solid #DBE2E9;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(31, 41, 51, 0.15);
}

.right-content-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.right-content-title-text {
    color: #000;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.6px;
}
.point-list-container
{
    width: 5.799px;
    height: 5.799px;
    transform: rotate(45deg);
    flex-shrink: 0;
    border-radius: 1px;
    background: #0F5091;
    margin: 10px;
}

#Add-Model {
    display: flex;
    flex-direction: column;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px;
    margin: 10px;
    position: absolute;
    top: 60px;
    border: 1px solid #0F5091;
    font-size: 20px;
    cursor: pointer;
    justify-content: center;
    align-items: center;

}

#Delete-Model {
    display: flex;
    flex-direction: column;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px;
    margin: 10px;
    position: absolute;
    top: 60px;
    border: 1px solid #0F5091;
    font-size: 20px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    left: 460px;

}

#List-Model {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 10px;
    position: absolute;
    top: 60px;
    border: 1px solid #0F5091;
    margin-left: 55px;
    line-height: 1.5;
    cursor: pointer;
    display: none;
    color: #000;

    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 187.5% */
    letter-spacing: -0.48px;
    box-shadow: 0px 0px 15px 0px rgba(31, 41, 51, 0.15);
}

#asset-select-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    position: absolute;
    top: 70px;
    left: calc(50% - 200px);
    border-radius: 5px;
}

#asset-select {
    height: 40px;
    border: 1px solid #0F5091;
    border-radius: 5px;
    background-color: #ffffff;
    margin-right: 10px;
}

#asset-start-btn {
    width: 100px;
    height: 40px;
    border: 1px solid #0F5091;
    border-radius: 5px;
    background-color: #ffffff;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #0A3057;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

#asset-stop-btn {
    width: 100px;
    height: 40px;
    border: 1px solid #0F5091;
    border-radius: 5px;
    background-color: #ffffff;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #ffffff;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    background-color: #ff3535;

}


#Info-Model-Form {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #0F5091;
    font-size: 15px;
    line-height: 2;
    position: absolute;
    top: 30%;
    left: calc(50% - 250px);
    display: none;
    width: 500px;
    box-shadow: 0px 0px 15px 0px rgba(31, 41, 51, 0.15);
}

.model-info-header-item
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.model-info-container {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #0F5091;
}

.model-info-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #0F5091;
}

.model-info-content {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.model-info-title
{
    color: #0F5091;

    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.6px;
}

#model-nickname
{
    color: #000;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.6px;
}

.model-info-content{
    color: #000;

    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
   
    line-height: 1.5;
    text-align: justify;
}

.info-row{
    color: #000;

    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
    padding-bottom: 7px;
}

.no-padding {
    padding: 0;
}


.center_text {
    text-align: center;
}

.List-Model-Item {
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 1px solid #0F5091;
    transition: background-color 0.2s ease;
}

.List-Model-Item:hover {
    background-color: #e6f0fa;
}

.model_box {
    width: 338px;
    border-radius: 10px;
    border: 1px solid #DBE2E9;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(31, 41, 51, 0.15);
    padding: 10px;
}

.model_box_header {
    display: flex ;
    flex-direction: row;
    justify-content: left;
    align-items: center;

}

.model_box_header_title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
}

.model_box_header_description {
    font-size: 14px;
}

.model_box_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px;
}

.model_box_input {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
}

.model_box_output {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.model_box_inputs_title{
    color: #000;
    font-family: Pretendard;
    font-size:16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.6px;
}

.model_box_model_content{
    color: #000;
    font-family: Pretendard;
    font-size:16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
    height: 40px;
    border-radius: 5px;
    background: #F5F8FA;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.model_box_model_content_text{
    color: #000;
    font-family: Pretendard;
    font-size:16px;


}

.model_box_model_title{
    color: #000;
    font-family: Pretendard;
    font-size:16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.6px;
}



.model_box_ouputs_title{
    color: #000;
    font-family: Pretendard;
    font-size:16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.6px;
}

.model_box_input {
    border-radius: 5px;
    border: 1px solid #DBE2E9;
    background: #FFF;
    padding: 5px;
    height: 38px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.model_box_input_title {
    font-size: 14px;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
    /*width: 100%;*/
    white-space: nowrap;
}

.model_box_input_value {
    color: #000;
    text-align: right;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    padding-left: 10px;
}

.model_box_output {
    border-radius: 5px;
    border: 1px solid #DBE2E9;
    background: #FFF;
    padding: 5px;
    height: 38px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.model_box_output_title {
    font-size: 14px;
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
    width: 100%;
}

.model_box_output_value {
    color: #000;
    text-align: right;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    padding-left: 10px;
}

.model_box_input_value_input {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: Pretendard;
    font-weight: 400;
    color: #000;
    text-align: right;
}

.model_box_input_value_input:focus {
    outline: none;
}

.model_box_input_value_input:hover {
    border: 1px solid #0F5091;
    width: 100%;
    z-index: 1000;
    
}

.model_box_input_value:hover {
    width: 100%;
}


.model_box_output_value_input {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: Pretendard;
    font-weight: 400;
    color: #000;
    text-align: right;
}

.model_box_output_value_input:focus {
    outline: none;
}

.start_node
{
    width: 120px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #08223C;
    background: #0A3057;
    display: flex;
    align-items: center;
    justify-content: center;
}

.start_node_title
{
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.6px;
}

.model_link_box {
    width: 350px;
    border-radius: 10px;
    border: 1px solid #DBE2E9;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(31, 41, 51, 0.15);  
}

.model_link_box_title {
    text-align: center;
    padding: 10px;
    margin: 10px;
    color: #000;

    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.6px;
}

.model_link_box_content {
    font-family: Pretendard;
    padding: 10px;
}

.model_link_box_content_text {
    font-size: 14px;
}

.model_box_output_value_select {
    width: 100%;
    height: 38px;
    border: 1px solid #DBE2E9;
    background: #FFF;
    font-size: 14px;
    font-family: Pretendard;
    font-weight: 400;
    color: #000;
    text-align: right;
    border-right: 0px;
}

.model_box_progress {
    width: 100%;
    height: 50px;
    padding: 5px;
}   

.model_box_progress_bar {
    width: 100%;
    height: 100%;
    background: #DBE2E9;
    border-radius: 5px;
    border: 1px solid #DBE2E9;
}

.model_box_progress_bar_inner {
    width: 100%;
    height: 100%;
    background: #0400ff;
    padding-left: 10px;
    color: #ffd000;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.model_box_debug {
    width: 100%;
    height: 300px;
    padding: 5px;
}

.model_box_debug_message {
    width: 100%;
    height: calc(100% - 10px);
    background: #000000;
    border-radius: 5px;
    border: 1px solid #DBE2E9;
    color: #4aff13;
    font-family: Pretendard;
    font-size: 9px;
    font-style: normal;
    line-height: normal;
    overflow-y: auto;
}

.model_box_debug_message_content {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    word-break:break-all;
}

.model_box_debug_minimize {

    color: #000000;
    font-family: Pretendard;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-bottom: 5px;
}


.message {
    padding: 5px;
    border-radius: 10px;
    margin: 5px;
    border: 1px solid #e8ebee;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(31, 41, 51, 0.1);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.48px;
    word-break:break-all;
}

.work-assets-list-item{
    padding: 5px;
    border-radius: 3px;
    transition: background-color 0.2s ease;
    cursor: pointer;
    padding-left: 10px;
}

.work-assets-list-item:hover {
    background-color: #e6f0fa;  
}

.model_image{
   max-width: 200px;
   max-height: 200px;
   box-shadow: 0px 4px 16px 0px rgba(31, 41, 51, 0.15);
}

.center_text{
    display: flex;
    align-items: center;
    justify-content: center;
}

#Save-Asset-Form{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #DBE2E9;
    padding: 20px;
    z-index: 1000;
    box-shadow: 0px 0px 15px 0px rgba(31, 41, 51, 0.15);
}

/* Save Asset Button */
#save-asset {
    cursor: pointer;
    width: 100px;
    height: 40px;
    background: #f0ba0b;
    position: absolute;
    top: 0px;
    left: -105px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}



/* Debug Button */
.debug-btn {
    cursor: pointer;
    color: #0A3057;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
    border-right: 1px solid #DBE2E9;
    border-bottom: 1px solid #DBE2E9;
    border-left: 1px solid #DBE2E9;
    width: 68px;
    height: 30px;
    background: #F4F6F8;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Messages Container */
#messages {
    width: 380px;
    height: calc(100vh - 80px);
    /*border-radius: 10px;*/
    border: 1px solid #DBE2E9;
    background: #FFF;
    position: absolute;
    right: 10px;
    top: 70px;
    padding: 5px;
}

/* Debug Buttons Container */
#messages > div:first-child {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

/* Stop Button */
#stop-btn {
    color: #ffffff !important;
    background: #FF0000 !important;
}

/* Clear Button */
#clear-btn {
    margin-left: auto;
}

/* Messages Content */
#messages-content {
    overflow-y: auto;
    height: calc(100% - 50px);
    padding: 5px;
}

/* Debug Maximize Box */
#model_box_debug_maximize {
    display: none;
    overflow: auto;
    width: 80%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
    border-radius: 10px;
    border: 1px solid #DBE2E9;
    padding: 10px;
}

/* Debug Maximize Close Button */
#model_box_debug_maximize_close {
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}

/* Debug Maximize Content Parent */
#model_box_debug_maximize_content_parent {
    width: 100%;
    height: calc(100% - 20px);
    overflow: auto;
    background: #000000;
}

/* Debug Maximize Content */
#model_box_debug_maximize_content {
    padding: 10px;
    color: #4aff13;
    font-family: Pretendard;
    font-size: 12px;
    word-break:break-all;
}

/* Question Form Styles */
#question-form {
    width: 800px;
    position: absolute;
    bottom: 10px;
    left: 420px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
}

.question-form-item {
    padding-bottom: 10px;
}

.question-form-item-select {
    width: 100%;
}

.question-form-item-input {
    width: 100%;
}


.messages-header {
    display: flex;
    flex-direction: row;
    padding: 10px;
    border-bottom: 1px solid #DBE2E9;
    background-color: #F5F8FA;
}

#messages {
    width: 450px;
    min-width: 200px;
    max-width: 100vw;
    resize: none; /* We'll handle resizing manually */
    border: 1px solid #ccc;
    background: #fff;
    transition: width 0.1s;
}
#messages-resizer {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    cursor: ew-resize;
    background: #ffffff;
    border: 1px solid #DBE2E9;
}
#messages-content {
    /* Optional: make content scrollable if needed */
    overflow-y: auto;
}

.llm_request{
    color: #0F5091;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}

.llm_id{

    color: #1eff00;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}

.llm_response{
    color: #ff7c3b;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}

.web_log_message_title{
    color: #ff0099;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 700;
}

.web_log_message_content{
    color: #000;
    font-family: Pretendard;
    font-size: 12px;
    font-weight: 300;
}

.web_log_message_images{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}


.wrapper { position: relative; }


#switch {
    position: absolute;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}

.switch_label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 58px;
    height: 28px;
    background: #fff;
    border: 2px solid #daa;
    border-radius: 20px;
    transition: 0.2s;
    display: flex;
    vertical-align: middle;
}

.switch_label:hover {
    background: #efefef;
}

.onf_btn {
    position: absolute;
    top: 3px;
    left: 5px;
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 20px;
    background: #daa;
    transition: 0.2s;
}

  /* checking style */
#switch:checked+.switch_label {
    background: #c44;
    border: 2px solid #c44;
}
  
#switch:checked+.switch_label:hover {
    background: #e55;
}
  
#switch:checked+.switch_label .onf_btn {
    left: 33px;
    background: #fff;
    box-shadow: 1px 2px 3px #00000020;
}

.model_excute{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /*border-radius: 5px;
    border: 1px solid #DBE2E9;*/
    padding: 5px;
    margin: 5px;
}

.model_excute_button{
    cursor: pointer;
}

.model_excute_button i{
    cursor: pointer;
    color: #0004ff;
}

.model_excute_button_stop i{
    cursor: pointer;
    color: #ff0000;
}


.model_box_selected {
    background-color: #d1e8ffff;
    animation: blink 2s ease-in-out infinite;
}

@keyframes blink {
    0% { background-color: #d1e8ffff; }
    50% { background-color: #ffffff; }
    100% { background-color: #d1e8ffff; }
}


.model_box_query{
    cursor: pointer;
    color: #000000;
    font-family: Pretendard;
    font-size: 12px;
    font-weight: 700;
    margin-left: auto;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #DBE2E9;
    background: #FFF;
    padding: 5px;
}

#question-form-item-input-button, #question-form-item-input-button-close{
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #DBE2E9;
    background: #F5F8FA;
    margin-left: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
#question-form-item-input-button:hover, #question-form-item-input-button-close:hover{
    background: #DBE2E9;
}

#enable-session-alert{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 1000;
    display: none;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

#enable-session-alert-content{
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    width: 600px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #DBE2E9;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
}

#enable-session-alert-content-text, #enable-session-alert-content-text2, #enable-session-alert-content-text3{
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 4px;
}

/* Log Level Select */
#log-level-select {
    height: 30px;
    font-size: 12px;
}