.primary-color{
    color:#3d8dbb;
}
.secondary-color{
    color: #f39e43;
}
.shadow{
    box-shadow: 0px 0px 12px -3px #fff!important;
}
.navbar-vertical .nav-link.active {
    scroll-behavior: auto !important;
}
.navbar-vertical {
    scroll-behavior: auto !important;
}

.upload-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ccc;
  border-radius: 12px;
  width: 100%;
  height: 209px;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
}

.upload-box:hover {
  border-color: #007bff;
}

.upload-box img {
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 8px;
}


.gallery-preview img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  position: relative;
}

.gallery-preview .remove-btn {
  position: absolute;
  top: -5px;
  right: -5px;
  background: red;
  color: white;
  border: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
}
