.log-entry {
  padding: 10px;
  border-bottom: 1px solid #eee;
  animation: highlight 2s ease-out;
}

@keyframes highlight {
  from { background-color: #e1f5fe; }
  to { background-color: transparent; }
}

.btn-open {
  background: #28a745;
  color: white;
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: bold;
}
body {
  background: #f2f2f2;
  margin: 0;
  font-family: sans-serif;
}

.top-header {
  background: #000000;
  color: white;
  padding: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.logo-area {
  text-align: center;
}

.user-row {
  display: flex;
  align-items: center;
  color: #b18b24;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #555;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome-text {
  margin-left: 12px;
  margin-right: 5px;
}

.page-content {
  padding: 10px;
}

.page-content-useful-phones {
  padding: 30px;
}

.section-title {
  color: #555;
  margin-bottom: 20px;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 5px;
  padding: 10px;
}

.menu-card {
  background: white;
  border-radius: 20px;
  min-height: 100px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.acc{
  align-content: center;
}

.jce{
  justify-content: end;
}

.asc{
  align-self: center;
}

.back-btn-usr {
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}

.back-btn-usr:hover {
  opacity: 0.7; 
  
}
.menu-icon {
  height: 40px;
  filter: invert(59%) sepia(68%) saturate(579%) hue-rotate(3deg) brightness(93%) contrast(89%);
}

.menu-icon + span  {
  text-align: center;
}

.back-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 10;
    top: 45px;
    left: 10%;
}

.block-header {
  display: block;
  align-content: center;
  align-items: center;
}

.button-icon{
  width: 20px;
}

.body-title {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.btn-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #ffffffbf;
  color: #333;
  height: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.ml-5{
  margin-left: 5px;
}

.card-new-contact{
  padding: 20px;
}

.card-contact-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px;
}
.card-contact-btn{
  justify-content: flex-end;
}

.btn-lg{
  width: 190px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */
@import "bootstrap";
