/* Nova Tool CSS */

:root {
    --primary: #f58333;
    --primary-dark: #ef4330;
    --primary-70: #f79652;
    --primary-50: #f9b17e;
    --primary-30: #f7ceb2;
    --primary-10: #fde7d9;
    --logo: #414042;
    --sidebar-icon: #414042;
  }
  svg{
    color: #f58333;
}
.sidebar-bg{
    background-image: linear-gradient(
      0deg,
      #ef4330,
      #f58333
    );
}
.bdc-color{
color: white;
border-color: white;

}
.focus\:ring-primary-200:focus
{
    color: white !important;
    border: none !important;

}
div.py-8 span.text-sm{
    color: white;
    border-color: white;
}
 
div.py-8 span.w-6{
    color: white;

}
.hover\:bg-gray-200:hover{
    background:none !important;
}
button{
    outline: none !important;
}
.bdc-logo{
    background: black;
    background-image : url('../../logo.png');
    background-size: 240px 56px;
    background-repeat: no-repeat;
    padding: 4px;
}


button[type="submit"]{
    background: #f58333 !important;
}
.border-primary-500{
    border-color: #f58333;
}
.bg-primary-500{
    background: #f58333 !important;

}
.logo-bdc{
    background: black;
    background-image : url('../../logo.png');
    background-size: 189px 36px;
    background-repeat: no-repeat;
    padding: 4px;
    background-position: center;
  
}
svg{
    color: #f58333;
}
.focus\:ring-primary-200:focus{
    --tw-ring-color: white !important;
}

[dusk="employees-relationship-panel"] [dusk="attach-button"],
[dusk="employees-relationship-panel"] button
/* [dusk="employees-relationship-panel"] [aria-label="Edit Attached"] */
{
    display: none !important;
}
span{
text-transform:capitalize;
}
.btn-primary {
    background-color: var(--primary);
    color: var(--white);
}
[dusk="charts-index-component"] [dusk="resource-table"],
[dusk="charts-index-component"] [dusk="index-heading"],
[dusk="charts-index-component"] [class="relative overflow-hidden bg-white dark:bg-gray-800 rounded-lg shadow"]
{
    display: none !important;
}
.sidebar-menu div.relative{
    margin-bottom: -25px !important;


}

.sidebar-menu div.relative:first-child a span:nth-child(2) {
    color: white !important;
}
.sidebar-menu div.relative:first-child{
    margin-bottom: -25px !important;

}
.bdc-padding{
    padding-left: 30px;
}
  
/* .sidebar-menu{
   
        background-image: linear-gradient(
          0deg,
          #ef4330,
          #f58333
        );
}



 */

.sidebar-menu svg
{
    color: white;

}
[dusk="content"] [class="hidden lg:block lg:absolute left-0 bottom-0 lg:top-[56px] lg:bottom-auto w-60 px-3 py-8"]
{
    background-image: linear-gradient(
        0deg,
        #ef4330,
        #f58333
      );
}
.sidebar-menu button
{
    color: white;
    border-color: white;

}

header a:first-child 
{
    background: black;
    background-image : url('../../logo.png');
    background-size: 189px 36px;
    background-repeat: no-repeat;
    padding: 4px;
    background-position: center;
    width: 100%;
    height: 100px !important;
    margin-left: 0px !important;
}
header a:nth-child(2)
{
    display: none !important;
}
 

