@font-face {
        font-family: 'ZonaPro-ExtraBold';
        src: url(/assets/fonts/ZonaPro-ExtraBoldDemo.otf);
    }

    @font-face {
        font-family: 'Gilroy-Light';
        src: url(/assets/fonts/GilroyLight.otf);
    }

    .font-secondary {
        font-family: 'ZonaPro-ExtraBold';
    }

    .font-primary {
        font-family: 'Gilroy-Light';
    }

    .modal-header {
        border-bottom: solid transparent;
    }

    .modal-title {
        order: -1;
    }

    .modal-footer {
        border-top: solid transparent;
    }

    .font-size-36 {
        font-size: 36px;
    }

    .waves-effect > span {
        font-weight: 700;
    }

    .preloader {
        padding: 20%;
        margin: 0;
        width: 100%;
        height: 100vh;
        top: 0%;
        left: 0%;
        text-align: center;
        color: #000;
        border: 0px solid #aaa;
        background-color: #fff;
        cursor: wait;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    /* COLOURS DEFINITION */
    .bg-primary {
        background-color: #151257!important;
    }

    .bg-primary-dim {
        background-color: #8d88ff!important;
    }

    .bg-primary-light {
        background-color: #d6d4ff!important;
    }

    .text-primary {
        color: #151257!Important;
    }

    .bg-success {
        background-color: #008b3d!important;
    }

    .bg-fail, .badge-fail {
        background-color: #cc0000!important;
    }
    
    .text-fail {
        color: #cc0000!important;
    }

    .nav-link.active {
        font-weight: 900!important;
    }

    .bootbox-confirm.show {
        background-color: rgb(0,0,0,0.4);
    }

    .w-20 {
        width: 20%!important;
    }

    .w-40 {
        width: 40%!important;
    }

    .w-60 {
        width: 60%!important;
    }

    .w-80 {
        width: 80%!important;
    }

    /* .bg-img-3, .bg-img-4, .bg-img-6 {
        background-size: cover;
        background-repeat: no-repeat;
    } */

    /* .bg-img-3, .bg-img-4 {
        background-image: url(/assets/images/layouts/bg-4.png);
    } */

    /* .bg-img-6 {
        background-image: url(/assets/images/layouts/bg-6.png);
    } */