/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19 abr. 2021, 17:53:38
    Author     : ozurita
*/

.toasts-top-right {
    right: 10px !important;
    z-index: 9999999999 !important;
}

.rotate {
    white-space: nowrap;
    width: 5px !important;
    min-width: 5px !important;
    max-width: 5px !important;
    font-size: 12px !important;
}

.rol-title {
    vertical-align: middle !important;
    text-align: center !important;
    -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
    -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
}

.videoPerfil {
    position: absolute !important;
    top: 0px !important;
    z-index: 1 !important;
    min-width: 300px !important;
    width: 300px !important;
    min-height: 300px !important;
    height: 300px !important;
}

.canvasPerfil {
    position: absolute !important;
    top: 0px !important;
    z-index: 2 !important;
}

.buttonsPerfil {
    position: relative !important;
    padding-top: 320px !important;
    z-index: 3 !important;
}

.videoContainer, .formPerfil {
    min-height: 470px !important;
}

#result {
    display: none !important;
}

.custom-file-label::after {
    cursor: pointer !important;
    content: "Examinar" !important;
}

.page-link {
    padding: 0.3rem 0.4rem !important;
}

.full-table {
    width: 100% !important;
    height: 100% !important;
}

.full-waiting {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    background-color: rgba(0,0,0,0.7) !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999 !important;
    display: none;
}

.btnConfirma {
    width: 100px;
    height: 30px;
    border: 2px solid #000;
    /*font-family: 'Lato', sans-serif;*/
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 20px;
    outline: none;
    text-align: center;
    z-index: 2;
    transition: all 0.3s ease;
    overflow: hidden;
}

.btnConfirma::after {
    position: absolute;
    content: " ";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.btnConfirma:hover {
    box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5),
        -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255,255,255,.5),
        inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
    color: #fff;
}

.btnVerde:hover::after {
    transform: scale(2) rotate(180deg);
    background: #28a745;
    box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5),
        -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255,255,255,.5),
        inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}

.btnVerde:hover {
    box-shadow: 4px 4px 6px 0 rgba(40,167,69,.5),
        -4px -4px 6px 0 rgba(40,167,69,.2),
        inset -4px -4px 6px 0 rgba(40,167,69,.5),
        inset 4px 4px 6px 0 rgba(40,167,69,.3);
    color: #fff;
}

.btnRojo:hover::after {
    transform: scale(2) rotate(180deg);
    background: #dc3545;
    box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5),
        -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255,255,255,.5),
        inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}

.btnRojo:hover {
    box-shadow: 4px 4px 6px 0 rgba(220,53,69,.5),
        -4px -4px 6px 0 rgba(220,53,69,.2),
        inset -4px -4px 6px 0 rgba(220,53,69,.5),
        inset 4px 4px 6px 0 rgba(220,53,69,.3);
    color: #fff;
}

div.card-header .title {
    font-size: 16px !important;
    margin: 0px 0px 0px 0px !important;
}

.manual-active {
    color: #007BFF;
    font-weight: bold;
}
.manual-hover {
    color:#4A4848;
}
.manual-hover:hover {
    color: #007BFF;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(59, 124, 255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
    border-color: #EBE9E9;
}

.card-custome {
    position: relative;
    min-height: 400px;
    border: 2px solid #e3e3e3;
    transition: all 0.1s ease-in-out;
}

.card-custome:hover {
    cursor: pointer;
    transform: scale(1.01);
}

.card-body-custome {
    width: 100%;
    padding: 8px 15px;
    color: #3d3d3d;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    z-index: 3;
}

.card-header-custome {
    font-weight: bold;
    position: absolute;
    top: 6px;
    right: -2px;
    z-index: 3;
}

.price {
    padding: 8px;
    text-align: end;
    color: #FFFFFF;
    margin-bottom: 5px;
}
/*
.card-custome:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.09),rgba(0, 0, 0, 0.3));
    z-index: 2;
    opacity: 0.3;
}

.card-custome:hover:before{
    cursor: pointer;
    opacity: 1;
}
*/

.brand {
    font-size: 1.25rem;
}

.sku {
    color: #3d3d3d !important;
    text-decoration: none;
}

.btn-custome {
    background-color: #0060a1;
    color: #FFFFFF;
}

.btn-custome:hover {
    background-color: #0060a1;
    color: #FFFFFF;
    opacity: 0.8;
}

.loader {
    width: 100% !important;
    height: 100% !important;
    background-color: #FFFFFF;
    opacity: 0.6;
    z-index: 999999;
    position: fixed;
    top: 0px;
    left: 0px;
}

.loader > .row{
    width: 100% !important;
    height: 100% !important;
    text-align: center;
}

.dot-spinner {
    --uib-size: 6rem;
    --uib-speed: .9s;
    --uib-color: #8CC900;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: var(--uib-size);
    width: var(--uib-size);
}

.dot-spinner__dot {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
}

.dot-spinner__dot::before {
    content: '';
    height: 20%;
    width: 20%;
    border-radius: 50%;
    background-color: var(--uib-color);
    transform: scale(0);
    opacity: 0.5;
    animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
    box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.dot-spinner__dot:nth-child(2) {
    transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
    animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
    transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
    animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
    transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
    animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
    transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
    animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
    transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
    animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
    transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
    animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
    transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
    animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes pulse0112 {
    0%,
    100% {
        transform: scale(0);
        opacity: 0.5;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}

#navbar {
    box-shadow: 0px 4px 10px -6px #3d3d3d;
    background-color: #FFFFFF;
    padding: 0.8rem !important;
}

.ahorros {
    position: absolute;
    top: 8px;
    left: -5px;
    padding: 10px;
    font-size: x-large;
    color: #FFFFFF;
    font-weight: bold;
}