.svg-button-animation {
  cursor: pointer;
  opacity: 0.6;
}
.svg-button-animation:hover {
  cursor: pointer;
  transition: all 0.8s;
  opacity: 1;
}
.svg-button-animation-change-color {
  opacity: 0.66;
}
.svg-button-animation-change-color:hover {
  cursor: pointer;
  opacity: 1;
  transition: all 0.8s;
  background-color: #EEE;
}

.ant-list-item-meta-description {
    display: flex;
    flex-direction: column;
}

.horizontal-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow-y: auto;
    max-height: 700px;
}

.border-smile-container {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px;
    margin: auto 0;
}
.add-component-form-page-container > form {
  height: 100%;
  width: 80%;
  max-width: 800px;
}
.ant-layout-footer {
  padding: 5px;
  background: white;
  border: 1px solid #e2e2e2;
}
a {
  word-break: break-all;
}
.svg-button-wrapper {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.svg-button {
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFF;
}
.svg-button:hover {
  cursor: pointer;
  transition: all 0.8s;
  background-color: #EEE;
}

.editor-button {
    background: #fff;
    border-width: 0;
    border-style: solid;
    border-color: #adadad;
    box-sizing: border-box;
    padding: 0;
}

.editor-button:hover > i > svg {
    border: 0;
    background-color: rgba(0, 0, 0, 0.05);
}

.editor-button-highlight > i > svg {
    border: 0;
    background-color: rgba(0, 0, 0, 0.05);
}

.custom-filter-dropdown {
    padding: 8px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  }
  
  .custom-filter-dropdown input {
    width: 130px;
    margin-right: 8px;
  }
  
  .custom-filter-dropdown button {
    margin-right: 8px;
  }
  
  .highlight {
    color: #f50;
  }
