.cc-fondo-default {
    background: linear-gradient(to left, #283593, #1976d2);
}

.cc-fondo-visa {
    background: linear-gradient(to left, #00b4d3, #1976d2);
}

.cc-fondo-american {
    background: linear-gradient(to left, #020411, #1976d2);
}

.cc-fondo-master {
    background: linear-gradient(to left, #283593, #1976d2);
}
.cc-fondo-comensal {
    background: linear-gradient(to left, #02030a, #1976d2);
}

.cc-card-group {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cc-card {
    position: relative;
    height: 135px;
    width: 225px;
    border-radius: 25px;
    /* background: rgba(255, 255, 255, 0.2); */
    backdrop-filter: blur(30px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.cc-logo img,
.cc-chip img,
.cc-number,
.cc-name,
.cc-from,
.cc-to,
.cc-ring {
    position: absolute;
}

.cc-logo img {
    top: 8px;
    right: 20px;
    width: 40px;
    height: auto;
    opacity: 0.8;
}

.cc-chip img {
    top: 45px;
    left: 20px;
    width: 25px;
    height: auto;
    opacity: 0.8;
}

.cc-number,
.cc-name,
.cc-from,
.cc-to {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 200;
    letter-spacing: 2px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.cc-number {
    left: 20px;
    bottom: 40px;
    font-family: "Nunito", sans-serif;
    cursor: default;
}

.cc-name {
    font-size: 0.5rem;
    left: 20px;
    bottom: 30px;
    cursor: default;
}

.cc-from {
    font-size: 0.4rem;
    bottom: 10px;
    right: 80px;
}

.cc-to {
    font-size: 0.4rem;
    bottom: 10px;
    right: 40px;
}

.cc-circle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(#006db3, #29b6f6);
}
.cc-circles {
    position: absolute;
    height: 235px;
    width: 225px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cc-circle-1 {
    height: 90px;
    width: 90px;
    top: -25px;
    left: -30px;
}
.cc-circle-2 {
    height: 100px;
    width: 100px;
    bottom: -45px;
    right: -45px;
    opacity: 0.8;
}

.cc-ring {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background: transparent;
    border: 50px solid rgba(255, 255, 255, 0.1);
    bottom: -125px;
    right: -125px;
    box-sizing: border-box;
}

.cc-ring::after {
    content: "";
    position: absolute;
    height: 300x;
    width: 300px;
    border-radius: 50%;
    background: transparent;
    border: 30px solid rgba(255, 255, 255, 0.1);
    bottom: -40px;
    right: -55px;
    box-sizing: border-box;
}

.cc-buttons {
    cursor: pointer;
}

/* -------------------------------------------------------------------------------- */

.cc-card-group-xs {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.cc-card-xs {
    position: relative;
    height: 100px;
    width: 170px;
    border-radius: 15px;
    /* background: rgba(255, 255, 255, 0.2); */
    backdrop-filter: blur(30px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 10px;
}

.cc-card-xs:active {
    border-color: orange;
}

.cc-logo-xs img,
.cc-chip-xs img,
.cc-number-xs,
.cc-name-xs .cc-from-xs,
.cc-to-xs,
.cc-ring-xs {
    position: absolute;
}

.cc-logo-xs img {
    top: 7px;
    right: 13px;
    width: 30px;
    height: auto;
    opacity: 0.8;
}

.cc-chip-xs img {
    top: 37px;
    left: 20px;
    width: 17px;
    height: auto;
    opacity: 0.8;
}

.cc-number-xs,
.cc-name-xs,
.cc-from-xs,
.cc-to-xs {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 200;
    letter-spacing: 2px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.cc-number-xs {
    font-size: 0.5rem;
    left: 20px;
    bottom: 20px;
    font-family: "Nunito", sans-serif;
    cursor: default;
}

.cc-name-xs {
    font-size: 0.5rem;
    left: 20px;
    bottom: 30px;
    cursor: default;
}

.cc-from-xs {
    font-size: 0.4rem;
    bottom: 10px;
    right: 80px;
}

.cc-to-xs {
    font-size: 0.4rem;
    bottom: 10px;
    right: 40px;
}

.cc-circle-xs {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(#006db3, #29b6f6);
}
.cc-circles-xs {
    position: absolute;
    height: 235px;
    width: 225px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cc-circle-1-xs {
    height: 90px;
    width: 90px;
    top: -25px;
    left: -30px;
}
.cc-circle-2-xs {
    height: 100px;
    width: 100px;
    bottom: -45px;
    right: -45px;
    opacity: 0.8;
}

.cc-ring-xs {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background: transparent;
    border: 50px solid rgba(255, 255, 255, 0.1);
    bottom: -125px;
    right: -125px;
    box-sizing: border-box;
}

.cc-ring-xs::after {
    content: "";
    position: absolute;
    height: 300x;
    width: 300px;
    border-radius: 50%;
    background: transparent;
    border: 30px solid rgba(255, 255, 255, 0.1);
    bottom: -40px;
    right: -55px;
    box-sizing: border-box;
}

/* ----------------------------------------------------------------- */

table.cc-table {
    background-color: #e0e0e0;
    width: 100%;
}
table.cc-table td,
table.cc-table th {
    padding: 3px 3px;
}
table.cc-table tbody td {
    font-size: 12px;
    background: #ffffff;
    color: grey;
}
table.cc-table tr:nth-child(even) {
    background: #ffffff;
}
table.cc-table thead {
    background: #ffffff;
    background: -moz-linear-gradient(
        top,
        #ffffff 0%,
        #ffffff 66%,
        #ffffff 100%
    );
    background: -webkit-linear-gradient(
        top,
        #ffffff 0%,
        #ffffff 66%,
        #ffffff 100%
    );
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #ffffff 66%,
        #ffffff 100%
    );
}
table.cc-table thead th {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

table.cc-table tfoot {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background: #ffffff;
    background: -moz-linear-gradient(
        top,
        #ffffff 0%,
        #ffffff 66%,
        #ffffff 100%
    );
    background: -webkit-linear-gradient(
        top,
        #ffffff 0%,
        #ffffff 66%,
        #ffffff 100%
    );
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #ffffff 66%,
        #ffffff 100%
    );
}
table.cc-table tfoot td {
    font-size: 12px;
}
table.cc-table tfoot .links {
    text-align: right;
}
table.cc-table tfoot .links a {
    display: inline-block;
    background: #1976d2;
    color: #ffffff;
    padding: 2px 8px;
}
.cc-selected-default{
    cursor: pointer;
}

/* ----------------------------------------------------------------------------------------------- */
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: 0.5px solid rgb(51, 50, 50);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #00b4d3;
}
.option-input:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 20px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #00b4d3;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

/* ---------------------------------------------------------------------------------- */


.card-group-cellvoz{
    border: 1px solid rgb(202, 202, 202);
    border-radius: 10px;
    max-height: 140px;
    height: 140px;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.card-button-opt-cellvoz {
    background-color: white !important;
    color: rgb(202, 202, 202) !important;
    padding: 0px !important;
    border: none !important;
    margin-right: 1px !important;
}

.card-button-opt-cellvoz:not(:disabled):not(.disabled):active, .card-button-opt-cellvoz:not(:disabled):not(.disabled).active, .show > .card-button-opt-cellvoz.dropdown-toggle {
    color: #212529 !important;
    background-color: white !important;
    border-color: none !important;
}
.card-button-opt-cellvoz:hover{
    color: #212529 !important;
    background-color: white !important;
    border-color: none !important;
}

.card-button-opt-cellvoz:not(:disabled):not(.disabled):active:focus, .card-button-opt-cellvoz:not(:disabled):not(.disabled).active:focus, .show > .card-button-opt-cellvoz.dropdown-toggle:focus {
    box-shadow: white !important;
}

.btn-warning:focus, .btn-warning.focus {
    color: #212529 !important;
    background-color: white !important;
    border-color: none !important;
    box-shadow: none !important;
}

.card-button-opt-cellvoz:not(:disabled):not(.disabled):active:focus, .card-button-opt-cellvoz:not(:disabled):not(.disabled).active:focus, .show > .card-button-opt-cellvoz.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-link{
    border: none !important;
    background-color: white !important;
}
.btn-link:link {
    border: none !important;
    background-color: white !important;
  }

.btn-link:visited {
    border: none !important;
    background-color: white !important;
  }

  .btn-link:hover {
    border: none !important;
    background-color: white !important;
  }

  .btn-link:active {
    border: none !important;
    background-color: white !important;
  }

