@charset "UTF-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    user-select: none;
    font-family: 'Montserrat Regular';
}

ul,
li {
    list-style-type: none;
}

a, button, input[type=submit] {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

    a,
    img,
    a:hover, button {
        text-decoration: none;
        outline: none !important;
    }

p {
    font-family: 'Montserrat Light';
    font-size: 14px;
    line-height: 22px;
    color: #666766;
}

h1, h2, h3, h4 {
    font-family: 'Montserrat Extrabold';
    font-weight: normal;
    color: #666766;
}

img {
    max-width: 100%;
    height: auto;
}

:focus, :hover, :active {
    outline: none !important;
}

body {
    overflow-x: hidden;
}

/* --- FONTS --- */

@font-face {
    font-family: 'Montserrat ExtraLight';
    src: url('/_content/BellCloud.Panel.Blazor/fonts/montserrat-extralight.woff2') format('woff2'), url('/_content/BellCloud.Panel.Blazor/fonts/montserrat-extralight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Light';
    src: url('/_content/BellCloud.Panel.Blazor/fonts/montserrat-light.woff2') format('woff2'), url('/_content/BellCloud.Panel.Blazor/fonts/montserrat-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url('/_content/BellCloud.Panel.Blazor/fonts/montserrat-regular.woff2') format('woff2'), url('/_content/BellCloud.Panel.Blazor/fonts/montserrat-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat SemiBold';
    src: url('/_content/BellCloud.Panel.Blazor/fonts/montserrat-semibold.woff2') format('woff2'), url('/_content/BellCloud.Panel.Blazor/fonts/montserrat-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('/_content/BellCloud.Panel.Blazor/fonts/montserrat-bold.woff2') format('woff2'), url('/_content/BellCloud.Panel.Blazor/fonts/montserrat-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Extrabold';
    src: url('/_content/BellCloud.Panel.Blazor/fonts/montserrat-extrabold.woff2') format('woff2'), url('/_content/BellCloud.Panel.Blazor/fonts/montserrat-extrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Black';
    src: url('/_content/BellCloud.Panel.Blazor/fonts/montserrat-black.woff2') format('woff2'), url('/_content/BellCloud.Panel.Blazor/fonts/montserrat-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* --- END FONTS --- */

/* --- BACKGROUND --- */

.background {
    background-image: url(../images/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* --- END BACKGROUND --- */

/* --- HEADER --- */

.header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

    .header .logo {
        width: 20%;
    }

        .header .logo a {
            display: block;
            width: 64px;
        }

            .header .logo a img {
                width: 100%;
                object-fit: contain;
            }

    .header .title {
        width: 60%;
        text-align: center;
    }

    .header nav {
        width: 20%;
        justify-content: flex-end;
        display: flex;
    }

        .header nav .nav-item a {
            font-family: 'Montserrat SemiBold';
            font-size: 18px;
            color: #666766;
            display: flex;
            align-items: center;
        }

            .header nav .nav-item a:hover {
                color: #ED4C5C;
            }

            .header nav .nav-item a img {
                margin-right: 10px;
            }

/* --- END HEADER --- */

/* --- CONTAINER --- */

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

/* --- END CONTAINER --- */

/* --- HOME --- */

.sync-token {
    display: flex;
    flex-direction: row;
}

    .sync-token .row:first-child {
        width: 71%;
        margin-right: 4%;
    }

    .sync-token .row:last-child {
        width: 25%;
    }

    .sync-token .row .card {
        margin-bottom: 5%;
    }

        .sync-token .row .card:last-child {
            margin-bottom: 0;
        }

/* --- END HOME --- */

/* --- CARDS --- */

.card {
    background: #FFFFFF;
    box-shadow: 0px 5px 145px rgba(140, 140, 140, 0.12);
    border-radius: 40px;
    padding: 40px;
    margin-bottom: 20px;
}

    .card:last-child {
        margin-bottom: 0;
    }

    .card .title-card {
        width: 100%;
        font-size: 26px;
        line-height: 28px;
        font-family: 'Montserrat Extrabold';
        color: #666766;
        margin-bottom: 20px;
    }

        .card .title-card.center {
            text-align: center;
        }

    .card p {
        color: #828282;
        margin-bottom: 0;
    }

    /* TOKEN */

    .card .token form {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        align-items: center;
    }

        .card .token form .div {
            width: 25px;
            min-width: 25px;
            height: 10px;
            background-color: #666766;
            margin: 0 10px;
        }

        .card .token form input {
            width: 100%;
            font-size: 70px;
            font-family: 'Montserrat Extrabold';
            color: #666766;
            text-align: center;
            text-transform: uppercase;
            background-color: transparent;
            border: 0;
            border-bottom: 2px solid #666766 !important;
            margin: 0 10px;
        }

    .card .qr-code {
        width: 100%;
        height: auto;
        border: 1px solid #E0E0E0;
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

        .card .qr-code div {
            width: auto;
            max-width: 100%;
            height: 200px;
            object-fit: contain;
        }

            .card .qr-code div img {
                margin: auto;
            }

    .card .url {
        background-color: #F6F6F6;
        border-radius: 12px;
        padding: 20px;
    }

        .card .url p {
            text-align: center;
            font-size: 20px;
            font-family: 'Montserrat SemiBold';
            color: #666766;
            word-break: break-all;
        }

    /* HEADER */

    .card .card-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background-color: transparent;
        border-bottom: none;
    }

        .card .card-header > div, .card .card-header .status {
            display: flex;
            flex-direction: row;
            align-items: center;
        }

        .card .card-header .info-client .info {
            margin-right: 35px;
        }

            .card .card-header .info-client .info h3 {
                font-family: 'Montserrat Extrabold';
                font-size: 16px;
            }

            .card .card-header .info-client .info:last-child {
                margin-right: 0;
            }

        .card .card-header .status {
            margin-right: 35px;
        }

            .card .card-header .status:last-child {
                margin-right: 0;
            }

            .card .card-header .status img {
                width: 40px;
                height: 40px;
                object-fit: contain;
                margin-right: 10px;
            }

            .card .card-header .status.green p {
                color: #699635;
            }

            .card .card-header .status.blue p {
                color: #428BC1;
            }

            .card .card-header .status.red p {
                color: #ed4c5c;
            }

            .card .card-header .status p {
                font-family: 'Montserrat Extrabold';
                font-size: 16px;
            }

    /* TABLE */

    .card .card-table .row {
        width: 100%;
        padding: 15px;
        border: 1px solid #EAEAEA;
        border-radius: 15px;
        margin-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

        .card .card-table .row .date,
        .card .card-table .row .feedback,
        .card .card-table .row .result {
            margin-right: 15px;
        }

        .card .card-table .row .date {
            width: 35%;
        }

        .card .card-table .row .feedback {
            width: 15%;
        }

        .card .card-table .row .result {
            width: 25%;
        }

        .card .card-table .row .icon {
            width: 20%;
            margin-left: auto;
            text-align: right;
        }

    /* FORM */

    .card .card-form .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: 1px solid #E0E0E0;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

        .card .card-form .row > div {
            display: flex;
            flex-direction: column;
        }

        .card .card-form .row:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: 0;
        }

        .card .card-form .row .full {
            width: 100%;
            margin-bottom: 15px;
        }

        .card .card-form .row .half {
            width: 48%;
            margin-bottom: 15px;
        }

    .card .card-action {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

/* --- END CARDS --- */

/* FORM */

form label {
    font-family: 'Montserrat ExtraLight';
    font-size: 14px;
    color: #666766;
    margin-bottom: 5px;
}

form input[type=text]:disabled {
    color: #BDBDBD;
}

form input[type=text],
form input[type=password],
form select {
    width: 100%;
    font-family: 'Montserrat Regular';
    font-size: 14px;
    background-color: #F6F6F6;
    border-radius: 12px;
    border: 0;
    padding: 12px;
}

form select {
    appearance: none;
    background-image: url(../images/icon-down.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 10px);
}

.btn {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #666766;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Montserrat Semibold';
    border-radius: 12px;
    padding: 10px 35px;
    border: 1px solid transparent;
    cursor: pointer;
}

    .btn.primary {
        background-color: #ED4C5C;
        margin-left: auto;
    }

    .btn.secondary {
        background-color: transparent;
        border: 1px solid #ED4C5C;
        color: #ED4C5C;
        margin-right: 10px;
    }

    .btn.primary:hover {
        background-color: #000;
        color: #FFFFFF;
    }

    .btn.secondary:hover {
        border: 1px solid #000;
        color: #000;
    }

/* MODAL */

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1999;
    width: 460px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 5px 145px rgb(140 140 140 / 12%);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translate(-50%, -50%);
    overflow-x: visible;
    overflow-y: visible;
}

    .modal .content .title {
        margin-bottom: 20px;
    }

    .modal .content .action form {
        display: flex;
        flex-direction: row;
    }

.background-modal {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #DDDDDD99;
    top: 0;
    left: 0;
}

.dropdown-toggle::after {
    display: none !important;
    margin-left: 10px;
    vertical-align: 2px;
}

/* --- RESPONSIVE --- */

@media (max-width: 1200px) {

    /* --- HOME --- */

    .sync-token .row:first-child {
        width: 61%;
        margin-right: 4%;
    }

    .sync-token .row:last-child {
        width: 35%;
    }

    /* --- END HOME --- */

    /* --- CARD --- */

    /* HEADER */

    .card .card-header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .card .card-header .info-client {
            margin-bottom: 20px;
        }

    /* --- END CARD --- */
}

@media (max-width: 982px) {

    /* --- HEADER --- */

    .header {
        margin-bottom: 20px;
    }

        .header .logo {
            width: 30%;
            order: 1;
        }

            .header .logo a {
                width: 50px;
            }

        .header nav {
            width: 70%;
            order: 2;
        }

            .header nav .nav-item a {
                font-size: 14px;
            }

        .header .title {
            width: 100%;
            text-align: center;
            order: 3;
            margin: 10px 0;
        }

            .header .title h1 {
                font-size: 24px;
            }

    /* --- END HEADER --- */

    /* --- HOME --- */

    .sync-token {
        flex-direction: column;
    }

        .sync-token .row {
            width: 100% !important;
            margin: 0 0 5%;
        }

            .sync-token .row:last-child {
                order: 1;
            }

            .sync-token .row:first-child {
                order: 2;
                margin-bottom: 0 !important;
            }

            .sync-token .row .card {
                width: 100%;
                margin-right: 0;
            }

    /* --- END HOME --- */

    /* MODAL */

    .modal {
        height: auto;
        margin-top: -110px;
    }
}

@media (max-width: 767px) {

    /* --- CONTAINER --- */

    .container {
        width: 100%;
    }

    /* --- END CONTAINER --- */

    /* --- CARD --- */

    .card {
        margin-bottom: 20px;
        border-radius: 30px;
        padding: 25px;
    }

        .card .title-card {
            font-size: 18px;
            line-height: 22px;
        }

        .card .url p {
            font-size: 14px;
        }

        .card .token form input {
            font-size: 24px;
            margin: 0 5px;
        }

        .card .token form .div {
            width: 10px;
            min-width: 10px;
            height: 5px;
            margin: 0 3px;
        }

        /* HEADER */

        .card .card-header .info-client .info {
            margin: 0 20px !important;
            text-align: center;
        }

        .card .card-header .status {
            flex-direction: column;
            margin: 0 20px !important;
        }

            .card .card-header .status img {
                width: 30px;
                height: 30px;
                margin: 0 0 2px;
            }

            .card .card-header .status p {
                font-family: 'Montserrat Extrabold';
                font-size: 12px;
            }

        /* TABLE */

        .card .card-table .row .date, .card .card-table .row .feedback, .card .card-table .row .result {
            margin-right: 0;
            margin-bottom: 10px;
            text-align: center;
            width: 100%;
        }

        .card .card-table .row .icon {
            width: 100%;
            margin-right: auto;
            text-align: center;
        }

        /* FORM */

        .card .card-form .row .half {
            width: 100%;
        }

            .card .card-form .row .full:last-child,
            .card .card-form .row .half:last-child {
                margin-bottom: 0;
            }

        .card .card-action {
            flex-direction: column;
        }

            .card .card-action .btn:last-child {
                margin-bottom: 0;
            }

    form button, form input[type=submit] {
        margin-bottom: 10px;
        padding: 15px 35px;
    }

    form .btn.secondary {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    form .btn.primary {
        width: 100%;
        margin-left: initial;
    }

    /* --- END CARD --- */

    /* MODAL */

    .modal {
        width: 280px;
        height: auto;
        margin-top: -110px;
        margin-left: -140px;
    }

        .modal .content .action form {
            display: flex;
            flex-direction: column;
        }
}

@media (max-width: 460px) {

    /* --- CARD --- */

    /* HEADER */

    .card .card-header .status-client,
    .card .card-header .info-client {
        flex-direction: column;
    }

        .card .card-header .status,
        .card .card-header .info-client .info {
            margin: 5px 20px !important;
        }

    /* --- END CARD --- */
}

/* --- END GLOBAL RESPONSIVE --- */

/* LOADING */

.loading-screen {
    top: 0;
    left: 0;
    z-index: -10;
    width: 100vw;
    display: flex;
    height: 100vh;
    position: fixed;
    align-items: center;
}

.loading-logo {
    margin: auto;
    display: block;
    text-align: center;
}

/* END LOADING */

/* ERROR */

.connection-error {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

/* END ERROR */

/* COLLECTOR PAGE */

.clock {
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 1rem;
}

/* END COLLECTOR PAGE */

.floatHiddenButton {
    background-color: #00000001;
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #00000020;
    text-align: center;
    line-height: 50px;
    border: none;
    z-index: 9000;
}