.qr-container {
    min-height: 300px;
    min-width: 300px;
}

.qr-container2 {
    width: 400px;
    height: 200px;
}

.qr-container img {
    display: block;
    width: 150px;
    position: absolute;
}

.title-info {
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgb(218, 218, 218);
    width: 100%;
    display: block;
    margin-bottom: 12px;
    padding-left: 5px;
}

.information {
    padding: 20px 20px 10px 25px;
    border: solid 2px #a3cbe4;
    background-color: #d7edf9;
    width: 80%;
    display: table;
    margin: auto;
    transition: 0.3s;
}

.information .noqrinfocontainer {
    transition: 0.3s;
    height: 0px;
    overflow: auto;
    overflow-y: hidden;
}

.information.active .noqrinfocontainer {
    margin-bottom: 10px;
    overflow: auto;
    overflow-y: hidden;
    height: 160px;
}

.download-app {
    padding-left: 22px;
    font-size: 14px;
}

.nolectorqr {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    padding-left: 32px;
    padding-top: 2px;
}

.toggle {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.toggle label {
    cursor: pointer;
}

.icon-info {
    width: 22px;
    height: 22px;
    position: absolute;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.information .toggle .icon-info span {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a3cbe4;
    font-size: 2em;
    transition: 0.3s ease-in-out;
}

.information.active span {
    transform: rotate(135deg);
}

.manual-info {
    font-size: 14px;
    display: block;
    margin-bottom: 0px;
    font-weight: 100;
}

.form-cuenta {
    display: table;
    margin: auto;
    width: 100%;
    padding: 0px 10%;
}


.form-cuenta label {
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
}

.form-cuenta input {
    width: 100%;
    margin-bottom: 4px;
    height: 26px;
    pointer-events: visible;
    font-size: 12px;
    color: rgb(132, 132, 132);
    padding-left: 4px;
}

.endqr {
    position: relative;
    font-size: 14px;
    padding: 40px;
}

.endqr2 {
    position: relative;
    font-size: 14px;
    padding: 10px;
}

.form-code-margin-25 {
    margin: 0px 25%;
    text-align: center;
}

.form-code-margin-20 {
    margin: 0px 20%;
    text-align: center;
}

.form-code-visible {
    position: relative;
    display: block;
    padding: 15px 0px 0px 4px;
}

.form-code-not-visible {
    display: none;
}

.form-code-visible label {
    font-weight: bold;
}

.form-code-visible input {
    width: 100px;
    font-weight: bold;
}

.form-code-visible button {
    font-size: 12px;
    height: 26px;
    padding: 4px;
}

.form-code-visible button:disabled {
    cursor: default;
}

.form-code-visible button:not([disabled]) {
    cursor: pointer;
}

.form-code-visible #valid-info {
    position: absolute;
}

.form-code1-mark-position{
    top: 19.5px;
    left: 145px;
}

.form-code2-mark-position{
    top: 19px;
    right: 41%;
}

#valid-info.error:after {
    content: "";
    position: absolute;
    background: url(../img/opciones/marca-error.png);
    left: 5px;
    top: 1px;
    width: 16px;
    background-size: 16px;
    height: 16px;
}

#valid-info.ok:after {
    content: "";
    position: absolute;
    background: url(../img/opciones/marca-verificacion.png);
    left: 5px;
    top: 1px;
    width: 16px;
    background-size: 16px;
    height: 16px;
}

.comp-container-visible label {
    margin-top: 30px;
    font-weight: bold;
}

.comp-container-not-visible {
    width: auto;
    margin: 0px 35%;
    text-align: center;

    display: none;
}

.comp-container-visible {
    width: auto;
    margin: 0px 35%;
    text-align: center;
    padding-bottom: 20px;
}

.comprobando {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 14px;
    margin-top: 15px;
}

.stroke {
    width: 100%;
    height: 100%;
    background: green;
    position: absolute;
    top: 49.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.stroke:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    animation: animation 3s linear infinite;
}

.lupa {
    position: absolute;
    top: 100px;
    right: 48%;
    animation: lupax 1.5s infinite cubic-bezier(0.02, 0.01, 0.21, 1);
}

.lupa:after {
    content: url(../img/opciones/lupa_1.png);
    display: block;
    animation: lupay 1.5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
}

@-webkit-keyframes dots {
    0% { background-position: 0px; }
    100% { background-position: 50px; }
}

.points-events {
    font-weight: bold;
    background: linear-gradient(to right, white 50%, #73B843 50%);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-animation: dots 1s infinite steps(4);
    padding-right: 5px;
    margin-right: 0px;
}

@keyframes lupax {
    50% {
        animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
        transform: translateX(20px);
    }
}

@keyframes lupay {
    50% {
        animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
        transform: translateY(-20px);
    }
}

@keyframes animation {
    0% {
        left: 0;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 0;
    }
}

.icon-result{
    width: 90px;
    margin: auto;
    position: relative;
}

.icon-result.success span {
    position: absolute;
    text-align: center;
    bottom: -20px;
    font-weight: bold;
    color: #4caf50;
}

.icon-result.error span {
    position: absolute;
    text-align: center;
    bottom: -34px;
    font-weight: bold;
    color: #f27474;
}

/**
 * Extracted from: SweetAlert success animation
 * Modified by: Istiak Tridip
 */
.success-checkmark {
    width: 90px;
    height: 115px;
    margin: 0 auto;
    position: relative;
}


.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4CAF50;
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #f9f9f9;
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #f9f9f9;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

/**
 * Extracted from: SweetAlert error animation
 * Modified by: Istiak Tridip
 */
.sa {
    width: 100px;
    height: 100px;
    background-color: #f9f9f9;
}

.sa-error {
    border-radius: 50%;
    border: 4px solid #f27474;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #f9f9f9;
    width: 80px;
    animation: animateErrorIcon 0.5s;
}

.sa-error:after,
.sa-error:before {
    background: #f9f9f9;
    content: "";
    height: 120px;
    position: absolute;
    transform: rotate(45deg);
    width: 60px;
}

.sa-error:before {
    border-radius: 40px 0 0 40px;
    width: 26px;
    height: 80px;
    top: -17px;
    left: 5px;
    transform-origin: 60px 60px;
    transform: rotate(-45deg);
}

.sa-error:after {
    border-radius: 0 120px 120px 0;
    left: 30px;
    top: -11px;
    transform-origin: 0 60px;
    transform: rotate(-45deg);
    animation: rotatePlaceholder 4.25s ease-in;
}

.sa-error-x {
    display: block;
    position: relative;
    z-index: 2;
}

.sa-error-placeholder {
    border-radius: 50%;
    border: 4px solid rgba(200, 0, 0, 0.2);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}

.sa-error-fix {
    background-color: #f9f9f9;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}

.sa-error-left,
.sa-error-right {
    border-radius: 2px;
    display: block;
    height: 5px;
    position: absolute;
    z-index: 2;
    background-color: #f27474;
    top: 37px;
    width: 47px;
}

.sa-error-left {
    left: 17px;
    transform: rotate(45deg);
    animation: animateXLeft 0.75s;
}

.sa-error-right {
    right: 16px;
    transform: rotate(-45deg);
    animation: animateXRight 0.75s;
}

@keyframes rotatePlaceholder {

    0%,
    5% {
        transform: rotate(-45deg);
    }

    100%,
    12% {
        transform: rotate(-405deg);
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateXLeft {

    0%,
    65% {
        left: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        left: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        left: 17px;
        top: 37px;
        width: 47px;
    }
}

@keyframes animateXRight {

    0%,
    65% {
        right: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        right: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        right: 16px;
        top: 37px;
        width: 47px;
    }
}

.qrimg-container {
    width: 150px;
    height: 150px;
    margin: 20px auto 10px auto;
    position: relative;
}
.loadview {
    display: block;
    justify-content: center;
    text-align: center;
    margin-top: 5px;
}

.loaderdimensions {
    width: 64px;
    height: 64px;
    display: inline-block;
    border: 5px solid #EAF0F6;
    border-radius: 50%;
    border-top: 5px solid #73B843;
    animation: spinner 1s linear infinite;
}

.bodyloader {
    margin-top: 16%;
    text-align: center;
    justify-content: center;
}

.loader {
    margin: auto;
    border: 5px solid #EAF0F6;
    border-radius: 50%;
    border-top: 5px solid #73B843;
    width: 100%;
    height: 100%;
    animation: spinner 1s linear infinite;
}

.QRStyle {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    margin: 0px;
    left: 0;
}

@keyframes spinner {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}