﻿
/* Reminders & Ad-Hoc TAB */
.panel-reminders {
    display: flex;
    box-shadow: 0 0px 20px 0 #ddd;
    margin-bottom: 65px;
}

.tab-header-link {
    cursor: pointer;
    flex-grow: 1;
    padding: 1rem 0;
    color: #b3b3b3;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid #b3b3b3;
}

.fill-tab-header {
    flex-grow: 1;
    border-bottom: 2px solid #b3b3b3;
}

.selected-people.tab-people-header-link:nth-of-type(2) + .fill-tab-header + button {
    display: none;
}

.tab-header {
    overflow: hidden;
    border-right: 1px solid #ccc;
    flex-shrink: 0;
    width: 17rem;
    min-height: 35rem;
}

    .tab-header button {
        position: relative;
        display: flex;
        font-size: 16px;
        background-color: inherit;
        padding: 1.5rem 3rem 1.5rem 2rem;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        border-left: 12px solid transparent;
    }

        /* Change background color of buttons on hover */
        .tab-header button:hover {
            color: #243141;
            font-weight: 600;
            background-color: #f2f2f2;
            border-left: 12px solid #907c3f;
        }

        /* Create an active/current tablink class */
        .tab-header button.active {
            color: #243141;
            background-color: #f2f2f2;
            border-left: 12px solid #907c3f;
            font-weight: 600;
        }

.tab-header-right-arrow-span {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%) rotateZ(-45deg);
    border-bottom: 3px solid #243141;
    border-right: 3px solid #243141;
    width: 0.9rem;
    height: 0.9rem;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    color: #243141;
}

.tab-header button.active .tab-header-right-arrow-span {
    border-color: #907c3f;
}

.tab-header button:hover .tab-header-right-arrow-span {
    border-color: #907c3f;
}

.tab-content {
    display: none;
    width: 100%;
    padding: 2rem;
    padding-bottom: 5rem;
}

.adicionar-participantes + .page-controls {
    zoom: 0.8;
}

.listagem-main + .page-controls {
    zoom: 0.8;
}

#formReminders .page-controls {
    zoom: 0.8;
}

.adicionar-participantes + .page-controls {
    zoom: 0.7;
}

.listagem-main + .page-controls {
    zoom: 0.7;
}

#formReminders .page-controls {
    zoom: 0.7;
}

.adicionar-participantes + .page-controls {
    zoom: 0.5;
}

.listagem-main + .page-controls {
    zoom: 0.5;
}

#formReminders .page-controls {
    zoom: 0.5;
}

.faqs {
    display: flex;
}

.faqs-menu {
    flex-basis: 21rem;
    flex-shrink: 0;
    height: 30.6rem;
    overflow-y: auto;
    margin-right: 2rem;
    border: 1px solid #b3b3b3;
}

.faq-menu-item {
    width: 100%;
    position: relative;
    padding: 1rem;
    padding-right: 3rem;
    border: none;
    background-color: white;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    border-left: 5px solid transparent;
}

    .faq-menu-item::before {
        content: "";
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%) rotateZ(45deg);
        transform-origin: top;
        width: 0.9rem;
        height: 0.9rem;
        border-top: 3px solid #243141;
        border-right: 3px solid #243141;
    }

    .faq-menu-item:hover::before {
        border-color: #907c3f;
    }

.faq-active::before {
    border-color: #907c3f !important;
}

.faq-active {
    background-color: #f2f2f2 !important;
    border-left: 5px solid #907c3f !important;
    font-weight: 600;
}

.faqs-content {
    flex-grow: 1;
}

.faqs-input {
    outline: none;
    width: 100%;
    padding: 1rem;
    font-size: 2rem;
    border: 1px solid #b3b3b3;
}

.faq-box {
    height: 22.9rem;
}

.faqs-input {
    outline: none;
    width: 100%;
    padding: 1rem;
    font-size: 2rem;
    border: 1px solid #b3b3b3;
}

.faq-menu-item {
    width: 100%;
    position: relative;
    padding: 1rem;
    padding-right: 3rem;
    border: none;
    background-color: white;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    border-left: 5px solid transparent;
}

    .faq-menu-item:hover {
        background-color: #f2f2f2;
        border-left: 5px solid #907c3f !important;
        font-weight: 600;
    }

        .faq-menu-item:hover::before {
            border-color: #907c3f;
        }

.open {
    display: block !important;
}

.close {
    display: none !important;
}

.hide {
    display: none;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.btn-primary {
    background-color: #243141;
    font-family: Montserrat;
    border-radius: 0px;
}
