.messageBox {
    padding: 0 2.5vh;
    color: #fff;
    display: inline-block;
    max-width: 75%
}

.messageText {
    width: 100%;
    letter-spacing: 0;
    float: left;
    font-size: 2.2vh
}

    .messageText img {
        vertical-align: middle
    }

.messageContainer {
    display: flex;
    justify-content: flex-end;
    padding: 0 2%;
    margin-top: 2vh
}

.sentText {
    font-family: Arial,Helvetica,sans-serif;
    color: #696969;
    text-transform: lowercase;
    font-size: 2vh
}

.pl-10 {
    padding-left: 1vh
}

.pr-10 {
    padding-right: 1vh
}

.justifyStart {
    justify-content: flex-start
}

.justifyEnd {
    justify-content: flex-end
}

.colorWhite {
    color: #fff
}

.colorDark {
    color: #353535
}

.backgroundBlue {
    background: #033A70;
    border-radius: 4vh
}

.backgroundLight {
    background: #bf282d;
    border-radius: 4vh
}

.css-1qyrjaz {
    width: 1.5vh;
    height: 2vh;
    right: 0;
    bottom: 0
}

.messages {
    padding: 0;
    overflow: auto;
    height: 75%;
    width: 90%;
    margin: 6vh auto;
    scrollbar-width: none
}

.infoBar {
    background: transparent;
    height: 100%;
    width: 20%;
    border-right: 1px solid #ccc;
    position: absolute;
    top: 0;
    background-color: #fff;
    z-index: 55;
    border-radius: 7vh 0 0 7vh
}

    .infoBar .title {
        color: #033A70;
        font-family: Poppins,sans-serif;
        font-weight: 700;
        text-align: center;
        font-size: 3vh;
        position: relative;
        top: 2vh;
        padding: 1vh 0
    }

.yourInfo img {
    width: 100%;
    height: 100%
}

.wrp-yi {
    width: 100%;
    height: 30vh;
    background-image: url(/static/media/qq.668ca8db.svg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    top: 2vh
}

    .wrp-yi .room {
        color: #e2e2e2;
        font-weight: lighter;
        font-size: 4vh;
        position: relative;
        top: 5vh
    }

    .wrp-yi .name, .wrp-yi .room {
        font-family: Poppins,sans-serif;
        text-transform: capitalize
    }

    .wrp-yi .name {
        color: #fff;
        font-weight: 700;
        font-size: 4.4vh;
        letter-spacing: .2vh
    }

.into-yi {
    position: absolute;
    bottom: 0;
    left: 3vh
}

.activeContainer h2 {
    color: #959595;
    font-family: Poppins,sans-serif;
    font-weight: 700;
    font-size: 3.5vh;
    text-transform: capitalize
}

.activeContainer {
    width: 90%;
    overflow-x: hidden;
    margin-top: 6vh;
    margin-left: 2vh
}

.overF::-webkit-scrollbar {
    width: 1vh
}

.overF::-webkit-scrollbar-thumb {
    background: #959595;
    border-radius: 5vh
}

.overF {
    overflow: auto;
    height: 40%;
    overflow-x: hidden
}

.activeItem {
    cursor: default;
    display: flex;
    margin-left: 3vh;
    padding-bottom: 3vh
}

.activeImage {
    width: 4.5vh;
    padding-right: 1.5vh
}

::-webkit-scrollbar {
    width: 1.5vh
}

::-webkit-scrollbar-thumb {
    background: #033A70;
    border-radius: 10px;
    cursor: pointer
}

.inp {
    position: absolute;
    bottom: 4%;
    width: 100%
}

.form {
    width: 90%
}

.form, .input {
    margin: 0 auto
}

.input {
    border-radius: 0;
    width: 73%;
    font-size: 1.8vh;
    border-radius: 5vh;
    padding: 2vh 4vh;
    border: 1px solid #ccc;
    text-transform: none
}

input:focus, select:focus, textarea:focus {
    outline: none
}

.sendButton {
    color: #fff !important;
    text-decoration: none;
    background: #033A70;
    padding: 2vh;
    display: inline-block;
    border: none;
    width: 25%;
    margin-left: 2%;
    font-size: 1.8vh;
    border-radius: 5vh
}

.Back {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    position: relative;
    align-items: center;
    justify-content: space-around
}

.back_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #033A70;
    width: 4vh;
    height: 4vh
}

.Back .title {
    color: #033A70;
    font-family: Poppins,sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 4vh;
    visibility: hidden
}

.back_wrp div {
    margin-left: 3vh
}

@media(max-width:500px) {
    .Back .title {
        visibility: visible
    }

    .back_btn {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #dedede
}

.content {
    background: #fff;
    width: 85%;
    height: 85%;
    position: relative;
    border-radius: 7vh
}

.content_messages {
    width: 70%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 60%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding-top: 3px
}

.content_back {
    position: absolute;
    width: 10%;
    height: 15%;
    background: transparent;
    top: 0;
    z-index: 15;
    right: 0
}

.content_info_bar {
    height: 100%
}

@media(max-width:1000px) {
    .content {
        width: 100%;
        height: 100%;
        border-radius: 0
    }
}

@media(max-width:900px) {
    .infoBar {
        height: 100%;
        width: 30%
    }

    .content_messages {
        width: 70%;
        left: 65%
    }

    .messageBox {
        max-width: 80%
    }

    .content_back {
        height: 5%
    }
}

@media(max-width:500px) {
    .infoBar {
        height: 90%;
        position: absolute;
        top: 10%;
        width: 100%
    }

        .infoBar, .infoBar .title {
            display: none
        }

    .yourInfo img {
        width: 100%;
        height: 100%
    }

    .wrp-yi {
        height: 40vh
    }

        .wrp-yi .room {
            font-size: 6vh;
            top: 8vh
        }

        .wrp-yi .name {
            font-size: 7.5vh
        }

    .into-yi {
        bottom: -4vh
    }

    .activeContainer h2 {
        font-size: 6vh
    }

    .activeImage {
        width: 6vh
    }

    .content_messages {
        width: 100%;
        height: 90%;
        left: 0;
        top: 10%;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    .content_back {
        width: 100%;
        height: 10%;
        position: absolute;
        background-color: #fff;
        border-bottom: 1px solid #dedede
    }

    .show {
        display: block
    }
}

body, html {
    font-family: Roboto,sans-serif;
    padding: 0;
    margin: 0;
    background-color: #dedede;
    overflow: hidden
}

#root {
    height: 100vh
}

* {
    box-sizing: border-box
}

.container_join {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0
}

.wrapper_join {
    background-color: #fff;
    width: 1010px;
    border-radius: 30px;
    padding: 50px 0
}

.image_join, .wrapper_join {
    display: flex;
    position: relative
}

.image_join {
    width: 40%;
    justify-content: center;
    align-items: center
}

    .image_join img {
        position: relative;
        width: 70%
    }

.into_join {
    width: 60%;
    padding: 0 0 0 80px;
    display: flex;
    flex-direction: column
}

.heading {
    color: #033A70;
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 36px;
    font-size: 4vh;
}

.heading, .text {
    font-family: Poppins,sans-serif;
    margin: 0
}

.text {
    color: #bbb;
    font-weight: lighter;
    font-size: 15px;
    width: 230px;
    position: relative;
    padding: 0 0 15px
}

input {
    padding: 15px 25px;
    border-radius: 8px;
    border: 1px solid #dedede;
   
}

button, input {
    font-size: 15px;
    width: 80%;
    margin-top: 15px;
    margin-left: 8%
}

button {
    background-color: #033A70;
    background-image: linear-gradient(135deg,#033A70 0%,#4886B7 100%);
    background-image: -webkit-linear-gradient(135deg,#033A70 0%,#4886B7 100%);
    background-image: -moz-linear-gradient(135deg,#033A70 0%,#4886B7 100%);
    background-image: -o-linear-gradient(135deg,#033A70 0%,#4886B7 100%);
    color: #fff;
    font-family: Poppins,sans-serif;
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 15px 0;
    cursor: pointer
}

    button:focus {
        outline: 0
    }

.shape {
    background-color: #033A70;
    background-image: linear-gradient(135deg,#033A70 0%,#4886B7 100%);
    background-image: -webkit-linear-gradient(135deg,#033A70 0%,#4886B7 100%);
    background-image: -moz-linear-gradient(135deg,#033A70 0%,#4886B7 100%);
    background-image: -o-linear-gradient(135deg,#033A70 0%,#4886B7 100%);
    bottom: -60%;
    left: -15%
}

.shape, .shape_2 {
    width: 50%;
    height: 100%;
    border-radius: 100%;
    position: absolute
}

.shape_2 {
    background: #bf282d;
    top: -50%;
    right: -20%
}

@media (max-width:1130px) {
    .shape {
        left: -30%;
        bottom: -50%
    }

    .shape_2 {
        top: -30%;
        right: -30%
    }
}

@media (max-width:1030px) {
    .wrapper_join {
        width: 80%;
        padding: 60px 0
    }

    .into_join {
        padding: 0 0 0 50px
    }

    .heading {
        font-size: 24px;
        line-height: 45px;
        padding-bottom: 10px
    }

    input {
        font-size: 13px;
        padding: 10px 25px;
        width: 200px
    }

    button {
        width: 200px;
        padding: 10px 0
    }
}

@media (max-width:800px) and (max-width:1000px) {
    .shape {
        bottom: -10%;
        left: -20%;
        height: 50%
    }

    .shape_2 {
        top: -10%;
        right: -20%;
        height: 50%
    }
}

@media (max-width:650px) {
    .wrapper_join {
        width: 80%;
        padding: 60px 0
    }

    .image_join {
        display: none
    }

    .into_join {
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .heading {
        font-size: 22px;
        line-height: 45px;
        padding-bottom: 10px
    }

    .heading, .text {
        text-align: center
    }

    .text {
        font-size: 10px;
        width: 150px
    }

    input {
        padding: 12px 25px;
        width: 100%
    }

    button, input {
        font-size: 10px;
        margin-top: 5px
    }

    button {
        width: 170px;
        padding: 10px 0
    }

    .shape, .shape_2 {
        display: none
    }
}

@media (min-width:1700px) {
    .wrapper_join {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@media (min-width:1900px) {
    .wrapper_join {
        width: 70%;
        padding: 7vh 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        border-radius: 5vh
    }

    .into_join {
        padding-left: 7vh;
        padding-top: 2vh
    }

    .heading {
        font-size: 4vh
    }

    .text {
        font-size: 2vh;
        width: 55%
    }

    input {
        padding: 2vh 2.5vh
    }

    button, input {
        font-size: 16px;
        width: 70%;
        margin-top: 2vh
    }

    button {
        padding: 2vh 0
    }
}
input:focus, input:active {
    border: 1px solid #033A70;
}
button:hover {
    opacity:0.9;
}