.add-button{
    cursor: pointer;
    float: right;
    width: 45px;
    height: 45px;
    background: #2d53fe;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 23px;
    border-radius: 50%;
    transition: color .2s ease-in-out;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
}
.selection-product {
    cursor: pointer;
}
.selection-product.active-selection {
    background-color: #eaeaea;
    color: #007bff;
}

.weight-900 {
    font-weight: 900;
}

.weight-700 {
    font-weight: 700;
}

.weight-400 {
    font-weight: 400;
}

b, strong {
    font-weight: 700;
}

input {
    margin-bottom: 25px;
}

.add-button-title{
    float: left;
    line-height: 50px;
}


footer .nav-link{
    color: #999;
}

.table .material-icons{
    font-size: 22px !important;
}

.material-icons {
    font-size: 22px !important;
    cursor: pointer;
}

.notification-menu{
    overflow-y:auto;
    max-height: 500px;
}

.not-unread{
    background: rgba(66,66,66,0.1);
}

.color-white{
    color:white;
}


#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.card-body {
    overflow-x: scroll;
    overflow: auto;
}

.product-image {
    max-width: 100%;
    max-height: 12rem;
    margin-bottom: 25px;
}
.product-center {
    text-align: center;
}

.rules-history-card {
    background-color: #f5f6f8;
    border-radius: 0.65rem;
    margin: 10px 30px 10px 30px;
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.word-match-error {
    background-color: yellow;
    padding: 3px;
    border-radius: 5px;
    box-shadow: 0px 6px 17px 0px #00000029;
}

.rule-area {
    line-height: 2;
}

.badge-primary-filter {
    background-color: #bcc5d8;
    color: #ffffff;
}

/* width */
.iso-classification-container::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.iso-classification-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.iso-classification-container::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.iso-classification-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/* width */
.apl-classification-container::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.apl-classification-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.apl-classification-container::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.apl-classification-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/* width */
.rule-container::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.rule-container::-webkit-scrollbar-track {
  background: #fafafa;
}

/* Handle */
.rule-container::-webkit-scrollbar-thumb {
  background: #d5d5d5;
}

/* Handle on hover */
.rule-container::-webkit-scrollbar-thumb:hover {
  background: #c6c6c6;
}


/* width */
.description-container::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.description-container::-webkit-scrollbar-track {
  background: #fdfdfd;
}

/* Handle */
.description-container::-webkit-scrollbar-thumb {
  background: #d5d5d5;
}

/* Handle on hover */
.description-container::-webkit-scrollbar-thumb:hover {
  background: #c6c6c6;
}

/* width */
.description-container::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.description-container::-webkit-scrollbar-track {
  background: #fdfdfd;
}

/* Handle */
.description-container::-webkit-scrollbar-thumb {
  background: #d5d5d5;
}

/* Handle on hover */
.description-container::-webkit-scrollbar-thumb:hover {
  background: #c6c6c6;
}



/* width */
.notification-menu::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.notification-menu::-webkit-scrollbar-track {
  background: #fdfdfd;
}

/* Handle */
.notification-menu::-webkit-scrollbar-thumb {
  background: #d5d5d5;
}

/* Handle on hover */
.notification-menu::-webkit-scrollbar-thumb:hover {
  background: #c6c6c6;
}


.description-container {
    margin-bottom:25px;
    max-height: 10rem;
    overflow-y: scroll;
    padding-right: 0.65rem;
}

a.product-anchor {
    display: block;
    position: relative;
    top: -205px;
    visibility: hidden;
}

.stats-small__label text-uppercase {
    font-weight: 600;
}

/* The radio */
.radio {

    display: block;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.1rem;
    cursor: pointer;
    font-size: 1.14rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkround {

    position: absolute;
    top: 6px;
    left: 0;
    height: 1rem;
    width: 1rem;
    background-color: #007bff;
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
    background-color: #007bff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
    left: 2px;
    top: 2px;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #fff;


}


.no-editing-allowed {
    background: #eee;
    cursor: not-allowed;
    pointer-events: none;
}