[ng-cloak],
.ng-cloak {
    display: none !important;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    zoom: 135%;
    width: 380px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    margin: 10px auto;
}

body>.container {
    margin-top: 40px;
}

.scroll-container {
    scrollbar-width: thin;
    scrollbar-color: #c0c0c0 transparent;
}

.scroll-container::-webkit-scrollbar {
    width: 6px;
}

.scroll-container::-webkit-scrollbar-track {
    background: transparent;
}

.scroll-container::-webkit-scrollbar-thumb {
    background-color: #c0c0c0;
    border-radius: 3px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a0;
}

.no-select {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.no-select:focus {
    outline: none !important;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


.statistics-container {
    margin-bottom: 8px;
    position: sticky;
    top: 0;
    background: white;
}

.statistics-row {
    display: flex;
    align-items: center;
    gap: 4px;
}

.statistics-column {
    display: flex;
    padding: 6px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 4px;
    background: #EEE;
    cursor: pointer;
    border: 1px solid transparent
}

.statistics-column-green:hover {
    border: 1px solid rgb(58, 206, 117);
}

.statistics-column-green.active {
    background-color: rgb(58, 206, 117);
}

.statistics-column-red:hover {
    border: 1px solid rgb(226, 61, 61);
}

.statistics-column-red.active {
    background-color: rgb(226, 61, 61);
}

.statistics-column-purple:hover {
    border: 1px solid rgb(89, 61, 226);
}

.statistics-column-purple.active {
    background-color: rgb(89, 61, 226);
}


.statistics-column.active .statistic-number,
.statistics-column.active .statistic-title {
    color: white;
}

.statistics-column.active svg path {
    stroke: #ffffff !important;
}

.statistic-number {
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.14px;
}

.statistic-title {
    font-family: Poppins;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    /* 111.111% */
    letter-spacing: -0.09px;
    margin-left: 5px;
}

.statistic-icon {
    width: 18px;
    height: 18px;
}

.hr {
    height: 1px;
    width: 100%;
    border: 0;
    background: #F4F4F4;
}

header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #F4F4F4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 1rem;
    z-index: 1000;
    background-color: white;
}

header .logo {
    width: 94.086px;
    height: 19.913px;
    position: relative;
}

header .beta-badge {
    position: absolute;
    font-size: 8px;
    right: -30px;
    background: red;
    color: white;
    line-height: 1;
    padding: 2px;
    border-radius: 2px;
}

header .tabs {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    list-style: none;
    margin: 0;
}

header .tabs .button {
    display: flex;
    padding: 2px 4px;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    text-decoration: none;
}

header .tabs .button.selected {
    background: #EEE;
}

header .tabs .button.selected .title {
    color: #2BC973;
}

header .tabs .button.selected svg path {
    stroke: #2BC973 !important;
}

header .tabs .button .title {
    color: #A4A4A4;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.11px;
}

.analyze-container {
    margin-bottom: 10px;
}

.analyze-container .progress {
    background-color: rgb(226, 61, 61);
    width: 55%;
    height: 1px;
    border-bottom-left-radius: 25px;
    margin-top: -1.3px;
    margin-left: 2px;
}

.analyze-note {
    background: lightgoldenrodyellow;
    padding: 5px;
    border-radius: 5px;
    font-size: small;
    gap: 7px;
    display: flex;
}

.analyze-note img {
    vertical-align: middle;
    height: 25px;
}

.analyze-note .inner {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.history-list {
    /* display: flex; */
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    overflow: hidden;
    overflow-y: auto;
}

.history-list .day-group .history-item {
    display: flex;
    gap: 4px;
    cursor: pointer;
    align-items: center;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    /* width: -webkit-fill-available; */
    width: 100%;
}

.history-list .day-group .history-item:not(:last-child) {
    border-bottom: 1px solid #F4F4F4;
}

.history-item:hover {
    background-color: #f4f4f4;
    border-bottom: 0;
    border-radius: 5px;
}

.history-item:not(:last-child) {
    border-bottom: 1px solid #F4F4F4;
    padding-bottom: 6px;
}

.history-item .image {
    width: 114.415px;
    height: 64.359px;
    flex-shrink: 0;
    border-radius: 3px;
    background-size: contain;
    background-position: center;
}

.history-item .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    flex: 1 0 0;
}

.history-item .info .meta,
.video-item .controls .meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.history-item .nsfw {
    width: 20px;
    margin: 4px;
}

.history-item .info .meta .title,
.video-item .controls .meta .title {
    overflow: hidden;
    color: #353535;
    text-overflow: ellipsis;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.12px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.history-item .info .meta .result {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    cursor: pointer;
}

.history-item .info .meta .result .item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: x-small;
}

.history-item .info .meta .channel,
.video-item .controls .meta .channel {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    text-decoration: none;
}

.history-item .info .meta .channel .title,
.video-item .controls .meta .channel .title {
    flex: 1 0 0;
    color: #A1A1A1;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.1px;
}

.history-item .info .meta .channel .title {
    max-width: 200px;
}

.video-item .controls .meta .channel .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.history-item .info .meta .channel .image,
.video-item .controls .meta .channel .image {
    width: 14.616px;
    height: 14.616px;
    border-radius: 50%;
}

.history-item .info .keywords,
.history-item .info .categories {
    display: flex;
    align-items: flex-start;
    gap: 2px;
    flex: 1 0 0;
    width: 100%;
}

.history-item .info .no-keywords {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #353535;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.history-item .info .keywords .arrow-left {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    gap: 6.698px;
    border-radius: 30.141px;
    background: #EEE;
}

.history-item .info .keywords .arrow-left svg {
    width: 8px;
    height: 8px;
    flex-shrink: 0;
}

.history-item .info .keywords .arrow-right {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    gap: 6.698px;
    border-radius: 30.141px;
    background: #EEE;
}

.history-item .info .keywords .arrow-right svg {
    width: 8px;
    height: 8px;
    transform: rotate(360deg);
    flex-shrink: 0;
}

.history-item .info .keywords ul,
.history-item .info .categories ul {
    border-radius: 4.019px;
    display: flex;
    padding: 0;
    align-items: center;
    gap: 5.358px;
    flex: 1 0 0;
    margin: 0;
    overflow: hidden;
    justify-content: flex-start;
}

.history-item .info .keywords ul li,
.history-item .info .categories ul li {
    color: var(--Black, #000);
    font-family: Poppins;
    font-size: 9.377px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.094px;
    display: inline-block;
    white-space: nowrap;
    background: #eee;
    border-radius: 10px;
    padding: 2px 8px;
}

.history-item .info .categories li {
    background-color: rgb(58 206 117 / 12%) !important;
}

.history-item .info .keywords ul li.custom {
    background-color: rgb(89 61 226 / 17%) !important;
}

.history-list .day-header {
    margin: 14px 0 6px;
    font-weight: 600;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .02em;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
}

.history-list .day-group .history-item+.history-item {
    margin-top: 8px;
}

.history-list .day-group+.day-group {
    margin-top: 18px;
}




.video-item .action-buttons,
.report-item .action-buttons {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.video-item .action-buttons .feedback,
.report-item .action-buttons .feedback {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.video-item .action-buttons .feedback .like:hover,
.video-item .action-buttons .feedback .dislike:hover,
.video-item .action-buttons .back:hover,
.report-item .action-buttons .back:hover {
    background-color: #2BC973 !important;
}

.video-item .action-buttons .feedback .like:hover svg path,
.video-item .action-buttons .feedback .dislike:hover svg path,
.video-item .action-buttons .back:hover svg path,
.report-item .action-buttons .back:hover svg path {
    stroke: #fff !important;
}

.video-item .action-buttons .circle-button,
.report-item .action-buttons .circle-button {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 2px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 45px;
    background: #EEE;
}

.video-item .container {
    margin-top: 10px;
}

.video-item .container .player {
    border-radius: 4px;
    margin-bottom: 10px;
}

.video-item .controls {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.video-item .controls .info {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.video-item .controls .keywords {
    display: flex;
    padding: 6px 0px 26px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
    overflow: scroll;
}

.video-item .controls .keywords .keyword-item {
    display: flex;
    width: 93%;
    padding: 6px 10px;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 6px;
    border: 1.5px solid #EAEAEA;
    background: #EEE;
    cursor: pointer;
}

.video-item .controls .keywords .keyword-item:hover {
    border: 1.5px solid #2BC973 !important;
}

.video-item .controls .keywords .keyword-item .title,
.video-item .controls .keywords .keyword-item .time {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: var(--Black, #000);
    text-overflow: ellipsis;
    font-family: "Somar Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.28px;
}

.video-item .controls .context,
.video-item .controls .thumbnail-description {
    font-size: 12px;
}


.sub-header .actions {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.sub-header .actions .account {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sub-header .actions .account .image {
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

.sub-header .actions .account .name {
    color: var(--Black, #000);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
    line-height: 1.3;
}

.sub-header .actions .account .arrow {
    width: 16px;
    height: 16px;
}

.settings .actions .change-button {
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #2BC973;
    cursor: pointer;
    text-decoration: none;
}

.settings .actions .change-button .text {
    color: #2BC973;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.11px;
}

.settings .age .input {
    display: flex;
    padding: 7px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    width: -webkit-fill-available;
    border-radius: 6px;
    border: 1px solid var(--Seashell, #D9D9D9);
}

.sub-header .actions .filter,
.report-item .feedback .filter {
    display: flex;
    padding: 4px 6px 4px var(--inset-sm, 8px);
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 6px;
    border: 1px solid #A4A4A4;
}

.sub-header .actions .filter .text,
.report-item .feedback .filter .text {
    color: #A4A4A4;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.11px;
}

.sub-header .actions .filter .arrow,
.report-item .feedback .filter .arrow {
    width: 16px;
    height: 16px;
}

.report .widgets {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--inset-sm, 8px);
    width: 100%;
    margin-top: 5px;
}

.report .widgets .row {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 6px;
}

.report .widget {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;
    max-width: 50%;
}


.report .widget .header,
.report-item .header {
    display: flex;
    padding: 6px 10px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}

.report .widget .header .title,
.report-item .header .title {
    display: flex;
    align-items: center;
    gap: 6px;
}

.report .widget .header .arrow {
    width: 14px;
    height: 14px;
}

.report .widget .header .title .image,
.report-item .header .title .image {
    width: 14px;
    height: 14px;
}

.report .widget .header .title .text,
.report-item .header .title .text {
    color: #FFF;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.1px;
}


.report .widget .content,
.report-item .content {
    display: flex;
    padding: var(--inset-sm, 8px) 10px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

.report .widget .content .list,
.report-item .content .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

.report .widget .content .list .item,
.report-item .content .list .item {
    display: flex;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    width: 100%;
    padding-bottom: 3px;
    color: #000;
    text-decoration: none;
    justify-content: space-between;
    font-size: small;
}

.report-item .content .list .item .search {
    font-size: x-small;
    color: #A4A4A4;
    display: none;
}

.report-item .content .list .item:hover .search {
    display: inline;
}

.report .widget .content .list .item:not(:last-child),
.report-item .content .list .item:not(:last-child) {
    border-bottom: 1px solid rgba(218, 218, 218, 0.26);
}

.report .widget .content .list .item span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: small;
}

.report .summary {
    display: flex;
    padding: var(--inset-sm, 8px);
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6px;
    border-radius: 4px;
    background: #EEE;
}

.report .summary .title {
    color: var(--Black, #000);
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.1px;
}

.report .summary .description {
    color: var(--Black, #000);
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.1px;
}

.report .note {
    color: #A4A4A4;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.11px;
    text-align: right;
    margin-top: 5px;
}

.settings .whatsapp {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--inset-sm, 8px);
    margin-bottom: 10px;
    width: -webkit-fill-available;
}

.settings .whatsapp .title {
    display: flex;
    align-items: center;
    gap: var(--inset-sm, 8px);
}

.settings .whatsapp .title .text {
    color: var(--Black, #000);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
}

.settings .whatsapp input {
    display: flex;
    width: 100%;
    padding: var(--inset-sm, 8px) 10px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid var(--Seashell, #D9D9D9);
    background: var(--White, #FFF);
    width: -webkit-fill-available;
}

.settings .popup {
    display: inline-flex;
    align-items: center;
    gap: var(--inset-sm, 8px);
    margin-bottom: 10px;
}

.settings .popup .text {
    color: var(--Black, #000);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
}

.settings .blacklist,
.settings .age {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 10px;
    width: -webkit-fill-available;
}

.settings .blacklist .title,
.settings .age .title {
    color: var(--Black, #000);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
}

.settings .blacklist .list {
    width: -webkit-fill-available;
}

.settings .blacklist .tagify {
    border-radius: 6px;
    border: 1px solid var(--Seashell, #D9D9D9);
    width: -webkit-fill-available;
    font-size: x-small;
}

.settings .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

.settings .actions .start {
    display: flex;
    align-items: center;
    gap: 6px;
}

.settings .actions .save {
    display: flex;
    padding: 4px var(--inset-md, 12px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #2BC973;
    cursor: pointer;
}

.settings .actions .save.disabled {
    background: #e3e3e3 !important;
    pointer-events: none;
}

.settings .actions .save .text {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.12px;
}

.settings .actions .button {
    display: flex;
    padding: 4px var(--inset-md, 12px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 0.5px solid #E6E6E6;
    cursor: pointer;
}

.settings .actions .button .text {
    color: var(--Black, #000);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.12px;
}





/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2BC973;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2BC973;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #2BC973 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #2BC973;
    border-radius: 10px;
    border: 3px solid #ffffff;
}



/* modal */
.modal-full {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal__window {
    position: relative;
    background-color: white;
    padding: 2em 2em;
    border-radius: 6px;
}

.modal__window h2 {
    color: #2BC973;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.18px;
}

.modal__window .close {
    display: flex;
    padding: 6px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    background: #2BC973;
    color: #ffffff;
    cursor: pointer;
}

.modal__window .secondary {
    background-color: #fff !important;
    color: #2BC973 !important;
    border: 1px solid #2BC973 !important;
}

.no-data {
    text-align: center;
    margin-top: 40px;
    pointer-events: none;
    background-image: url('../images/no-data.png');
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.settings .monitoring {
    padding: 3px 5px;
    color: #fff;
    background: red;
    font-size: 7px;
    border-radius: 4px;
    vertical-align: middle;
    font-weight: bold;
}


.settings .hanging-title {
    margin-bottom: -10px;
    font-size: small;
    background-color: #fff;
    z-index: 9999;
    position: relative;
    width: fit-content;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 2px;
}

.settings .hanging-container {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.help p,
.help li,
.help summary {
    font-size: 12px;
}

.help h2 {
    font-size: 18px;
}

.help h1 {
    font-size: 20px;
}

.help details {
    cursor: pointer;
}

.settings .iti--inline-dropdown .iti__dropdown-content {
    font-size: small;
}

.settings .iti {
    width: 100%;
}



.toaster {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 12px 18px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    opacity: 0.95;
    transition: opacity 0.3s ease;
}

.toaster.success {
    background: #28a745;
}

.toaster.error {
    background: #dc3545;
}













.dropdown {
    position: relative;
    display: inline-block;
    width: -webkit-fill-available;
    margin-right: 25px;
}

.account {
    padding: 4px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
}

.dropdown-content .account .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dropdown.open>div.account {
    text-decoration: none;
    background-color: #f9f9f9;
    border: 1px solid #A4A4A4;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 4px;
    border-bottom: 0;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    position: absolute;
    background-color: #fff;
    width: -webkit-fill-available;
    z-index: 1;
    border-radius: 4px;
    border-left: 1px solid #A4A4A4;
    border-right: 1px solid #A4A4A4;
    border-bottom: 1px solid #A4A4A4;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 4px 2px;
    text-decoration: none;
    display: block;
}

.dropdown-content img {
    width: 25px !important;
    height: 25px !important;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1
}

/* Show the dropdown menu on hover */
.dropdown-content.ng-hide {
    display: none;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
















/* Container that keeps aspect ratio (16:9) for iframe */
.yt-embed-container {
    position: relative;
    width: 100%;
    max-width: 640px;
    /* optional max width */
    margin: 1em auto;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Responsive iframe (when embed works) */
.yt-embed-container iframe,
.yt-embed-container .yt-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
}

.yt-embed-container::before {
    content: "";
    display: block;
    padding-top: 56.25%;
    /* 16:9 ratio */
}

/* Fallback state */
.yt-fallback {
    text-align: center;
    padding: 1em;
    background: #111;
    color: #fff;
}

.yt-fallback img {
    max-width: 100%;
    border-radius: 4px;
    margin-bottom: 12px;
}

.yt-fallback a {
    display: inline-block;
    background: #cc0000;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 0.6em 1.2em;
    border-radius: 4px;
    transition: background 0.2s;
}

.yt-fallback a:hover {
    background: #e60000;
}