.card:hover .hover-visible-journal-card {
    display: inline-block;
}

.card:hover .hover-visible {
    display: inline-block;
}

.hover-visible{
    display: none;
    
}

.hover-visible-journal-card{
    visibility: hidden;
}

/*
.hover-visible input[type="checkbox"]:checked {
    visibility: visible;
}
*/

.brand-logo{
    margin-left: 20px;
}

.card-id{
    display: none;
}

.card-image {
    max-width: 100px;
    max-height: 100px;
}

.card-image-container {
    float: right;
    height: auto;
}

.card-delete, .card-edit {
    cursor: pointer;
}

.mode-view, .card-type {
}

.mode-edit{
    display: none
}

.card-content p {
    word-wrap: break-word    
}



#image-preview {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #ecf0f1;
}
#image-preview input {
  line-height: 200px;
  font-size: 200px;
  position: absolute;
  opacity: 0;
  z-index: 10;
}
#image-preview label {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: #bdc3c7;
  width: 200px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

.card-first-psychotype, .card-second-psychotype{
    font-size: 16px
}

.news-card-actions-panel {
    min-height: 69px;
}

.news-card-actions-common-panel {
    margin-top: 8px;
}

.autocomplete-content, .dropdown-content {
    position: absolute
}

.upload-caption {
    display: block;
    text-align: center;
    font-size: 1rem;
}

.gift-visibility-container {
    margin-bottom: 1em;
}

/*datepicker custom style*/
.picker__date-display {
    background-color: #2196F3 !important;
}
.picker__day--selected {
    background-color: #2196F3 !important;
}
.picker__day.picker__day--today {
    color: #2196F3 !important;
}
.picker__day.picker__day--today.picker__day--selected {
    color: #ffffff !important;
}
.picker__today, .picker__close {
    color: #ffab40 !important;
}
.picker__today:hover, .picker__close:hover {
    color: #ffd8a6 !important;
}
.picker__clear:hover {
    /*#f44336*/
    color: #f4433675 !important;
}
.picker__today:focus, .picker__close:focus, .picker__clear:focus {
    background: transparent !important;
}
.picker__nav--prev:hover {
    background:rgba(0,0,0,0.2) !important;
}
.picker__nav--next:hover {
    background:rgba(0,0,0,0.2) !important;
}
/*end of datepicker*/

/* menu */

.button-collapse {
    display: block !important;
}

.brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* end of menu*/

.red-placeholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1; /* Firefox */
}

.red-placeholder::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

.red-placeholder::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}

.modal-button {
    color: #ffab40 !important;
}

.modal-button:hover {
    color: #ffd8a6 !important;
}

.text-crop {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 5;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}


/*=========IconPicker=============*/

  .picker_icon_container {
    position: absolute;
    background: #fcfcfc;
    text-align: center;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    padding: 20px;
    z-index: 1;
  }
  
  .picker_icon_container:focus {
    outline: none;
  }
  
  .picker_icon_container .icons {
    max-width: 300px;
    max-height: 200px;
    overflow: auto;
  }
  
  div.picker_icon_container input[type="text"] {
    width: 100%;
  }

  .picker_icon_container .icon-container{
    font-size: 30px;
    cursor: pointer;
    border-radius: 50%;
    padding: 10px;
    margin: 3px;
    transition: .2s;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
  }
  
  .picker_icon_container .icon-container:hover {
    background: #ececec;
  }

  .icon_picker {
    color: black; 
    border-bottom: 1px solid #9e9e9e;
    display: flex;
    height: 3rem; 
    justify-content: flex-start; 
    align-items: center;
    margin: 0 0 20px 0;
    position: relative;
  }

  /*=========IconPicker=============*/

  .top-align {
    vertical-align: top;
  }