
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
.hrplatform{
  font-family: "Alfa Slab One", serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}

/* პრელოუდერის ფონი */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white; /* ან შეგიძლია გამოიყენო სხვა ფერი */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
  opacity: 1;
}

/* გადასვლა გაუჩინარებაზე */
#preloader.fade-out {
  opacity: 0;
}

/* სპინერი */
.spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #f3f3f3; /* ღია ფონი */
  border-top: 6px solid #3498db; /* ზედა ნაწილი — ფერი */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* ანიმაცია */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


header nav{
  background-color: black!important;
}
body{
  background-color: black  !important;
}
.loginbody{
  background-color: rgb(49, 49, 49)  !important;
}

.nav-link.active {
  position: relative;
  color: #00f0ff !important;
  font-weight: bold;
  transition: all 0.3s ease;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #00f0ff;
  border-radius: 2px;
}


/* შეტყობინების წერტილები */
.has-new-message::after,
.has-new-post::after {
  z-index: 1000 !important;
}

.btn-3d {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: linear-gradient(to top, #28a745, #5fd37e);
  color: white;
  font-weight: bold;
  font-size: 18px;
  min-height: ;
  text-align: center;
  line-height: 100px; /* ცენტრალური ტექსტი */
  border: none;
  border-radius: 6px;
  box-shadow:
    0 10px 0 #1c6b34,     /* ძირითადი დაბლა ჩრდილი */
    0 14px 20px rgba(0, 0, 0, 0.3); /* გარე ჩრდილი */
  transition: all 0.1s ease-in-out;
  user-select: none;
  cursor: pointer;
}

.btn-3d:active {
  transform: translateY(10px);
  box-shadow:
    0 2px 0 #1c6b34,
    0 4px 6px rgba(0, 0, 0, 0.2);
}
.btn-3d-danger {
  background: linear-gradient(to top, #dc3545, #ff6b81);
  box-shadow:
    0 10px 0 #941a29,
    0 14px 20px rgba(0, 0, 0, 0.3);
}

.btn-3d-danger:active {
  transform: translateY(10px);
  box-shadow:
    0 2px 0 #941a29,
    0 4px 6px rgba(0, 0, 0, 0.2);
}

.has-new-message {
    position: relative;
}
.has-new-message::after {
    content: '';
    position: absolute;
    top: 2px;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
}

.has-new-post {
    position: relative !important;
}
.has-new-post::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 30px;
    width: 10px;
    height: 10px;
    background-color:red;
    border-radius: 50%;
}
.my-msg {
    background-color: #d1fff1;
    color: #000000;
    border-radius: 10px;
    padding: 10px 15px;
    display: inline-block;
    max-width: 75%;
      word-wrap: break-word;    /* გრძელი სიტყვები გადმოიხაროს */
    overflow-wrap: break-word; /* უსაფრთხოებისათვის */
    white-space: normal;   
}

.other-msg {
    background-color: #e2e2e2;
    color: #1f1f1f;
    border-radius: 20px;
    padding: 10px 15px;
    display: inline-block;
    max-width: 75%;
      word-wrap: break-word;    /* გრძელი სიტყვები გადმოიხაროს */
    overflow-wrap: break-word; /* უსაფრთხოებისათვის */
    white-space: normal;   

}
.chat-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.attend-list {
    margin: 100px;
}


tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-radius: 10% !important;
    border-style: solid;
    border-color: rgb(95, 158, 0) !important;
    border-width: 0;
}
.login-form{
    
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.login-form form {
     width: 90%;

}
.post-image-wrapper {
  max-width: 500px;
  margin: 15px auto;
  overflow: hidden;
  border-radius: 10px;
}

.post-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.heart-icon {
  transition: color 0.2s ease;
}
.heart-icon.liked {
  color: red;
}
   .hr-span{
    color:white;
    font-size: 20px;
    font-weight: bold;
    background-color: rgb(0, 0, 110);
    width: 40px;
    
    text-align: center;
   }
        


@media (max-width: 991.98px) {
  .navbar .position-absolute {
    z-index: 1051; /* მეტი ვიდრე collapse-ის */
  }
}

.fixed-icons {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1055;
  display: flex;
  gap: 10px;
}
#hrMessageBtn {
    position: relative;
    display: inline-block;
    border: none;
    font-size: 16px;
    text-decoration: none;
   
}

#hrMessageBtn.has-new-message::after {
    content: '';
    position: absolute;
    top: 2px;
   
    background-color: red;
    
    
}
.fixed-top-icons {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1055;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
textarea.no-resize {
  resize: none !important;
  overflow: auto; /* scrollbar გამოჩნდება ტექსტისთვის */
  width: 100%; /* სურვილისამებრ */
  height: 100px; /* სურვილისამებრ, რომ არ გაიზარდოს */
}
.btn-fancy {
  background: linear-gradient(135deg, rgba(78, 115, 223, 0.8), rgba(28, 55, 185, 0.9));
  color: #fff !important; /* ტექსტი მუდამ თეთრი */
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px 20px 50px 20px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2); /* დამატებითი კონტრასტი */
}

.btn-fancy:hover,
.btn-fancy:focus,
.btn-fancy:active {
  background: linear-gradient(135deg, rgba(28, 55, 185, 1), rgba(78, 115, 223, 1));
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  color: #fff !important; /* ტექსტი თეთრად დარჩეს ყველა მდგომარეობაში */
}
h2{
  color: white !important;
}
h6{
  color: white !important;
}
p{
  color: white;
}

.tarea{
  background-color: #c0deff !important;
}
.tarea2{
  background-color: #cabffe !important;
}
.neon-border {
  border: 3px solid #00f0ff;
  border-radius: 12px;
  padding: 12px;
  color: white;
  animation: pulseBorder 6s linear infinite;
}



@keyframes pulseBorder {
  0%   { border-color: #00f0ff; }  /* ცისფერი */
  15%  { border-color: #9d00ff; }  /* ღრმა იისფერი */
  30%  { border-color: #ff0099; }  /* მუქი ვარდისფერი */
  45%  { border-color: #00ffcc; }  /* მუქი მწვანე */
  60%  { border-color: #ff6600; }  /* მუქი ნარინჯისფერი */
  75%  { border-color: #ff3300; }  /* მუქი წითელი-ნარინჯისფერი */
  90%  { border-color: #3399ff; }  /* ცივი ლურჯი */
  100% { border-color: #00f0ff; }  /* ისევ ცისფერი */
}
.neon-text {
  
  font-size: 2.5rem;
  text-align: center;
  background: linear-gradient(270deg, #0ff, #f0f, #0f0, #ff0);
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: neonGradient 18s ease infinite;
  
  
}


@keyframes neonGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
td{
  background-color: black !important;
  color:white !important;
  
}


@media (max-width: 991.98px) {
  .navbar-collapse {
    position: fixed;
    top: 56px; /* ბურგერის სიმაღლის ქვემოთ */
    left: 0;
    width: 100%;
    height: calc(100% - 56px);
    overflow-y: auto;
    background-color: black;
    z-index: 1040;
    padding: 1rem;
  }

  .navbar-collapse.collapsing,
  .navbar-collapse.collapse:not(.show) {
    display: none !important;
  }
}


/* უზრუნველყოს რომ ღილაკები არ გასცდეს ეკრანს */
@media (max-width: 576px) {
  .fixed-top-icons {
    max-width: 100%;
    right: 0;
    left: 0;
    justify-content: end;
    padding-right: 10px;
  }
}

.text-lg{
  font-size: 100px;
}