
/* header color */
#nova > div:nth-child(1) > header{
  background-color: #AF2b26 !important;
}

/* header icon/button colors */
#nova > div:nth-child(1) > header > div.flex.flex-1.px-4.sm\:px-8.lg\:px-12 > div.flex.items-center.pl-6.ml-auto svg{
  color:white;
}
#nova > div:nth-child(1) > header > div.flex.flex-1.px-4.sm\:px-8.lg\:px-12 > div.flex.items-center.pl-6.ml-auto > div.flex.items-center.hidden.md\:flex.ml-2 > button > div{
  color:white;
}
#nova > div:nth-child(1) > header > div.flex.flex-1.px-4.sm\:px-8.lg\:px-12 > div.flex.items-center.pl-6.ml-auto > div.flex.items-center.hidden.md\:flex.ml-2 > button > div:hover{
  background-color:rgb(15,23,42);
}
#app > div > div.mx-auto.py-8.max-w-sm.flex.justify-center.text-black > span > svg{
  color:black
}
#nova > div:nth-child(1) > header > div.hidden.lg\:w-60.flex-shrink-0.md\:flex.items-center > a{
  color: white;
}
#nova > div:nth-child(2) > div.p-4.md\:py-8.md\:px-12.lg\:ml-60 > div:nth-child(1) > div > div.flex.items-center > h1{
  display: none;

}
/* #nova > div:nth-child(2) > div.p-4.md\:py-8.md\:px-12.lg\:ml-60 > div:nth-child(1) > div > div.flex.items-center{
  display: none;
} */

/* custom menu item */
#nova > div:nth-child(2) > div.hidden.lg\:block.lg\:absolute.left-0.bottom-0.lg\:top-\[56px\].lg\:bottom-auto.w-60.px-3.py-5 > div > div:nth-child(3) > div > div > div > div:nth-child(2) > div > div:nth-child(3) > a > span.sidebar-item-label.flex.items-center > span > span{
  color: rgb(100,116,139) !important;
  background-color: transparent !important;
  text-transform: none !important;
  font-weight: normal;
  font-size: 14px;
}

#nova > div:nth-child(2) > div.hidden.lg\:block.lg\:absolute.left-0.bottom-0.lg\:top-\[56px\].lg\:bottom-auto.w-60.px-3.py-5 > div > div:nth-child(3) > div > div > div > div:nth-child(2) > div > div:nth-child(3) > a > span.sidebar-item-label.flex.items-center > span {
  right: auto !important;
}

/* custom status colors */
.bg-tailwind-blue-500{
  background-color: #3b82f6 !important;
}
.bg-tailwind-cyan-500{
  background-color: #06b6d4 !important;
}
.bg-tailwind-sky-500{
  background-color: #0ea5e9 !important;
}
.bg-tailwind-teal-500{
  background-color: #14b8a6 !important;
}
.bg-tailwind-amber-500{
  background-color: #f59e0b !important;
}
.bg-tailwind-lime-500{
  background-color: #84cc16 !important;
}

.text-tailwind-amber-500{
  color: #f59e0b !important;
}

.link-default.text-tailwind-amber-500:hover{
  color: rgba(0, 124, 186, 0.5) !important;
}

/* styling for item parts flexible field */
/* #nova > div:nth-child(2) > div.p-4.md\:py-8.md\:px-12.lg\:ml-60 > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(1) > div.bg-white.dark\:bg-gray-800.rounded-lg.shadow.mt-3.py-2.px-6.divide-y.divide-gray-100.dark\:divide-gray-700 > div:nth-child(13){
  flex-direction: column;
}
#nova > div:nth-child(2) > div.p-4.md\:py-8.md\:px-12.lg\:ml-60 > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(1) > div.bg-white.dark\:bg-gray-800.rounded-lg.shadow.mt-3.py-2.px-6.divide-y.divide-gray-100.dark\:divide-gray-700 > div:nth-child(13) > div.md\:w-3\/4.md\:py-3.break-all.lg\:break-words{
  width: 100%;
}
#nova > div:nth-child(2) > div.p-4.md\:py-8.md\:px-12.lg\:ml-60 > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(1) > div.bg-white.dark\:bg-gray-800.rounded-lg.shadow.mt-3.py-2.px-6.divide-y.divide-gray-100.dark\:divide-gray-700 > div:nth-child(13) > div.md\:w-1\/4.md\:py-3{
  display: none;
} */

/* belongstomany custom field styling fixes */
#items > p{
  padding-top: 2rem;

}

#items > p > div > div.bg-white.dark\:bg-gray-800.rounded-lg.shadow{
  margin-bottom: 2rem;
}

#items > p > div > div.px-6.py-3.flex > div > button.btn.btn-default.btn-primary{
  background-color: rgba(var(--colors-primary-500));
  color: white;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: .875rem;
  line-height: 1.25rem;
  border-radius: 0.25rem;    
  height: 2.25rem;
}

/* Hide Nova "Unregistered" badge */
a[href="https://nova.laravel.com/licenses"].text-red-500.uppercase {
  display: none !important;
}