.textareacustom
{
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 1.5rem 1rem;display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bgcw-light
{
  background-color: #e6e6e6 !important;
}

.bgcw-dark
{
  background-color: #3c3c3c !important;
}

.bgmodal-dark
{
  background-color: #464646 !important;
}

.bgmodal-light
{
  background-color: #ffffff !important;
}

.bginput-dark
{
  background-color: #2e2f31 !important;
}

.bginput-light
{
  background-color: #ffffff !important;
}

.bgtable-dark
{
  background-color: #464646 !important;
}

.bgtable-light
{
  background-color: #ffffff !important;
}

/* Custom https://paletton.com/ base: 6F42A7 */

.border-left-custom
{
  border-left: 0.25rem solid #8C63BF !important;
}

.text-color-custom
{
  color: #8C63BF !important;
}

.bg-color-custom
{
  background-color: #8C63BF !important;
}

.btn-color-custom
{
  color: #fff;
  background-color: #8C63BF;
  border-color: #8C63BF;
}

.crop-image
{
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0.8);
}

.btn-small {
  padding: 0px;
  font-size: 12px;
  width: 20px;
  height: 20px;
}

.table-primary {
    --bs-table-bg: #002e7b;
    --bs-table-striped-bg: #002e7b;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #002e7b;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #bacbe6;
}

#wrapper #content-wrapper {
    background-color: #444444;
    width: 100%;
    overflow-x: hidden;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #2e2f31;
  background-clip: border-box;
  border: 1px solid #2e2f31;
  border-radius: 0.35rem;
color: #fff;}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #ffffff;
}


.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #2e2f31;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    color: #fff;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #444444;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    background: #2e2f31;
    color: #fff;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
    background: #444444;
    color: white;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: 0.35rem;
    white-space: nowrap;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover, .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    background-color: #444444;
}


.topbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    background-color: #444444 !important;
    border-radius: 5px;
    padding: 10px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
