﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: "Luxe Uno";
  color: #262626;
}

body {
  background-color: #DFE2EB;
}
body .btn {
  border-radius: 30px;
  min-width: 60px;
}
body .btn.btn-no-round {
  border-radius: 4px;
}
body .btn.btn-primary {
  background-color: #14121F;
  border: 1px solid #14121F;
  color: #FFFFFF;
}
body .btn.btn-primary.btn-check:active + body .btn.btn-primary:focus, .btn-check:checked + body .btn.btn-primary:focus, body .btn.btn-primary.active:focus, body .btn.btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(20, 18, 31, 0.5);
}

.login-form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100dvh;
  height: 100vh;
  justify-content: center;
  flex-direction: column;
}
.login-form .login-container {
  background-color: #F2F5FA;
  padding: 30px;
  border-radius: 30px;
  max-width: 600px;
}
.login-form .login-container .form-group .form-control {
  border: none;
  border-radius: 30px;
  max-width: 100%;
}
.login-form .login-container .btn-container-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-form .login-container .btn-primary {
  border-radius: 30px;
  min-width: 200px;
}

.verify-form {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(100dvh - 112px - 150px);
  height: calc(100vh - 112px - 150px);
  justify-content: center;
  flex-direction: column;
}
.verify-form .verify-container {
  position: relative;
}
.verify-form .verify-container .circle {
  position: absolute;
  z-index: 1;
  width: 70%;
  height: auto;
  top: 20px;
  left: 0;
  padding-bottom: 50%;
  background-color: rgba(242, 245, 250, 0.3);
  border-radius: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.verify-form .verify-container .verify-panel {
  position: relative;
  padding-top: 150px;
}
.verify-form .verify-container .verify-panel img {
  width: 150px;
  height: 150px;
  position: absolute;
  z-index: 3;
  animation: bounce 1s ease-in-out infinite;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.verify-form .verify-container .verify-panel img.one {
  right: 20px;
  top: 100px;
  animation-delay: 0s;
}
.verify-form .verify-container .verify-panel img.two {
  left: 50%;
  top: 50px;
  transform: translate(-50%, 0);
  animation: bounceFix 1s ease-in-out infinite;
  animation-delay: 0.3s;
}
.verify-form .verify-container .verify-panel img.three {
  left: 20px;
  top: 100px;
  animation-delay: 0.6s;
}
@keyframes bounceFix {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.verify-form .verify-container .verify-panel .card-verify {
  background-color: #F2F5FA;
  padding: 30px;
  border-radius: 30px;
  max-width: 600px;
  position: relative;
  z-index: 2;
  padding-top: 100px;
}
.verify-form .verify-container .verify-panel .card-verify .links {
  display: flex;
  justify-content: space-between;
}
.verify-form .verify-container .verify-panel .card-verify .links a.link {
  color: #0a58ca;
}

.panels {
  width: 100%;
  height: calc(100dvh - 56px);
  height: calc(100vh - 56px);
  display: flex;
  max-height: calc(100dvh - 56px);
  max-height: calc(100vh - 56px);
  overflow: hidden;
}

.navbar-sidenav {
  width: 96px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 16px;
  padding-top: 64px;
}
.navbar-sidenav .nav-element {
  padding: 20px;
}
.navbar-sidenav .nav-element svg {
  width: 42px;
  height: 42px;
}

.custom-container {
  width: 100%;
  padding: 24px;
  max-width: calc(100% - 96px);
}
.custom-container .white-panel {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 60px;
}

.container-elements {
  padding: 48px;
}

.inputs-search, .inputs-helpers {
  display: flex;
  gap: 8px;
  width: auto;
  padding: 24px 0 12px 0;
}
.inputs-search .svg-container, .inputs-helpers .svg-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.inputs-search .svg-container .svg-to, .inputs-helpers .svg-container .svg-to {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
}
.inputs-search .form-group, .inputs-helpers .form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.inputs-search .divide-container, .inputs-helpers .divide-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 4px;
  padding-bottom: 0;
  padding-top: 0;
}
.inputs-search .divide-container .divide, .inputs-helpers .divide-container .divide {
  height: 38px;
  width: 2px;
  max-width: 2px;
  background-color: #F2F5FA;
}

.input-blocks {
  display: flex;
  justify-content: space-between;
}

.dashboard-container {
  display: flex;
  padding: 12px;
  padding-left: 0;
  gap: 8px;
  flex-wrap: wrap;
}
.dashboard-container .element-dashboard {
  background-color: rgba(223, 226, 235, 0.5);
  border-radius: 30px;
  padding: 24px;
  min-width: 30%;
}
.dashboard-container .element-dashboard .title {
  font-size: 1rem;
  font-weight: bold;
}
.dashboard-container .element-dashboard .amount {
  font-size: 2rem;
}

.table-container {
  padding-top: 0;
  overflow-x: auto;
  max-width: 100%;
  max-height: 60vh;
}
.table-container table th {
  background-color: #FFF;
}
.table-container.now-wrap td, .table-container.now-wrap th {
  text-overflow: clip;
  white-space: nowrap;
  min-width: 45px;
}
.table-container tfoot td {
  background-color: #262626;
  color: #F2F5FA;
}

.hover-td {
  cursor: pointer;
}

.url-short-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.url-short-container .short-text {
  flex: 3;
  font-size: 14px;
}
.url-short-container input {
  flex: 2;
}
