.single-select:not([multiple]) option {
    color: rgba(255,255,255,.75)
}


textarea::-webkit-scrollbar,
select::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

textarea::-webkit-scrollbar-track,
select::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
}

textarea::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #666f7a;
}

textarea
{
  white-space: pre;
  cursor: default;
}

tr
{
  cursor: default;
}

tr.line:hover
{
	/* background-color: rgba(60, 210, 165, 0.1); */
}

ul.feed-lists {
    list-style: none outside none;
}

ul.feed-lists li:before {
    font-family: "bootstrap-icons";
    content: "\F287";
    float: left;
    margin: 7px 0 0 -20px;
    padding: 0;
    color: #3CD2A5;
    font-size:6px;
}

ul.feed-lists li {
    list-style-type: none;
}

*
{
	cursor: url("https://admin.drunkenfish.de/assets/img/cursor_normal.png"), auto;
}

.menu-link *,
.desktop-toggler *,
[type=button]:not(:disabled) *,
[type=reset]:not(:disabled) *,
[type=submit]:not(:disabled) *,
button:not(:disabled) *,
button.btn.btn-outline-theme.btn-lg.d-block.w-100.fw-500.mb-3,
a *
{
	cursor: url("https://admin.drunkenfish.de/assets/img/cursor_link.png"), auto;
}

.has-sub.expand .menu-icon
{
	color: var(--bs-theme);
}

input.form-control.form-control-lg.bg-white.bg-opacity-5
{
	cursor: auto;
}

  	.apexcharts-title-text
  	{
  		display: none;
  	}

		.apexcharts-text
		{
			fill: #FFFFFF;
		}

.toasts-container
{
  z-index: 999;
}

.gallery .gallery-image-list>li .img-portrait {
    height: auto;
    width: 100%;
    max-height: none;
    max-width: inherit;
}