
.payment-method-link {
  border: 1px solid #e4e8ed;
  border-radius: 7px;
  cursor: pointer;
  background-color: #fff;
  text-align: left;
  width: 100%;
  border-radius: 7px;
}
.confirm:hover {
  opacity: 0.75;
}
.efect-rotate {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotateZ(0deg) !important;
          transform: rotateZ(0deg) !important;
}
.efect-rotate-z {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotateZ(-180deg) !important;
          transform: rotateZ(-180deg) !important;
}
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.subscriptions-checkout .transition-container-full {
  height: 150px;
  -webkit-transition: height 0.35s ease-in;
  transition: height 0.35s ease-in;
  overflow-x: hidden;
  overflow-y: scroll;
}
.subscriptions-checkout .transition-container {
  height: 0;
  -webkit-transition: height 0.35s ease-out;
  transition: height 0.35s ease-out;
  overflow: hidden;
}
.subscriptions-checkout .transition-container-full::-webkit-scrollbar {
  width: 7px;
}
.subscriptions-checkout .transition-container-full::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #e8e9ed;
          box-shadow: inset 0 0 5px #e8e9ed;
  border-radius: 10px;
}
.subscriptions-checkout .transition-container-full::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 10px;
}
.subscriptions-checkout .transition-container-full::-webkit-scrollbar-thumb:hover {
  background: #c4c4c4;
}
#add-new-card.fade-in {
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
}
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@-webkit-keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
#add-new-card .is-primary.embed {
  background: var(--primary-color) !important;
}
.shadow-card {
  -webkit-box-shadow: 0px 6px 20px 0px #00000026;
          box-shadow: 0px 6px 20px 0px #00000026;
}
.v--modal-overlay .v--modal-box {
  overflow: visible;
}
.auto-assign-color {
  color: #9b9d9e !important;
}
.loader {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 6px solid #f3f1f1;
  border-top: 6px solid #d3d3d3;
  -webkit-animation: spin 1.2s linear infinite;
          animation: spin 1.2s linear infinite;
  margin: auto;
}
@-webkit-keyframes spin {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}

