* {
    padding: 0;
    margin: 0;
    font-family: Verdana, Tahoma, sans-serif;
}

body {
    padding-top: 1vh;
    background-color: #1b1b1b;
    background-size: unset;
    background-repeat: repeat;
    height: 98vh;
}

nav {
    display: flex;
    /* height: 6%; */
    padding: 10px 0;
    background-color: #202c33;
}

.navbar {
    width: 100%;
    display: flex;
}


.dpimg {
    cursor: pointer;
    border-radius: 100%;
    width: 5%;
    height: 5%;
    height: auto;
    margin: auto 0px;
    margin-left: 10px;
}

.navbar .personalInfo {
    line-height: 100%;
    display: flex;
    flex-direction: column;
    margin: auto 0px;
    margin-left: 2%;
}

.navbar .personalInfo .info {
    display: flex;
}

.personalInfo #name {
    color: #e9edef;
    margin-bottom: 4px;
}

.personalInfo #lastseen {
    color: #8696a0;
    font-size: small;
    display: block;
}


.navbar .right {
    width: auto;
    display: flex;
    margin-left: auto;
}

.right .one {
    margin-right: 10px;
    display: flex;
}

.right .two {
    margin-right: 20px;
    display: flex;
}


.right .three {
    margin-right: 5px;
    display: flex;
}

.right img {
    height: 20px;
    margin: auto;
}

.right input {
    margin-right: 10px;
    text-decoration: none;
    color: white;
    height: 29px;
    margin: auto;
    background-color: #171717;
    border: 1px solid rgba(255, 255, 255, 0.204);
    padding: 0 5px;
    border-radius: 5px;
}

.right input:focus {
    border: 1px solid rgba(255, 255, 255, 0.204);
    border-radius: 5px;
    outline: none;
}


.scrollable {
    overflow-y: scroll;
    color: #fff;
    display: flex;
    height: 88%;
    flex-direction: column;
    background-image: url('images/bg.webp');
    align-items: flex-end;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
}

.scrollable .chatting .status_fixed {
    text-align: center;
    background-color: #3f3f3f9a;
    padding: 2px 0;
    color: #909598;
    position: sticky;
    animation: slideDown 1s forwards;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}


@keyframes slideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



.scrollable .chatting {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
    height: 100%;
    width: 100%;
}

.scrollable .chatting::-webkit-scrollbar {
    display: none;
}

#listUL {
    overflow-y: hidden;
    position: static;
    width: 100%;
    bottom: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}

#listUL li {
    width: 100%;
    text-decoration: none;
    flex-direction: row;
}

.sent {
    text-align: end;
    float: right;
    width: auto;
    max-width: 45%;
}

.green {
    margin: 5px;
    text-align: start;
    width: auto;
    padding: 10px;
    background-color: #005c4b;
    border-radius: 15px 15px 0px;
}

#sentlabel {
    color: #94bab3;
    display: block;
    text-align: end;
    font-size: x-small;
}

.recieved {
    width: 45%;
    max-width: 45%;
    display: block;
    flex-direction: row;
}


.chatting img {
    width: 25px;
    border-radius: 50px;
}


.grey {
    max-width: 45%;
    margin: 5px;
    text-align: start;
    padding: 10px;
    background-color: #202c33;
    border-radius: 15px 15px 15px 0px;
    width: fit-content;
}

.grey .mapview {
    margin: auto;
    display: flex;
    padding: 5px;
}

.add address {
    margin-top: 10px;
    padding-left: 15px;
}

.map {
    margin: auto;
    width: 100%;
    border-radius: 10px;
}

.dateLabel {
    color: #94bab3;
    display: block;
    text-align: end;
    font-size: x-small;
}


/* help menu bold words color  */

.sk .bold {
    color: rgba(219, 154, 33, 0.822);
}


/* resume thumbnail in received class*/
.resumeThumbnail {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.downloadSpace {
    background-color: #1d282f;
    display: flex;
    width: 100%;
}

.downloadSpace .pdfname {
    display: flex;
    width: 100%;
}

.pdfname label {
    margin: auto 0px;
}

.downloadSpace img {
    width: 30px;
    cursor: pointer;
    margin: 5px;
}

/* this css is used for embedded html in messages */
.bold {
    font-weight: bold;
}

.alink {
    color: goldenrod;
    transition: all 600ms ease;
    text-decoration: none;
}

.alink:hover {
    text-decoration: none;
    color: green;
}

/* this css is used for social links message */

.social {
    padding: 10px;
}

.social .socialItem {
    width: 100%;
    border-radius: 10px;
    background-color: #94bab3;
    cursor: pointer;
    display: flex;
    margin-bottom: 10px;
    transition: all 500ms ease-in-out;
}

.social .socialItemI {
    margin: auto;
    padding: 10px;
    flex-direction: column;
}

.social .socialItem:hover {
    background-color: rgba(58, 170, 58, 0.863);
}

#call {
    flex-direction: column;
    text-align: center;
}

.number {
    display: none;
}



.scrollable .donationFullScreen {
    transition: all 700ms ease-in-out;
    position: absolute;
    display: none;
    flex-direction: column;
    background-color: #2f2f2fec;
    z-index: 1000;
    /* background-color: red; */
    width: 100%;
    height: 100%;
}

.scrollable .donationFullScreen img{
    height: 75%;
    width: 60%;
    /* padding: 50px; */
    margin: auto;
    border-radius: 20px;
}
.scrollable .donationFullScreen .insideDP {
    scrollbar-width: 0px;
    height: 100%;
    display: flex;
}

.donationFullScreen .closeBTN {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    margin: auto;
    cursor: pointer;

}

.donationFullScreen .btnColor {
    fill: rgba(0, 0, 0, 0.692);
    transition: all 400ms ease-in-out;
}

.donationFullScreen .closeBTN:hover .btnColor {
    fill: red;
}



.scrollable .donationFullScreen .insideDP .dp {
    width: 90%;
    margin: auto;
    border-radius: 10px;
}


/* #donation{
    margin: auto;
} */



.scrollable .fullScreenDP {
    transition: all 700ms ease-in-out;
    position: absolute;
    ;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    background-color: #2f2f2fec;
    z-index: 1000;
}

.scrollable .fullScreenDP .insideDP {
    display: flex;
    margin: auto;
    scrollbar-width: 0px;
}

.fullScreenDP .closeBTN {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    margin-left: 6%;
    margin-top: 5px;
    cursor: pointer;

}

.fullScreenDP .btnColor {
    fill: rgba(0, 0, 0, 0.692);
    transition: all 400ms ease-in-out;
}

.fullScreenDP .closeBTN:hover .btnColor {
    fill: red;
}



.scrollable .fullScreenDP .insideDP .dp {
    width: 90%;
    margin: auto;
    border-radius: 10px;
}







footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    height: auto;
    background-color: #202c33;
    text-align: center;
    display: flex;
}

.sendBar {
    display: flex;
    height: 100%;
    width: 100%;
}

.sendBar .send {
    margin: auto 0;
    margin-left: 5px;
    margin-right: 15px;
    cursor: pointer;
}

.sendBar .smily {
    /* margin: auto; */
    padding: 5px;
    margin-left: 15px;
    margin-right: 5px;
    transition: transform 0.2s ease-in-out;
}


.rotate {
    transform: scaleX(-1);
}


.message {
    width: 100%;
    text-align: center;
    background-color: #f0f0f0;
    padding: 20px;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1.5s ease-in-out;
}

.message-hidden {
    transform: translateY(-100%);
    opacity: 0;
}

.message-show {
    transform: translateY(40%);
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.message-hide {
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

#messageDiv {
    z-index: 999999;
    width: 50%;
    height: 100%;
    margin: auto;
    color: white;
    text-align: center;
}

.greet{
    background-color: rgb(80, 78, 78);
    border-radius: 25px;
    text-align: center;
    display: flex;
    margin: auto;
    height: fit-content;
    width: fit-content;
    font-size: 10rem;
}

.greet p{
    padding: 20px;
    margin: auto;
    font-family: cursive;
    font-size: 1.1rem;
}

.sendBar input[type='text'] {
    margin: auto;
    margin: 5px;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    float: left;
    width: 100%;
    height: 100%;
    outline-color: transparent;
    accent-color: transparent;
    background-color: #2a3942;
    outline: none;
    border-color: transparent;
}


::placeholder {
    color: #8696a0;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #8696a0;
}

::-ms-input-placeholder {
    color: #8696a0;
}



@media screen and (min-width: 1024px) {

    body {
        margin: auto;
        width: 50vw;
    }

    .sendBar {
        width: 100%;
    }

    .scrollable {
        -ms-overflow-style: none;
        scrollbar-width: none;
        position: relative;
        overflow: hidden;
    }



    .scrollable .fullScreenDP {
        display: none;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }


    .scrollable .fullScreenDP .insideDP {
        display: flex;
        width: 70%;
    }


    .scrollable .fullScreenDP .dp {
        width: 50%;
        margin: auto;
    }

    .scrollable .fullScreenDP .closeBTN {
        margin-top: 15px;
    }

    #call:hover .number {
        display: block;
        height: auto;
    }



    .scrollable .donationFullScreen img{
        height: 60%;
        width: auto;
        max-width: 40%;
        margin: auto;
    }

    .donationFullScreen .closeBTN {
        width: 30px;
        height: 30px;
        display: block;
        /* position: relative; */
        margin-left: 4%;
        margin-top: 5px;
        cursor: pointer;
        margin: auto;
    
    }
}
