﻿:root {
  --color-scouthing-blue: #2263B3;
  --color-scouthing-pink-ligher: #B196F8;
  --color-scouthing-pink-regular: #906BF7;
  --color-scouthing-pink-dark: #4F3890;
}

.btn.btn-custom-aragosta {
  background-color: #fb4c0d;
  color: #fff;
}
.btn.btn-custom-aragosta:not(:disabled):not(.disabled):hover, .btn.btn-custom-aragosta:not(:disabled):not(.disabled):active, .btn.btn-custom-aragosta:not(:disabled):not(.disabled):focus, .btn.btn-custom-aragosta:not(:disabled):not(.disabled):active {
  color: #ff6a3d;
  background-color: #fff;
  border-color: #ff6a3d;
}
.btn.btn-custom-aragosta-outline {
  color: #fb4c0d;
  background-color: #fff;
  border-color: #fb4c0d;
}
.btn.btn-custom-aragosta-outline:not(:disabled):not(.disabled):hover, .btn.btn-custom-aragosta-outline:not(:disabled):not(.disabled):active, .btn.btn-custom-aragosta-outline:not(:disabled):not(.disabled):focus, .btn.btn-custom-aragosta-outline:not(:disabled):not(.disabled):active {
  color: #FFF;
  background-color: #fb4c0d;
  border-color: #fb4c0d;
}
.btn.btn-custom-green {
  color: #B6EFE0;
  background-color: #138163;
}
.btn.btn-custom-green:hover, .btn.btn-custom-green:active, .btn.btn-custom-green:focus, .btn.btn-custom-green:active {
  color: #138163;
  background-color: #B6EFE0;
}

.text-custom-aragosta {
  color: #fb4c0d;
}

.btn-custom-green {
  color: #B6EFE0;
}

.bg-primary-opacity {
  background-color: rgba(34, 99, 179, 0.2);
}

.no-hunderline-hover:hover {
  text-decoration: none !important;
}

.no-boxshadow-focus:focus {
  box-shadow: none;
}

.cursor-pointer {
  cursor: pointer;
}

.no-cursor-pointer-hover:hover {
  cursor: initial;
}

.nk-sidebar-head {
  height: 90px;
  overflow: hidden;
}

.logo-img {
  max-height: 65px;
  max-width: 90%;
}

.font-quattrocento {
  font-family: "Quattrocento Sans", sans-serif, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.input-group > .input-group-append > .input-group-text.transparent {
  background: no-repeat;
  border-left-width: 0px;
  border-left: none;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.btn-outline-gray.svg-gray svg path {
  stroke: #8091a7;
}

.btn-outline-gray.svg-gray:hover svg path {
  stroke: #FFF;
}

.btn-outline-gray.svg-gray svg.favorite path:last-of-type {
  fill: #8091a7;
}

.btn-outline-gray.svg-gray:hover svg.favorite path:last-of-type {
  fill: #FFF;
}

.btn-gray.svg-gray svg path {
  stroke: #FFF;
}

.btn-gray.svg-gray.active:hover svg path {
  stroke: #FFF;
}

.btn-gray.svg-gray svg.favorite path:last-of-type {
  fill: #FFF;
}

.btn-gray.svg-gray.active:hover svg.favorite path:last-of-type {
  fill: #FFF;
}

.btn-primary:hover svg.favorite path {
  stroke: #FFF;
}

.btn-primary:hover svg.favorite path:last-of-type {
  fill: #FFF;
}

.btn-transparent.btn-primary.btn-dim {
  background-color: transparent;
}

/*.btn-gray.svg-gray svg path {
    stroke: #FFF;
}

.btn-gray.svg-gray.active:hover svg path {
    stroke: #FFF;
}

.btn-gray.svg-gray svg.favorite path:last-of-type {
    fill: #FFF;
}

.btn-gray.svg-gray.active:hover svg.favorite path:last-of-type {
    fill: #FFF;
}*/
svg.favorite.text-white path {
  stroke: #FFF;
}

svg.favorite.text-white path:last-of-type {
  fill: #FFF;
}

.mt-100px {
  margin-top: 100px;
}

.nk-tb-item:not(.nk-tb-head):hover, .nk-tb-item:not(.nk-tb-head).seleted {
  box-shadow: none;
  background-color: #FAF9FF;
}

.nk-tb-list.is-separate .nk-tb-item:not(.table-light):hover > .nk-tb-col {
  background-color: initial;
}

.nk-tb-list.is-separate .nk-tb-item > .nk-tb-col {
  border: none;
  box-shadow: 0px 1px 0px 0px rgba(54, 74, 99, 0.05);
}

td[data-disabled=true], td[data-disabled=true] * {
  color: rgba(16, 25, 36, 0.3) !important;
}

/* Custom Arrow Select */
.custom-arrow > select {
  appearance: none;
  -webkit-appearance: none;
}

.custom-arrow::after {
  content: "";
  position: absolute;
  z-index: 37;
  background-image: url(../assets/image/icon/angle-down-solid.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
}

.custom-arrow-sm::after {
  right: 8px;
  top: 9px;
  bottom: 0.3em;
  width: 11px;
}

/* Custom Panel  */
.panel-fix {
  position: fixed;
  width: 90%;
  max-width: 450px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 99999;
  transition: transform 0.5s ease-in-out;
  visibility: visible !important;
  display: block !important;
}

.panel-right {
  transform: translateX(100%);
  display: block;
}

.panel-fix.visible {
  transform: none;
}

.panel-fix-block {
  box-shadow: -3px 0 15px -7px rgb(16, 25, 36);
  height: 100%;
  width: calc(100% - 6px);
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFF;
}

.panel-fix-inner {
  margin: 20px 3px 20px 20px;
  padding-right: 17px;
  position: absolute;
  width: calc(100% - 24px);
  height: calc(100% - 40px);
  overflow: hidden scroll;
}

.panel-fix-inner::-webkit-scrollbar {
  width: 5px;
}

.panel-fix-inner::-webkit-scrollbar-track {
  background-color: transparent;
}

.panel-fix-inner::-webkit-scrollbar-thumb {
  box-shadow: none;
}

.panel-fix-inner:hover::-webkit-scrollbar-thumb {
  background-color: rgba(16, 25, 36, 0.3);
  border-radius: 15px;
}

.panel-fix-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(16, 25, 36, 0.4);
  z-index: 600;
  z-index: 90;
  animation: overlay-fade-in 0.4s ease 1;
}

.panel-fix-overlay.hidden {
  display: none;
}

/* Custom DataTables */
.nk-tb-list.is-separate .nk-tb-item.shown:not(.table-light) > .nk-tb-col {
  background-color: #E0E0E0;
}

@media (max-width: 1100px) {
  table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: initial;
  }
}
@media (max-width: 700px) {
  table.dataTable .user-card {
    flex-direction: column;
  }
}
tr.tr-expanded {
  translate: 0px -10px;
}

table.dataTable.nowrap .child-table-extra th, table.dataTable.nowrap .child-table-extra td {
  white-space: initial;
}

/* Custom CARD */
.card.card-hover-pink:hover {
  background-color: rgba(144, 107, 247, 0.15);
}

/* Custom Search Autocomplete */
.nk-header-search {
  position: relative;
}

.nk-header-search .tsr-container {
  position: absolute;
  top: 100%;
  width: 100%;
  border: 1px solid #e5e9f2;
  border-radius: 10px;
  border-start-start-radius: 0;
  -moz-border-radius-topleft: 0;
  border-start-end-radius: 0;
  -moz-border-radius-topright: 0;
  border-top: 0;
  box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.05);
  background-color: #FFF;
}

.tsr-container .tst-group {
  padding: 10px 10px 0;
  display: flex;
  font-size: 120%;
  justify-content: space-between;
}

.tsr-container .tst-record a {
  padding: 5px 25px;
  display: block;
  width: 100%;
  color: #3A4961;
}

.tsr-container .tst-record a b {
  color: #2263B3;
  font-weight: 900;
}

.tsr-container .tst-record a:hover {
  background-color: rgba(54, 74, 99, 0.05);
}

/* Dashboard */
.dashboard-list-object .addiction-filter {
  height: 0;
  overflow-y: hidden;
  transition: height linear 0.2s;
}

.dashboard-list-object .addiction-filter.active {
  height: 55px;
  overflow-y: initial;
}

/* Archive */
.archive-list-object .addiction-filter {
  height: 0;
  overflow-y: hidden;
  transition: height linear 0.2s;
}

.archive-list-object .addiction-filter.active {
  height: 30px;
  overflow-y: initial;
}

/* Business hour */
.business-daylist .btn-removehour, .business-daylist .btn-addhour {
  padding-top: 6px;
}

.business-daylist .business-hourlist > div > div:last-child {
  height: 40px;
}

.business-daylist .business-hourlist > div:first-child:nth-last-child(1) .btn-removehour {
  display: none;
}

.business-daylist .business-hourlist > div:not(:last-child) .btn-addhour {
  display: none;
}

/* Manage Object */
#carousel_foto .object-attribute, .custom_carousel_foto .object-attribute {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #eee;
  width: 100%;
  padding: 20px;
  background: linear-gradient(180deg, #353535 0%, rgba(255, 255, 255, 0) 100%);
  height: auto !important;
}

/* Custom upload */
.custom-dropzone {
  position: relative;
  /*color: white;*/
  /*font: bold 24px/200px arial;*/
  height: 100px;
  /*margin: 30px auto;*/
  text-align: center;
  width: 100%;
}

.custom-dropzone .hover {
  border: 10px solid #FE5;
  color: #FE5;
}

.custom-dropzone .dropped {
  /* background: #222;
   border: 10px solid #444;*/
}

.custom-dropzone div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.custom-dropzone .thumb {
  background-color: #FFF;
}

.custom-dropzone img {
  border-radius: 10px;
  vertical-align: middle;
  max-width: 95%;
  max-height: 95%;
}

.custom-dropzone.my-drop-editobject img {
  max-width: 100%;
  max-height: 100%;
}

.custom-dropzone [type=file] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.custom-dropzone, .custom-dropzone * {
  box-sizing: border-box;
}

.custom-dropzone {
  min-height: 150px;
  border: 1px dashed var(--color-scouthing-blue);
  border-radius: 4px;
  background: white;
  padding: 20px 20px;
}

.dropzone.small {
  min-height: 86px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.custom-dropzone .dz-message {
  text-align: center;
  margin: 1em 0;
}

.custom-dropzone .dz-message span {
  display: block; /*color: rgba(82, 100, 132, 0.6);*/
}

.custom-dropzone .dz-message-text {
  font-size: 13px;
}

.custom-dropzone .dz-message-text span {
  display: inline-block;
  color: #2263B3;
}

.custom-dropzone .dz-message-or {
  font-size: 16px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.custom-dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.custom-dropzone .dz-preview:hover {
  z-index: 1000;
}

.custom-dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.custom-dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.custom-dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.custom-dropzone .dz-preview.dz-image-preview {
  background: white;
}

.custom-dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.custom-dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.custom-dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.custom-dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.custom-dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.custom-dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.custom-dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.custom-dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.custom-dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.custom-dropzone .dz-preview .dz-details .dz-filename span, .custom-dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.custom-dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.custom-dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.custom-dropzone .dz-preview .dz-image img {
  display: block;
}

.custom-dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.custom-dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.custom-dropzone .dz-preview .dz-success-mark, .custom-dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.custom-dropzone .dz-preview .dz-success-mark svg, .custom-dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.custom-dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.custom-dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.custom-dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.custom-dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.custom-dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.custom-dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.custom-dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.custom-dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.custom-dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.my-drop .thumb .bnt-change {
  position: absolute;
  bottom: 5px;
  left: 5px;
  cursor: pointer;
  z-index: 99999;
}

.my-drop .thumb .bnt-remove {
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 1041;
}

/* Possible Match */
#possiblematch_list {
  position: absolute;
  top: 0;
  left: 0;
}

.single-possiblematch {
  width: calc(340px + 1.5rem);
  /*flex-direction:row;*/
}

.single-possiblematch.active-extend {
  width: calc((340px + 1.5rem) * 2);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.single-possiblematch .column_default {
  width: 340px;
}

.single-possiblematch.active-extend .column_default {
  padding-right: 0 !important;
}

.single-possiblematch .column_extend {
  width: 0;
  overflow: hidden;
}

.single-possiblematch.active-extend .column_extend {
  width: 360px;
  /*display: block;*/
}

.single-possiblematch .column_extend .column_extend_inner {
  width: 360px;
}

/* Tracking */
.col-transiction-width {
  max-width: 0;
  padding: 0;
  overflow: hidden;
  max-height: contain;
  flex: auto;
}

.col-transiction-width-3:not(.active).mr-auto {
  margin-right: initial !important;
}
.col-transiction-width-3.active {
  max-width: 360px;
}

@media (min-width: 1400px) {
  .col-transiction-width {
    max-width: 0;
    /*max-height:0;*/
    -webkit-transition: max-width 0.5s ease;
    -moz-transition: max-width 0.5s ease;
    -ms-transition: max-width 0.5s ease;
    -o-transition: max-width 0.5s ease;
  }
}
@media (max-width: 1400px) {
  .col-transiction-width {
    flex: 0;
  }
  .col-transiction-width-3.active {
    flex: 0 0 33.33333%;
    max-width: initial;
  }
}
.col-transiction-width > .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  width: 360px;
  height: 100%;
}

.col-objectdetail {
  max-width: 0;
  /*max-height:0;*/
  -webkit-transition: max-width 0.5s ease;
  -moz-transition: max-width 0.5s ease;
  -ms-transition: max-width 0.5s ease;
  -o-transition: max-width 0.5s ease;
  transition: max-width 0.5s ease;
  overflow: hidden;
}
.col-objectdetail.active {
  max-width: 100%;
  max-height: contain;
}

.col-objectdetail .card-inner {
  display: grid;
}

.col-objectdetail.active .card-inner {
  /*display:block;*/
}

#objecttoshipt-block .objship-block {
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -ms-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  overflow: hidden;
}

#objecttoshipt-block .objship-block.active {
  max-height: 300px;
  /*transition: height linear 0.5s;*/
}

@media (max-width: 1400px) {
  .col-transiction-width > .card {
    width: 100%;
  }
}
/**** Setting *********/
.nk-block-settings-opt a.card {
  display: block;
  height: 100%;
}

.nk-block-settings-opt .card .card-inner {
  height: 100%;
}

.nk-block-settings-opt .card .card-inner .row {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.nk-block-settings-opt .card .card-inner .row > div:nth-child(2) {
  width: 80%;
}

.nk-block-settings-opt .card .card-inner .row > div:nth-child(1) {
  max-width: 20%;
}

@media (max-width: 1400px) {
  .nk-block-settings-opt .card .card-inner .row > div:nth-child(1) {
    max-width: 30%;
  }
  .nk-block-settings-opt .card .card-inner .row > div:nth-child(2) {
    width: 70%;
  }
}
.nk-block-settings-opt .card .card-icon svg {
  width: 100%;
  max-width: 70px;
  height: auto;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-suggestions .autocomplete-no-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  color: red;
}
.autocomplete-suggestions .autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}
.autocomplete-suggestions .autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-suggestions .autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.loading-automplete {
  position: absolute;
  right: 10px;
  top: 10%;
  height: calc(80% - 4px);
  aspect-ratio: 1/1;
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
