/* Parent Resources Page */

/* Divide */

.resource-divide {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 50px;
}

.slideshow{
    position: relative;
}

/* Page styling */
.form-links {
    margin-left: 30px;
    font-size: 16px;
    color: #6fa04c;
    line-height: 26px;
}

.form-links:hover {
    text-decoration: underline;
}

.additional-links{
    display: block;
    padding-left: 30px;
    font-size: 16px;
    color: #0000EE;
    line-height: 26px;
}
.additional-links:hover{
    text-decoration: underline;
}

.website-links {
    font-size: 16px;
    color: #0000EE;
    line-height: 26px;
}

.website-links:hover {
    text-decoration: underline;
}

.no-line-break {
    display: inline-block;
}

.download-sign {
    font-size: 16px;
}

.form-message {
    margin: 20px;
    line-height: 24px;
    width: 85%;
    font-size: 16px;
    color: grey;
}

.link-group {
    line-height: 22px;
    margin-left: 30px;
}

.link-group a {
    display: block;
    line-height: 22px;
    margin-left: 0px;
}

.crisis-numbers {
    line-height: 34px;
    margin-left: 30px;
    list-style-type: none;
    a{
        text-decoration: underline;
    }
    li:before{
        content: "\1F4DE";
        margin-right: 6px;
    }
}

.link-center {
    text-align: center;
}

.specific-links {
    font-size: 16px;
    color: #0000EE;
    line-height: 26px;
}

.specific-links:hover {
    text-decoration: underline;
}
/* CONTACT INFO */
.contact {
    margin-top: 45px;
    line-height: 26px;
    font-size: 18px;
}

.contact-header{
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

.contact-us-sections{
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    justify-content: space-around;
    align-items: start;

    aside{
        width: 300px;
        text-align: center;

        p{
            margin: 6px 0px;
        }
        a{
            display: block;
            width: fit-content;
            margin: 0 auto !important;
        }
        div{
            text-align: center;
        } 
        img{
            margin: 0;
            width: 40px;
            height: 40px;
        }
    }
}

.waiver {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: 70vh;
}

/* FAQ PAGE BELOW */

/* COMMENTS */
.question-fields {
    display: flex;
    flex-flow: column nowrap;
    justify-content: start;
    gap: 8px;
    margin-bottom: 15px;
}

.faq-create-buttons{
    text-align: center;
}

.comment-input{
    height: 22px;
}

.comment-email{
    height: 22px;
}

.email-label{
    margin-bottom: 8px;
    margin-top: 0px;
}

.comment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3vw;
}

.comment {
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
    
    gap: 13px;
    height: fit-content;
}

.comment p {
    margin: 0;
}

.parent-comment{
    border: 1px solid black;
    border-radius: 15px;
    padding: 12px;
    box-shadow: 5px 5px 5px 5px rgba(128, 128, 128, 0.2);

    margin-bottom: 12px;
    position: relative;
}

.commentor-info {
    display: flex;
    flex-flow: row wrap;
    margin-top: 13px;
    font-size: 15px;
}

.comment-question {
    font-size: 18px;
}

.comment-date {
    font-weight: 350;
    padding-left: 12px;
}

input{
    padding-left: 7px;
    font-family: "Lato", sans-serif;
    border-radius: 8px;
}

.faq-title{
    text-align: center;
    margin: 55px 0px 5px;
    h4{
        font-weight: 450;
    }
}
.faq-create-button{
    margin: 0 auto;
}

.create-comment-form{
    margin-bottom: 20px;
    width: fit-content;
    margin: 0 auto;
}

.create-comment-header{
    margin-bottom: 7px;
}

.delete-question{
    width: fit-content;
    margin-left: auto;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/* CHILD COMMENT */
.therapist-comment-create{
    margin-top: 8px;
    padding: 7px;
    font-size: 18px;
    color: white;
    background-color: #3fc835;
    border: none;
    border-radius: 10px;
}
.therapist-comment-create:hover{
    cursor: pointer;
    opacity: .8;
}

.child-comment{
    position: relative;
	background-color: #fff;
	padding: 1.0em;
	font-size: 1.25em;
	border-radius: 1rem;
    border: 1px solid #333;
    box-shadow:	0 0.125rem 0.5rem rgba(0, 0, 0, .35), 0 0.0625rem 0.125rem rgba(0, 0, 0, .45);
}
.child-comment::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 2em;
    transform: translateX(-50%);
    border: 0.75rem solid transparent;
    border-top: none;
    border-bottom-color: #fff;
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, 0.25));
  }

.child-comment::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 2em;
    transform: translateX(-50%);
    border: 0.85rem solid transparent;
    border-top: none;
    border-bottom-color: #333; /* Same as border color */
    z-index: -1;
  }

.create-therapist-comment-form{
    margin-top: 15px;
}

.create-therapist-comment-form textarea{
    height: auto;
    width: 100%;
}

.comment-line{
    position: relative;
}
.favorite-form{
    position: absolute;
    right: 0;
    top: 0;
}

.content-buttons{
    display: flex;
    flex-flow: row nowrap;
    justify-content: end;
    gap: 8px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

/* add link drodown */
.dropdown-container { 
    position: relative; 
    width: 200px; 
    margin-bottom: 5px;
} 
.create-dropdown-selected, .edit-dropdown-selected { 
    border: 1px solid #ccc; 
    padding: 10px; 
    cursor: pointer; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    position: relative;
} 
.dropdown-options { 
    display: none; 
    border: 1px solid #ccc; 
    max-height: 150px; /* Adjust the height as needed */ 
    overflow-y: auto; /* Add vertical scrollbar */ 
    position: absolute; 
    width: 100%; 
    background: #fff;
    z-index: 1; 
} 
.dropdown-options div { 
    padding: 10px; 
    cursor: pointer; 
} 
.dropdown-options div:hover { 
    background-color: #f0f0f0; 
}
.dropdown-symbol-arrow{
    position: absolute;
    top: 22%;
    right: 5px;
    z-index: -1;
}
.faq-link-select-dropdown{
    margin: 6px 0px;
}

.faq-link-submit{
    border: none;
    background-color: white;

    font-size: 16px;
    margin: 8px 0px 2px 0px;
    color: #0000FF;
    text-decoration: underline;
}
.faq-link-submit:hover{
    color: #0000ffa8;
    cursor: pointer;
}

/* EDIT FORM */
#therapist-comment-edit{
    width: 95%;
    height: fit-content;
    padding: 5px;
    font-size: 19px;
}

/* FAVORITES */
.hidden-submit{
    opacity: 0;
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

/* SEARCH LIMIT */
.search-limit-increase{
    text-align: center;
}

.search-limit-link{
    background: none!important;
    border: none;
    padding: 0!important;
    color: rgb(14, 145, 210);
    cursor: pointer;
    margin: 25px 0px;
}
.search-limit-link:hover{
    cursor: pointer;
    text-decoration: underline;
    color: rgba(14, 145, 210, 0.698);
}

.all-results{
    margin: 25px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}

/* SEARCH INPUT */
.faq-search-section{
    position: relative;
    width: fit-content;
    margin: 5vh auto;
}
.search-faq-input{
    height: 28px;
    font-size: 18.5px;
    padding: 0px 35px 0px 12px;
    border-radius: 20px;
    width: 50vw;
}
.submit-faq-search{
    background-image: url(../images/google-search-icon.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    border: none;
    width: 26px;
    height: 26px;

    position: absolute;
    z-index: 10;
    right: 5px;
    top: 8%;

    cursor: pointer;
    border-radius: 20px;
}

/* Custom Person Grid/Format */
.custom-profile-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.therapist-profile{
    position: relative;
}

.pt-individual-img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

/* MOBILE */
@media (max-width: 1250px) {
    .custom-profile-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1200px) {
    .comment-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1000px) {
    .container{
        width: 94%;
    }
    .link-group {
        margin-bottom: 20px;
        margin-left: 15px;
    }
    .form-links{
        margin-left: 15px;
    }
    .search-faq-input{
        width: 65vw;
    }

    .resource-divide {
        flex-flow: column nowrap;
        justify-content: space-around;
        gap: 20px;
    }
}

@media (max-width: 800px) {
    .custom-profile-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 13px;
    }
}

@media (max-width: 600px) {
    .crisis-numbers li {
        display: flex;
        flex-flow: row wrap;
    }
}

@media (max-width: 600px) {
    .container{
        width: 98%;
    }
    .comment-input{
        width: 95%;
    }
    .comment-email{
        width: 95%;
    }
    .crisis-numbers {
        font-size: 14px;
        /* line-height: 30px; */
        margin-left: 15px;
    }
    .crisis-numbers span {
        display: block;
    }
    .contact{
        font-size: 15px;
        margin-left: 6px;
    }
    .contact-header{
        width: 90%;
    }
}

@media (max-width: 525px) {
    .search-faq-input{
        width: 80vw;
    }
}

@media (max-width: 400px) {
    .website-links{
        margin-left: 6px;
    }
}