@charset "UTF-8";

html {
  font-size: 16px !important;
}


:root {
  --zoom: 1; /* set the variable saying what the current zoom is */
  --scroll-shadow-z-index: 4;
  --dropdown-z-index: 5;
  --toast-z-index: 6;
}

.scroll-shadow {
  z-index: var(--scroll-shadow-z-index);
  width: 100%;
  height: 32px;
  object-fit: fill;
  position: sticky;
}

.scroll-shadow.top {
  top: -2px;
}

.scroll-shadow.bottom {
  bottom: -2px;
}

input[type='search']::-webkit-search-cancel-button {
  filter: contrast(0%);
}

 *:not(.fa):not(.fas){
  font-family:'Value Sans Pro';
}

.bg-primary {
  background-color: #c5003e !important;
}

.bg-light-grey {
  background-color: #F1F1F1 !important;
}

.bg-dark-grey {
  background-color: #636D80 !important;
}

.bg-f1 {
  background-color: #F1F1F1 !important;
}

.bg-f2 {
  background-color: #F2F2F2 !important;
}

.bg-d4 {
  background-color: #D4D4D4 !important;
}

.fg-primary {
  color: #c5003e !important;
}

.fg-white {
  color: #ffffff !important;
}

.fg-dark-grey {
  color: #636D80 !important;
}

a {
  color: #c5003e;
  text-decoration: none;
}
a:hover {
  color: #92002e;
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #c5003e !important;
  border-color: #c5003e !important;
}
.btn-primary:hover {
  color: #fff;
  background-color: #c5003e !important;
  border-color: #df0046 !important;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #c5003e !important;
  border-color: #df0046 !important;
  box-shadow: 0 0 0 0.2rem rgba(197, 0, 22, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c5003e !important;
  border-color: #df0046 !important;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 0, 22, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #6e243b !important;
  border-color: #6e243b !important;
}
.btn-link {
  color: #c5003e;
  font-size: 1rem;
}
.btn-link:hover {
  color: #6e243b;
}
.btn-disabled {
  opacity: 0.3;
}

.product-image-xxl {
  width: 200px !important;
  height: 200px !important;
  object-fit: contain !important;
}

/* .product-image-xxl.avatar-raised {
  margin-top: -55px;
} */

.product-edit-image-xxl {
  width: 400px !important;
  height: 400px !important;
  object-fit: contain !important;
}

.accessory-image-xxl {
  width: 200px !important;
  height: 200px !important;
  object-fit: contain !important;
}
.accessory-image-xxl.avatar-raised {
  margin-top: -55px;
}

.accessory-edit-image-xxl {
  width: 400px !important;
  height: 400px !important;
  object-fit: contain !important;
}

label, .form-label {
  font-size: 0.875rem;
}

.form-check-input:checked[type=checkbox] {
  background-image: linear-gradient(310deg, #c5003e 0%, #c5003e 100%);
}
.form-check-input:checked[type=radio] {
  background-image: linear-gradient(310deg, #c5003e 0%, #c5003e 100%);
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #c5003e;
  border-color: #d90044;
}
.form-switch .form-check-input:checked {
  border-color: #d90044;
  background-color: #c5003e;
}

.navbar-full-height {
  min-height: 80px;
  max-height: 80px;
}

.navbar .nav-link {
  font-size: 1.2rem !important;
}

.nav-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/*
 * DataTables overrides
 */

.pagination-icon {
  width: 24px;
  height: 24px;
  opacity: 0.4;
}

.page-link:hover {
  z-index: var(--dropdown-z-index);
  color: #c5003e;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: var(--dropdown-z-index);
  color: #c5003e;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 99, 64, 0.25);
}

.page-item.active .page-link {
  background-color: #c5003e;
  border-color: #dee2e6;
}

.form-control:focus {
  border-color: #c5003e;
}

.form-select:focus {
  border-color: #c5003e;
}

.form-select-sm {
  min-width: 70px;
}

div.dataTables_processing > div:last-child > div {
  background: #c5003e;
}

.alert-danger {
  color: #fff;
  background-color: #c5003e;
  border-color: #c5003e;
  background-image: none;
}

.alert-success {
  color: #fff;
  background-color: #2dce89;
  border-color: #2dce89;
  background-image: none;
}

.w-4 {
  width: 4% !important;
  max-width: 4% !important;
  min-width: 4% !important;
}

.w-5 {
  width: 5% !important;
}

.w-9 {
  width: 9% !important;
  max-width: 9% !important;
  min-width: 9% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-16 {
  width: 16% !important;
  max-width: 16% !important;
  min-width: 16% !important;
}

.w-25 {
  width: 25% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.btn-group-inline {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  flex: 1 1 auto;
}

.flex-vertical {
  flex-direction: column;
}

li.nav-active {
  background-color: #fff;
  color: #c5003e;
  border: 3px solid #9F0A39;
  border-top: 0px;
  border-bottom: 0px;
}

li.nav-active > a > span {
  color: #c5003e;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #fff !important;
  background-color: #c5003e !important;
}

.dropdown-menu::before {
  color: #c5003e !important;
}

.text-center {
  text-align: center;
  justify-content: center;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}

label, input, textarea {
  font-size: 1rem !important;
}

.option {
  font-size: 1.1rem !important;
}

.form-select {
  font-size: 1.15rem !important;
}

th.text-xs {
  font-size: 0.95rem !important;
  color: #344767 !important;
}

.datatable tbody tr td a {
  font-size: 0.9rem !important;
}

.datatable tbody tr td div a {
  font-size: 0.9rem !important;
}

.text-sm {
  font-size: 1.15rem !important;
}

.dataTable {
  font-size: 1.15rem !important;
}

.dataTables_info, .dataTables_empty, .page-link {
  font-size: 1.15rem !important;
}

.dataTables_length label {
  font-size: 1.15rem !important;
}

.dataTables_filter label, .dataTables_filter input {
  font-size: 1.15rem !important;
}

.dataTables_filter input {
  max-width: 150px;
}

.increased-text-size {
  font-size: 1rem !important;
}

.text-size-1-15 {
  font-size: 1.15rem !important;
}

.text-size-1 {
  font-size: 1rem !important;
}

.text-size-0-95 {
  font-size: 0.95rem !important;
}

.text-size-0-9 {
  font-size: 0.9rem !important;
}

.text-size-0-75 {
  font-size: 0.75rem !important;
}

.topnav-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  object-fit: contain;
  margin-right: 0.25rem;
}

.topnav-dropdown-icon {
  height: 1.8rem;
  /* margin-bottom: 8px; */
  float: left;
  margin-right: 5px;
  margin-left: -5px;
}

.download-button {
  margin: 0px;
  padding: 16px;
  color: #000;
  background-color: #F1F1F1 !important;
}

.download-button-icon {
  font-size: 1.4rem !important;
  color: #000;
}

.download-button-text {
  font-size: 1rem !important;
  color: #000;
  margin: 0;
  font-weight: 700;
}

.custom-search-lg {
  min-height: 56px;
  font-size: 1.4rem !important;
  border-radius: 100rem;
  text-align: center;
  background-color: #E9F1FF;
}

.custom-search-sm {
  min-height: 32px;
  font-size: 1.4rem !important;
  border-radius: 100rem;
  text-align: center;
  background-color: #E9F1FF;
}

.custom-select {
  text-overflow: ellipsis;
  min-height: 48px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
  background: url("/img/icons/chev-down-red.png") no-repeat;
  /* background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c5003e'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat; */
  background-color: #E6E6E6;
  background-size: 24px;
  background-position: calc(100% - 12px) 10px;
  background-repeat: no-repeat;
}

.custom-select:focus {
  border-color: #c5003e;
  background-color: #E6E6E6;
}

.custom-option {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 100px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.custom-table-cell {
  text-overflow: ellipsis;
  line-clamp: 2;
}

.table-button-icon {
  width: 32px;
  height: 32px;
}

.table-button-datasheet {
  border-radius: 100rem !important;
}

.table-button-datasheet-disabled {
  border-radius: 100rem !important;
  opacity: 0.1;
}

.table-item-image {
  width: 64px;
  height: 64px;
  object-fit: scale-down;
}

.force-pointer-events {
  pointer-events: auto;
}

.block-pointer-events {
  pointer-events: none;
}

.custom-search:focus {
  border-color: #c5003e;
  background-color: #E9F1FF;
}

.footer-text {
  color: #c5003e;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
  text-align: center;
}

.rounded-borders {
  border-radius: 100rem !important;
}

.squared {
  aspect-ratio: 1;
}

.page-title {
  font-size: 3.25rem !important;
  color: #c5003e;
  margin-bottom: 0 !important;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}

.details-title {
  font-size: 2rem !important;
  color: #c5003e;
  margin-bottom: 0 !important;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}

.details-obsolete-image {
  height: 60px;
  width: 68px;
}

.details-obsolete-text {
  font-size: 1.25rem !important;
  color: #000;
  margin-top: 5px !important;
  margin-bottom: 0 !important;
  display: inline-block;
  vertical-align: middle;
  justify-content: center;
  font-weight: 700;
}

.details-body-card {
  border-width: 2px;
  border-color: #D9D9D9;
  max-height: 320px;
  max-width: 455px;
  padding: 0;
}

.details-body-card > p {
  color: #000;
  font-weight: 700;
  display: flex;
  flex: 1;
  vertical-align: middle !important;
  align-items: center !important;
}

.details-body-card-title {
  font-size: 1.75rem;
  font-weight: 700;
  display: flex;
  flex: 3 !important;
  vertical-align: middle !important;
  align-items: center !important;
}

.details-body-card.squared {
  flex: 1;
  max-width: 320px !important;
  aspect-ratio: 1;
}

.details-body-card.rectangular {
  flex: 2;
}

.details-body-image {
    width: 300px;
    height: 300px;
    aspect-ratio: 1;
    object-fit: scale-down;
    margin: auto;
}

.details-body-image-not-found {
  width: 250px;
  height: 250px;
  aspect-ratio: 1;
  object-fit: scale-down;
  margin: auto;
}

.details-body-image-not-found-text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #676767 !important;
  transform: translateY(-50px);
}

.details-body-card-separator {
  border-bottom: 2px solid #CFCFCF;
  margin-top: auto;
  margin-bottom: auto;
  /*text-align: center;*/
}

.details-body-card-last-element {
  border-bottom: 2px solid #FFF;
  margin-top: auto;
  margin-bottom: auto;
}

.details-body-card-notes-header {
  font-weight: 700;
  font-size: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.details-body-card-notes-body {
  color: #000;
  font-weight: 700;
  font-size: 1.25rem;
  flex: 1;
}

.details-body-card-notes-body > p {
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
}

/* DASHBOARD */

.new-product-label {
  position: absolute;
  top: 32px;
  right: -5px;
  border-start-start-radius: 100rem;
  border-end-start-radius: 100rem;
  border-end-end-radius: 50rem;
  border-start-end-radius: 50rem;
}

.custom-shadow {
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25) !important; /* x y blur spread color */
}

.product-card-logo {
  max-width: 162px;
  max-height: 40px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.product-card-supplier-logo {
  max-width: 107px;
  max-height: 20px;
}

.product-card-image {
  max-width: 300px !important;
  max-height: 300px !important;
  aspect-ratio: 1;
}

.product-card-title-container {
  height: 50px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  text-align: center;
  vertical-align: middle;
  color: #000;
  align-items: center;
}

.product-card-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.15;
  color: #000;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.image-fill {
  object-fit: fill;
}

.image-contain {
  object-fit: contain;
}

.image-scale-down {
  object-fit: scale-down;
}

.no-vertical-scroll {
  overflow-y: hidden;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: none !important;
}

.dashboard-btn-text {
  line-height: inherit !important;
  font-weight: 700 !important;
  margin: 10px 0px;
}

.dashboard-btn {
  width: 100%;
  margin: 0px !important;
  padding: 0 !important;
  padding-top: 2px !important;
  aspect-ratio: 1;
}

.dashboard-btn-col {
  width: 16.666%;
  aspect-ratio: 1;
  padding: 0px 2px !important;
}

.dashboard-btn-disabled {
  background-color: #D4D4D4 !important;
  color: black !important;
}

.dashboard-card {
  max-width: 300px;
  max-height: 520px;
  margin-bottom: 1rem;
}

.dashboard-card-header  {
  padding: 1rem !important;
}

.dashboard-card-body  {
  padding: 0 !important;
}

.dashboard-container {
  height: calc(100vh - 80px);
}

.dashboard-cards-container {
  overflow-y: auto !important;
  overflow-x: hidden;
  flex-wrap: wrap;
  padding: 0px;
  /* min-height: 600px; */
}

::-webkit-scrollbar {
  width: 14px;
  color: #f1f1f1;
  background-color:#f1f1f1;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  background-color:#c5003e;
  color: #c5003e;
  border: 2px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
}

.row-no-gutter {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
}

.row-align-center {
  justify-content: center !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.btn-back {
  width: 150px;
  max-width: 150px;
  padding: 10px 0px;
}

.btn-back > p {
  vertical-align: middle;
  text-align: right;
  transform: translateX(-50%);
}

.btn-back-icon {
  width: 24px;
  height: 24px;
  transform: translateX(-24px);
  object-fit: scale-down;
}

.display-none {
  display: none !important;
}

/* DASHBOARD CLASSES */

.dashboard-category-selector {
  width: 100%;
  max-width: 600px !important;
  margin-bottom: 20px;
  background-color: #e6e6e6;
  border-radius: 100rem;
}

.dashboard-category-selector-label {
  min-height: 80px !important;
  max-width: 200px !important;
  border-radius: 100rem !important;
  font-weight: 700 !important;
  font-size: 1.8rem !important;
  display: flex !important; 
  align-items: center !important;
  margin: 0 !important;
}

.dashboard-category-selector-label:hover {
  transform: translateY(0px) !important;
}

.dashboard-category-selector-label:hover:not(.active) {
  opacity: 1 !important;
}

.dashboard-form-factor-selector {
  min-height: 50px;
  width: 13%;
}

.dashboard-form-factor-selector-button {
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  min-height: 50px;
  height: 100% !important;
  width: 100% !important;
  border-radius: 100rem;
  color: #000;
  background-color: #E6E6E6;
  display: flex !important; 
  align-items: center !important;
}

.btn-check:checked + .dashboard-category-selector-label, .btn-check:active + .dashboard-category-selector-label {
  color: #ffffff;
  background-color: #c5003e;
  border-color: #c5003e;
}

.btn-check + .dashboard-category-selector-label {
  color: black;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}

.btn-check:hover:not(:checked) + .dashboard-category-selector-label {
  color: black;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}

.btn-check:hover:checked + .dashboard-category-selector-label {
  color: #ffffff;
  background-color: #c5003e;
  border-color: #c5003e;
}

.btn-create-new {
  margin-bottom: 0 !important;
}

.btn-grey{
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}
/* DETAILS VIEW CLASSES */

.details-filters-button {
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  min-height: 45px;
  height: 100% !important;
  width: fit-content;
  border-radius: 100rem;
  color: #000;
  background-color: #E6E6E6;
  display: flex !important; 
  align-items: center !important;
  justify-content: center !important;
}

.details-filters-button-number {
  font-weight: 700;
  font-size: 1.25rem;
  height: 35px;
  width: 35px;
  border-radius: 100rem;
  color: #c5003e;
  background-color: #fff;
  display: flex !important; 
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}

.details-management-button-container {
  max-width: 65px;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  margin: 0px 20px;
}

.details-management-button {
  color: black;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
  aspect-ratio: 1;
  width: 60px;
  height: 60px;
  border-radius: 100rem;
  text-align: center;
  padding: 0;
  margin-bottom: 10px;
}

.copy-small-button {
  background-color: #E6E6E6;
  border-color: #E6E6E6;
  aspect-ratio: 1;
  width: 20px;
  height: 20px;
  border-radius: 100rem;
  margin-left: 0.5rem;
  vertical-align: text-bottom !important;;
}

.detail-copy-small-button {
  background-color: #E6E6E6;
  border-color: #E6E6E6;
  aspect-ratio: 1;
  width: 20px;
  height: 20px;
  border-radius: 100rem;
  margin-left: 0.5rem;
  vertical-align: text-bottom;
  margin-left: 10px;
}

.details-management-button-icon {
  width: 30px;
  height: 30px;
  transform: translateX(-50%) translateY(50%);
  position: absolute;
}

.copy-small-button-icon {
  width: 10px;
  height: 10px;
  transform: translateX(-50%) translateY(50%);
  position: absolute;
}

.details-management-button-disabled {
  border-radius: 100rem !important;
  opacity: 0.1;
  pointer-events: none;
}

.details-copy-button{
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  margin-left: 0.5rem;
}

.details-copy-button-img {
  width: 20px; 
  height: 20px;
}

.to-show-on-hover {
  display: none;
}

.show-on-hover:hover .to-show-on-hover {
  display: inline;
}

.toast {
  z-index: var(--toast-z-index) !important;
}

.hidden {
  display: none;
}

.dropdown-limit-text {
  line-height: 2rem;
  vertical-align: middle;
  font-size: 1.1rem;
  max-width: 90%; 
  text-overflow: ellipsis; 
  overflow: hidden;
}

.dropdown-icon {
  width: 20px; 
  height: 20px;
  margin: auto;
}

.landing-page-logo {
  background-image: url('/img/logos/am_logo_landing_page.png'); 
  background-size: auto 100%; 
  background-repeat: no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.carriage-return-on-space {
  word-spacing:9999px;
}

.reset-filters-btn {
  background-color: #495057 !important;
  padding: 0.875rem 1.5rem !important; 
}

.details-header-guest {
  margin-left: auto;
  flex: 0 0 300px;
}

/* Bootstrap Modal backdrop override to make it work with custom zoom level */
.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
}

/* E-mail style */

.email-body {
  background-image:url("https://i.ibb.co/5cQ9tt9/background-email.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.email-card {
  display: flex;
  align-items: start;
  justify-content: start;
  max-width: 582px;
}

.email-hr {
  width: 100%;
  color: #c5003e;
  text-align: center;
  height: 3px !important;
  opacity: 1 !important;
}

.img-logo-amplifon {
  max-width: 308px;
  max-height: 76px;
}

.img-logo-portfolio {
  max-width: 135px;
  max-height: 32px;
}

.flex-align-center {
  align-items: center;
}

.btn-reset-filters {
  color: #fff;
  background-color: #495057;
  text-align: center;
  height: 48px;
  line-height: 1.4rem;
  transform: translateY(-1px) !important;
  width: 187px;
}

.btn-reset-filters:hover {
  transform: translateY(-2px) !important;
  color: #fff;
  text-decoration: none;
  background-color: #555e66;
}

.links-dropdown-top-position {
  margin-top: 86px !important;
  border-radius: 0rem 0rem 1rem 1rem !important;
  min-width:10.15vw;
  top: -1.45rem !important;
  z-index: var(--dropdown-z-index);
}

.dropdown-menu:before {
  content: none !important;
}

.dropdown-element-bottom-line{  
  border-bottom: 2px solid rgb(255, 92, 144);
}

:not(.main-content) .navbar .dropdown .dropdown-menu{
  top: 1.45rem !important;
}

.links-dropdown-menu {
  margin-top: 0px !important;
}

.dropdown-element-container{
  max-height: 2.5rem;
  min-height: 2.5rem;
}

.dropdown-anchor{
  display: block;
  max-height: 2.5rem;
  min-height: 2.5rem;
}

.dropdown-toggle.show:after {
  content: none;
}

.topbar-dropdown-container{
  min-width: 260px;
  max-width: 10vw;
}

.topbar-dropdown-shadow{
  box-shadow: inset 0px 5px 9px 0px rgb(72 0 20 / 43%);
  -webkit-box-shadow: inset 0px 5px 9px 0px rgb(72 0 20 / 43%);
  -moz-box-shadow:inset 0px 5px 5px 9px 0px rgb(72 0 20 / 43%);
}

#admin-dropdown {
  top:  -0.45rem !important;
  margin-top: 86px !important;
  border-radius: 0rem 0rem 1rem 1rem !important;
  min-width: 260px;
  max-width: 10vw;
  right: 0 !important;
}

.admin-topnav-icon{
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  margin-left:1rem;
}

.btn-reset-filters:disabled {
  background-color: #495057;
  opacity: 0.5;
}

.btn-reset-filters-icon {
  transform: translateY(-1px) !important;
  object-fit: scale-down;
  padding-right: 0.5rem;
}

/* Bootstrap Tooltip override to make it work with custom zoom level */

.tooltip-inner {
  width: 70px !important ;
}

.bs-tooltip-top {
  position: relative !important;
  width: 70px !important;
  transform: translate(30px, -12px) !important;
}

.bs-tooltip-end {
  position: relative !important;
  width: 70px !important;
  transform: translate(20px, -5px) !important;
}

.bs-tooltip-top > div.tooltip-arrow {
  position: absolute !important;
  top: 0px !important;
  transform: translate(-10px, 17.5px) rotate(90deg) !important;
}

.bs-tooltip-end > div.tooltip-arrow {
  position: absolute !important;
  top: 0px !important;
  transform: translate(0px, 7.5px) !important;
}

.dropdown-icon {
  width: 20px; 
  height: 20px;
  margin: auto;
}

.dropdown-links-button {
  display: flex;
  max-width: 9%;
  min-width: 9%;
}

.dropdown-links-container {
  margin-top: 86px !important;
  border-radius: 0rem 0rem 1rem 1rem !important;
  top: -1.45rem !important;
  z-index: var(--dropdown-z-index);
}

.no-shadow {
  box-shadow: none !important;
}
@media (min-width: 600px) {
  .mobile-content {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}