﻿/* Main */
body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f4f4f4;
    background-image: url('../Images/Background.JPG');
    background-size: cover; /* This will ensure that your image covers the whole page */
    background-position: center center; /* This will center your image on the page */
    background-repeat: no-repeat; /* This will make sure the image does not repeat */
    background-attachment: fixed; /* This will give a parallax-like effect */
}

.link-container {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.profile {
    margin-bottom: 30px;
    margin-top: 40px;
}

.profile-pic {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.links a {
    display: block;
    background: #ffffff;
    color: #000000;
    padding: 15px 20px;
    margin: 10px 0;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 4px;
}

.links a:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.2);
}

.username {
    margin: 0px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.description {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.back-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 20px; /* Adjust as needed */
    left: 20px; /* Adjust as needed */
    width: 40px; /* Size of the button */
    height: 40px; /* Size of the button */
    background-color: #f4f4f4; /* Background color of the button */
    border-radius: 50%; /* Makes it circular */
    text-decoration: none; /* Removes underline from the link */
    color: #000; /* Color of the arrow */
    font-size: 24px; /* Size of the arrow */
    z-index: 1000; /* Ensure it's on top of other elements */
    box-shadow: 0 2px 4px rgba(0,0,0,0.2); /* Optional: adds a shadow for better visibility */
    line-height: 40px; /* Aligns the arrow vertically */
    text-align: center; /* Ensures text is centered horizontally */
}

.back-button:hover {
    background-color: #e2e2e2; /* Color change on hover for visual feedback */
}

.back-button::after {
    content: "←"; /* Use the actual arrow character you want to display */
    display: block;
    transform: translateY(-2px); /* Adjust as needed */
}

/* - GPT - */

.container {
    max-width: 1170px;
    margin: auto;
}

img {
    max-width: 100%;
}

.inbox_people {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 40%;
    border-right: 1px solid #c4c4c4;
}

.inbox_msg {
    border: 1px solid #c4c4c4;
    clear: both;
    overflow: hidden;
}

.top_spac {
    margin: 20px 0 0;
}


.recent_heading {
    float: left;
    width: 40%;
}

.srch_bar {
    display: inline-block;
    text-align: right;
    width: 60%;
}

.headind_srch {
    padding: 10px 29px 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
}

.recent_heading h4 {
    color: #05728f;
    font-size: 21px;
    margin: auto;
}

.srch_bar input {
    border: 1px solid #cdcdcd;
    border-width: 0 0 1px 0;
    width: 80%;
    padding: 2px 0 4px 6px;
    background: none;
}

.srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
}

.srch_bar .input-group-addon {
    margin: 0 0 0 -27px;
}

.chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px 0;
}

    .chat_ib h5 span {
        font-size: 13px;
        float: right;
    }

.chat_ib p {
    font-size: 14px;
    color: #989898;
    margin: auto
}

.chat_img {
    float: left;
    width: 11%;
}

.chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
}

.chat_people {
    overflow: hidden;
    clear: both;
}

.chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 18px 16px 10px;
}

.inbox_chat {
    height: 550px;
    overflow-y: scroll;
}

.active_chat {
    background: #ebebeb;
}

.incoming_msg_img {
    display: inline-block;
    padding: 0 0 0 10px;
    width: 6%;
}

.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}

.received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 20px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
    text-align: left;
}

.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}

.received_withd_msg {
    width: 80%;
}

.mesgs {
    float: left;
    padding: 30px 15px 0 25px;
    width: 100%;
    max-width: 680px;
}

.sent_msg p {
    background: #05728f none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 20px;
    margin: 0;
    color: #fff;
    padding: 5px 10px 5px 12px;
    width: 100%;
    text-align: left;
}

.outgoing_msg {
    overflow: hidden;
    margin: 26px 0 26px;
}

.sent_msg {
    float: right;
    width: 80%;
}

.input_msg_write input {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    border: medium none;
    color: black;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
    padding-left:10px;
}

.type_msg {
    border-top: 1px solid #c4c4c4;
    position: relative;
}

.msg_send_btn {
    background: #05728f none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 33px;
    margin-right: 10px;
    margin-top: -3px;
}

.msg_send_btn:disabled {
    background: #a0c4ff none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: not-allowed;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 33px;
    margin-right: 10px;
    margin-top: -3px;
}

.messaging {
    padding: 0 0 50px 0;
}

.msg_history {
    min-height: 0px; /* Minimum height of 0px */
    max-height: 1000px; /* Maximum height of 1000px */
    height: auto; /* Automatically adjusts height */
    overflow-y: auto; /* Enable vertical scrolling if content exceeds max-height */
    border: 1px solid lightblue; /* Set a light blue border */
    transition: box-shadow 0.3s, height 0.3s ease; /* Smooth transition for shadow and height */
}
    /* Style the scrollbar itself (the track) */
    .msg_history::-webkit-scrollbar {
        width: 6px; /* Scrollbar width */
        background-color: #F5F5F5; /* Background color of the scrollbar */
    }

    /* Style the draggable part of the scrollbar */
    .msg_history::-webkit-scrollbar-thumb {
        background-color: darkgrey; /* Color of the scrollbar thumb */
        border-radius: 10px; /* Rounded corners on the scrollbar thumb */
        border: 1px solid lightblue; /* Optional: adds a border around the thumb */
    }

.msg_history:hover {
    box-shadow: 0 0 8px lightblue; /* Glowing effect when hovered */
}


/* - FAQ - */

@import url('https://fonts.googleapis.com/css?family=Hind:300,400');

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*body {
    margin: 0;
    padding: 0;
    font-family: 'Hind', sans-serif;
    background: #fff;
    color: #4d5974;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}*/

/*.container {
    margin: 0 auto;
    padding: 4rem;
    width: 48rem;
}*/

h3 {
    font-size: 1.75rem;
    color: #373d51;
    padding: 1.3rem;
    margin: 0;
}

/*.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    padding: 1rem 3rem 1rem 1rem;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    background-color: lightyellow;
    justify-content: center;*/ /* Centers content vertically */
    /*align-items: center;*/ /* Centers content horizontally */
/*}*/

.accordion a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers content vertically */
    align-items: center; /* Centers content horizontally */
    width: 90%;
    padding: 1rem; /* Adjusted for uniform padding */
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    background-color: lightyellow;
    margin: 0 auto; /* Centers the accordion item itself if it's not full width of the container */
    /*display: none;*/
    /*overflow: hidden;*/
    transition: max-height 0.5s ease-out; /* Adjust the time as needed */
}

    .accordion a:hover,
    .accordion a:hover::after {
        cursor: pointer;
        color: #03b5d2;
    }

        .accordion a:hover::after {
            border: 1px solid #03b5d2;
        }

    .accordion a.active {
        color: #03b5d2;
        border-bottom: 1px solid #03b5d2;
    }

    .accordion a::after {
        font-family: 'FontAwesome';
        content: '\f067';
        position: absolute;
        float: right;
        right: 1rem;
        font-size: 1rem;
        color: #7288a2;
        padding: 5px;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #7288a2;
        text-align: center;
    }

    .accordion a.active::after {
        font-family: FontAwesome;
        content: '\f068';
        color: #03b5d2;
        border: 1px solid #03b5d2;
    }

.accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
    text-align: left;
}

    .accordion .content p {
        font-size: 1rem;
        font-weight: 300;
    }

    .accordion .content.active {
        opacity: 1;
        padding: 1rem;
        max-height: 100%;
        -webkit-transition: all 0.35s ease 0.15s;
        -o-transition: all 0.35s ease 0.15s;
        transition: all 0.35s ease 0.15s;
    }

.ftr {
    text-align: center;
    margin-top: 20px;
}
