.navbar-vertical .navbar-vertical-content .navbar-nav .nav-link.active .nav-link-icon{
    color: var(--phoenix-navbar-vertical-link-active-color);
}

#messageInput::-webkit-scrollbar {
  display: none;
}

.accordion .accordion-header.with-switch{
    display: flex;
    align-items: center;
}
.accordion .accordion-header.with-switch .form-check.form-switch{
    font-size: 1rem;
}

.choices__inner.is-invalid{
    border-color: #ed2000;
}

.nav-links .nav-link.active {
    font-weight: 800;
}

.top-comment-replies{
    max-height:200px;
    overflow-y: scroll;
}

#cookieNotice.display-right {
    right: 30px;
    bottom: 30px;
    max-width: 395px;
}
#cookieNotice.light {
    background-color: #fff;
    color: #393d4d;
}
#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    font-family: inherit;
    z-index: 999997;
}
#cookieNotice #closeIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #bfb9b9;
    overflow: hidden;
    opacity: .85;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
}
#cookieNotice * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
#cookieNotice .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: url("/static/assets/img/icons/cookie-icon.8a6fdcac8b55.svg") 0 0 / 40px 40px no-repeat;
    padding-left: 45px;
    height: 40px;
}
#cookieNotice .title-wrap svg {
    margin-right: 10px;
}
#cookieNotice h4 {
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
}
#cookieNotice.light p, #cookieNotice.light ul {
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}
#cookieNotice p, #cookieNotice ul {
    font-size: 14px;
    margin-bottom: 20px;
}
#cookieNotice .btn-wrap {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin: 0 -5px 0 -5px;
    flex-wrap: wrap;
}
#cookieNotice .btn-wrap button {
    flex-grow: 1;
    padding: 0 7px;
    margin: 0 5px 10px 5px;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 130px;
    line-height: 36px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    transition: box-shadow .3s;
}
#cookieNotice button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#cookieNotice .btn-wrap button:hover {
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    transform: translate3d(0,-1px,0);
}
.spinner-grow-xs {
    --phoenix-spinner-width: 0.8rem;
    --phoenix-spinner-height: 0.8rem;
}
tr.hover-actions-trigger:hover {
    background: var(--phoenix-body-bg);
}
.highlightTextarea{
    width: 100%!important;
    height: 100%!important;
}
.prompt-var{
    background-color: var(--phoenix-success-100);
}
.sign-in-with-youtube{
        height: 46px;
        --phoenix-btn-border-color: #3874ff47;
    }
.sign-in-with-youtube:hover{
    border-color: rgba(56, 116, 255, 0.58);
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}

.stretched-link.current-plan::after{
        background: #00000091;
        content: "Current plan";
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-size: 3rem;
        padding-top: 9rem;
}

.pricing-recommended{
    --phoenix-border-color: rgba(var(--phoenix-warning-rgb), var(--phoenix-border-opacity)) !important;
}

.table>thead>tr>th.table-check, .table>tbody>tr>td.table-check{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.toast {
    --phoenix-bg-opacity: 0.8;
}
.toast.toast-success{
    background-color: rgba(32, 104, 32, var(--phoenix-bg-opacity));
}
.toast.toast-danger{
    background-color: rgba(216, 59, 59, var(--phoenix-bg-opacity));
}
.toast.toast-info{
    background-color: rgba(13,202,240,var(--phoenix-bg-opacity));
}

.toast:hover {
    --phoenix-bg-opacity: 1;
}

.toast-container>:not(:last-child) {
    margin-bottom: 1rem;
}

.content{
    padding-top: 7.5rem;
}

/*@media (min-width: 992px) {*/
/*    .navbar-vertical.navbar-expand-lg {*/
/*        width: 13rem;*/
/*    }*/
/*    .navbar-vertical.navbar-expand-lg+.navbar-top~.content {*/
/*        margin-left: 13rem;*/
/*    }*/
/*}*/