@charset "UTF-8";
@font-face {
  font-family: "Myriad-Pro";
  src: url("../../assets/fonts/MyriadPro-Regular.woff") format("truetype");
}
body {
  color: #0d1031 !important;
  font-family: "Montserrat" !important;
  font-weight: 400;
  text-align: center;
}

.algo {
  font-size: 20px;
}

.font-myriad {
  font-family: "Myriad-Pro";
}

.txt-color-primary {
  color: #0d1031;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-6 {
  padding: 4rem;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

form p.input-header {
  position: relative;
  color: #353f4f;
  font-size: 0.85rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  font-weight: bold;
  margin-bottom: 12px;
  padding-left: 5px;
}
form .form-control {
  height: 60px;
  background-color: #f5f6f8;
  border: 1px solid #ccc;
  color: #353f4f;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 25px;
  padding: 5px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

table,
thead,
tr,
th,
tbody,
td {
  border: 1px solid black;
}

thead {
  background-color: #d6dee9;
  text-align: center;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn {
  background-color: white;
  color: #0d1031;
  border: 1pt solid;
  border-color: #0d1031 !important;
  font-weight: bold;
}
.btn:hover {
  background-color: white;
  opacity: 75%;
}
.btn:focus {
  background-color: gray;
  color: black;
}

.btn-cyan {
  background-color: #6ec9e4;
}
.btn-cyan:hover {
  background-color: #6ec9e4;
  opacity: 95%;
}

span {
  font-weight: 500;
}

.switcher {
  background-color: red !important;
  background-color: #f0f0f0 !important;
}

.switcher.bg--grey:before,
.switcher.bg--tra-white:before,
.switcher.bg--ghost-white:before {
  background-color: #6ec9e4 !important;
}

.switch-wrap input:checked + .switcher.switcher--theme {
  border-color: #6ec9e4;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mt-7 {
  margin-top: 5.5rem !important;
}

.mt-8 {
  margin-top: 7em !important;
}

.desktoplogo img {
  width: 120px !important;
  position: relative;
  top: -1px;
}

.pricing-1-wrapper ul {
  text-align: start;
}
.pricing-1-wrapper ul span {
  margin-right: 20px;
}
.pricing-1-wrapper .row .pricing-1-table {
  height: 100%;
  border: 1px solid #6ecae4 !important;
}
.pricing-1-wrapper .row .pricing-1-table .pricing-table-header {
  min-height: 300px;
}

@media (min-width: 992px) {
  .pricing-1-wrapper .row .pricing-1-table .pricing-table-header {
    min-height: 380px;
  }
}
summary {
  display: flex;
  width: max-content;
}

summary::before {
  content: "";
}

summary::after {
  content: "▶";
  font-size: 1em;
  margin-left: 10px;
}

details[open] summary::after {
  content: "▼";
  margin-left: 10px;
  font-size: 1em;
}

.input-radio .label {
  cursor: pointer;
}
.input-radio input:checked + .label {
  background-color: pink;
}

.list > * {
  margin-top: 0.5rem;
}

.button-icon {
  border: none;
  background: none;
  padding: 0;
}
.button-icon :hover {
  scale: 125%;
  transition: all 150ms;
}
.button-icon :disabled {
  background-color: red;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-column-center > * {
  margin-top: 0.5rem;
}

.flex-row-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-backdrop {
  background-color: rgb(0, 0, 0);
  backdrop-filter: blur(10px);
}

.spinner {
  width: 30px;
  height: 30px;
  border: 5px solid #afafaf;
  border-bottom-color: #FF3D00;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.input-group-select {
  display: flex;
  align-content: space-between;
}

.bg-blue {
  background: #101231;
}

.bg-gray {
  background: #D9D9D9;
}

.bg-gray1 {
  background-color: #ececec;
}

#hero-0 {
  padding-top: 80px;
}

#content-section-drawer {
  height: calc(100vh - 0.2rem);
  padding-top: 58px;
  position: fixed;
  width: 100vw;
}

#drawer-section {
  padding-top: 0px;
  height: calc(100vh - 5rem);
}
#drawer-section .content-dropmenu {
  position: fixed;
  top: 100px;
}
#drawer-section #filters2 {
  height: 50px;
  width: 100%;
}

#sidebar-drawer {
  padding-top: 0px;
  z-index: 3;
  left: 10px;
  width: 70px;
  background: #101231;
  position: relative;
  top: 0;
}
#sidebar-drawer .nav .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.hide-menu {
  left: -14.9rem !important;
  transition: left 1s;
}

.hide-menu-right {
  right: -3px !important;
  transition: right 1s;
  width: 0px !important;
}
.hide-menu-right .content-inner-sidebar {
  position: relative;
  right: -16rem !important;
}

.sidebar-float-right {
  width: 386px;
  position: relative;
  background-color: #D9D9D9;
  right: -3px;
  transition: width 200ms;
  height: calc(100vh - 5.06rem) !important;
}
.sidebar-float-right .content-inner-sidebar {
  transition: right 200ms;
  position: relative;
  right: 0px;
}
.sidebar-float-right .line-vertical {
  width: 3px;
  height: 235px;
  background: #974495;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 21px;
  border: unset;
  margin: auto;
  z-index: 0;
}
.sidebar-float-right .button-float-right {
  position: absolute;
  margin: auto;
  display: block;
  max-height: calc(100vh + 1rem);
  background: transparent;
  height: 100%;
  left: -1.4rem;
}
.sidebar-float-right .button-float-right button {
  position: absolute;
  top: 0;
  bottom: 0;
  height: fit-content;
  left: 7px;
  background: transparent;
  border: unset;
  margin: auto;
  z-index: 1;
}
.sidebar-float-right .button-float-right button > svg {
  fill: #D9D9D9;
}
.sidebar-float-right .button-float-right button .icon-button-sidebar {
  position: relative;
  top: -3.6rem;
}
.sidebar-float-right .menu-botton-right .nav-item {
  width: 45%;
}
.sidebar-float-right .menu-botton-right .nav-item .nav-link {
  color: white !important;
  font-size: 16px;
  border-bottom: transparent;
  padding-bottom: 1px;
}
.sidebar-float-right .menu-botton-right .nav-item .nav-link.active {
  border-bottom: 3px solid #974495;
  font-weight: 500;
}
.sidebar-float-right .content-bottom-button {
  height: 58px;
  position: absolute;
  bottom: 0rem;
  background: linear-gradient(90deg, #6ECAE4 50%, #449CD0 100%);
  width: 100%;
}
.sidebar-float-right .content-bottom-button * {
  color: white;
}
.sidebar-float-right .content-bottom-button .btn {
  background-color: #6EC9E4;
  border-color: white !important;
  font-size: 13px;
  padding: 0rem 1rem;
  height: 29px;
  font-weight: 500;
}
.sidebar-float-right .content-bottom-button .btn.btn-link {
  padding: 3px !important;
}
.sidebar-float-right .controls-zoom {
  position: absolute;
  margin: auto;
  display: block;
  max-height: calc(100vh + 1rem);
  background: transparent;
  height: 100%;
  left: -1.4rem;
  width: 0rem;
}
.sidebar-float-right .controls-zoom .content-controls {
  position: absolute;
  bottom: 7rem;
  height: fit-content;
  left: -1.5rem;
  background: transparent;
  border: unset;
  margin: auto;
  width: 42px;
  border-radius: 7px;
}
.sidebar-float-right .controls-zoom .content-controls > div {
  border-radius: 7px;
}
.sidebar-float-right .controls-zoom .content-controls > div a {
  color: #282D4C;
}
.sidebar-float-right .controls-zoom .content-controls > div select {
  background: transparent;
  border: none;
  font-size: 13px;
  outline: none;
  -webkit-appearance: none;
  text-align: center;
}
.sidebar-float-right .controls-zoom .content-controls .content-width-icon a {
  width: 42px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar-float {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18.5rem;
  left: 3.59rem;
  z-index: 2;
  transition: left 200ms;
  background: #111331;
  /*height: calc(100vh - 3.2rem);*/
}
.sidebar-float #tab-content-photos {
  max-height: auto;
  overflow-y: unset;
}
.sidebar-float #project-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  width: 100%;
  max-height: calc(100vh - 24rem);
  overflow-y: auto;
}
.sidebar-float #project-images .col- {
  display: contents;
}
.sidebar-float #project-images .image-item {
  break-inside: avoid;
  margin-bottom: 10px;
}
.sidebar-float #project-images .image-container {
  position: relative;
  cursor: pointer;
  max-width: 98%;
}
.sidebar-float #project-images .image-container img {
  width: 100%;
  height: 100%;
}
.sidebar-float #project-images .image-container img.selected {
  border: 2px solid #c83fa0;
}
.sidebar-float #project-images::-webkit-scrollbar {
  -webkit-appearance: none;
}
.sidebar-float #project-images::-webkit-scrollbar:vertical {
  width: 4px;
}
.sidebar-float #project-images::-webkit-scrollbar-button:increment,
.sidebar-float #project-images .contenedor::-webkit-scrollbar-button {
  display: none;
}
.sidebar-float #project-images::-webkit-scrollbar:horizontal {
  height: 4px;
}
.sidebar-float #project-images::-webkit-scrollbar-thumb {
  background-color: #974495;
  border-radius: 0px;
}
.sidebar-float #project-images::-webkit-scrollbar-track {
  border-radius: 10px;
}
.sidebar-float .button-float {
  position: absolute;
  right: 9px;
  margin: auto;
  display: block;
  max-height: calc(100vh + 1rem);
  background: transparent;
  height: 100%;
}
.sidebar-float .button-float button {
  position: absolute;
  top: 0;
  bottom: 0;
  height: fit-content;
  left: 3px;
  background: transparent;
  border: unset;
  margin: auto;
}
.sidebar-float .button-float button > svg {
  fill: red;
}
.sidebar-float .button-float button .icon-button-sidebar {
  position: relative;
  top: -3.6rem;
}
.sidebar-float .menu-botton-left .nav-item {
  width: 45%;
}
.sidebar-float .menu-botton-left .nav-item .nav-link {
  color: white;
  font-size: 16px;
  border-bottom: transparent;
  padding-bottom: 1px;
}
.sidebar-float .menu-botton-left .nav-item .nav-link.active {
  border-bottom: 3px solid #974495;
  font-weight: 500;
}
.sidebar-float .list-category {
  display: flex;
  column-gap: 5px;
  min-height: 45px;
  overflow: visible !important;
  width: 100%;
  position: relative;
}
.sidebar-float .list-category .slick-list.draggable {
  top: 5px;
  overflow: visible !important;
  width: 100%;
}
.sidebar-float .list-category .slick-track {
  display: flex !important;
  align-items: center;
  transform: translate3d(0, 0, 0) !important;
}
.sidebar-float .list-category .slick-slide {
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-block !important;
  width: auto !important;
}
.sidebar-float #slide-category-library {
  width: 100%;
  min-height: 50px;
}
.sidebar-float #slide-category-library .slick-track {
  transform: translate3d(0, 0, 0) !important;
  left: 0 !important;
}
.sidebar-float .list-category .style-none {
  border: none;
  background: transparent;
  outline: unset;
  color: white;
}
.sidebar-float .list-category .item-category {
  border-radius: 4px;
  border: 1px solid white;
  color: white;
  font-size: 0.9em;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  padding: 8px 12px !important;
  margin: 0 5px !important;
}
.sidebar-float .list-category .item-category.active {
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
}
.sidebar-float .list-category .item-category:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.15);
}
.sidebar-float #list-background,
.sidebar-float #list-design,
.sidebar-float #list-template {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 5px;
}
.sidebar-float #list-background img,
.sidebar-float #list-design img,
.sidebar-float #list-template img {
  width: 45.4545454545%;
}
.sidebar-float .tab-content {
  color: white;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.sidebar-float .tab-content a {
  color: white;
}

#drawer {
  width: calc(100vw - 2.5rem);
}
#drawer .nav .nav-link {
  color: #696969;
}
#drawer .nav .nav-link:hover {
  color: whitesmoke;
}
#drawer #content-drawer {
  background-color: #ececec;
  width: 100vw;
}
#drawer #content-drawer #content-canvas-containers {
  background-color: #ececec;
  margin: 0 auto;
  max-height: calc(100vh - 9rem);
  width: 100%;
  display: flex;
  overflow: scroll !important;
  position: relative;
}
#drawer #content-drawer #content-canvas-containers #content-canvas-containerse {
  outline: unset;
}
#drawer #content-drawer #content-canvas-containers #canvases-container {
  background-color: #ececec;
  margin: auto;
}
#drawer #content-drawer #content-canvas-containers #canvases-container.portadas .page-container:nth-child(odd) {
  display: flex;
  justify-content: right;
  flex-direction: column;
  align-items: end;
}
#drawer #content-drawer #content-canvas-containers #canvases-container.portadas .page-container:nth-child(odd) div:last-child {
  text-align: center;
  width: 100%;
}
#drawer #content-drawer #content-canvas-containers #canvases-container .page-container.current-page .canvas-container {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#drawer #content-drawer #content-canvas-containers #canvases-container .canvas-container {
  background-color: white;
  border: 1px solid rgb(204, 204, 204);
  border-color: #c6c6c6;
  border-color: #c6c6c6;
  border-top: 0;
  border-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#drawer #content-drawer #content-canvas-containers #canvases-container .canvas-container canvas {
  bottom: 0;
  right: 0;
}
#drawer #content-drawer #content-canvas-containers::-webkit-scrollbar {
  -webkit-appearance: none;
}
#drawer #content-drawer #content-canvas-containers::-webkit-scrollbar:vertical {
  width: 6px;
}
#drawer #content-drawer #content-canvas-containers::-webkit-scrollbar-button:increment,
#drawer #content-drawer #content-canvas-containers .contenedor::-webkit-scrollbar-button {
  display: none;
}
#drawer #content-drawer #content-canvas-containers::-webkit-scrollbar:horizontal {
  height: 6px;
}
#drawer #content-drawer #content-canvas-containers::-webkit-scrollbar-thumb {
  background-color: #974495;
  border-radius: 0px;
}
#drawer #content-drawer #content-canvas-containers .contenedor::-webkit-scrollbar-track {
  border-radius: 10px;
}
#drawer #customCursor {
  position: absolute;
  display: none;
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  pointer-events: none;
  /* Para evitar que el cursor personalizado afecte a la interacción con el canvas */
}
#drawer #collapseFont .content-bittons-size {
  max-width: 99px;
}
#drawer #collapseFont .line-colors-img {
  width: 18px;
  height: 5px;
}
#drawer #collapseFont input,
#drawer #collapseFont button,
#drawer #collapseFont select {
  height: 30px;
  padding: 0 !important;
}
#drawer #collapseFont input[type=number]::-webkit-inner-spin-button,
#drawer #collapseFont input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#drawer #collapseFont input[type=number] {
  -moz-appearance: textfield;
}
#drawer #collapseFont #add-size,
#drawer #collapseFont #min-size {
  width: 35px;
}
#drawer #content-collapssed {
  position: absolute;
  width: 100vw;
  background: #ececec;
  z-index: 1;
  border-bottom: 1px solid #dadada;
  top: 110px; /* Valor por defecto mínimo */
}
#drawer #content-collapssed #gradientBox {
  width: 300px;
  height: 300px;
  margin: 20px;
  border: 1px solid black;
}
#drawer #content-collapssed .controls {
  margin: 20px;
}
#drawer #content-collapssed #angleWheel {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #f0f0f0, #d0d0d0);
  position: relative;
  margin-top: 20px;
}
#drawer #content-collapssed #anglePointer {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 50%;
  background: red;
  transform-origin: bottom center;
  transform: translateX(-50%);
}
#drawer #content-collapssed #angleValue {
  margin-top: 10px;
  width: 170px;
}
#drawer #content-collapssed .range-label {
  margin-right: 10px;
}
#drawer #content-collapssed .range-container {
  margin-bottom: 10px;
}

.symbols-drawer {
  font-size: 30px;
}

#filters2 a,
#filters a {
  display: flex;
  flex-direction: column;
}

#filters2 {
  padding-left: 4rem;
  display: flex !important; /* Forzar que siempre esté visible */
}
#filters2 svg {
  color: #101231;
}
#filters2 span {
  color: #101231;
}
#filters2 .intline-space {
  width: 45px;
  font-size: 12px;
}
#filters2 .space-word svg {
  transform: rotate(90deg);
}
#filters2 #font {
  height: 30px;
}
#filters2 #font #size-text {
  font-size: 12px;
  width: 33px;
}
#filters2 #font .content-bittons-size {
  max-width: 110px;
}
#filters2 #font .symbols-drawer {
  font-size: 25px;
}
#filters2 #font #content-aligment {
  height: 25px;
}
#filters2 #font .line-colors-img {
  width: 18px;
  height: 5px;
}
#filters2 #font #content-items-font {
  height: 30px;
}
#filters2 #font input,
#filters2 #font button,
#filters2 #font select {
  height: 25px;
  padding: 0 !important;
}
#filters2 #font #size-text::-webkit-inner-spin-button,
#filters2 #font #size-text::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#filters2 #font #size-text {
  -moz-appearance: textfield;
}
#filters2 #font #add-size,
#filters2 #font #min-size {
  width: 35px;
}

a,
div span.material-symbols-outlined {
  transition: transform 0.3s ease;
}

.rotated {
  transform: rotate(360deg);
}

#content-preview-img {
  width: 100%;
  overflow-y: scroll;
  height: calc(100vh - 13rem);
}
#content-preview-img::-webkit-scrollbar {
  -webkit-appearance: none;
}
#content-preview-img::-webkit-scrollbar:vertical {
  width: 4px;
}
#content-preview-img::-webkit-scrollbar-button:increment,
#content-preview-img .contenedor::-webkit-scrollbar-button {
  display: none;
}
#content-preview-img::-webkit-scrollbar:horizontal {
  height: 4px;
}
#content-preview-img::-webkit-scrollbar-thumb {
  background-color: #974495;
  border-radius: 0px;
}
#content-preview-img .contenedor::-webkit-scrollbar-track {
  border-radius: 10px;
}
#content-preview-img #prev-canvas-content-img .page-selection {
  width: fit-content;
  display: flex;
  flex-direction: column;
}
#content-preview-img #prev-canvas-content-img .page-selection:nth-child(2n) img {
  border-right: 0.5px solid #868181;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#content-preview-img #prev-canvas-content-img .page-selection:nth-child(2n+1) img {
  border-left: 0.5px solid #868181;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#preview-design-container,
#canvases-container,
#prev-canvas-content-img {
  width: fit-content;
  margin: auto;
}
#preview-design-container.libros, #preview-design-container.catalogos,
#canvases-container.libros,
#canvases-container.catalogos,
#prev-canvas-content-img.libros,
#prev-canvas-content-img.catalogos {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  display: grid;
  gap: 0;
}
#preview-design-container.libros .page-container:first-child, #preview-design-container.catalogos .page-container:first-child,
#canvases-container.libros .page-container:first-child,
#canvases-container.catalogos .page-container:first-child,
#prev-canvas-content-img.libros .page-container:first-child,
#prev-canvas-content-img.catalogos .page-container:first-child {
  grid-column: 2/3;
}
#preview-design-container.portadas,
#canvases-container.portadas,
#prev-canvas-content-img.portadas {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  display: grid;
}
#preview-design-container.invitaciones,
#canvases-container.invitaciones,
#prev-canvas-content-img.invitaciones {
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  display: grid;
}
#preview-design-container.catalogos .page-container:nth-child(odd) .canvas-container, #preview-design-container.libros .page-container:nth-child(odd) .canvas-container,
#canvases-container.catalogos .page-container:nth-child(odd) .canvas-container,
#canvases-container.libros .page-container:nth-child(odd) .canvas-container,
#prev-canvas-content-img.catalogos .page-container:nth-child(odd) .canvas-container,
#prev-canvas-content-img.libros .page-container:nth-child(odd) .canvas-container {
  border-right: none !important;
}
#preview-design-container.catalogos .page-container:nth-child(even) .canvas-container, #preview-design-container.libros .page-container:nth-child(even) .canvas-container,
#canvases-container.catalogos .page-container:nth-child(even) .canvas-container,
#canvases-container.libros .page-container:nth-child(even) .canvas-container,
#prev-canvas-content-img.catalogos .page-container:nth-child(even) .canvas-container,
#prev-canvas-content-img.libros .page-container:nth-child(even) .canvas-container {
  border-left: none !important;
}
#preview-design-container.portadas .page-container:nth-child(odd) .canvas-container,
#canvases-container.portadas .page-container:nth-child(odd) .canvas-container,
#prev-canvas-content-img.portadas .page-container:nth-child(odd) .canvas-container {
  border-left: none !important;
}
#preview-design-container.portadas .page-container:nth-child(even) .canvas-container,
#canvases-container.portadas .page-container:nth-child(even) .canvas-container,
#prev-canvas-content-img.portadas .page-container:nth-child(even) .canvas-container {
  border-right: none !important;
}
#preview-design-container.invitaciones .canvas-container,
#canvases-container.invitaciones .canvas-container,
#prev-canvas-content-img.invitaciones .canvas-container {
  border: 0 !important;
}

.page-container img {
  background-color: white;
}
.page-container.current-page div {
  color: #c83fa0;
}
.page-container span {
  font-size: 1.5rem;
  color: #6f6e70;
}

.modal-drawer .btn-close {
  background: #AE419C !important;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -30px !important;
  right: -30px !important;
}
.modal-drawer .btn-close svg {
  width: 17px;
  height: 17px;
}
.modal-drawer .modal-content {
  border-radius: 9px;
}
.modal-drawer .info-text {
  font-size: 24px;
  font-weight: normal;
}
.modal-drawer .title {
  font-size: 24px;
  font-weight: 400;
}
.modal-drawer .sub-text {
  font-size: 15px;
  margin-left: 3px;
}
.modal-drawer .form-check {
  display: flex !important;
  align-items: center;
}
.modal-drawer .form-check .form-check-input {
  margin-right: 3px;
  position: relative;
  top: -2px;
}
.modal-drawer .form-check label {
  font-size: 24px;
  font-weight: 400;
}
.modal-drawer .btn-drawer-modal {
  width: 127px;
  height: 36px;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  font-weight: normal;
  border: unset;
}
.modal-drawer .btn-drawer-modal:hover {
  opacity: 0.8;
}
.modal-drawer .btn-drawer-modal-primary {
  background: #4C59A6;
}
.modal-drawer .btn-drawer-modal-secondary {
  background: #AE419C;
}

.current-enumerate-position {
  border: 2px solid #c83fa0 !important;
}

.sidebar .username-container {
  display: flex;
  justify-content: center;
}
.sidebar .links-container {
  margin-top: 40px;
}
.sidebar .link {
  margin-top: 15px;
}
.sidebar .link a {
  display: flex;
  align-items: center;
  color: #191b39;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
  text-decoration: none;
  margin: 0 7px;
  padding: 10px 15px;
}
.sidebar .link a span {
  margin-left: 10px;
}

button[aria-expanded=true] {
  opacity: 70%;
}

.modals-home .btn-close {
  right: 15px !important;
  top: -22px !important;
  float: right;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modals-home .btn-close img {
  width: 0.9rem;
}

#selectSizeModal.modals-home .btn-close {
  right: -31px !important;
}

#selectSizeModal #start-format-form {
  position: relative;
  left: 6px;
}
#selectSizeModal #content-icon-squar {
  position: relative;
  top: -8px;
}
#selectSizeModal #square-title {
  width: 28px;
  position: relative;
  top: -7px;
}
#selectSizeModal .info-sidebar {
  background: #F7F5F7;
  justify-content: space-between;
  padding: 3rem;
}
#selectSizeModal .badge-catalogo {
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#selectSizeModal .badge-catalogo .btn-sheet-size {
  margin: unset;
}
#selectSizeModal .btn-sheet-size {
  color: #AE419C;
  text-decoration: none;
  background-color: #EBD3EC;
  border-radius: 2px;
  padding: 3px 7px;
  font-size: 10px;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#selectSizeModal .btn-sheet-size.checked {
  background: #eba5dd;
}
#selectSizeModal .btn-sheet-size:hover {
  cursor: pointer;
  background: #eba5dd;
  transition-duration: 300ms;
}
#selectSizeModal .btn-sheet-size input[type=checkbox] {
  display: none;
}
#selectSizeModal .btn-sheet-size span {
  font-weight: 700 !important;
  font-size: 16px;
}
#selectSizeModal .size-modal-content {
  margin-top: 0.8rem;
}
#selectSizeModal #button-create-design {
  position: relative;
  left: 0.1rem;
  border-radius: 3px;
}
#selectSizeModal #form-content-libros {
  position: relative;
  left: 1px;
}

#registerModal .btn-close {
  right: -1px !important;
}

.btn-blue {
  background: #101231 !important;
  font-weight: 600;
  color: white !important;
  border: 1px solid #101231;
  font-size: 13px;
}
.btn-blue:hover {
  background: white !important;
  color: #101231 !important;
}

.color-text-primary {
  color: #101231;
}

.pl-0 {
  padding-left: 0px;
}

.text-normal {
  font-size: 18px;
  color: #101231;
  font-weight: 600;
}

#sidebar-dash .content-image-user .image-user-dash,
#sidebar-profile .content-image-user .image-user-dash {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background: #D9D9D9;
  margin-right: 10px;
}
#sidebar-dash #team-name,
#sidebar-profile #team-name {
  text-wrap: nowrap;
}
#sidebar-dash ul li,
#sidebar-profile ul li {
  width: 100%;
  margin-top: 1rem;
}
#sidebar-dash ul li a:hover,
#sidebar-profile ul li a:hover {
  background: #C8C9CF;
  border-radius: 4px;
}
#sidebar-dash ul li a,
#sidebar-profile ul li a {
  font-size: 14px;
  color: #101231;
  font-weight: 600;
  text-wrap: nowrap;
  display: flex;
  padding: 5px 3px;
}
#sidebar-dash ul li a .text-menu,
#sidebar-profile ul li a .text-menu {
  margin-left: 10px;
}
#sidebar-dash ul li a > img,
#sidebar-profile ul li a > img {
  width: 8px;
  position: relative;
  top: 12px;
}

#header-dashboard .content-button-login-dash {
  width: 43%;
  text-align: right;
}
#header-dashboard .content-button-login-dashs {
  position: relative;
  top: -1px;
}

#dashboard-section .list-category .item-category a .content-image {
  border-radius: 15px;
  border: 1px solid #e1e2e4;
}
#dashboard-section .list-category .item-category a .content-image img {
  max-height: 10.8rem;
}
#dashboard-section .list-category .item-category a > .justify-content-between .badge-free {
  background: #F6ECF4;
  color: #AE419C;
  border-radius: 7px;
  padding: 3px 8px;
}
#dashboard-section .list-category .item-category a > .justify-content-between .to-page {
  font-size: 10px;
  max-width: 60px;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  margin-top: 0.5rem;
}

#dashboard-section {
  font-size: 0.9rem;
}
#dashboard-section .title {
  font-size: 1.25rem;
  text-align: start;
  margin-bottom: 1.5rem;
}
#dashboard-section .item {
  font-size: 1rem;
  font-weight: 600;
  text-align: start;
}

#header-drawer {
  background: linear-gradient(90deg, #6ECAE4 50%, #449CD0 100%);
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  text-align: center;
  z-index: 1000;
}
#header-drawer * {
  color: white;
}
#header-drawer .navbar {
  padding-top: 5px;
}
#header-drawer .btn {
  background-color: #6EC9E4;
  border-color: white !important;
  font-size: 13px;
  padding: 0.5rem 1rem;
}
#header-drawer .btn.btn-link {
  padding: 3px !important;
}
#header-drawer .link-text {
  font-size: 13px;
  top: -2px;
}
#header-drawer .link-text::after {
  display: none;
}
#header-drawer .dropdown-menu {
  background: #D9D9D9;
}
#header-drawer .dropdown-menu .dropdown-item {
  color: #282D4C;
  font-size: 14px;
}
#header-drawer .dropdown-menu .dropdown-item.active {
  background-color: #5fbadd;
}
#header-drawer .info-project span {
  font-size: 21px;
  font-weight: 400;
}
#header-drawer .info-project #project-name {
  background: transparent;
  border: none;
  outline: none;
  color: white !important;
}