@import url("/css/base/overseerr/overseerr-base.css?sha=d12d00cc51d946cf085fbb19bbd858c2e3a87765");
@import url("/css/theme-options/organizr.css?sha=2a1ee65a26780204509f713f7ea2d5ebdc5bd057");
/* Custom Mods */
:root {
    --main-bg-color: #1f1f1f;
    --modal-bg-color: #303030;
    --modal-header-color: #202020;
    --modal-footer-color: #202020;
    --drop-down-menu-bg: #1b1b1b;
    --button-color: #900000;
    --button-color-hover: #A00000;
    --button-text: #eee;
    --button-text-hover: #fff;
    --accent-color: 144, 0, 0;
    --accent-color-hover: rgb(var(--accent-color),.8);
    --link-color: #900000;
    --link-color-hover: #A00000;
    --label-text-color: #fff;
    --text: #96a2b4;
    --text-hover: #fff;
    --text-muted: #999;
    --arr-queue-color: #900000;
    --plex-poster-unwatched: #A00000;
    --petio-spinner: invert(65%) sepia(83%) saturate(2026%) hue-rotate(167deg) brightness(90%) contrast(97%);
    --gitea-color-primary-dark-4: 44, 171, 227;
    --overseerr-gradient: linear-gradient(180deg, rgba(31, 31, 31, 0.17) 0%, rgba(31, 31, 31) 100%);
}

.bg-gray-700 {
    background-color: rgb(16 16 16/var(--tw-bg-opacity))!important;
}

.bg-gray-900 {
    --tw-bg-opacity: 1!important;
    background-color: transparent;
}
/* Hide local account login option */
button.w-full.cursor-default.bg-gray-800.bg-opacity-70.py-2.text-center.text-sm.font-bold.text-gray-400.transition-colors.duration-200.hover\:cursor-pointer.hover\:bg-gray-700.focus\:outline-none.sm\:rounded-b-lg {
    display: none;
}
/* Hide password change, we use LDAP
a.px-1.py-4.ml-8.text-sm.font-medium.leading-5.transition.duration-300.border-b-2.border-transparent.whitespace-nowrap.first\:ml-0.text-indigo-500.border-indigo-600 {
    display: none;
}
*/ 

img.mb-10.max-w-full {
    height: 250px;
    margin-bottom: 0;
}