.guide-modal {
    .guide-content-out{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .guide-content{
        width:100%;
        flex:1;
        padding-left:44px;
        padding-right:44px;
        .radio-group{
            margin-top:15px;
        }
        .guide-select{
            margin-top:16px;
            display: flex;
            align-items:center;
            .guide-select-input{
                background: #FFFFFF;
                border :1px solid #C8C8CD;
                border-radius: 4px;
                // width: 280px;
                box-sizing: border-box;
                padding-right:40px;
            }
            .guide-select-input:focus{
                
                border: 1px solid #C8C8CD;
            }
             .auto-complete-ul{
                li {
                    &:hover{
                        background-color: #fff;
                        // color: #fff;
                    }
                }
             }
            .guide-item{
                padding-right:20px;
                box-sizing: border-box;
                display: inline-block;
                width:100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            .guide-checkbox{
                margin-left: 8px;
            }
        }
    }
    .guide-voucher-footer{
        font-size: 12px;
        line-height: 12px;
        padding: 8px 16px;
        color: #666;
        border-top:1px #E6E6EB solid;
        margin-top: 172px;
    }
    .u-radio{
        font-size: 14px;
        color: rgba(0,0,0,0.65);
        letter-spacing: 0;
        .u-radio-label::after{
            // background: #a5adba!important;
        }
        .u-radio-label::before{
            border-color: #a5adba!important;
        }
    }
    .is-checked{
        .u-radio-label::after{
            background: #32ABF9!important;
        }
        .u-radio-label::before{
            border-color: #32ABF9!important;
        }
    }
    .guide-focus{
        background: rgba(255,140,38,0.1);
    }
}

