@import url("reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700");


html, body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

img.logo_caixa {
    max-width: 169px;
    margin-bottom: 6vh;
    top:15px;
    padding: 10px;
}

img.logo_abecs {
    max-width: 65px;
    margin-bottom: 10px;
    /* padding: 0 40px; */
}



.label_user{
    color: #044f65;
    font-weight: 700;
}


.aviso{
    color: #000000;
    display:block;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

b{
    font-weight: 700;
}
.login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 15vh;
    font-size:25px;
/*    padding: 0 40px;*/
}
.form-container {
    width: 100%;
    text-align: left;
    /* padding-top: 40px; */
    font-size:15px;
}
.divlogo {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 65px; */
    background: #B81D24;
    padding: 0px 40px;
    border-radius: 0;
}

.form-group {
    margin-bottom: 20px;
}

label {
    color: #000;
    font-weight: bold;
}

input {
    border: none;
    border-bottom: #B81D24 !important;
    color: #B81D24 !important;
    outline: none;
    font-size:17px;
    padding-top: 10px;
    width: 100%; /* Adicionado para ocupar a largura total do container */
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
}

input:focus {
    border-bottom: 1px solid #044f65;
}

input:valid {
    
    border-bottom: 1px solid #044f65;
}
/* styles.css */
.custom-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.custom-modal-content {
    background-color: #ffffff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    text-align: center;
    border-radius: 10px;
}

.custom-modal-message {
    color: #000000;
    padding: 20px;
    font-size: 18px;
}

.custom-modal-close {
    background-color: #f7941e;
    color: white;
    padding: 10px 18px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

.notification {
    color: #f00;
    display: none;
}

button {
    height: 40px;
    background-color: #B81D24;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size:16px;
    width:100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    height: 54px;
    /* margin-top: 150px; */
}

.help-link {
    padding-top: 20px;
}


.erro {
    background: #f8d7da;
    padding: 20px;
    width: 280px;
    border-radius: 5px;
    color: #E91E63;
}

footer {
    align-items: center;
    padding: 20px 40px;
    background: #efefef;
    font-size: 12px;
    line-height: 18px;
    border-radius: 20px 20px 0px 0px;
}

a {
    color: #000;
}

.msg{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #f2f2f2;
    padding: 30px;
    margin: 30px 0;
    border-radius: 20px;
    width: 83%;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 40px;
}

        .ea-field {
            width: 259px;
            padding: 13px 15px 13px;
            border-radius: 15px;
            border: none;
            margin-top: 8px;
            margin-bottom: 20px;
            height: 20px;
            border: 2px solid #B81D24 !important;
            background: transparent;
            opacity: .5;
            transition: .3s;
        }

        .ea-field:focus {
        border: 2px solid #000 !important;
        outline: none;
        opacity: 1;
        transition: .3s;
}
        .ea-field-val, .ea-field-cod {
            width: 107px;
            padding: 10px;
            border-radius: 10px;
            border: none;
            margin-top: 8px;
            margin-bottom: 25px;
            height: 25px;
            background: transparent;
            margin-right: 13px;
            border: 1px solid #B81D24 !important;
            outline: none;
            transition: .3s;
        }

        .ea-field-cod:focus, .ea-field-val:focus {
       outline: none;
         opacity: 1;
     transition: .3s;}

        .small {display: inline-flex;align-items: center;text-align: center;}

        ::placeholder  {
            font-family: 'Poppins', sans-serif;
            color: #000 !important;
            font-size: 16px;
            opacity: .5;
        }

        ::-ms-input-placeholder {
            font-family: 'Poppins', sans-serif;
            color: #000 !important;
            font-size: 16px;
        }


         .ea-box-gray {
                padding: 25px;
                border-radius: 30px;
                width: 300px;
                margin: auto;
                margin-top: 30px;
                border: 0px solid #B81D24;
        }




        .ea-title-3 {
             margin-bottom: 20px;
             color: #B81D24;
             font-size: 25px;
             font-weight: 800;
             text-align: center;
             background: #ededed;
             padding: 20px 20px;
             border-radius: 15px;
        }

       

        .ea-pay-visa-sm { 
            background-image: url(../images/visa.png);
            margin-right: 3.5px;
            width: 48px;
            height: 39px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }
        .ea-pay-mastercard-sm { 
            background-image: url(../images/master.png);
            margin-right: 3.5px;
            width: 48px;
            height: 39px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat; }
        .ea-pay-diners-sm { 
            background-image: url(../images/hiper.png);
            margin-right: 3.5px;
            width: 48px;
            height: 39px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat; }
        .ea-pay-amex-sm { 
            background-image: url(../images/american.png);
            margin-right: 3.5px;
            width: 48px;
            height: 39px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat; }
        .card {
                position: relative;
                max-width: 100% !important;
                margin-bottom: 10px;
                border-radius: 30px !important;
            }

            .in-card {
                background-image: url(./images/card.png);
                width: 300px;
                height: 170px;
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
            }

          .logo-card {
            display: inline-block;
            padding: 10px;
            font-weight: bold;
            border-radius: 10px;
            color: #fff;
            font-size: 16px;
            margin-top: 5px;
        }


        .bancos {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            border-bottom: 1px solid #ccc;
            padding-bottom: 25px;
            margin-bottom: 26px;
        }

.base-timer {
  position: relative;
  width: 220px;
  height: 240px;
  margin-top: 0px;
  right: -40px;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 4px;
  stroke: #c2d2d2;
}

.base-timer__path-remaining {
  stroke-width: 4px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: #B81D24;
}

.base-timer__path-remaining.orange {
  color: #f1a850;
}

.base-timer__path-remaining.red {
  color: #ff5976;
}

.base-timer__label {
  position: absolute;
  width: 215px;
  height: 278px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #000000;
  font-weight: 600;
}

p.texto-fila {
    margin-top: 62px;
    position: absolute;
    right: 43px;
    width: 132px;
    text-align: center;
    color: #044f65;
    line-height: 20px;
    text-align: center;
}

p.texto-aguarde {
   margin-top: 220px;
    position: absolute;
    right: 79px;
    width: 182px;
    text-align: center;
    color: #1d4ed8;

    line-height: 20px;
    text-align: center;
}

.finished {
    color: #fc7c92;
    width: 142px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    text-align: center;
    right: 37px;
    font-weight: 400;
}

/*.success-animation {margin: 90px auto 90px;}*/

.checkmark {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}


.c-sms{
    align-items: center;
    margin-right:0px;
    width: 105px;
    margin-bottom: 10px;
    letter-spacing: 16px;
    font-weight: 900;
    padding-left: 29px;
}

/*input::placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: red;
  letter-spacing: 7px;
}*/


.titulo1{
    color: #000000;
    display:block;
    font-size: 20px;
    font-weight: 700;
}


.ui-success,
.ui-error {
  width: 100px;
/*  height: 100px;*/
  margin: 40px;
  align-items: center;
  display: inline-flex;
}
.ui-success-circle {
  stroke-dasharray: 260.75219025px, 260.75219025px;
  stroke-dashoffset: 260.75219025px;
  /* transform: rotate(220deg); */
  transform-origin: center center;
  stroke-linecap: round;
  animation: ani-success-circle 1s ease-in both;
}
.ui-success-path {
  stroke-dasharray: 60px 64px;
  stroke-dashoffset: 62px;
  stroke-linecap: round;
  animation: ani-success-path 0.4s 1s ease-in both;
}
@keyframes ani-success-circle {
  to {
    stroke-dashoffset: 782.25657074px;
  }
}
@keyframes ani-success-path {
  0% {
    stroke-dashoffset: 62px;
  }
  65% {
    stroke-dashoffset: -5px;
  }
  84% {
    stroke-dashoffset: 4px;
  }
  100% {
    stroke-dashoffset: -2px;
  }
}
.ui-error-circle {
  stroke-dasharray: 260.75219025px, 260.75219025px;
  stroke-dashoffset: 260.75219025px;
  animation: ani-error-circle 1.2s linear;
}
.ui-error-line1 {
  stroke-dasharray: 54px 55px;
  stroke-dashoffset: 55px;
  stroke-linecap: round;
  animation: ani-error-line 0.15s 1.2s linear both;
}
.ui-error-line2 {
  stroke-dasharray: 54px 55px;
  stroke-dashoffset: 55px;
  stroke-linecap: round;
  animation: ani-error-line 0.2s 0.9s linear both;
}
@keyframes ani-error-line {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes ani-error-circle {
  0% {
    stroke-dasharray: 0, 260.75219025px;
    stroke-dashoffset: 0;
  }
  35% {
    stroke-dasharray: 120px, 120px;
    stroke-dashoffset: -120px;
  }
  70% {
    stroke-dasharray: 0, 260.75219025px;
    stroke-dashoffset: -260.75219025px;
  }
  100% {
    stroke-dasharray: 260.75219025px, 0;
    stroke-dashoffset: -260.75219025px;
  }
}


.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    top: 5px;
    right: 5px;
   margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #f2f2f2;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}


svg.logo-desk.logo-sicredi.gtag-click-trigger {
    margin-top: 14px;
    fill: #fff;
}

svg.logo-desk.logo-sicredi.gtag-click-trigger-2 {
    fill: #33820d;
    width: 111px;
}



  /* Estilos do botão */
     
        /* Estilos do overlay do vídeo (modal) */
        #videoOverlay {
            display: none; /* Modal oculto inicialmente */
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        /* Estilos do container do vídeo */
        .video-container {
            position: relative;
            max-width: 90%;
            max-height: 90%;
            background-color: #33820d;
            border-radius: 11px;
            overflow: hidden;
            padding: 10px;
        }

        /* Estilos do botão de fechar */
        #closeButton {
            position: absolute;
            top: 70px;
            right: 11px;
            font-size: 31px;
            color: white;
            cursor: pointer;
            z-index: 1001;
            background: #33820d;
            padding: 10px;
            border-radius: 10px  10px 0px 0px;
        }

        #closeButton span {
            margin-left: 10px;
            font-size: 16px;
            color: #fff;
            top: -3px;
            position: relative;
        }

        /* Estilos do aviso de mute */
        .mute-notice {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            padding: 5px 10px;
            background-color: rgba(0, 0, 0, 0.6);
            color: #fff;
            font-size: 14px;
            cursor: pointer;
            border-radius: 4px;
            z-index: 1002;
        }

        /* Estilos para o vídeo */
        video {
            max-width: 100%;
            max-height: 100%;
        }


        
        /* Cartão ******************************************************************/
.card {
    position: relative;
    width: 262px;
    height: 151px;
    margin-top: 20px;
    background-color: #333;
    color: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

.card-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card-header {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
}

.card-contactless {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
}

#card-number-display {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
}

.card-details {
    font-size: 16px;
    display: flex;
    gap: 33px;
    /* justify-content: center; */
    /* align-items: center; */
    margin-left: -110px;
}

.card-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-detail .label {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 2px;
}

.card-logo {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 16px;
}

/* Botão desativado */
#submit-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.card_novo {
    width: 26px;
    transform: rotate(90deg);
    margin-top: -4px;
    margin-left: -20px;
}