* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  box-shadow: none !important;
}
.info-border {
  border: 1px solid #0dcaf0;
}
.form-control:focus,
.form-control:active {
  border: 1px solid #0dcaf0;
  box-shadow: none !important;
}
.dropdown-menu {
  min-width: 100px;
}
.dropdown-item {
  width: 100px;
  font-weight: 500;
  color: #333;
}
.dropdown-item:hover {
  color: white;
  background-color: #0dcaf0;
}
.sidebar {
  /*
  bottom: 0;
  left: 280px;
  z-index: 1000;
  display: block;
  overflow-x: hidden;
  overflow-y: auto; */
  padding: 20px 0 0 0;
  top: 35px;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
}
/* 
.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
} */

.sidebar .nav-link {
  width: 140px;
  font-weight: 500;
  color: #333;
  border-radius: 20px;
}
.sidebar .nav-link:hover {
  background-color: #cff5fc;
}

.sidebar .nav-link .fas {
  margin-right: 10px;
}
main {
  margin-top: 85px;
}
.navbar-toggler {
  z-index: 1000;
}
@media (max-width: 767px) {
  .sidebar {
    position: relative;
    top: 0;
  }
  main {
    margin-top: 65px;
    width: 100%;
  }
  .deneme {
    margin: auto;
    width: 98%;
  }
}
@media (max-width: 768px) {
  #paylas {
    padding: 10px;
  }
}
@media (min-width: 1025px) {
  #paylas {
    padding: 40px;
  }
}
#search {
  background-image: url(/images/background.jpg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.chat-messages {
  display: flex;
  flex-direction: column;
  max-height: 700px;
  overflow-y: scroll;
}

.chat-message-left,
.chat-message-right {
  display: flex;
  flex-shrink: 0;
}

.chat-message-left {
  margin-right: auto;
}

.chat-message-right {
  flex-direction: row-reverse;
  margin-left: auto;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
