.form-control {
  width: 98% !important;
  border-radius: 0.5rem !important;
}

.text-error {
  margin-top: 0.5em;
}

#sign-box textarea {
  height: 400px;
}

@media (max-width: 992px) {
  table {
    width: 100% !important;
    display: block;
    overflow-x: scroll;
  }
}
.tr-actions svg {
  width: 20px;
  height: 20px;
}

.dataTables_length select {
  width: 70px;
  background-position: right 0 center;
}

#card-form .title-cards {
  font-weight: bold;
}

#list-color-panels li {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 8px 8px 0;
  cursor: pointer;
}
#list-color-panels li.active {
  border: 1px solid #3b82f6;
}
#list-color-panels li .color-panel {
  width: 60px;
  height: 60px;
  margin: 4px;
  overflow: hidden;
  border-radius: 50%;
}
#list-color-panels li .color-panel .color-panel-primary {
  width: 100%;
  height: 40px;
}
#list-color-panels li .color-panel .color-panel-secondary {
  width: 100%;
  height: 20px;
}

#list-input-network li {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}
#list-input-network li svg {
  width: 20px;
  height: 42px;
  border: 1px solid #6b7280;
  border-right: unset;
  border-radius: 0.5em 0 0 0.5em;
  flex: 0 0 7%;
  padding: 5px;
  color: #3b82f6;
}
#list-input-network li input {
  border-radius: 0 0.5em 0.5em 0 !important;
}

#list-buttons-network li .btn-network.active {
  background: #3b82f6;
  color: white;
}
#list-buttons-network li .btn-network svg {
  height: 20px;
  width: 20px;
}

.clr-field button {
  border-radius: 0 10px 10px 0;
}

.list-images li {
  border: solid 1px #6b7280;
  width: 70px;
  height: 70px;
  margin: 0 8px 8px 0;
  padding: 0;
  display: block;
  float: left;
  list-style: none;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.list-images li:hover, .list-images li.active {
  border: solid 1px #3b82f6;
}
.list-images li .bg-thumbnail {
  height: calc(100% - 10px);
  background-size: cover;
  margin: 5px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.list-images li .bg-thumbnail svg {
  width: 20px;
  height: 20px;
}

#preview {
  border-radius: 40px 40px 0 0;
}
@media (max-width: 992px) {
  #preview {
    max-height: unset;
    overflow: unset;
  }
}
#preview #preview-background-image {
  border-radius: 40px 40px 0 0;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
#preview .bg-primary {
  background: #3b82f6;
}
#preview .text-primary {
  color: #3b82f6;
}
#preview .border-primary {
  border: 2px solid #3b82f6;
}
#preview .bg-secondary {
  background: #0f172a;
}
#preview .text-secondary {
  color: #0f172a;
}
#preview .border-secondary {
  border: 2px solid #0f172a;
}
#preview .title-box-container svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#preview .download-button {
  display: flex;
  align-items: center;
}
#preview .download-button svg {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
#preview #preview-profile-image {
  aspect-ratio: 1;
  transform: translateY(10%);
}
#preview #preview-list-network {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  #preview #preview-list-network {
    grid-template-columns: repeat(2, 1fr);
  }
}
#preview #preview-list-network li {
  margin-bottom: 1em;
  margin-right: 1em;
}
#preview #preview-list-network li a {
  display: flex;
  align-items: center;
}
#preview #preview-list-network li a svg {
  width: 20px;
  height: 20px;
}

.separator {
  width: 80%;
}

#versions-offcanvas {
  background: white;
  width: 500px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  box-shadow: 0 1px 9px -3px rgba(0, 0, 0, 0.25);
  padding: 1.5em;
  overflow-y: auto;
  transition: all 0.4s linear;
  z-index: 10;
}
#versions-offcanvas.close {
  right: -1000px;
}
#versions-offcanvas:not(.close) ~ #versions-overlay {
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  overflow: hidden;
}
#versions-offcanvas hr {
  height: 2px;
}
#versions-offcanvas h2 {
  font-weight: bold;
  margin-top: 1em;
}
#versions-offcanvas ul {
  list-style: disc;
  margin-left: 1em;
  margin-bottom: 1em;
}
/* @import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities'; */

