// /*  Theme Insertion..2 */




/* Desk Structure */ 


.page-head {
    background: #ffffff;
}

.page-container {
    background-color: #ffffff;
}


:root, [data-theme=light] {
    --control-bg: #e8f4ff;
    --disabled-control-bg: #e8f4ff;
    --card-shadow: white;
    --control-bg-on-gray: #e8f4ff;
    --bg-color: #ffffff;
    --dark-green-avatar-color: #091239;
}

.form-control:focus {
    color: var(--text-color);
    background-color: var(--control-bg);
    border-color: #ecf6ff;
    outline: 0;
    box-shadow: 0 0 0px 1px #e8f4ff;
}


.form-links .document-link .document-link-badge .count, .form-links .document-link .report-link-badge .count {
    font-size: var(--text-xs);
    background-color: #114871;
    border-radius: var(--border-radius-sm);
    color: var(--gray-50);
    padding: 0 var(--padding-xs);
    margin-right: var(--margin-xs);
}



.form-control {
  border: 1px solid #d1d8dd; /* Sets the border color */
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); /* Adds an inner shadow to simulate inset effect */
  border-radius: 20px; /* Rounds the corners of the input field */
  padding: 5px 20px; /* Sets the padding inside the input field */
  font-size: 14px; /* Sets the font size */
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; /* Smooth transition for interactions */
}

.form-control:focus {
  border-color: #80bdff; /* Changes the border color when the input field is focused */
  outline: 0; /* Removes the default focus outline */
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 189, 255, 0.6); /* Adjusts shadow to give a glow effect */
}




/* 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;
}



/* List View selectors. */

.list-row-container {
    border-bottom: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    outline: #010c16;
    height: 90px;
}


.list-row:last-child, .list-row-head:last-child {
    border-bottom: 0px;
    height: 90px;
}


.list-row-col a {
  /*   color: #4c038c; */
    white-space: normal;
    word-wrap: break-word;
}



/* list view coloring */
.list-row-container {
    border-bottom: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    outline: #010c16; 
  }
  
//   .list-row-container:nth-child(even) {
//     // background-color: #1148711a;
//     background-color: #e8f4ff26
//   }
  
  
  
  
  
  .list-row:last-child, .list-row-head:last-child {
    border-bottom: 0px;
    height: 5rem;
    border: 10px;
    border-block-color: black;
    border: 1px solid #d1d8dd;
    border-color: #0912392b;
    border-radius: 15px;
    margin: unset;
    padding: unset;
}
  
  
  .list-view .list-row {
  background-color: #f7f7f7; /* This sets the background color of each list item */
  border: none; /* Removes any borders */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow for depth */
  border-radius: 4px; /* Rounds the corners of the list item */
  margin-bottom: 10px; /* Adds space between the list items */
  padding: 10px 15px; /* Sets the padding inside the list items */
  font-weight: bold; /* Makes the font bold */
}

.list-view .list-row:hover {
  background-color: #e6e6e6; /* Changes the background color on hover for a nice interactive effect */
}




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 */
}




// Checkbox
input[type=checkbox]:checked {
    background-color: #2c3e50; /* Dark blue background */
    background-image: url("data:image/svg+xml, <svg viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 4.00001L2.66667 5.80001L7 1.20001' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>"); /* White tick mark */
    /* The rest of your properties can remain unchanged */
}







// /* 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;
// }



// /* List View selectors. */

// .list-row-container {
//     border-bottom: 1px solid var(--border-color);
//     display: flex;
//     flex-direction: column;
//     outline: #010c16;
//     height: 90px;
// }


// .list-row:last-child, .list-row-head:last-child {
//     border-bottom: 0px;
//     height: 90px;
// }


// .list-row-col a {
//   /*   color: #4c038c; */
//     white-space: normal;
//     word-wrap: break-word;
// }



// /* list view coloring 
// .list-row-container {
//     border-bottom: 1px solid var(--border-color);
//     display: flex;
//     flex-direction: column;
//     outline: #010c16; 
//   }
  
//   .list-row-container:nth-child(even) {
//     background-color: #1148711a; 
//   }
// */

