body
{
    font-family: sans-serif;
     background: url("/media/images/inferchabot_bg.jpg");
    background-size: cover;  
}
.password-hint
{
    color: gray;
    display: inline-block;
    text-align: left;
    margin-top: 3px;
    font-size: 13px;
}
.forgot-password-hint
{
    color: gray;
    display: inline-block;
    text-align: justify;
    margin-top: 3px;
    font-size: 12px;
}

#step1Form
{
    margin:20px;
}

#loading-overlay {
    position: absolute;
    width: 100%;
    height:100%;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    background-color: #000;
    z-index: 999;
    opacity: 0.5;
}

fieldset {
    min-width: 0;
    padding: 10px;
    margin: 0;
    border: 1px solid #ccc;
  }

legend {
    display: block;
    width: auto;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
  }

#verificationSection a.downloadNewLink, #verificationSectionDNS a.downloadNewLink
{  
    color:#0056b3 !important;
    text-decoration: underline;
}

.btn-save
{
    background-color: #17a2b8;
    color: #fff; 
    border: none; 
    border-radius: 6px; 
    padding: 8px 20px; 
    font-weight: 500; 
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Indent submenus under parent items */
.nav .nav-treeview {
    display: none; /* Hide submenus by default */
    margin-left: 20px; /* Indent the submenus */
}

/* Show submenus when the parent is active */
.nav .menu-open > .nav-treeview {
    display: block; /* Show the submenu */
}

/* Style for active menu items */
.nav-link.active {
    background-color: #007bff;
    color: white;
}

/* Style for submenu items */
.nav-treeview .nav-item {
    /*background-color: #2c3e50; 
    background-color: red;*/
    /* Dark background for submenus */
    margin: 2px 0; /* Space between submenu items */
    border-radius: 4px;
}

/* Style the submenu links */
.nav-treeview .nav-link {
    padding-left: 30px; /* Make submenu text indented more */
    color: #ddd; /* Light text color */
}

.nav-treeview .nav-item .active {
background-color: #7cbedb !important;
}

.nav-treeview .nav-link:hover {
    background-color: #34495e; /* Hover effect */
}

/* Optional: Add a hover effect to make submenus stand out */
.nav-treeview .nav-link:hover {
    background-color: #16a085;
    color: white;
}

/* Style the parent items to distinguish them from submenus */
.nav-item.has-treeview > .nav-link {
    padding-left: 20px; /* Indent the parent links as well */
}


/* Active State for Main Menu */
.nav-link.active {
    background-color: #0ea5e9; /* Main Menu Active Color */
    color: white;
}

/* Active State for Submenu */
.nav-treeview .nav-link.active {
    background-color: #0894c2; /* Submenu Active Color */
    color: white;
}

/* Hover Effect for Submenu */
.nav-treeview .nav-link:hover {
    background-color: #1e7e8c; /* Dark Teal for Hover */
    color: white;
}

/* Optional: Style for Submenu when not active */
.nav-treeview .nav-link {
    color: #ddd; /* Light color for inactive submenu links */
}

/*
.content-wrapper
{
    background: url("/media/images/inferchabot_bg.jpg");
    background-size: cover;  
}
.main-header
{
    background-color: transparent !important;
}
.wrapper
{
    background-color: transparent !important;
    color: white;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover
{
    color:white !important;
}
*/

.swal2-html-container {
  font-size: 14px; 
}
