#Img_Idle{
    width: 100%;
}

#c_Pagmatist{
    position: absolute;
    width: calc(450 * var(--asR));
    top: calc(767 * var(--asR));
    left: calc(79 * var(--asR));
}

#c_Explorer{
    position: absolute;
    width: calc(440 * var(--asR));
    top: calc(960 * var(--asR));
    left: calc(330 * var(--asR));
}

#c_PathMaker{
    position: absolute;
    width: calc(480 * var(--asR));
    top: calc(600 * var(--asR));
    left: calc(461 * var(--asR));
}

#c_Strategist{
    position: absolute;
    width: calc(480 * var(--asR));
    top: calc(906 * var(--asR));
    left: calc(737 * var(--asR));
}

input[type="checkbox"] {
    appearance: none;
    display: none;
}

input[type="checkbox"] + label {
    position: absolute;
    left: 0;
    top: calc(1400 * var(--asR));
    content: '';
    display: inline-block;
    width: calc(1230 * var(--asR));
    height: calc(100 * var(--asR));
    background-image: url('../ui/Idle/AgreeTAC.png'); /* Image for unchecked state */
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
input[type="checkbox"]:checked + label {
  background-image: url('../ui/Idle/AgreeTAC_ok.png'); /* Image for checked state */
}

#btn_TAC{
    position: absolute;
    width: calc(280 * var(--asR));
    height: calc(100 * var(--asR));
    top: calc(1400 * var(--asR));
    left: calc(585 * var(--asR));
}

#Idle_btn_start{
    position: absolute;
    top: calc(1480 * var(--asR)); /*1383.25*/
    left: 0%;
    aspect-ratio: 1230/212;
    width: 100%;
    background: url("../ui/Idle/Idle_btn_Start.png");
    background-size: cover;
}

#Idle_btn_start:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}


#Img_Idle_HTP{
    width: 100%;
}

#btn_Idle_next{
    position: absolute;
    top: calc(1356.448 * var(--asR)); /*1356.448*/
    left: 0%;
    aspect-ratio: 1230/212;
    width: 100%;
    background: url("../ui/Idle/Idle_btn_Next.png");
    background-size: cover;
}

.Idle_bottom{
    position: absolute;
    width: 100%;
    top: calc(1595 * var(--asR));
    left: 0;
}

/*------------------------------
/   TAC
------------------------------*/
#TAC{
    position: relative;
    height: calc(1665 * var(--asR));;
    margin: calc(24 * var(--asR)) calc(119.5 * var(--asR)) 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: transparent;
    top: calc(20 * var(--asR));;
}

#tac_bg{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #212042;
  /*opacity: 0.69;*/
  border-radius: calc(30 * var(--asR));
  box-shadow: calc(10 * var(--asR)) 0 calc(10 * var(--asR)) rgba(0, 0, 0, 0.85);
  mix-blend-mode: multiply;
}

#TAC > iframe{
    position: relative;
    padding: calc(90 * var(--asR)) calc(45 * var(--asR)) calc(45 * var(--asR));
    flex-grow: 1;
    border: 0;

    background-color: transparent;
}

#btn_close{
    position: absolute;
    width: calc(80 * var(--asR));
    aspect-ratio: 1;
    background: url("../ui/Idle/Ic_close_48px.svg");
    background-size: cover;
    top: 0;
    left: calc(910 * var(--asR));
}