.breadcrumb-item {
    font-size: 20px !important;
    color: #32393f !important;
}

a {
    color: #32393f !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
    appearance: none;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d70000;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #00df11;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  
  .pricing-slider {
    background-color: #17a00e;
  }

  input:checked + .pricing-slider {
    background-color: #ffc107;
  }


.zoomin {
    transition: transform .2s;
}
.zoomin:hover {
    transform: scale(1.02);
}

.zoomin_x2 {
  transition: transform .5s;
}
.zoomin_x2:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 620px) {
  #notification_dropdown {
    left: 0px;
    width: 90% !important;
    margin: auto;
  }
  #header_user_label {
    display: none;
  }
}


/* width */
::-webkit-scrollbar {
  width: 14px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #afa3935c;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #b9b3aba1;
}



/* Pagination style nelle tabelle DataTables */
.dt-paging-button.active > a {
  background-color: #ffcf30 !important;
  border-color: #ffcf30 !important;
}

.pagination {
  --bs-pagination-focus-box-shadow: none !important;
}

.btn {
  --bs-btn-focus-box-shadow: none !important;
}
.btn-outline-warning {
  --bs-btn-hover-color: #ffc107;
  --bs-btn-hover-bg: none;
}


/* sidebar edits*/
.sidebar-wrapper .metismenu a .menu-title {
  text-wrap: nowrap;
}


.btn_border_fix {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}


.dtb-collection-closeable {
  box-shadow: 0 0 0 9999px rgb(0 0 0 / 60%) !important;
}


.table-btn {
  border: 1px solid #cdcdcd;
  margin-bottom: 12px;
}



/* pulse notification */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}

#notification_counter {
  animation: pulse 1.5s infinite;
}





.alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.alert .btn-close {
  min-width: 18px;
  height: 18px;
  padding: 11px;
  background-color: white;
  opacity: 1;
  border-radius: 30px;
  position: relative;
  margin-left: 20px;
}

.alert .btn-close:focus {
  box-shadow: none !important;
}




.social_button {
  box-shadow: 0px 1px 3px 0px #5e5e5e;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  padding: 0 24px;
  transition: background ease 0.4s;
}

.meta_button {
  background-color: #1877f2;
  color: #fff;
}

.meta_button:hover {
  background-color: #2f8aff;
}

.google_button {
  background-color: #f3f3f3;
}

.google_button:hover {
  background-color: #ffffff;
}



.social_tag {
  border: 0;
  border-radius: 4px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  padding: 0 16px;
  width:fit-content;
  align-content:center;
}

.meta_tag {
  background-color: #1877f2 !important;
  border: 1px solid #67a9ff;
  color: #fff;
}

.google_tag {
  background-color: #f3f3f3 !important;
  border: 1px solid #cbcbcb;
}