#common_checker_ver_1 .input_container .checker_each{
    font-size: calc(1em - 1px);
    padding: 4px 0;
    cursor: pointer;
}
#common_checker_ver_1 .hover_container{
    display: none;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    max-width: 515px;
    background: #ffffff;
    border: 2px solid #ccc;
    border-top: none;
}
#common_checker_ver_1 .hover_container h3{
    margin: 0 0 5px 0;
}
#common_checker_ver_1 .hover_container table{
    margin: 0;
}
#common_checker_ver_1 .input_container .checker_each .img_container {
    position: relative;
    width: 50px;
    margin: auto;
    opacity: 0.8;
    filter: saturate(0);
}
#common_checker_ver_1 .input_container .checker_each[data-checked="checked"] .img_container{
    opacity: 1;
    filter: none;
}
#common_checker_ver_1 .input_container .checker_each .img_container .overlaid{
    position: absolute;
    top: -4px;
    right: -4px;
    margin: 0;
    color: limegreen;
    font-size: 15px;
    background: white;
    border-radius: 32px;
}

#common_checker_ver_1 span.complete_num{
    color: #f12e58;
    font-size: calc(1em + 5px);
    font-weight: bold;
}
#common_checker_ver_1 span.complete_ratio_total{
    color: #f12e58;
    font-size: calc(1em + 3px);
    font-weight: bold;
}

#common_checker_ver_1 .button_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
#common_checker_ver_1 .button_container button{
    width: 47%;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50px;
    line-height: 3;
    border: 2px solid #ff6555;
    cursor: pointer;
}
#common_checker_ver_1 .button_container button.uncheck_all_trig{
    background: white;
    color: #ff6555;
}
#common_checker_ver_1 .button_container button.check_all_trig{
    color: white;
    background: #ff6555;
}
#common_checker_ver_1 button.unchecked_function,
#common_checker_ver_1 button.canvas_trigger ,
#common_checker_ver_1 a.action_comptweet {
    width: 100%;
    line-height: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    text-align: center;
    background-size: 100% 100%;
    font-weight: bold;
    border-radius: 2em;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 12px;
    background: rgb(25,189,251);
    box-sizing: border-box;
    border: 2px solid rgb(25,189,251);
    margin-top: 10px;
}
#common_checker_ver_1 button.canvas_trigger[data-type="save"]{
    background: white;
    border: 2px solid #2c74d6;
    color: #2c74d6 !important;
}
#common_checker_ver_1 button.canvas_trigger[data-type="save"] > i{
    font-size: 20px;
    margin-right: 10px;
}
#common_checker_ver_1 button.unchecked_function{
    background: none;
    color: #000000 !important;
    border: 2px solid #000000;
    margin-bottom: 10px;
}

#common_checker_ver_1 .type_button_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 5px 0;
}
#common_checker_ver_1 .type_button_container button{
    width: 40%;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50px;
    line-height: 2;
    border: 2px solid #ff6555;
    cursor: pointer;
}

#common_checker_ver_1 .type_button_container button.type_uncheck_all_trig,
#common_checker_ver_1 .type_button_container button.copy_servant{
    background: white;
    color: #ff6555;
}

#common_checker_ver_1 .input_container details{
    max-height: fit-content;
    min-height: fit-content;
}
#common_checker_ver_1 .input_container summary h3{
    text-align: left;
    margin: 0 28px 15px 0;
}
#common_checker_ver_1 .input_container .single_ratio_table{
    margin: 0 0 -1px;
}
#common_checker_ver_1 .result_total table th,
#common_checker_ver_1 .result_total table td,
#common_checker_ver_1 .input_container .single_ratio_table th,
#common_checker_ver_1 .input_container .single_ratio_table td{
    width: 50%;
    line-height: 1.5;
}
/* #common_checker_ver_1 .input_container details .close_detail{
    width: 100%;
    border: 1px solid #7c8898;
    border-top: none;
    background: white;
    color: #697077;
    font-size: 12px;
    font-weight: bold;
    box-sizing: border-box;
    box-shadow: 0 2px 0 0 #fff, 0 6px 0 -3px #7c8898, 0 9px 0 -4px #fff, 0 12px 0 -6px #7c8898;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 0px 0px 3px 3px;
    line-height: 1;
    padding: 5px 0 10px;
    position: relative;
} */
#common_checker_ver_1 .input_container details .close_detail {
    width: 100%;
    margin: 0;
    border: none;
    border-top: 1px solid #7c8898;
    background: white;
    color: #697077;
    font-size: 12px;
    font-weight: bold;
    box-sizing: border-box;
    margin-bottom: 20px;
    cursor: pointer;
    line-height: 1;
    padding: 5px 0 10px;
    position: relative;
}
#common_checker_ver_1 .input_container details .close_detail:before {
    width: 90%;
    height: 100%;
    content: "";
    position: absolute;
    top: -1px;
    border: 1px solid #7c8898;
    border-top: 1px solid white;
    left: 5%;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0 2px 0 0 #fff, 0 6px 0 -3px #7c8898, 0 9px 0 -4px #fff, 0 12px 0 -6px #7c8898;
}
#common_checker_ver_1 .input_container details .close_detail:after{
    content: "▲";
    position: absolute;
    font-size: 14px;
    box-sizing: border-box;
    margin-left: 5px;
    top: 5px;
}


#common_checker_ver_1 .attr_container,
#common_checker_ver_1 .canvas_container{
    display: none;
}



.swal-title{
    font-weight: bold;
    padding: 0;
    font-size: 18px;
    margin: 10px 0 8px !important;
    line-height: 1;
}
.swal-overlay--show-modal .swal-modal{
    position: relative;
    vertical-align: top;
    margin-top: 40px;
}
.swal-overlay.swal-overlay--show-modal{
    z-index: 99999999;
}
.swal-overlay--show-modal .swal-modal .swal-content{
    padding: 0;
    margin: 0px 5px 10px 5px;
    overflow: hidden;
}
.swal-overlay--show-modal .swal-modal .swal-footer{
    margin: 0;
    padding: 0;
    position: absolute;
    top: -10px;
    right: -10px;
}
.swal-overlay--show-modal .swal-modal .swal-footer .swal-button-container{
    margin: 0;
    display: block;
    position: static;
}
.swal-overlay--show-modal .swal-modal .swal-footer .swal-button-container .swal-button.swal-button--cancel{
    color: #2c4b91;
    border: 4px solid #2c4b91;
    line-height: 1;
    padding: 0;
    margin: 0;
    width: 35px;
    height: 35px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 0;
}
.swal-overlay--show-modal .swal-modal .swal-footer .swal-button-container .swal-button.swal-button--confirm{
    position: absolute;
    bottom: calc(-65vh - 105px);
    right: 10px;
    width: 10em;
    height: 40px;
    margin: 0;
    padding: 0;
    line-height: 1;
    background: linear-gradient(to right, rgba(26,46,89,1) 0%,rgba(54,85,151,1) 100%);
    text-shadow: 1px 1px 4px #000000;
    border: 3px solid #ffbc00;
    border-radius: 15px;
    font-size: 15px;
    box-sizing: border-box;
}
#unchecked_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: scroll;
    max-height: 60vh;
    border: 1px solid #ccc;
}
#unchecked_container > li{
    padding: 4px 0;
    box-sizing: border-box;
    border: 1px solid #f6f6f6;
    font-size: 12px;
}
.mobile #unchecked_container > li{
    font-size: 10px;
}