@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
body {
  font-family: "Oswald", sans-serif;
  background-color: #212121;
  letter-spacing: 0.5px;
}

a {
  color: #71b6ff;
}
a:hover {
  color: #71b6ff;
}

.btn:focus {
  box-shadow: none;
}

.fa {
  font-size: 24px;
}

.material-icons {
  vertical-align: middle;
}

.terms-card {
  background-color: white;
  color: #000;
}
@media all and (min-width: 767px) {
  .terms-card .card-body {
    padding: 1.5rem;
  }
}

.text-nekoreten-red {
  color: #e53935;
}

.api-documentation .api-introduction {
  font-size: 1.4rem;
  padding: 15px !important;
}

.integrations .first-integration-row {
  background-color: #650009;
  border-radius: 10px 10px 0px 0px;
}
.integrations .first-integration-row h1 {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  text-shadow: 2px 2px black;
}
@media all and (max-width: 990px) {
  .integrations .first-integration-row h1 {
    font-size: 2.2rem;
    padding: 10px;
  }
}
.integrations .first-integration-row p {
  font-size: 1.8rem;
  padding: 10px;
  margin: 30px;
}
.integrations .first-integration-row p .integration-systems {
  color: #fec00f;
  text-shadow: 2px 2px black;
}
@media all and (max-width: 990px) {
  .integrations .first-integration-row p {
    margin: 0px;
  }
}
.integrations .second-integration-row {
  border-top: dashed 10px black;
  background-color: white;
  padding-top: 20px;
}
.integrations .second-integration-row p {
  color: black;
  font-size: 1.8rem;
  padding: 10px;
  margin: 30px 0 0 0;
}
.integrations .second-integration-row p .integration-systems {
  color: #ff3547;
  text-shadow: 2px 2px black;
  font-weight: bold;
}
.integrations .second-integration-row ul {
  color: black;
  font-size: 1.3rem;
  padding-left: 50px;
}
.integrations .third-integration-row {
  border-top: dashed 10px black;
  background-color: #650009;
  padding-top: 20px;
}
.integrations .third-integration-row h1 {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  text-shadow: 2px 2px black;
}
@media all and (max-width: 990px) {
  .integrations .third-integration-row h1 {
    font-size: 2.2rem;
  }
}
.integrations .third-integration-row p {
  font-size: 1.8rem;
  padding: 10px;
  margin: 30px;
}
.integrations .third-integration-row p .integration-systems {
  color: #fec00f;
  text-shadow: 2px 2px black;
}
.integrations .third-integration-row .integration-contact-us-image {
  left: -15px;
  position: relative;
}

.main-header {
  box-shadow: 0px -10px 8px 10px rgba(255, 255, 255, 0.2);
  position: relative;
}
body:not(.url-key-home) .main-header {
  margin-bottom: 15px;
}
.main-header .navbar {
  max-height: 60px;
}
@media all and (max-width: 990px) {
  .main-header .navbar {
    background-position-y: -100px;
    max-height: 100%;
  }
}
.main-header .navbar .navbar-brand img {
  max-height: 50px;
}
@media all and (max-width: 767px) {
  .main-header .navbar .navbar-brand img {
    max-height: 40px;
  }
}
.main-header .navbar .welcome-text {
  padding: 15px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-15 {
  margin: 15px;
}

.form-group .iti {
  display: block;
}

.iti__country-list {
  background-color: #424242;
}

.btn-primary {
  background-color: #005fc5;
  border-color: #0078f8;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #2c92ff;
  border-color: #2c92ff;
  box-shadow: none;
}

.btn-facebook {
  background-color: #4267b2;
  color: #fff;
  transition: all linear 0.3s;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #263c68;
}
.btn-facebook .fa {
  vertical-align: text-bottom;
}

.text-bold {
  font-weight: bold;
}

.text-danger {
  color: #dc3545;
}

#navbarNav .welcome-text a {
  display: inline;
  color: white;
  padding: 0;
}

.waving {
  animation: wave 7s infinite;
}

@keyframes wave {
  0% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}
.pulse {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0.5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0.5;
  }
}
@keyframes flashing {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.flashing-element {
  animation: flashing 1.2s 3;
}

.nav-link.blog-link {
  color: #e53935 !important;
}
.nav-link.blog-link i {
  margin-left: -4px;
}
.nav-link:hover {
  cursor: pointer;
  color: #71b6ff !important;
  text-decoration: none;
}
.nav-link.exit-link:hover {
  color: #e53935 !important;
}
.nav-link .unread-conversations-count {
  color: white;
  background-color: #e53935;
  border-radius: 10px;
  padding: 4px 8px;
  font-size: 0.8rem;
  font-weight: bold;
}

.page-profile-reports table tr:first-child td {
  border-top: none !important;
}
.page-profile-reports table tr:first-child th {
  border-top: none !important;
}
.page-profile-reports .table-report {
  background-color: #282828;
  background-image: url(/assets/images/pattern-nekorekten.png);
  background-size: 130px;
}
.page-profile-reports .table-report tr th:first-child {
  width: 20%;
  padding-right: 0px;
}
.page-profile-reports .table-report tr th {
  width: 80%;
}
.page-profile-reports .table-reporter tr th:first-child {
  width: 20%;
  padding-right: 0px;
}
.page-profile-reports .table-reporter tr th {
  width: 80%;
}

.page-home .box-intro {
  padding: 5rem;
  background-color: #282828;
  background-image: url(/assets/images/pattern-nekorekten.png);
}
@media all and (max-width: 767px) {
  .page-home .box-intro {
    background-position-y: -100px;
    padding: 30px 15px !important;
  }
}
.page-home table tr:first-child td {
  border-top: none !important;
}
.page-home table tr:first-child th {
  border-top: none !important;
}
.page-home .table-report {
  background-color: #282828;
  background-image: url(/assets/images/pattern-nekorekten.png);
  background-size: 130px;
}
.page-home .table-report tr th:first-child {
  width: 20%;
  padding-right: 0px;
}
.page-home .table-report tr th {
  width: 80%;
}
.page-home .table-reporter tr th:first-child {
  width: 20%;
  padding-right: 0px;
}
.page-home .table-reporter tr th {
  width: 80%;
}
.page-home .top-text {
  padding: 0 1rem;
  font-size: 4rem;
}
.page-home .top-text .main-text-top-half {
  text-shadow: 2px 2px #100e0e;
}
.page-home .top-text .ms-slider .ms-slider__words .ms-slider__word {
  color: #ff3547;
  text-shadow: 2px 2px #272424;
}
.page-home .info-text {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.page-home .info-text .text-bg {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 7px;
  border-radius: 7px;
}
@media all and (max-width: 767px) {
  .page-home .info-text .text-bg {
    padding: 2px;
  }
}
.page-home .box-info {
  background-color: #2e2e2e;
}
.page-home .box-info .icon-holder .material-icons {
  font-size: 8rem;
}
.page-home .box-info .item-info {
  text-align: center;
  padding: 2rem;
}
.page-home .box-info .item-info .color-success {
  color: #7fc70e;
}
.page-home .box-info .item-info .color-total-viewed {
  color: #009264;
}
.page-home .box-info .item-info .color-danger {
  color: #e53935;
}
.page-home .box-info .text-number {
  font-size: 3rem;
}
@media all and (max-width: 767px) {
  .page-home .box-info {
    display: none;
  }
}
.page-home .box-info-mobile {
  display: none;
  background-color: #2e2e2e;
}
.page-home .box-info-mobile .box-info-mobile-stats {
  font-size: 3vh;
}
.page-home .box-info-mobile .material-icons {
  font-size: 4rem;
}
.page-home .box-info-mobile .color-success {
  color: #7fc70e;
}
.page-home .box-info-mobile .color-total-viewed {
  color: #009264;
}
.page-home .box-info-mobile .color-danger {
  color: #e53935;
}
@media all and (max-width: 767px) {
  .page-home .box-info-mobile {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .page-home .box-intro {
    padding: 15px;
  }
  .page-home .top-text {
    font-size: 2rem;
  }
}

.mouse-pointer {
  cursor: pointer;
}

.visibility-hidden {
  visibility: hidden;
}

.box-search-form {
  padding-top: 3rem;
  margin-bottom: 3rem;
}

.form-check .form-check-label .selected-radio-input {
  font-size: 45px !important;
  color: #7fc70e;
}
.form-check .form-check-label .deselected-radio-input {
  font-size: 30px;
}

.animation-shake-hover:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.position-fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 770px) {
  .position-fixed-bottom {
    position: static;
  }
}

.contacts-block .card .card-header {
  font-size: 22px;
}

.btn-add-signal {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  background-color: #ff3547;
  border-radius: 10px;
  z-index: 9;
  padding: 0;
  transition: all linear 0.3s;
  color: #fff;
}
.btn-add-signal:hover {
  background-color: #ff0219;
}
.btn-add-signal .material-icons {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .btn-add-signal {
    display: inline-block;
    right: 10px;
    bottom: 10px;
  }
  .btn-add-signal .material-icons {
    font-size: 3rem;
  }
}

/*/-------------- POPUP -------------------/*/
#popWindow {
  position: fixed;
  right: 10px;
  bottom: 10px;
  max-width: 300px;
  padding: 16px;
  background: url("/assets/images/pop-up.jpg");
  font-size: 14px;
  border: 1px solid rgb(129, 129, 129);
  box-shadow: 1px 1px 5px rgb(129, 129, 129);
  opacity: 0;
  color: white;
  line-height: 1;
  z-index: 99999999;
}
#popWindow p {
  cursor: pointer;
  text-shadow: 1px 2px black;
  background: rgba(30, 30, 30, 0.6);
  padding: 10px;
  line-height: 16px;
}
#popWindow b {
  font-size: 16px;
  color: white;
}
#popWindow i {
  font-size: 16px;
  color: white;
}
#popWindow span {
  font-size: 16px;
  color: white;
}

/*/-------------- END POPUP -------------------/*/
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.main-footer {
  padding: 1rem 0;
  background-color: #212121;
  box-shadow: 0px 10px 8px 10px rgba(255, 255, 255, 0.2);
}
body:not(.url-key-home) .main-footer {
  margin-top: 15px;
}
.main-footer .nav .nav-link {
  padding: 2px;
}
.main-footer .nav a {
  color: #fff;
}
.main-footer .icon-links-holder {
  margin-right: 1rem;
}
.main-footer .icon-links-holder a {
  transition: all linear 0.1s;
  color: #fff;
  display: inline-block;
}
.main-footer .icon-links-holder a:hover {
  transform: rotate(20deg);
}
.main-footer .icon-links-holder a .fa {
  font-size: 2rem;
}
@media all and (max-width: 767px) {
  .main-footer .nav a {
    padding: 0.5rem 0.5rem;
  }
}

.drop-box {
  background: #343a40;
  border: 5px dashed #212121;
  width: 100%;
  text-align: center;
  padding: 25px;
  margin-bottom: 10px;
}
.drop-box.dragover {
  border: 5px dashed #3991b0;
}

.ms-slider {
  display: inline-block;
  height: 1.64em;
  overflow: hidden;
  vertical-align: middle;
  mask-image: linear-gradient(transparent, white, white, white, transparent);
  mask-type: luminance;
  mask-mode: alpha;
}
.ms-slider__words {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  animation-name: wordSlider;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-duration: 7s;
}
.ms-slider__word {
  display: block;
  line-height: 1.36em;
  text-align: left;
}

.modal-content {
  background-color: #263238;
}
.modal-content .modal-header button {
  font-size: 2rem;
}

.badge-home-page {
  font-size: 88%;
  width: 100%;
}
@media all and (max-width: 767px) {
  .badge-home-page {
    font-size: 86%;
    white-space: inherit;
    margin-top: 5px;
  }
}

.badge-home-page-form {
  font-size: 75%;
  width: 100%;
}
@media all and (max-width: 767px) {
  .badge-home-page-form {
    font-size: 60%;
    white-space: inherit;
  }
}

.text-white {
  color: white;
}

.alert-secondary-danger {
  border-color: #dc3545;
  color: #ab3d42;
}

.item .card-body .button-start-direct-message {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.item .card-body .button-start-direct-message:hover {
  cursor: pointer;
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
  color: black !important;
  text-decoration: none;
}

.cursor-pointer {
  cursor: pointer;
}

.local-loader-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
}
.local-loader-holder .local-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.title-report-results {
  margin-bottom: 25px;
  text-align: center;
}

.list-reports .card-header-warning-message {
  font-size: 12px;
  color: var(--red);
}
.list-reports .inner-report-child {
  margin: 10px;
}
.list-reports .inner-report-child .card .card-body .report-details .facebook-url i {
  color: white !important;
}
.list-reports .inner-report-child .card .card-body .report-details .facebook-url a {
  color: white !important;
}
.list-reports .inner-report-child .card .card-body .report-details .web i {
  color: white !important;
}
.list-reports .inner-report-child .card .card-body .report-details .phone i {
  color: white !important;
}
.list-reports .inner-report-child .card .card-body .report-details .email i {
  color: white !important;
}
.list-reports .inner-report-child .card .reporter-info {
  padding-top: 5px;
  text-align: right;
}
.list-reports .card {
  margin: 10px;
}
.list-reports .card .card-header .name {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 5px;
}
.list-reports .card .card-header .name .liked-button {
  float: right;
  font-size: 15px;
}
.list-reports .card .card-header .name .liked-button .liked {
  color: #7fc70e;
}
.list-reports .card .card-header .name .liked-button .material-icons {
  font-size: 30px;
}
.list-reports .card .card-header .delete-button {
  float: right;
}
.list-reports .card .card-body .report-details {
  font-size: 14px;
  border-radius: 7px;
}
.list-reports .card .card-body .report-details td {
  word-break: break-word;
}
.list-reports .card .card-body .report-details span {
  display: inline-block;
  margin: 0 5px;
}
.list-reports .card .card-body .report-details .facebook-url i {
  color: #4267b2 !important;
}
.list-reports .card .card-body .report-details .facebook-url a {
  color: #494d51 !important;
}
.list-reports .card .card-body .report-details .email i {
  color: #d2554b;
}
.list-reports .card .card-body .report-details a {
  color: #fff;
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .list-reports .card .card-body .report-details {
    margin: 0 0 20px 0;
  }
}
.list-reports .card .card-body .attachment-p {
  font-size: 22px;
  margin-bottom: 5px;
}
.list-reports .card .card-body .files-holder .item-file {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  min-width: 110px;
  min-height: 110px;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  text-align: center;
  word-wrap: break-word;
}
.list-reports .card .card-body .files-holder .item-file a {
  display: block;
  font-size: 19px;
}
.list-reports .card .card-body .files-holder .item-file a i {
  font-size: 27px;
  position: relative;
  top: 6px;
}
.list-reports .card .card-body .description {
  word-wrap: break-word;
}
@media all and (max-width: 767px) {
  .list-reports .card .card-body .description {
    padding: 0;
    text-align: justify;
  }
}
.list-reports .card .card-body .create-date {
  font-size: 12px;
}
.list-reports .card .reporter-info {
  padding-top: 5px;
  text-align: right;
}
@media all and (max-width: 767px) {
  .list-reports .item .description {
    padding: 0;
  }
}

.page-reports-add-edit .files-holder .item-file {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  min-width: 110px;
  min-height: 110px;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  text-align: center;
  word-wrap: break-word;
  position: relative;
}
.page-reports-add-edit .files-holder .item-file a {
  display: block;
}
.page-reports-add-edit .files-holder .item-file a .icon-download {
  font-size: 30px;
}
.page-reports-add-edit .files-holder .item-file .btn-holder {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.25rem;
  color: #fff;
  line-height: 1;
}
.page-reports-add-edit .files-holder .item-file .btn-holder .btn {
  padding: 0;
  color: #fff;
  line-height: 1;
}
.page-reports-add-edit .files-holder .item-file .btn-holder .btn i {
  font-size: 16px;
  position: static;
  top: 0;
}

.card-heeader-contacts {
  font-size: 1.6rem;
}

.profile-page-container .card-user-details .card-header {
  height: 65px;
}
@media all and (max-width: 767px) {
  .profile-page-container .card-user-details .card-header {
    height: auto;
  }
}
.profile-page-container .card-user-details .card-body {
  background-color: #282828;
  background-image: url(/assets/images/pattern-nekorekten.png);
  padding: 65px;
}
@media all and (max-width: 767px) {
  .profile-page-container .card-user-details .card-body {
    padding: 1.25rem;
  }
}
.profile-page-container .card-user-details .card-body .profile-img img {
  max-width: 180px;
}
@media all and (max-width: 767px) {
  .profile-page-container .card-user-details .card-body .profile-img img {
    max-width: 300px;
  }
}
@media all and (max-width: 400px) {
  .profile-page-container .card-user-details .card-body .profile-img img {
    max-width: 100%;
  }
}
.profile-page-container .card-user-details .card-body .drop-box {
  color: white;
  padding: 10px;
  margin-top: 10px;
}
.profile-page-container .card-user-details .card-body .drop-box:hover {
  cursor: pointer;
}
.profile-page-container .card-user-details .card-body .table tr td:nth-of-type(2) {
  width: 100%;
  padding: 10px;
}
.profile-page-container .card-user-details .card-body .table .btn {
  width: 100%;
  text-align: center;
  padding: 6px;
  border: none;
  text-decoration: none;
}
.profile-page-container .card-user-details .card-body .table .btn-info,
.profile-page-container .card-user-details .card-body .table .btn-success {
  color: white !important;
}
.profile-page-container .card-user-details .card-body .table .btn-warning,
.profile-page-container .card-user-details .card-body .table .btn-light {
  color: black !important;
}

.conversations-page-container {
  min-height: 90vh;
  display: flex;
}
.conversations-page-container .img-user {
  height: 50px;
  width: 50px;
}
.conversations-page-container .card-conversations {
  width: 100%;
}
.conversations-page-container .card-conversations .card-body {
  padding: 0;
  background-color: #282828;
  background-image: url(/assets/images/pattern-nekorekten.png);
}
.conversations-page-container .card-conversations .search {
  border-radius: 15px 0 0 15px !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 0 !important;
  color: white !important;
}
.conversations-page-container .card-conversations .search:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.conversations-page-container .card-conversations .search_btn {
  border-radius: 0 15px 15px 0 !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 0 !important;
  color: white !important;
  cursor: pointer;
}
.conversations-page-container .card-conversations .list-conversations li {
  padding: 10px;
  position: relative;
}
.conversations-page-container .card-conversations .list-conversations li:hover, .conversations-page-container .card-conversations .list-conversations li.active {
  background-color: rgba(0, 0, 0, 0.3);
}
.conversations-page-container .card-conversations .conversation-status-icon {
  position: absolute;
  right: 0.1em;
  bottom: 0;
}
.conversations-page-container .card-conversations .conversation-status-icon.read {
  color: #cdc7c8;
}
.conversations-page-container .card-conversations .conversation-status-icon.unread {
  color: #e53935;
}
@media all and (max-width: 767px) {
  .conversations-page-container .card-conversations {
    margin-bottom: 1rem;
  }
  .conversations-page-container .card-conversations.is-conversation-selected {
    display: none;
  }
}
.conversations-page-container .card-message-details {
  width: 100%;
}
.conversations-page-container .card-message-details .btn-close-conversation {
  display: none;
}
.conversations-page-container .card-message-details .conversation-details {
  display: flex;
  align-items: center;
}
.conversations-page-container .card-message-details .load-older-messages {
  display: table;
  margin: 10px auto;
  color: white;
  background-color: grey;
  padding: 5px 10px;
  border-radius: 16px;
}
.conversations-page-container .card-message-details .load-older-messages:hover {
  cursor: pointer;
  background-color: #71b6ff;
}
.conversations-page-container .card-message-details .user_info span {
  font-size: 20px;
  color: white;
}
.conversations-page-container .card-message-details .user_info p {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.conversations-page-container .card-message-details .item-message {
  display: flex;
  margin-bottom: 1rem;
}
.conversations-page-container .card-message-details .item-message.is-your {
  flex-direction: row-reverse;
}
.conversations-page-container .card-message-details .item-message.is-your .img-holder {
  margin-left: 1rem;
  margin-right: 0;
}
.conversations-page-container .card-message-details .item-message.is-your .data-holder {
  background-color: rgba(0, 132, 255, 0.3);
}
.conversations-page-container .card-message-details .item-message .data-holder {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.conversations-page-container .card-message-details .item-message .img-holder {
  margin-right: 1rem;
  margin-left: 0;
}
.conversations-page-container .card-message-details .item-message .message-date {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.conversations-page-container .card-message-details .card-header {
  position: relative;
  border-bottom: 0 !important;
  display: flex;
  justify-content: space-between;
}
.conversations-page-container .card-message-details .card-body {
  background-color: #282828;
  background-image: url(/assets/images/pattern-nekorekten.png);
  padding: 15px;
  overflow-y: auto;
  height: calc(100vh - 330px);
}
.conversations-page-container .card-message-details .card-footer {
  padding: 0;
}
.conversations-page-container .card-message-details .form-message .form-control {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border-radius: 0.25rem;
  color: white !important;
  height: 90px !important;
  overflow-y: auto;
  border: 2px solid gray;
  border-right: none;
}
.conversations-page-container .card-message-details .form-message .form-control::focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.conversations-page-container .card-message-details .form-message button {
  position: relative;
  top: 0px;
  right: 0px;
  border: 0;
  border-radius: 0 0.25rem 0.25rem 0;
  height: 90px;
  width: 44px;
  font-size: 20px;
  color: #fff;
  background: #26c2f7;
}
.conversations-page-container .card-message-details .form-message .text-danger-chat {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
  text-align: right;
}
@media all and (max-width: 767px) {
  .conversations-page-container .card-message-details .btn-close-conversation {
    display: block;
  }
}
.conversations-page-container .user-info {
  margin-left: 15px;
}
.conversations-page-container .conversation-status {
  font-size: 11px;
}
@media all and (max-width: 767px) {
  .conversations-page-container {
    min-height: auto;
  }
  .conversations-page-container .chat-not-selected {
    display: none;
  }
}

.list-articles .card {
  margin-bottom: 2rem;
}
.list-articles .card .card-body {
  background-image: url(/assets/images/pattern-nekorekten.png);
}
.list-articles .card .card-body .card-title {
  height: 3rem;
  overflow: hidden;
}
.list-articles .card .card-body .card-text {
  height: 60px;
  line-height: 20px;
  overflow: hidden;
}

.article-details {
  background: white;
  color: black;
  padding: 15px;
  border-radius: 5px;
}
.article-details .article-image {
  margin-bottom: 2rem;
}
.article-details .article-name {
  margin-bottom: 3rem;
}
@media all and (max-width: 990px) {
  .article-details p img {
    width: 100%;
  }
}

.animation-spin {
  animation: spin 3s linear infinite;
}

.cookie-popup {
  position: fixed;
  right: 10px;
  bottom: 10px;
  margin-left: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 15px;
  padding-top: 20px;
  color: #fff;
  transition: all 0.2s linear;
  border-radius: 10px;
}
.cookie-popup a {
  color: #fff;
  text-decoration: underline;
}
.cookie-popup .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  opacity: 0.7;
  z-index: 10;
}
.cookie-popup .close:hover {
  opacity: 1;
}
@media all and (max-width: 767px) {
  .cookie-popup {
    right: 70px;
    font-size: 12px;
    padding: 5px;
    padding-right: 20px;
  }
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -6px;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 19px;
  top: 50%;
  width: 10px;
  height: 15px;
  margin-top: -9px;
  padding: 0;
  line-height: 1;
  text-decoration: none;
}
.ui-select-bootstrap .ui-select-toggle > a.btn::before {
  content: "x";
  color: #fff;
}
.ui-select-bootstrap .dropdown-menu {
  display: block;
  padding: 0;
}
.ui-select-bootstrap .btn-default-focus {
  box-shadow: none;
  background: none;
  outline: none;
}
.ui-select-bootstrap .ui-select-choices-row > span {
  color: #fff;
}
.ui-select-bootstrap .dropdown-header {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #454d55;
}
.ui-select-bootstrap .btn:hover {
  color: #fff;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes wordSlider {
  0%, 27% {
    transform: translateY(0%);
  }
  33%, 60% {
    transform: translateY(-20%);
  }
  66%, 93% {
    transform: translateY(-40%);
  }
  100% {
    transform: translateY(-60% -80%);
  }
}