// /*  Theme Insertion..2 */




/* Desk Structure */ 


/* Nav bar  */

.avatar-frame.standard-image {
    background-color: #ffffff;
    // color: #114871;
    color: #2A3E5E
    font-weight: bold;
}


.navbar {
    perspective: 3200px;
    // background: #114871;
    background: #091239;
    height: 5rem;
}


/* navbar breadcrumns. */

#navbar-breadcrumbs {
    margin-left: var(--margin-md);
    font-size: var(--text-sm);
    filter: invert(1);
    font-weight: bold;
    /* color: white; */
}


// Navbar bill icon

svg.icon.icon-md {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}


svg.icon.icon-md {
    filter: invert(1);
}

/* end of nav bar  */

/* buttons colors */

button.btn.btn-primary.btn-sm.primary-action {
    background-color: #114871;
}


.footer-powered {
    display: none;
}




button.btn.btn-primary.btn-sm.primary-action {
      background-color: #ff6a00; /* Orange background */
  color: #ffffff; /* White text */
  border-radius: 4px; /* Rounded corners */
  border: none; /* No border */
  padding: 5px 15px; /* Padding around the text */
  font-size: 14px; /* Text size */
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); /* Shadow for depth */
  transition: background-color 0.2s; /* Smooth transition for hover effect */
}

.btn {
  background-color: #ff6a00; /* Orange background */
  color: #ffffff; /* White text */
  border-radius: 4px; /* Rounded corners */
  border: none; /* No border */
  padding: 10px 15px; /* Padding around the text */
  font-size: 14px; /* Text size */
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); /* Shadow for depth */
  transition: background-color 0.2s; /* Smooth transition for hover effect */
}

.btn:hover {
  background-color: #e65c00; /* Slightly darker orange on hover */
}






// /* Trivers Theme Insertion..2


// /* Nav bar  */

// .avatar-frame.standard-image {
//     background-color: #ffffff;
//     color: #114871;
//     font-weight: bold;
// }


// .navbar {
//     perspective: 3200px;
//     background: #114871;
// }


// /* navbar breadcrumns. */

// #navbar-breadcrumbs {
//     margin-left: var(--margin-md);
//     font-size: var(--text-sm);
//     filter: invert(1);
//     font-weight: bold;
//     /* color: white; */
// }



// /* end of nav bar  */

// /* buttons colors */

// button.btn.btn-primary.btn-sm.primary-action {
//     background-color: #114871;
// }


// .footer-powered {
//     display: none;
// }

