brake.scss 3.45 KB
page-brake {
    .fm_common_wrapper{
        .fm_banner{
            width: 100%;
            height:115px;
            background: #f4f3ee;
            text-align: center;
            position: relative;
            img{
                width:160px;
            }
        }
    }
    h3{
        text-align: center;
        color: #07426a;
        font-size: 18px;
        margin-top:0px;
        padding-top: 5px;
    }

    h6{
        margin:0px;
        padding:0px;
        color: #777777;
        font-size: 15px;
        padding-top: 50px;
        text-align: center;
        font-weight: 400;

    }
    hr{
        border:2px solid #15b3d5;
        width:60px;
        margin:0 auto;
        height:0px;
        border-radius: 20px;
    }
    p{
        margin:0px;
        padding:0px;
        color: #7b7b7b;
        font-weight: 600;
        font-size: 18px;
    }
    .fm_skip{
        width: 140px;
        height:35px;
        border-radius: 20px;
        background: #050505;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 400;
        color: #cecece;
    }
    .fm_tab_container{
        width: 90%;
        margin:0 auto;
        .fm_tab_header{
            ul{
                padding:0px;
                margin:0px;
                border:1px solid #b7b7b7;
                height:35px;
                border-radius: 20px;
                li{
                    width:50%;
                    float: left;
                    list-style: none;
                    text-align: center;
                    color: #8f8f8f;
                    font-weight: 400;
                    height: 100%;
                    font-size: 16px;
                    padding: 5px;
                }
                .active{
                    background: #1c8aa4;
                    border-radius: 20px;
                    color: #fff;
                }
            }
        }
        .fm_tab_content{
            width:100%;
            padding-top: 20px;
            h5{
                color: #767676;
                text-align: left;
                margin:0px;
                font-weight: 400;
                font-size:16px;
                padding-bottom: 15px;
            }
            .item{
                min-height: 0px !important;
            }
            .radio-checked {
                border-color: #15b3d5 !important;
                .label{
                    color: #979797 !important;
                }

            }
            .radio-inner{
                background: #07426a !important;
            }
            .label{
                margin:0px !important;
                font-weight: 400;
                color: #767676 !important;
                font-size: 14px;
            }
            .select{
                min-width: 100%;
                border-bottom:1px solid #b7b7b7;
                padding: 0px;
                height: 35px;
                color: #7b7b7b;
                font-weight: 300;
                .select-text{
                    padding-top: 5px;
                    padding-bottom:5px;
                }
                .select-icon{
                    width:30px;
                    height:30px;
                    background:url('../../assets/imgs/fm_drop_down_circle.png');
                    background-repeat: no-repeat;
                    background-size: 25px;
                    .select-icon-inner{
                        display: none;
                    }
                }
            }
        }
    }
}