﻿@font-face {
    font-family: "PrachasonNeueMon-Regular";
    src: url("/asset/font/PrachasonNeueMon/PrachasonNeueMon-Regular.woff2") format("woff2");
}

body {
    font-family: PrachasonNeueMon-Regular !important;
}
.background-page {
    width: 100%;
    background-image: linear-gradient(#FFB703, white, white);
}
.background-subpage {
    width: 100%;
    background-image: url("/Module/TA/image/TA_BG.png");
    background-size: contain;
    background-repeat: repeat-x;
}
::placeholder {
    text-align: center;
}
.content-page {
    max-width: 800px;
    width: 100%;
    margin: auto;
    /*padding: 0px 15px 15px 15px;*/
    background-color:white;
    z-index:2;
}

.header-content {
    position: relative;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.title-header {
    margin: 10px 10px 10px 10px;
    font-weight: bold;
    font-size: 8.5vw;
}

.subtitle-header {
    font-size: 4vw;
    margin-top: 5px;
}

.header-pc {
    display: none;
}


.title-content {
    font-size: 14px;
}

.subtitle-content {
    font-size: 4vw;
}

.text-list-box {
    font-size: 4vw;
}

.border-color-div {
    border: solid 2px #d4d4d4;
    border-radius: 10px;
    margin-top: 10px;
}

    .border-color-div:hover {
        border: solid 2px #FFB600;
        border-radius: 10px;
    }

.border-color-div-select {
    border: solid 2px #FFB600;
    border-radius: 10px;
    margin-top: 10px;
}
.btn-cicle {
    border-radius: 50px;
}
@media(min-width: 1001px) {
    .content-page {
        max-width: 400px;
        width: 100%;
        margin: auto;
        padding: 0px 0px 15px 0px;
        background-color: white;
        z-index: 2;
        border: solid 3px #FFB600;
        border-radius: 20px;
        margin-bottom: 50px;
    }
        .content-page .head {
            border-radius: 15px !important;
        }
    .title-header {
        font-weight: bold;
        font-size: 2vw;
    }

    .subtitle-header {
        font-size: 1vw;
        margin-top: 5px;
    }

    .title-header-pc {
        font-weight: bold;
        font-size: 3vw;
    }

    .subtitle-header-pc {
        font-weight: bold;
        font-size: 1.5vw;
        
    }
    .header-pc {
        display: block;
    }

    .title-content {
        font-size:1.5vw;
    }

    .subtitle-content {
        font-size: 1.2vw;
    }

    .text-list-box {
        font-size: 2vw;
    }
}

.select-mode .item-list {
    font-size: 22px;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0px;
    height: 86vh;
    overflow-y: scroll;
}

.item-list-title {
    font-size: 22px;
    height: 5vh !important;
    overflow-y: visible !important;
}

@media (min-width: 768px) {
    .select-mode .item-list {
        font-size: 22px;
        height: 40vh;
    }

    .item-list-title {
        font-size: 22px;
        height: 45px !important;
        overflow-y: visible !important;
    }
    /*.select-mode .item-list > li {
        font-size: 35px !important;
    }*/
}

.select-mode .item-list > li {
    font-size: 22px;
    padding: 5px 0;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    /*margin-bottom: 13px;*/
    border: 0.5px solid #fff;
}

.select-mode .item-list .item-list-li:hover {
    font-size: 22px;
    background-color: #FFB600;
    border: 0.5px solid #FFB600;
}

.select-mode .item-list > li.selected {
    font-size: 22px;
    background-color: #FFB600;
    border: 0.5px solid #FFB600;
    color: #fff;
}

.btn-back {
    width: 10%;
    background: #ffffff9c;
    border-radius: 0px 50% 50% 0px;
    padding: 5px;
    position: absolute;
    left: 0px;
    top: 5px;
}
.noUi-connect {
    background-color: #FFB600 !important;
}

.noUi-horizontal .noUi-tooltip {
    bottom: -120%;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 34px;
    right: -17px;
    top: -14px;
    border-radius: 50%;
}

.noUi-horizontal {
    height: 10px;
}

.noUi-target {
    border-radius: 10px;
}

.step-block {
    display: none;
}

.step-block.active{
    display: block;
}

#Country_AFGHANISTAN {
    border-top: solid 2px #d4d4d4;
}

.head-div.active {
    margin-left: -17px;
    margin-right: -17px;
    margin-top: -2px;
}
.back-head-div.active {
    background-color: #FFB600 !important;
}
