@import "src/@fuse/scss/fuse";
body {
    padding: 10px;
}
#terms{
    scroll-behavior: smooth;
    width: 100%;

    @include media-breakpoint('xs') {
        padding: 16px;
       
    }

    .page-header{
        background: #fff;
    }

    .back-button{
        position: absolute;
        top: 15px;
        left: 28px;
    }
    
    p, h3{
        padding: 0;
        margin: 0;
    }
    a {
    cursor: pointer;
}
}

.mobile{

    @include media-breakpoint('xs') {
        line-height: 1.2;
        margin-right: 24pt;
        text-align: justify;
        margin-left: 7%;
    }
}
[data-custom-class='body'], [data-custom-class='body'] * {
    background: transparent !important;
    }
    [data-custom-class='title'], [data-custom-class='title'] * {
    font-family: Arial !important;
    font-size: 26px !important;
    color: #000000 !important;
    }
    [data-custom-class='subtitle'], [data-custom-class='subtitle'] * {
    font-family: Arial !important;
    color: #595959 !important;
    font-size: 14px !important;
    }
    [data-custom-class='heading_1'], [data-custom-class='heading_1'] * {
    font-family: Arial !important;
    font-size: 19px !important;
    color: #000000 !important;
    }
    [data-custom-class='heading_2'], [data-custom-class='heading_2'] * {
    font-family: Arial !important;
    font-size: 17px !important;
    color: #000000 !important;
    }
    [data-custom-class='body_text'], [data-custom-class='body_text'] * {
    color: #595959 !important;
    font-size: 14px !important;
    font-family: Arial !important;
    }
    [data-custom-class='link'], [data-custom-class='link'] * {
    color: #3030F1 !important;
    font-size: 14px !important;
    font-family: Arial !important;
    word-break: break-word !important;
    }

    ul {
        list-style-type: square;
        }
        ul > li > ul {
        list-style-type: circle;
        }
        ul > li > ul > li > ul {
        list-style-type: square;
        }
        ol li {
        font-family: Arial ;
        }
        .fuse-white {
            background: linear-gradient(136.25deg, rgba(255, 255, 255, 0.7) 6.52%, #fcfcfd 91.37%) !important;
            /* height: 200px; */
            color: #fff !important;
        }

a:hover{
    cursor: pointer;
}

.btn-primary{
    background: linear-gradient(180deg, #FFB270 0%, #c95e03 100%);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.45);
    border: 0;
    border-radius: 13px;
    padding: 10px;
}