.winbk{
    color: white;
    z-index: 420;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 28vw;
    text-align: center;
    border-radius: 1vw;
    display: none;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    background: rgba(16, 49, 60, 0.77);
    padding: 0.5vw;
}
.roomtypetext{
    font-size: 1.3vw;
    width: 100%;
    /* top: 20%; */
    /* line-height: 114%; */
    /* position: absolute; */
    margin-top: 8%;
}
.roomtypeteg{
    font-size: 1.2vw;
    letter-spacing: 0.15vw;
    width: 100%;
}


.roomtypebt{
    
    color: rgb(255, 255, 255);
    position: relative;
    border-radius: 0.5vw;
    background-color: rgb(58, 119, 255);
    display: inline-block;
    width: 6vw;
    height: 3vw;
    margin: 0.5vw 2vw;
    box-shadow: rgba(0, 0, 0, 0.48) 0px 1px 2px;

}





#winbk_tittle{font-size: 2vw;
    letter-spacing: 0.2vw;
 
 
}






/* nh input */

.nhinputdiv .psub {
    display: inline;
    font-size: 1vw;
}
.nhinputdiv input {
    display: inline;
    /* outline: none; */
    border: none;
    padding: 0.5vw;
    border-radius: 0.3vw;

}
.nhinputdiv #defn_input{
    width: 5vw;
}

.nhinputdiv #newpath_input{

    width: 75%;
}

.nhinputdiv{

    display: inline-block;
    width: 25vw;
    /* background-color: rgb(42, 59, 111); */
    /* margin: 2vw 1vw; */
    box-sizing: border-box;
    padding: 0vw;
     margin: 1vw 0vw;
}