* {
    margin: 0;
    box-sizing: border-box;
}

.container {
    display: flex;
    flex-direction: row;
    height: auto;
}

.profile-name .b {
    background-color: rgba(0, 0, 0, 0.805);
    color: white;
}

.item a {
    color: black;
    text-decoration: none;
}

/* CSS for mobile  */
@media (max-width:600px) {

    .video-profile {
        width: 30%;
        padding-top: 40px;
        height: auto;
    }

    .profile-name {
        font-family: 'Roboto', sans-serif;
        height: 130px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b {
        height: 75px;
        width: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        font-size: 60px;
        border-radius: 50%;
        font-weight: bold;
        box-shadow: 0px 2px 2px gray;
    }

    .balmiki {
        font-size: 4vw;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px 0 0 0;
        font-weight: bold;
    }

    .id-num {
        font-size: 2vw;
    }

    .menu {
        width: 100%;
        height: auto;
    }

    .menu ul {
        width: 100%;
        height: 70%;
        margin-top: 40px;
    }

    .menu ul li {
        width: 100%;
        display: flex;
        align-items: center;
        height: 35px;
        font-size: 3vw;
        font-family: 'Roboto', sans-serif;
        /* background-color: white; */
    }

    .menu ul .blog {
        padding-left: 25px;
    }

    .current {
        background-color: lightgray
    }

    .item:hover {
        background-color: lightgray;
        cursor: pointer;
        color: blue;

    }

    .logo-place {
        height: auto;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-place img {
        height: 10vw;
        width: 29vw;
    }

    .item .logo {
        visibility: hidden;
    }

    .item i {
        display: none;
    }

    /* CSS for message box */
    .message-box {
        width: 100%;
        height: auto;
        padding: 20px 0px;
        position: relative;
        overflow: hidden;
    }

    .chat {
        width: 100%;
        position: absolute;
        top: 100px;
    }

    .people {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 100%;
    }

    .people input {
        border-radius: 16px;
        height: 23px;
        padding: 2px 10px;
        border-width: 1px;
        background: lightgray;
        width: 100%;
    }

    .people ul {
        display: flex;
        overflow-x: scroll;
        margin-top: 10px;
        width: 100%;
        height: 55px;
        background-color: black;
        align-items: center;
    }

    .people ul .people-list {
        height: 39px;
        width: 39px;
        margin: 0 3vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s all;
        background-color: white;
    }

    .people ul .people-list:hover {
        font-size: 27px;
        color: blue;
        cursor: pointer;
        height: 53px;
        width: 53px;

    }

    .people-list i {
        font-size: 22px;
        transition: 0.3 all;
    }

    .people-list i:hover {
        font-size: 25px;
    }

    /* CSS for inbox */
    .messenger {
        height: 30px;
        width: 100%;
        display: flex;
        font-weight: bold;
        align-items: center;
        padding: 0px 10px;
        background-color: lightgray;
    }

    .messenger p {
        height: 30px;
        width: 100%;
        display: flex;
        font-weight: bold;
        align-items: center;
        padding: 0px 10px;
        font-family: 'Roboto', sans-serif;
    }

    .messenger p:hover {
        color: blue;
        cursor: pointer;
    }

    .messenger i:hover {
        color: blue;
        cursor: pointer;
    }

    .inbox {

        width: 100%;
        padding: 5px 4px;
        background-image: url(bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        /* background-color: cyan; */
    }

    .they {
        height: auto;
        width: 100%;
        /* background-color: lightgray; */
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    .they .profile {
        height: 28px;
        width: 28px;
        border-radius: 50%;
        background-color: black;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .they .msg {
        background-color: lightgray;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        padding: 4px 6px;
        border-radius: 40px;
        margin-left: 10px;
        font-size: 11px;
    }

    .they .icon {
        margin-left: 10px;
    }

    .me {
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: right;
        flex-wrap: nowrap;
        margin: 5px 0;
    }

    .me .msg {
        background-color: blue;
        color: white;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        padding: 4px 4px;
        border-radius: 40px;
        margin-right: 10px;
        font-size: 11px;
    }

    .me .profile {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background-color: black;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .me .icon {
        margin-right: 10px;
    }

    .writing {
        height: 60px;
        width: 100%;
        display: flex;
        align-items: center;
        background-color: white;
    }

    .writing input {
        height: 30px;
        width: 80%;
    }

    .writing i {
        width: 10%;
        font-size: 15px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .writing i:hover {
        cursor: pointer;
        color: blue;
        border: 1px solid rgba(0, 0, 0, 0.674);
        background-color: gray;
    }
}

/* CSS for tablet */
@media (min-width:600px) and (max-width:800px) {


    .video-profile {
        width: 30%;
        height: 100vh;
        padding-top: 40px;
    }

    .profile-name {
        font-family: 'Roboto', sans-serif;
        height: 20%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b {
        height: 90px;
        width: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        font-size: 60px;
        border-radius: 50%;
        font-weight: bold;
        box-shadow: 0px 2px 2px gray;
    }

    .balmiki {
        font-size: 3vw;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0 0 0;
        font-weight: bold;
    }

    .id-num {
        font-size: 1.5vw;
    }

    .menu {
        width: 100%;
        height: 100%;
        border-left: 2px solid lightgray;
    }

    .menu ul {
        width: 100%;
        height: 100%;
        margin-top: 40px;
    }

    .menu ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        font-size: 2vw;
        font-family: 'Roboto', sans-serif;
    }

    .current span {
        background-color: white;
    }

    .current {
        background-color: white;
    }

    .logo-place {
        height: 10%;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-place img {
        height: 10vw;
        width: 29vw;
    }

    .menu-name {
        display: flex;
        align-items: left;
        width: 60%;
        padding: 0px 20px;
    }


    .menu-list ul .item:hover {
        border: 1px solid gray;
        cursor: pointer;
        color: blue;

    }

    .item i {
        font-size: 20px;
        padding: 0 10px;
    }

    /* CSS for message box */
    .message-box {
        width: 100%;
        height: auto;
        padding: 20px 0px;
        position: relative;
        overflow: hidden;
    }

    .chat {
        width: 100%;

        position: absolute;
        top: 100px;
    }

    .people {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 100%;
    }

    .people input {
        border-radius: 16px;
        height: 23px;
        padding: 2px 10px;
        border-width: 1px;
        background: lightgray;
        width: 100%;
    }

    .people ul {
        display: flex;
        overflow-x: scroll;
        margin-top: 10px;
        width: 100%;
        height: 55px;
        background-color: black;
        align-items: center;
    }

    .people ul .people-list {
        height: 47px;
        width: 47px;
        margin: 0 3vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s all;
        background-color: white;
    }

    .people ul .people-list:hover {
        font-size: 27px;
        color: blue;
        cursor: pointer;
        height: 53px;
        width: 53px;

    }

    .people-list i {
        font-size: 22px;
        transition: 0.3 all;
    }

    .people-list i:hover {
        font-size: 25px;
    }

    /* CSS for inbox */
    .messenger {
        height: 30px;
        width: 100%;
        display: flex;
        font-weight: bold;
        align-items: center;
        padding: 0px 10px;
        background-color: lightgray;
    }

    .messenger p {
        height: 30px;
        width: 100%;
        display: flex;
        font-weight: bold;
        align-items: center;
        padding: 0px 10px;
        font-family: 'Roboto', sans-serif;
    }

    .messenger p:hover {
        color: blue;
        cursor: pointer;
    }

    .messenger i:hover {
        color: blue;
        cursor: pointer;
    }

    .inbox {
        width: 100%;
        padding: 10px 4px;
        background-image: url(bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        /* background-color: cyan; */
    }

    .they {
        height: auto;
        width: 100%;
        /* background-color: lightgray; */
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    .they .profile {
        height: 28px;
        width: 28px;
        border-radius: 50%;
        background-color: black;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .they .msg {
        background-color: lightgray;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        padding: 4px 6px;
        border-radius: 40px;
        margin-left: 10px;
        font-size: 11px;
    }

    .they .icon {
        margin-left: 10px;
    }

    .me {
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: right;
        flex-wrap: nowrap;
        margin: 5px 0;
    }

    .me .msg {
        background-color: blue;
        color: white;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        padding: 4px 4px;
        border-radius: 40px;
        margin-right: 10px;
        font-size: 11px;
    }

    .me .profile {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background-color: black;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .me .icon {
        margin-right: 10px;
    }

    .writing {
        height: 60px;
        width: 100%;
        display: flex;
        align-items: center;
        background-color: white;
    }

    .writing input {
        height: 30px;
        width: 80%;
    }

    .writing i {
        width: 10%;
        font-size: 15px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .writing i:hover {
        cursor: pointer;
        color: blue;
        border: 1px solid rgba(0, 0, 0, 0.674);
        background-color: gray;
    }
}


/* CSS for screen 800 to 1200 */
@media (min-width:800px) and (max-width:1200px) {


    .video-profile {
        width: 25%;
        height: 100vh;
        padding-top: 40px;
    }

    .profile-name {
        font-family: 'Roboto', sans-serif;
        height: 40%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b {
        height: 90px;
        width: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        font-size: 60px;
        border-radius: 50%;
        font-weight: bold;
        box-shadow: 0px 2px 2px gray;
    }

    .balmiki {
        font-size: 2.5vw;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0 0 0;
        font-weight: bold;
    }

    .id-num {
        font-size: 1.2vw;
        margin: 5px 0px;
    }

    .menu {
        width: 100%;
        height: auto;
        border-left: 2px solid lightgray;
    }

    .menu ul {
        width: 100%;
        height: 100%;
        margin-top: 40px;
    }

    .menu ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
    }

    .current span {
        background-color: white;
    }

    .current {
        /* border: 1px solid black; */
        color: blue;
    }

    .logo-place {
        height: 10%;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-place img {
        height: 90px;
        width: 200px;
    }

    .menu-name {
        display: flex;
        align-items: left;
        width: 60%;
        padding: 0px 20px;
    }


    .menu-list ul .item:hover {
        cursor: pointer;
        color: blue;

    }

    .item i {
        font-size: 20px;
        padding: 0 10px;
    }

    /* CSS for message box */
    .message-box {
        width: 50%;
        height: auto;
        padding: 20px 0px;
        position: relative;
        overflow: hidden;
        margin: 0 auto;

    }

    .chat {
        width: 100%;
        position: absolute;
        top: 100px;
    }

    .people {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 100%;
    }

    .people input {
        border-radius: 16px;
        height: 23px;
        padding: 2px 10px;
        border-width: 1px;
        background: lightgray;
    }

    .people ul {
        display: flex;
        overflow-x: scroll;
        margin-top: 10px;
        width: 100%;
        height: 55px;
        background-color: black;
        align-items: center;
    }

    .people ul .people-list {
        height: 47px;
        width: 47px;
        margin: 0 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s all;
        background-color: white;
    }

    .people ul .people-list:hover {
        font-size: 27px;
        color: blue;
        cursor: pointer;
        height: 53px;
        width: 53px;

    }

    .people-list i {
        font-size: 22px;
        transition: 0.3 all;
    }

    .people-list i:hover {
        font-size: 25px;
    }

    /* CSS for inbox */
    .messenger {
        height: 30px;
        width: 100%;
        display: flex;
        font-weight: bold;
        align-items: center;
        padding: 0px 10px;
        background-color: lightgray;
    }

    .messenger p {
        height: 30px;
        width: 100%;
        display: flex;
        font-weight: bold;
        align-items: center;
        padding: 0px 10px;
        font-family: 'Roboto', sans-serif;
    }

    .messenger p:hover {
        color: blue;
        cursor: pointer;
    }

    .messenger i:hover {
        color: blue;
        cursor: pointer;
    }

    .inbox {
        width: 100%;
        padding: 10px 4px;
        background-image: url(bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        /* background-color: cyan; */
    }

    .they {
        height: auto;
        width: 100%;
        /* background-color: lightgray; */
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    .they .profile {
        height: 28px;
        width: 28px;
        border-radius: 50%;
        background-color: black;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .they .msg {
        background-color: lightgray;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        padding: 4px 6px;
        border-radius: 40px;
        margin-left: 10px;
        font-size: 11px;
    }

    .they .icon {
        margin-left: 10px;
    }

    .me {
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: right;
        flex-wrap: nowrap;
        margin: 5px 0;
    }

    .me .msg {
        background-color: blue;
        color: white;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        padding: 4px 4px;
        border-radius: 40px;
        margin-right: 10px;
        font-size: 11px;
    }

    .me .profile {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background-color: black;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .me .icon {
        margin-right: 10px;
    }

    .writing {
        height: 60px;
        width: 100%;
        display: flex;
        align-items: center;
        background-color: white;
    }

    .writing input {
        height: 30px;
        width: 80%;
    }

    .writing i {
        width: 10%;
        font-size: 15px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .writing i:hover {
        cursor: pointer;
        color: blue;
        border: 1px solid rgba(0, 0, 0, 0.674);
        background-color: gray;
    }
}

/* CSS for screen 800 to 1200 */
@media (min-width:1200px) and (max-width:1800px) {


    .video-profile {
        width: 20%;
        height: auto;
        padding-top: 40px;
        border-right: 2px solid rgba(0, 0, 0, 0.159);
    }

    .profile-name {
        font-family: 'Roboto', sans-serif;
        height: 220px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b {
        height: 70px;
        width: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        font-size: 60px;
        border-radius: 50%;
        font-weight: bold;
        box-shadow: 0px 2px 2px gray;
    }

    .balmiki {
        font-size: 28px;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0 0 0;
        font-weight: bold;
    }

    .id-num {
        font-size: 1.2vw;
        margin: 5px 0px;
    }

    .menu {
        width: 100%;
        height: auto;
        border-left: 2px solid lightgray;
    }

    .menu ul {
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .menu ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
    }

    .current span {
        background-color: white;
    }

    .current {
        color: blue;
    }

    .logo-place {
        height: 10%;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-place img {
        margin-top: 50px;
        height: 80px;
        /* box-shadow: 0px 0px 1px gray; */
    }

    .menu-name {
        display: flex;
        align-items: left;
        width: 60%;
        padding: 0px 20px;
    }


    .menu-list ul .item:hover {
        cursor: pointer;
        color: blue;

    }

    .item i {
        font-size: 20px;
        padding: 0 10px;
    }

    /* CSS for message box */
    .message-box {
        width: 80%;
        height: auto;
        padding: 20px 0px;
        display: flex;
        flex-direction: row;
        background: rgba(8, 199, 224, 0.4);
        ;

    }

    .chat {
        width: 50%;
        box-shadow: 0px 0px 1px gray;
        margin-left: 100px;
    }

    .people {
        margin-left: 10px;
        width: 30%;
        height: 500px;
        box-shadow: 0px 2px 2px gray;
        padding: 10px 5px;
    }

    .people input {
        border-radius: 16px;
        height: 32px;
        padding: 2px 10px;
        border: none;
    }

    .people .connected {
        margin: 20px 0px 0 3px;
        font-family: 'Roboto', sans-serif;

    }

    .people nav {
        display: flex;
        margin-left: 20px;
    }

    .people ul {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        height: auto;
    }


    .people ul .people-list {
        height: 30px;
        width: 30px;
        margin: 5px 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s all;
        background-color: white;
        font-size: 20px;
        border: 1px solid black;
        color: rgba(0, 0, 0, 0.818);

    }

    .people ul .name {
        height: 30px;
        margin: 5px 5px;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        width: auto;
        display: flex;
        align-items: center;
        color: rgba(0, 0, 0, 0.818);
    }

    .people ul .people-list:hover {
        cursor: pointer;
    }

    /* CSS for inbox */
    .messenger {
        height: 40px;
        width: 100%;
        display: flex;
        font-weight: bold;
        align-items: center;
        font-family: 'Roboto', sans-serif;
        color: #000000ad;
        padding: 0px 10px;
    }

    .messenger .person {
        height: 36px;
        width: 55px;
        border: 1px solid #000000ad;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #000000ad;

    }


    .messenger p {
        height: 30px;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0px 10px;
        font-family: 'Roboto', sans-serif;
    }

    .messenger .call {
        display: flex;
        font-weight: bold;
        align-items: center;
        padding: 0px 10px;
        font-family: 'Roboto', sans-serif;
    }

    .messenger .call span {
        margin: 0px 15px;
    }

    .messenger .call span:hover {
        cursor: pointer;
    }

    .chat {
        position: relative;
        height: 480px;
    }

    .inbox {
        width: 100%;
        padding: 10px 10px 0 10px;
        font-family: 'Roboto', sans-serif;
        padding-top: 30px;
        height: 400px;
        background: url("back.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        top: 40px;
        left: 0;
    }

    .inbox::before {
        content: "hello";
        width: 100%;
        height: 400px;
        background-color: black;
        position: absolute;
        top: 0px;
        left: 0;
        z-index: 3;
        opacity: 0.2;
    }


    .they {
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    .they .profile {
        height: 35px;
        width: 35px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.527);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .they .msg {
        background-color: white;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        padding: 4px 6px;
        border-radius: 40px;
        font-size: 14px;
        margin: 20px 5px;
    }

    .they .icon {
        margin-left: 10px;
    }

    .me {
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: right;
        flex-wrap: nowrap;
        margin: 5px 0;
    }

    .me .msg {
        background-color: rgba(0, 0, 255, 0.781);
        color: white;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        padding: 6px 8px;
        border-radius: 40px;
        margin-right: 10px;
        font-size: 14px;
    }

    .me .profile {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background-color: black;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .me .icon {
        margin-right: 10px;
    }

    .writing {
        height: 40px;
        width: 100%;
        display: flex;
        align-items: center;
        background-color: white;
        background-color: black;
        margin-top: 60px;
        z-index: 10;
        position: absolute;
        top: 380px;
    }

    .writing input {
        height: 100%;
        width: 80%;
    }

    .writing i {
        width: 10%;
        font-size: 20px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }

    .writing i:hover {
        cursor: pointer;
        /* color: ; */
    }
}


/* CSS for large screen */

/* CSS for screen 800 to 1200 */
@media (min-width:1800px) {

    .container {
        display: flex;
        justify-content: center;
    }

    .video-profile {
        width: 230px;
        height: auto;
        padding-top: 40px;
        border-left: 2px solid lightgray;
    }

    .profile-name {
        font-family: 'Roboto', sans-serif;
        height: 220px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b {
        height: 120px;
        width: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        font-size: 60px;
        border-radius: 50%;
        font-weight: bold;
        box-shadow: 0px 2px 2px gray;
    }

    .balmiki {
        font-size: 30px;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0 0 0;
        font-weight: bold;
    }

    .id-num {
        font-size: 16px;
        margin: 5px 0px;
    }

    .menu {
        width: 100%;
        height: auto;
    }

    .menu ul {
        width: 100%;
        height: 100%;
        margin-top: 40px;
    }

    .menu ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
    }

    .current span {
        background-color: white;
    }

    .current {
        color: blue;
    }

    .logo-place {
        height: 10%;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-place img {
        margin-top: 50px;
        height: 90px;
        width: 200px;
    }

    .menu-name {
        display: flex;
        align-items: left;
        width: 60%;
        padding: 0px 20px;
    }


    .menu-list ul .item:hover {
        cursor: pointer;
        color: blue;

    }

    .item i {
        font-size: 20px;
        padding: 0 10px;
    }

    /* CSS for message box */
    .message-box {
        width: 1200px;
        height: auto;
        padding: 20px 0px;
        margin-left: 20px;
        display: flex;
        flex-direction: row;
    }

    .chat {
        width: 30%;
        /* position: absolute; */
        /* top: 100px; */
    }

    .people {
        border-top: 0.4px solid black;
        margin-left: 10px;
        width: 20%;
        height: 300px;
        box-shadow: 0px 2px 2px gray;
        padding: 10px 5px;
    }

    .people input {
        border-radius: 16px;
        height: 23px;
        padding: 2px 10px;
        border-width: 1px;
        background: lightgray;
        width: 100%;
    }

    .people ul {
        display: flex;
        overflow-x: scroll;
        margin-top: 10px;
        width: 100%;
        height: 55px;
        background-color: black;
        align-items: center;
    }

    .people ul .people-list {
        height: 47px;
        width: 47px;
        margin: 0 3px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s all;
        background-color: white;
        font-size: 20px;
    }

    .people ul .people-list:hover {
        font-size: 27px;
        color: blue;
        cursor: pointer;
        height: 53px;
        width: 53px;

    }

    .people-list i {
        font-size: 22px;
        transition: 0.3 all;
    }

    .people-list i:hover {
        font-size: 25px;
    }

    /* CSS for inbox */
    .messenger {
        height: 30px;
        width: 100%;
        display: flex;
        font-weight: bold;
        align-items: center;
        padding: 0px 10px;
        background-color: lightgray;
    }

    .messenger p {
        height: 30px;
        width: 100%;
        display: flex;
        font-weight: bold;
        align-items: center;
        padding: 0px 10px;
        font-family: 'Roboto', sans-serif;
    }

    .messenger p:hover {
        color: blue;
        cursor: pointer;
    }

    .messenger i:hover {
        color: blue;
        cursor: pointer;
    }

    .inbox {
        width: 100%;
        padding: 10px 4px;
        background-image: url(bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        /* background-color: cyan; */
    }

    .they {
        height: auto;
        width: 100%;
        /* background-color: lightgray; */
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    .they .profile {
        height: 28px;
        width: 28px;
        border-radius: 50%;
        background-color: black;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .they .msg {
        background-color: lightgray;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        padding: 4px 6px;
        border-radius: 40px;
        margin-left: 10px;
        font-size: 11px;
    }

    .they .icon {
        margin-left: 10px;
    }

    .me {
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: right;
        flex-wrap: nowrap;
        margin: 5px 0;
    }

    .me .msg {
        background-color: blue;
        color: white;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        padding: 4px 4px;
        border-radius: 40px;
        margin-right: 10px;
        font-size: 11px;
    }

    .me .profile {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background-color: black;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .me .icon {
        margin-right: 10px;
    }

    .writing {
        height: 60px;
        width: 100%;
        display: flex;
        align-items: center;
        background-color: white;
    }

    .writing input {
        height: 30px;
        width: 80%;
    }

    .writing i {
        width: 10%;
        font-size: 15px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .writing i:hover {
        cursor: pointer;
        color: blue;
        border: 1px solid rgba(0, 0, 0, 0.674);
        background-color: gray;
    }
}