@charset "UTF-8";

/* CSS Document */

#app {
    overflow: hidden !important;
    touch-action: none;
}

#blazor-error-ui {
    display: none;
}

.onlyWatch {
    display: none;
    visibility: hidden;
}

.w-100 {
    width: 100% !important;
}

.mb-1 {
    margin-bottom: 1vh !important;
}

.mb-2 {
    margin-bottom: 2vh !important;
}

.text-danger {
    color: #D00019;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

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;
    }

h1, h2, h3, h4 {
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
}

:focus, :hover, :active {
    outline: none !important;
}

body {
    overflow-x: hidden;
}

hr {
    border: 0;
    border-top: 1px solid #F2F2F2;
    margin: 15px 0;
}

.float-button {
    position: fixed;
    bottom: 100px;
    z-index: 9;
    left: 0;
    right: 0;
    max-width: 800px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

/* --- FONTS --- */
@font-face {
    font-family: 'Montserrat ExtraLight';
    src: url('/_content/BellCloud.Anywhere.Blazor/fonts/montserrat-extralight.woff2') format('woff2'), url('/_content/BellCloud.Anywhere.Blazor/fonts/montserrat-extralight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Light';
    src: url('/_content/BellCloud.Anywhere.Blazor/fonts/montserrat-light.woff2') format('woff2'), url('/_content/BellCloud.Anywhere.Blazor/fonts/montserrat-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url('/_content/BellCloud.Anywhere.Blazor/fonts/montserrat-regular.woff2') format('woff2'), url('/_content/BellCloud.Anywhere.Blazor/fonts/montserrat-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat SemiBold';
    src: url('/_content/BellCloud.Anywhere.Blazor/fonts/montserrat-semibold.woff2') format('woff2'), url('/_content/BellCloud.Anywhere.Blazor/fonts/montserrat-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('/_content/BellCloud.Anywhere.Blazor/fonts/montserrat-bold.woff2') format('woff2'), url('/_content/BellCloud.Anywhere.Blazor/fonts/montserrat-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Extrabold';
    src: url('/_content/BellCloud.Anywhere.Blazor/fonts/montserrat-extrabold.woff2') format('woff2'), url('/_content/BellCloud.Anywhere.Blazor/fonts/montserrat-extrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Black';
    src: url('/_content/BellCloud.Anywhere.Blazor/fonts/montserrat-black.woff2') format('woff2'), url('/_content/BellCloud.Anywhere.Blazor/fonts/montserrat-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* --- END FONTS --- */

/* --- COLORS --- */

/* TEXT */

.text-primary {
    color: #666766;
}

.text-secondary {
    color: #828282;
}

.text-support {
    color: #496989;
}

.text-feature {
    color: #ED4C5C;
}

#loadingMessage,
.container-options,
.container-options .option-item,
.container-options li.option-item,
.container-options .option-item p,
.container-options .option-item span,
.info-swipe p,
.info-swipe span,
.info-swipe {
    font-family: 'Montserrat Light' !important;
}

/* BACKGROUND */

.background {
    background-image: url(/_content/BellCloud.Anywhere.Blazor/images/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
}


.bg-gray {
    background: #F6F6F6;
}

.bg-red {
    background: #ED4C5C;
}

    .bg-red.text-primary,
    .bg-red.text-feature {
        color: #fff;
    }

/* BORDER */
.border-ligthgray {
    border-color: #F2F2F2;
}

.border-red {
    border-color: #ED4C5C;
}

/* --- END COLORS --- */

/* --- TEXTS --- */

.text {
    font-family: 'Montserrat Light';
    line-height: 1.5em;
}

/* SIZE TEXT */

.text-size-default {
    font-size: 0.9em;
}

.text-size-small {
    font-size: 0.7em;
}

.text-size-extrasmall {
    font-size: 0.7em;
}

/* --- END TEXTS --- */

/* --- TITLES --- */

.title {
    font-family: 'Montserrat Bold';
    line-height: 1.3em;
}

    /* SIZE TITLES */

    .title.h1 {
        font-family: 'Montserrat Black';
        font-size: 1.5em;
    }

    .title.h2 {
        font-family: 'Montserrat ExtraBold';
        font-size: 1.3em;
    }

    .title.h3 {
        font-size: 1.1em;
    }

/* --- END TITLES --- */

/* --- BUTTONS --- */

.button {
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-family: 'Montserrat Semibold';
    font-weight: normal;
    font-size: 14px;
    border-radius: 12px;
    padding: 15px;
    cursor: pointer;
    border-color: transparent;
    border-width: 1px;
}

    .button:disabled {
        cursor: default;
        pointer-events: none;
        background-color: #808080;
    }

    .button.button-success {
        color: #fff;
        background-color: #75A843;
    }

    .button.button-error {
        background-color: #D93347;
    }

    .button.button-small {
        display: inline-block;
        height: auto;
        line-height: 20px;
    }

    .button.button100 {
        width: 100%;
    }

    .button.button-disabled {
        background-color: #D1D1D1;
        color: #fff;
        cursor: default;
        pointer-events: none;
    }


/* BORDER BUTTON */

.button-border {
    border-style: solid;
    border-width: 1px;
    background-color: transparent;
    border-color: #ED4C5C;
}

.button.button-border:hover {
    color: #FFF;
    border-color: #ED4C5C;
}

/* ICON BUTTON */

.icon-button {
    width: 20px;
    height: 20px;
    float: left;
    margin: 4px 7px 0 0;
    filter: brightness(1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

    .icon-button.small {
        width: 14px;
        height: 14px;
        margin: 2px 7px 0 0;
    }

.button:hover .icon-button {
    filter: brightness(.8);
}

.button.button-background .icon-button {
    filter: brightness(10);
}

/* --- END BUTTONS --- */

/* --- MARGIN & PADDING --- */

.mb0 {
    margin-bottom: 0 !important;
}

.mb1 {
    margin-bottom: 1vh;
}

.mb2 {
    margin-bottom: 2vh;
}

.mb3 {
    margin-bottom: 3vh;
}

.mb4 {
    margin-bottom: 4vh;
}

.mb5 {
    margin-bottom: 5vh;
}

.mt0 {
    margin-top: 0 !important;
}

.mt1 {
    margin-top: 1vh;
}

.mt2 {
    margin-top: 2vh;
}

.mt3 {
    margin-top: 3vh;
}

.mt4 {
    margin-top: 4vh;
}

.mt5 {
    margin-top: 5vh;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

/* --- END MARGIN & PADDING --- */

/* --- CONTAINER --- */

main {
    padding: 50px 25px;
}

.container {
    width: 80%;
    max-width: 800px;
    height: 100%;
    margin: auto;
    position: relative;
}

.center-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.container .content {
    width: 100%;
}

/* CENTER FLEX */

.center-flex {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* BACKGROUND */

.background {
    background-image: url(/_content/BellCloud.Anywhere.Blazor/images/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.ios.page {
    overflow: hidden !important;
}

/* --- END CONTAINER --- */

/* --- LOGIN --- */

/* HEADER */

.login {
    overflow: auto;
    height: 100vh;
}

    .login header {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

/* LOGO */

.logo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 100%;
    height: auto;
}

    .logo.grupo5si {
        background-image: url(/_content/BellCloud.Anywhere.Blazor/images/logo-grupo5si.png);
        width: 160px;
        height: 152px;
    }

    .logo.destec {
        background-image: url(/_content/BellCloud.Anywhere.Blazor/images/logo-destec-solution.png);
        width: 159px;
        height: 190px;
    }

/* TITLE */

.login .content > .title {
    width: 100%;
    text-align: center;
}

/* --- END LOGIN --- */

/* --- CONTENT PAGE --- */

.content-page {
    padding-top: 20px;
    width: 100%;
    height: 100%;
}

    .content-page .content {
        width: 100%;
        height: 100%;
    }

.ios .content-page > .content {
    height: calc(100vh - 140px);
}

/* --- END CONTENT PAGE --- */

/* --- HOME --- */

/* EMPTY */

.empty {
    width: 100%;
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* --- END HOME --- */

/* --- NEW ISSUE --- */

.new-issue {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

    .new-issue .header {
        background: #fff;
    }

.camera-celular {
    width: 100%;
    height: 94vh;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

    .camera-celular .columns,
    .camera-celular .columns .column {
        height: 94vh;
        display: block;
    }

    .camera-celular .column video {
        width: 100%;
        height: 94vh;
        display: block;
        object-fit: cover;
    }

    .camera-celular .column button {
        display: none !important;
    }

/* --- END NEW ISSUE --- */

/* --- SETTINGS --- */

.info-system {
    width: 100%;
    height: 62px;
    padding: 15px;
    border-radius: 12px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* --- END SETTINGS --- */

/* --- GLOBAL RESPONSIVE --- */

@media (max-width: 600px) {

    /* --- CONTAINER --- */

    .ios .content-page .content .home .container {
        width: 100%;
        overflow-y: hidden;
        padding-bottom: 60px;
    }

    .container {
        width: 90%;
    }

    main {
        padding: 15px;
    }

    /* --- END CONTAINER --- */

    /* --- CONTENT PAGE --- */

    .content-page {
        padding-top: 50px;
    }

    .ios .content-page {
        padding-top: 95px;
    }

    /* --- END CONTENT PAGE --- */

    /* --- TEXTS --- */

    /* SIZE TEXT */

    .text-size-extrasmall {
        font-size: 0.3em;
        line-height: normal;
    }

    /* --- END TEXTS --- */


    /* --- NEW ISSUE --- */

    .camera-celular,
    .camera-celular .columns,
    .camera-celular .columns .column,
    .camera-celular .column video {
        height: 93vh;
    }

    /* --- END NEW ISSUE --- */
}

/* --- END GLOBAL RESPONSIVE --- */


/* --- FORM --- */

/* FORM */

.form {
    width: 100%;
    height: auto;
    float: left;
}

    .cards .card .content-card .form .row,
    .form .row {
        position: relative;
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

        .cards .card .content-card .form .row:last-of-type,
        .form .row:last-of-type {
            margin-bottom: 0;
        }

        .cards .card .content-card .form .row.button,
        .form .row.button {
            position: absolute;
            left: 0;
            bottom: 0;
        }

        .form .row label {
            font-family: 'Montserrat ExtraLight';
            margin-bottom: 5px;
        }

        .form .row i {
            position: absolute;
            left: 20px;
            top: 18px;
        }

        .form .row .select {
            appearance: none;
            -webkit-appearance: none;
            background-image: url(/_content/BellCloud.Anywhere.Blazor/images/select-down.svg);
            background-repeat: no-repeat;
            background-position-x: calc(100% - 15px);
            background-position-y: 15px;
            background-size: 30px;
        }

        .form .row .select,
        .form .row .input {
            width: 100%;
            height: 62px;
            padding: 15px;
            border-radius: 12px;
            border: 0;
        }

        .form .row .radio-option {
            width: 100%;
            margin-top: 5px;
        }

        .form .row .input[type="radio"] {
            width: auto;
            height: auto;
            margin-right: 6px;
            vertical-align: middle;
        }

        .form .row .input:disabled {
            color: #BDBDBD;
        }

        .form .row .input.input-icon {
            padding-left: 60px;
        }

        .form .row .input.textarea {
            height: 150px;
            resize: none;
        }


/* --- END FORM --- */


/* LANGUAGE */

.language {
    width: 100%;
    height: auto;
    clear: both;
}

    .language ul {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

        .language ul li {
            margin: 0 5px;
        }

            .language ul li button {
                width: 45px;
                height: 45px;
                display: block;
                opacity: .4;
                background: transparent;
                border: 0;
            }

            .language ul li.active button {
                opacity: 1;
            }

            .language ul li a:hover {
                transform: scale(1.1);
                opacity: 1;
            }

/* END LANGUAGE */

/* HEADER */

.header {
    background: transparent;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    min-height: 60px;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.ios .header {
    top: 45px;
}

.header .menu-header {
    margin-right: 20px;
}

    .header .menu-header li a {
        display: block;
        width: 36px;
        height: 36px;
    }

        .header .menu-header li a img {
            width: 100%;
            object-fit: contain;
        }

.header .title {
    display: flex;
    align-items: center;
    flex-direction: row;
}

    .header .title img {
        margin-right: 15px;
    }

/* END HEADER */

/* FILTER */

.filter {
    width: 100%;
    height: 42px;
    margin-bottom: 15px;
}

    .filter nav {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        position: absolute;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

        .filter nav::-webkit-scrollbar {
            display: none;
        }


        .filter nav .item {
            margin-right: 10px;
        }

            .filter nav .item:last-child {
                margin-right: 0;
            }

            .filter nav .item button {
                display: flex;
                flex-wrap: nowrap;
                text-align: center;
                white-space: nowrap;
                padding: 10px 15px;
            }

            .filter nav .item.active button {
                background: #ED4C5C;
                color: #fff;
                cursor: default;
                pointer-events: none;
            }

/* RESPONSIVE */

@media (max-width: 420px) {

    .filter {
        margin-bottom: 25px;
    }
}

/* END FILTER */

/* CARDS */

.cards {
    width: 100%;
    max-width: 800px;
    height: calc(100vh - 160px);
    overflow-y: auto;
    margin: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .cards::-webkit-scrollbar {
        display: none;
    }

.ios .cards {
    height: calc(100vh - 240px);
}

.new-call .cards {
    height: calc(100vh - 120px);
    padding-bottom: 70px;
}

.cards .card {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 15px 20px;
    float: left;
    border: 1px solid #f1efef !important;
}

    .cards .card .header-card {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

        .cards .card .header-card .semaphore {
            width: 26px;
            height: 26px;
            background-color: #FFFFFF;
            box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.07);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            .cards .card .header-card .semaphore::before {
                content: '';
                width: 18px;
                height: 18px;
                border-radius: 50%;
                display: block;
            }

            .cards .card .header-card .semaphore.green::before {
                background-color: #75A843;
            }

            .cards .card .header-card .semaphore.red::before {
                background-color: #D00019;
            }

            .cards .card .header-card .semaphore.yellow::before {
                background-color: #FFCE31;
            }

    .cards .card .content-card {
        width: 100%;
        height: auto;
    }

        .cards .card .content-card .row {
            width: 100%;
            height: auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 10px;
        }

            .cards .card .content-card .row:last-of-type {
                margin-bottom: 0;
            }

            .cards .card .content-card .row .col {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: space-between;
            }

                .cards .card .content-card .row .col.full {
                    width: 100%;
                }

                .cards .card .content-card .row .col.half {
                    width: 48%;
                }

                .cards .card .content-card .row .col.custom-size {
                    width: 35%;
                }

                .cards .card .content-card .row .col.custom-size-2 {
                    width: 60%;
                }

                .cards .card .content-card .row .col .label {
                    display: flex;
                    flex-direction: row;
                    margin-bottom: 2px;
                }

                    .cards .card .content-card .row .col .label i {
                        width: 15px;
                        height: 15px;
                        display: inline-block;
                        margin-right: 5px;
                        background-size: contain;
                        background-position: center;
                        background-repeat: no-repeat;
                    }

                        .cards .card .content-card .row .col .label i.clock {
                            background-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-stopwatch.svg);
                        }

                        .cards .card .content-card .row .col .label i.reason {
                            background-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-reason.svg);
                        }

                        .cards .card .content-card .row .col .label i.worker {
                            background-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-worker.svg);
                        }

                        .cards .card .content-card .row .col .label i.place {
                            background-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-local.svg);
                        }

                .cards .card .content-card .row .col .value {
                    padding-left: 19px;
                    width: 100%;
                }

                .cards .card .content-card .row .col .featured {
                    width: 100%;
                    height: 56px;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    background: #FFFFFF;
                    box-shadow: 0px 5px 25px -7px rgba(0, 0, 0, 0.15);
                    border-radius: 10px;
                    padding: 5px 14px;
                    margin-left: auto;
                    margin-bottom: 10px;
                }

                    .cards .card .content-card .row .col .featured .content {
                        padding-top: 0;
                    }

                    .cards .card .content-card .row .col .featured.waiting .icon i {
                        -webkit-animation: anima-icon 1s ease-out infinite alternate-reverse both;
                        animation: anima-icon 1s ease-out infinite alternate-reverse both;
                    }

                    .cards .card .content-card .row .col .featured.waiting .content h4,
                    .cards .card .content-card .row .col .featured.waiting .content h5 {
                        -webkit-animation: anima-text 0.6s ease-out infinite alternate-reverse both;
                        animation: anima-text 0.6s ease-out infinite alternate-reverse both;
                    }

                    .cards .card .content-card .row .col .featured .icon {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                        height: 100%;
                        border-right: 1px solid #E8EEF3;
                        padding-right: 5px;
                        margin-right: 15px;
                    }

                        .cards .card .content-card .row .col .featured .icon i {
                            width: 32px;
                            height: 32px;
                            display: inline-block;
                            margin-right: 5px;
                            mask-size: contain;
                            -webkit-mask-size: contain;
                            mask-position: center;
                            -webkit-mask-position: center;
                            mask-repeat: no-repeat;
                            -webkit-mask-repeat: no-repeat;
                            background-color: #100f0f;
                        }

                            .cards .card .content-card .row .col .featured .icon i.Opened {
                                mask-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-waiting.svg);
                                -webkit-mask-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-waiting.svg);
                            }

                            .cards .card .content-card .row .col .featured .icon i.EnRoute {
                                mask-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-way.svg);
                                -webkit-mask-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-way.svg);
                            }

                            .cards .card .content-card .row .col .featured .icon i.Attending {
                                mask-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-working.svg);
                                -webkit-mask-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-working.svg);
                            }

    .cards .card .actions {
        width: 100%;
        border-top: 1px solid #F2F2F2;
        padding-top: 15px;
        margin-top: 15px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .cards .card .actions div {
            width: 48%;
            margin-bottom: 10px;
        }

        .cards .card .actions .buttons {
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

    .cards .card .buttons .button {
        margin-bottom: 10px;
    }

    .cards .card .actions .instruction {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        padding-left: 10px;
        margin-left: auto;
    }

        .cards .card .actions .instruction span {
            margin-right: 10px;
            text-align: right;
        }

    .cards .card .content-card .row .col.half .buttons {
        margin-left: auto;
    }

.info-swipe {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #F2F2F2;
    text-align: right;
    font-size: 0.8rem;
    color: #ED4C5C;
}

    .info-swipe img {
        height: 1rem;
    }

.card-next-action {
    width: 50%;
    height: 100%;
}

    .card-next-action button.button {
        height: 100%;
    }
/* --- ANIMATION --- */
@-webkit-keyframes anima-text {
    0% {
        color: #496989;
    }

    100% {
        color: #ED4C5C;
    }
}

@keyframes anima-text {
    0% {
        color: #496989;
    }

    100% {
        color: #ED4C5C;
    }
}

@-webkit-keyframes anima-icon {
    0% {
        transform: scale(1) rotate(0deg);
    }

    100% {
        transform: scale(1.1) rotate(-180deg);
    }
}

@keyframes anima-icon {
    0% {
        transform: scale(1) rotate(0deg);
    }

    100% {
        transform: scale(1.1) rotate(-180deg);
    }
}

/* --- END ANIMATION --- */


/* RESPONSIVE */

@media (max-width: 300px) {
    .cards .card .content-card .row .col .featured {
        width: 100%;
        margin-left: initial;
    }

    .cards .card .content-card .row .col.custom-size-2 {
        order: 1;
        margin-bottom: 20px;
    }

    .cards .card .content-card .row .col.custom-size {
        order: 2;
    }

    .cards .card .content-card .row .col.custom-size,
    .cards .card .content-card .row .col.custom-size-2,
    .cards .card .content-card .row .col.half,
    .cards .card .actions > div {
        width: 100%;
    }

    .cards .card .actions {
        flex-direction: column;
        padding-top: 20px;
        margin-top: 20px;
    }

    .cards .card .content-card .row .col.half .buttons {
        margin: 10px 0 0;
        width: 100%;
    }

    .cards .card .actions .buttons {
        width: 100%;
        margin-bottom: 20px;
        flex-direction: column;
    }

        .cards .card .actions .buttons:last-child {
            margin-bottom: 0;
        }

        .cards .card .actions .buttons .button {
            margin-bottom: 10px;
        }

            .cards .card .actions .buttons .button:last-of-type {
                margin-bottom: 0;
            }

        .cards .card .actions .buttons .button,
        .cards .card .content-card .row .col.half .buttons .button {
            width: 100%;
            text-align: center;
            display: flex;
        }

    .cards .card .actions .instruction {
        margin-left: initial;
    }
}

/* END CARDS */

/* DIVISOR */

.divisor {
    width: 100%;
    height: 80px;
    clear: both;
}

/* END DIVISOR */

/* NAVBAR */

.navbar {
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: 90%;
    max-width: 800px;
    height: 75px;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 5px 80px -5px rgba(0, 0, 0, 0.1);
    left: 50%;
    transform: translateX(-50%);
}

    .navbar nav {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 10px 30px;
    }

        .navbar nav .item a {
            width: 100%;
            height: 45px;
            display: flex;
            flex-direction: column-reverse;
            background-size: 30px;
            background-repeat: no-repeat;
            background-position: top center;
        }

.ios .navbar nav .item a {
    height: 40px;
    background-size: initial;
}

.navbar nav .item.active a,
.navbar nav .item a:hover {
    color: #ED4C5C;
}

.navbar nav .item.active a {
    cursor: default;
    pointer-events: none;
}

.navbar nav .item.novo-chamado {
    position: relative;
    top: -17px;
}

    .navbar nav .item.novo-chamado a {
        background-size: 72px;
        background-position: 7px 0;
        width: auto;
        min-width: 80px;
        height: 80px;
        align-items: center;
        background-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-new.svg);
    }

.navbar nav .item.home a {
    background-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-home.svg);
}

.navbar nav .item.meus-chamados a {
    background-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-calls.svg);
}

.navbar nav .item.minha-conta a {
    background-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-account.svg);
}

.navbar nav .item.configuracoes a {
    background-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-setting.svg);
}

.navbar nav .item.requests a {
    background-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-requests.svg);
}

.navbar nav .item.sair a {
    background-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-logout.svg);
}

.navbar nav .item.home a:hover,
.navbar nav .item.home.active a {
    background-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-home-active.svg);
}

.navbar nav .item.meus-chamados a:hover,
.navbar nav .item.meus-chamados.active a {
    background-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-calls-active.svg);
}

.navbar nav .item.minha-conta a:hover,
.navbar nav .item.minha-conta.active a {
    background-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-account-active.svg);
}

.navbar nav .item.configuracoes a:hover,
.navbar nav .item.configuracoes.active a {
    background-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-setting-active.svg);
}

.navbar nav .item.requests a:hover,
.navbar nav .item.requests.active a {
    background-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-requests-active.svg);
}

.navbar nav .item.sair a:hover,
.navbar nav .item.sair.active a {
    background-image: url(/_content/BellCloud.Anywhere.Blazor/images/icon-logout-active.svg);
}

/* RESPONSIVE */

@media (max-width: 600px) {

    .navbar {
        width: 90%;
        height: 65px;
    }

        .navbar nav {
            padding: 8px 12px;
        }

            .navbar nav .item a {
                width: 100%;
                height: 36px;
                background-size: 28px;
            }

    .ios .navbar nav .item a {
        height: 40px;
    }
}

/* END NAVBAR */

/* DIVISOR */

.line {
    width: 100%;
    height: auto;
    clear: both;
    margin: 12px 0 15px;
    padding: 12px 0 15px;
}

    .line::after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #F2F2F2;
        display: block;
    }

/* END DIVISOR */

/* POPUP */

body.popup-open {
    overflow: hidden;
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(43, 57, 91, 0.8);
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    pointer-events: none;
}

.popup {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    pointer-events: initial;
}

    .popup .close-popup {
        position: absolute;
        right: 15px;
        top: 15px;
    }

        .popup .close-popup button {
            display: block;
            width: 32px;
            height: 32px;
            background-color: transparent;
            border: 0;
        }

            .popup .close-popup button:hover {
                transform: scale(1.2);
            }

            .popup .close-popup button img {
                width: 100%;
                height: auto;
                object-fit: contain;
            }

    .popup .content-popup {
        width: 90%;
        max-width: 800px;
        height: auto;
        background: #FFFFFF;
        box-shadow: 0px 11px 17px rgba(82, 130, 255, 0.08);
        border-radius: 20px;
        padding: 30px;
        position: fixed;
        z-index: 9992;
        max-height: calc(100% - 240px);
        overflow-y: hidden;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

        .popup .content-popup > div:last-child {
            overflow-y: auto;
            padding-right: 20px;
            margin-right: -20px;
        }

    .popup .icone-popup {
        display: flex;
        align-items: center;
        justify-self: center;
        flex-direction: column;
    }

    .popup .message {
        text-align: center;
    }

/* END POPUP */


/* KEYBOARD */

.mobile .view-button {
    display: block;
    position: absolute;
    top: 12px;
    right: 20px;
    height: 40px;
    width: 40px;
    border: none;
    background-color: transparent;
    padding: 0;
}
