.generate_modal_wrap{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.generate_modal{
    width: 90%;
    max-width: 340px;
    margin: 40px auto 40px;
}
.close_generate_info{
    position: absolute;
    right: 0;
    padding: 15px;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
}
.generate_modal_wrap input{
    font-family: Roboto, sans-serif;
    font-size: 20px;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    text-align: center;
    color: #1d1d1d;
    outline: none;
    border: 1px solid #ccc;
}
.generate_modal > button{
    width: 100%;
    margin-bottom: 30px;
}
.get_code_text{
    font-family: Roboto, sans-serif;
    font-size: 14px;
    width: 100%;
    height: 115px;
    padding: 10px;
    outline: none;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}
.modal.modal_generate_cont{
    position: fixed;
    z-index: 1050;
    top: 74px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    outline: 0;
    background: none;
}
.modal.modal_generate_cont .modal-content{
    border-radius: 0;
}
.generate_modal span{
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    color: #4a4a4a;
}
.generate_modal h3{
    text-align: center;
    text-transform: uppercase;
}

.close_generate_info > span{
    color: #999;
}
.by_yet_bkock div{
    display: inline-block;
    width: 47%;
    font-size: 14px;
}
.by_yet_bkock >:first-child{
    text-align: right;
    margin-right: 5px;
}
.by_yet_bkock >:last-child{
    text-align: left;
    margin-left: 5px;
}

body[dir=rtl] .by_yet_bkock >:first-child{
    text-align: left;
    margin-left: 5px;
    margin-right: 0;
}

body[dir=rtl] .by_yet_bkock >:last-child{
    text-align: right;
    margin-right: 5px;
    margin-left: 0;
}
.get_code{
    text-align: center;
    margin-bottom: 30px;
}