ul.nav {
  background-color: #e5e7eb !important;
}
.notifications_count {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
}

.service{
  border-bottom: 2px dashed black;
  padding-block: 10px;
}

.service > div span:nth-child(2){
  color:green
 }
 .validation_msg{
  display: inline;
 }


 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f5f7f7 !important;
}
.main {
  max-width: 1800px;
}

ul.nav {
  background-color: #e5e7eb !important;
}
.resources_block,
.order_block,
.publication_data,
.announcement_data,
.services_data {
  border-bottom: 2px dashed black;
  padding-block: 10px;
}

[type="radio"]:not([name="action"]) {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type="radio"] + img {
  cursor: pointer;
  width: 60px;
  padding: 8px;
}

/* CHECKED STYLES */
[type="radio"]:checked + img {
  outline: 3px solid #f00;
}

input {
  margin: 0;
}

/* input[type="email"] {
  width: 210px;
}

input[type="text"] {
  width: 200px;
}

select {
  width: 150px !important;
} */
  

.blink {
  color: transparent;
  animation: blink 2s infinite;
}

@keyframes blink {
  0% {
    color: transparent;
  }
  50% {
    color: blue;
  }
  100% {
    color: transparent;
  }
}

/* User Selections  */
.img_container {
  position: relative;
}
.img_tooltip {
  position: absolute;
  bottom: 60px;
  left: 0;
  background-color: #e5e7eb;
  padding: 8px;
  border-radius: 12px;
  display: none;
}
.img_tooltip img {
  width: 100%;
}

.device_img_tooltip {
  left: -12px;
  bottom: 70px;
}

.img_container:hover .img_tooltip {
  display: block;
}

.img_main img {
  border: 2px solid transparent;
}
.img_main img.active {
  border: 2px solid red;
}

.img_tooltip {
  text-align: center;
  width: 60px;
  margin-left: 10px;
}

.img_tooltip small {
  font-size: 0.8rem;
  
}

.device_imgs,
.marketplace_imgs {
  display: flex;
  gap: 10px;
}

.submit_btn {
  display: block;
  margin-right: auto;
}

@media (min-width: 1200px) {
  body {
    font-size: 1.1rem !important ;
  }
  textarea {
    font-size: 1.1rem;
  }
}

.notifications_count {
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.unread {
  border: 2px solid #e3f2e1;
}

.tab-pane > *{
  margin: 10px;
}

.show_keywords{
  color:red;
  cursor: pointer;
}
.tab-content{
  padding-bottom: 1px;
}