﻿.logindiv {
    margin-left: 36%;
    margin-top: 5%;
    /*width: 620px;*/
    height: 400px;
    /*box-shadow: 0px 0px 10px 3px #9fbdc2;*/
    box-shadow: 0px 0px 13px #9fbdc2;
    /*border-color: #184b5e;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    /*padding: 5px;*/
    /*margin: auto;*/
    width: 28%;
    background-color: #000000;
}

.chatbox_original {
    width: 60%;
    height: 78vh; /*78vh 82.5*/
    background-color: #030303;
    border-radius: 5px;
    margin-left: 20%;
    margin-top: 66px;
    text-align: center
}

.chatbox_modified {
    width: 60%;
    height: 82.5vh; /*78vh 82.5*/
    background-color: #030303;
    border-radius: 5px;
    margin-left: 500px;
    margin-top: 66px;
    text-align: center
}

textarea {
    resize: none;
}

#autoresizing {
    display: block;
    overflow: hidden;
    resize: none;
}

.typing {
    background-color: black;
    padding: 10px;
    /*width: 100%;*/
    height: 50px;
    position: relative;
    margin: auto;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    margin-left: 65px;
}

    .typing span {
        content: '';
        display: block;
        height: 15px;
        width: 15px;
        border-radius: 10px;
        background-color: #00AEEF;
        margin: auto 7.5px;
        box-shadow: 1px 1px 1px #00AEEF inset;
        animation: bounce 0.6s infinite;
        animation-timing-function: ease-in-out;
        animation-direction: alternate;
        animation-delay: 0s;
    }

        .typing span:nth-child(2) {
            animation-delay: 0.25s;
        }

        .typing span:last-child {
            animation-delay: 0.5s;
        }


@keyframes bounce {
    0% {
        margin-bottom: 2px;
    }

    25% {
        margin-bottom: 7px;
    }

    50% {
        margin-bottom: 10px;
    }

    75% {
        margin-bottom: 15px;
    }

    100% {
        margin-bottom: 20px;
    }
}

.chatdivinput {
    width: 94%;
    float: right;
    margin-top: 10px;
    /*overflow-y: scroll;*/
    /*scrollbar-color: blue transparent;*/
}

.chatdivdashoutput {
    width: 94%;
    float: right;
    margin-top: 10px;
}

div.chatresponsescroll {
    /*width: 100%;*/
    height: 10vh;
    text-align: justify;
    overflow-y: scroll;
    /*scrollbar-color: blue transparent;*/
}

.chatresponsescroll::-webkit-scrollbar-track {
    border-radius: 10px;
}

.chatresponsescroll::-webkit-scrollbar {
    width: 12px;
    border-radius: 10px;
}

.chatresponsescroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #1D4062;
}

div.chatresponsescrolldash {
    width: 100%;
    /*height: 30vh;*/
    height: auto;
    text-align: justify;
    overflow-y: scroll;
    /*scrollbar-color: blue transparent;*/
}

.chatresponsescrolldash::-webkit-scrollbar-track {
    border-radius: 10px;
}

.chatresponsescrolldash::-webkit-scrollbar {
    width: 12px;
    border-radius: 10px;
}

.chatresponsescrolldash::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #1D4062;
}

.chatscroll {
    width: 95%;
    height: 45vh;
    text-align: justify;
    padding-top: 15px;
    overflow-y: scroll;
    padding-right: 5px;
    /*scrollbar-color: blue transparent;*/
}

    .chatscroll::-webkit-scrollbar-track {
        border-radius: 10px;
    }

    .chatscroll::-webkit-scrollbar {
        width: 12px;
        border-radius: 10px;
    }

    .chatscroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #1D4062;
    }



.starthere {
    font-size: 10px;
    text-transform: uppercase;
    color: #c4c9ce;
    font-weight: 400;
    font-family: Arial;
    margin-left: 15px;
}

.dashchattext {
    background-color: white;
    width: 90%;
    height: 45px;
    float: left;
    font-size: 14px;
    padding-left: 7px;
    padding-top: 10px;
    padding-bottom: 5px;
    display: block;
    overflow: hidden;
    resize: none;
    letter-spacing: 0.1em;
}

.welcometext {
    letter-spacing: 1px;
    font-size: small;
    text-align: center;
}

.centered {
    position: absolute;
    top: 92.5%;
    left: 36.5%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.chatinput {
    background-color: #00AEEF;
    width: 100%;
    height: 50px;
    float: right;
    font-size: 14px;
    padding-left: 7px;
    padding-top: 5px;
    padding-bottom: 3px;
    display: block;
    overflow: hidden;
    resize: none;
    letter-spacing: 0.1em;
}

.btnDownloadClass {
    /*margin-top: 20px;*/
    float: right;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 10px;
}

.chaticonclass {
    width: 45px;
    height: 45px;
    float: right;
    margin-right: 5px;
}

.userchaticondiv {
    width: 5%;
    float: left;
}

.dashchaticondiv {
    width: 6%;
    float: left;
}

@media all and (min-width: 200px ) {
    .chatbox_original {
        width: 60%;
        height: 78vh; /*78vh 82.5*/
        background-color: #030303;
        border-radius: 5px;
        margin-left: 20%;
        margin-top: 66px;
        text-align: center
    }
    .chatscroll {
        width: 95%;
        height: 36vh;
        text-align: justify;
        padding-top: 15px;
        overflow-y: scroll;
        padding-right: 5px;
        /*scrollbar-color: blue transparent;*/
    }
    .chaticonclass {
        width: 25px;
        height: 25px;
        float: right;
        margin-right: 5px;
    }

    
    /*.userchaticondiv {
        width: 17%;
        float: left;
    }

    .dashchaticondiv {
        width: 20%;
        float: left;
    }*/
}

@media all and (min-width: 800px ) {

    .logindiv {
        margin-left: 36%;
        margin-top: 5%;
        /*width: 620px;*/
        height: 400px;
        /*box-shadow: 0px 0px 10px 3px #9fbdc2;*/
        box-shadow: 0px 0px 13px #9fbdc2;
        /*border-color: #184b5e;*/
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        outline: none;
        /*padding: 5px;*/
        /*margin: auto;*/
        width: 28%;
        background-color: #000000;
    }
}

