/*================================================================================
    Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
    Version: 2.0
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


.diplays{display: block}
.diplayn{display: none}

@media screen and (max-width: 768px){
    .diplays{display: none}
    .diplayn{display: block}
}

.ajax_load {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    backdrop-filter: blur( 1.2px );
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 52%);
    z-index: 99999;
}
.ajax_load_box {
    margin: auto;
    text-align: center;
    color: #fff;
    background: #fff;
    font-weight: var(--weight-bold);
    width: 90%;
    max-width: 450px;
    border-radius: 10px;
    padding: 30px;
    top: 20%;
    position: relative;
}
.ajax_load_box_circle {
    margin: auto;
    width: 80px;
    height: 80px;
}
.ajax_load_box_title {
    margin-top: 15px;
    font-weight: var(--weight-strong);
    color: #000;
}

@keyframes ldio-oaumw866k4 {
    0% { transform: translate(-50%,-50%) rotate(0deg); }
    100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.ldio-oaumw866k4 div {
    position: absolute;
    width: 74.4px;
    height: 74.4px;
    border: 12.4px solid #2465db;
    border-top-color: transparent;
    border-radius: 50%;
}
.ldio-oaumw866k4 div {
    animation: ldio-oaumw866k4 0.4s linear infinite;
    top: 62px;
    left: 62px
}
.loadingio-spinner-rolling-hbjtv2er0fq {
    width: 124px;
    height: 124px;
    display: inline-block;
    overflow: hidden;
    background: none;
}
.ldio-oaumw866k4 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.ldio-oaumw866k4 div { box-sizing: content-box; }
.message {
    display: block!important;
    margin-bottom: 20px!important;
    padding: 7px!important;
    text-align: center!important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    border-left: 4px solid #eb4338!important;
    font-weight: 500;
    font-size: 13px;
    color: #000!important;
    /* border-color: #f3f4f8!important; */
    background: #f6f7f9!important;
}

.message.success {
    color: #ffffff!important;
    border-color: #36BA9B!important;
    background: #36BA9B!important;
}

.message.info {
    color: #ffffff!important;
    border-color: #39AED9!important;
    background: #39AED9!important;
}

.message.warning {
    color: #ffffff!important;
    border-color: #F5B946!important;
    background: #F5B946!important;
}

.message.error {
    color: #fff !important;
    border-color: #f6f7f9!important;
    background: #ff0006 !important;
}
.fa-triangle-exclamation{color: #eb4338;font-size: 20px;/* margin-right: 4px; *//* margin-top: 8px; *//* position: absolute; *//* left: 40px; */}
.form-floating>label {
            font-size: 1.0em!important;
            color: #7e7f82!important;
        }
        .row>* {
            padding-right: 5px!important;
            padding-left:  5px!important;;
        }
        .metodos a {
            text-decoration: none!important;
            width: 100%;
            border: 1px solid #c8c9ce;
            display: block;
            text-align: center;
            font-size: 13px;
            padding: 12px 0px;
            border-radius: 7px;
            color: #998181;
            FONT-WEIGHT: 500;
            box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgb(0 0 0 / 0%);
        }
        .metodos .active{border: 1px solid #e90403 !important;color: #e90403 !important;background:#e9f0fd;font-weight: 600}


         .timer-container {
            background-color: #69b429;
            padding: 10px 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            min-width: 300px; /* Adicione um valor mÃƒÂ­nimo de largura */
        }

        .timer {
            color: white;
            display: flex;
            align-items: center;
            gap: 10px;
            justify-content: center;
            width: 100%;
        }

        #time {
            font-size: 1.8em;
            font-weight: bold;
            min-width: 83px; /* Defina uma largura mÃƒÂ­nima */
            text-align: center; /* Centralize o texto */
        }

        .icon {
            font-size: 1.6em;
        } 
        .icon3 {
            font-size: 1.15em;
        }

        .timer span:last-child {
            font-size: 0.8em;
        }
        .info-pix{margin-top: 10px;margin-left: -10px}
        .info-pix li{padding: 2px 0px;}

        @-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}