
/* background colors */
.bg-custom-blue {
  background-color: #2A82D1 !important; 
}

.bg-custom-light-blue {
  background-color: #2AD6FD !important;
}

.bg-custom-white {
  background-color: #ffffff !important; 
}

.bg-custom-light-yellow {
  background-color: #faffc1 !important; 
}

.bg-custom-black {
  background-color: #000000 !important; 
}

.bg-custom-gold {
  background-color: #cfca2e !important; 
}

.bg-custom-red {
  background-color: #CA3A31 !important;
}

.bg-custom-green {
  background-color: #1DB36E !important;
}

.bg-custom-grey {
  background-color: #457B9D !important;
}



/* border style */
/*
.custom-border-inset {
  border-style: inset !important;
  border-width: 4px !important;
  border-color: #faffc1 !important;
}

.custom-border-outset {
  border-style: outset !important;
  border-width: 4px !important;
  border-color: #faffc1 !important;
}
*/
.custom-border-outset {
  border-style: outset !important;
  border-width: 3px !important;
  border-color: #09a8e7 !important;
}

.custom-border-inset {
  border-style: inset !important;
  border-width: 4px !important;
  border-color: #09a8e7 !important;
}

.custom-border-outset-2 {
  border-style: outset !important;
  border-width: 3px !important;
  border-color: #8ebec0 !important;
}

.custom-border-inset-2 {
  border-style: inset !important;
  border-width: 4px !important;
  border-color: #09a8e7 !important;
}

/* #8ebec0 */


/* text colors */
.text-custom-black {
  color: #000000 !important;
}

.text-custom-white {
  color: #ffffff !important;
}


/* table colors */
.table-custom thead th {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.table-custom.table > tbody > tr > td {
  background-color: #cfca2e !important;
}

.table-custom.table-hover > tbody > tr:hover > td {
  background-color: #faffc1 !important;
}


/* navbar hamburger color */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-width='3' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/*
.border-custom {
  border-color: #6f42c1 !important;
}

*/