body {
    font-family: 'SF UI Text', sans-serif;
    background: url(../images/Device--Screen.jpg) center center no-repeat;
    background-size: cover;
    min-height: 100vh;
    font-size: 11px;
}

p {
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
}

h1 {
    font-size: 47px;
    font-weight: 900;
}

h2 {
    font-size: 35px;
    font-weight: 700;
}

h3 {
    font-size: 28px;
    font-weight: 500;
}

h6 {
    font-size: 11.5px;
    line-height: 14px;
    font-weight: bold;
}

.mainSection {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

/* Profile Area */
.profileArea {
    width: calc(100% - 515px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainTop {
    padding: 45px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.mainTop p {
    font-family: 'Times';
    font-size: 15px;
    margin: 0;
    font-weight: bold;
}

.dataProfile {
    width: 100%;
    text-align: center;
}

.profileImage {
    margin-bottom: 60px;
    text-align: center;
}

.profileImage img {
    border: 10px solid #FFF;
    border-radius: 50%;
    outline: 0px solid rgba(123, 123, 123, 0.1);
    margin: 0 auto;
    line-height: 1;
    display: block;
}

.dataProfile>p {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

.linksAreaBottom {
    width: 100%;
    margin: 0 0 30px;
}

.linksAreaBottom ul {
    list-style-type: none;
    max-width: 450px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.linksAreaBottom ul li,
.linksAreaBottom ul li a {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.linksAreaBottom ul li a {
    text-decoration: none;
}

.linksAreaBottom ul li span {
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #417EA2;
    border-left: 0;
    border-right: 0;
    padding: 5px 15px;
}

.linksAreaBottom ul li:hover span {
    background: rgba(130, 130, 130, 0.1);
}

.linksAreaBottom ul li img {
    margin: 0 0 15px;
    height: 20px;
    object-fit: contain;
}

/* Right Area */
.rightArea {
    background: rgba(125, 125, 125, 0.1);
    width: 515px;
    padding: 40px 60px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
    position: relative;
    min-height: 100vh;
}

.rightAreaNoPadding {
    background: rgba(108, 108, 108, 0.1);
    width: 700px;
    padding: 0px 00px;
    box-shadow: 0 0 2px rgba(101, 101, 101, 0.35);
    position: relative;
    min-height: 100vh;
}

.messageTop {
    max-width: 300px;
    padding: 25px;
    background: #FFF;
    position: relative;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
}

.arrow-right::before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #FFF;
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.messageTop p {
    margin: 0;
}

.messageTop.arrow-right.userBottom img {
    position: absolute;
    left: -85px;
}

.messageTop.smallTextBox {
    max-width: 235px;
}

.linksRight {
    margin: 0 0 30px;
}

.linksRight ul {
    list-style-type: none;
    padding: 0;
}

.linksRight ul li {
    border: 1px solid #6d6d6d;
    padding: 10px 15px;
    margin-bottom: 10px;
    width: auto;
    background: #FFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    display: table;
    clear: both;
    min-width: 90px;
    padding-right: 30px;
}

.linksRight ul li:hover,
.linksRight ul li.active {
    background: #E1E1E1;
}

.messageTop.userBottom {
    margin-bottom: 0;
    position: absolute;
    bottom: 90px;
    display: none;
}

.messageTop.userBottom.show {
    display: block;
}

.messageNumbers {
    position: absolute;
    right: -80px;
    top: -50px;
}

.messageNumbers .number {
    background: #707070;
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 11px;
    margin-bottom: 10px;
    position: relative;
}

.arrow-left::after {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #6b6b6b;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -9px;
    position: absolute;
}

/* Atlas */
.atlas .rightArea {
    background: rgba(77, 77, 77, 0.1);
}
/* 
.atlas .mainTop h1 {
    color: #439a76;
    font-size: 47px; 
    font-weight: 800;
} */

.atlas .mainTop p {
    color: #4a4a4a;
}

.atlas .messageTop.smallTextBox,
.atlas .messageTop {
    max-width: 355px;
    padding: 20px;
}

.atlas .messageTop.arrow-right.userBottom img {
    top: 10px;
}

.atlas .linksRight ul li[title="5"] {
    min-width: 185px;
}


/* Updates new */
.mainSection.chatData .rightArea {
    width: 700px;
    /* padding: 25px 70px 25px 100px; */
}

.mainSection.chatData .profileImage img {
    max-width: 200px;
}

.mainSection.chatData .profileArea {
    width: calc(100% - 700px);
}

.mainSection.chatData .contentText p {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    border-top: 1px solid #8e8e8e;
    border-bottom: 0px solid #a5a5a5;
    padding: 25px 0;
    margin-bottom: 25px;
}

.mainSection.chatData .contentText {
    padding: 0 70px;
}

.mainSection.chatData .listBtnText {
    padding: 0 70px;
}

.mainSection.chatData .listBtnText+.linksRight ul {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 70px;
    margin-top: 25px;
}

.mainSection.chatData .listBtnText+.linksRight ul li {
    width: 100%;
}

.mainSection.chatData .listBtnText+.linksRight+p {
    width: 100%;
    max-width: 100%;
    padding: 0 150px 30px;
}



.mainSection.chatData .profileArea {
    flex-direction: column;
}

.mainSection.chatData .profileArea {
    flex-direction: column;
    max-height: 100vh;
    overflow-y: auto;
    justify-content: flex-start;
    padding-top: 0px;
}

.mainSection.chatData .messageTop {
    width: 100%;
    max-width: 450px;
}

.mainSection.chatData .linksRight.linksAreaRight {
    padding-left: 25px;
}

.mainSection.chatData .mainTop {
    padding: 25px;
    position: relative;
    width: 100%;
}

.messageBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border-top: 1px solid #b6b6b6;
    background: #FFF;
    height: 70px;
    padding: 15px;
}

.messageBox input[type="submit"] {
    background: #636363;
    border: 0;
    color: #FFF;
    padding: 10px 15px;
    font-size: 15px;
    text-transform: uppercase;
    margin-right: 15px;
}

.messageBox input[type="reset"] {
    background: url(../images/clear.svg) center left no-repeat;
    border: 0;
    color: #696969;
    padding: 10px 15px 10px 30px;
    font-size: 15px;
    text-transform: uppercase;
    margin-right: 15px;
    font-weight: 500;
    margin-right: 0;
}

.messageBox .messageBoxForm {
    display: flex;
    justify-content: space-between;
}

.messageBox .messageBoxForm textarea {
    border: 0;
    resize: none;
    font-size: 16px;
    height: 42px;
    line-height: 37px;
    width: 100%;
    outline: none;
}

/* style here for form */
.rightArea .msf_hide {
    display: none;
}

.rightArea .msf_show {
    display: block;
}

.rightArea .msf_bullet_o {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 20px;
}

.rightArea .msf_bullet_o>div {
    height: 15px;
    width: 15px;
    margin: 0 8px;
    border-radius: 50%;
    z-index: 2;
}

.rightArea .msf_bullet {
    background-color: #eee;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.rightArea .msf_bullet_active {
    background-color: #333 !important;
}



.mainSection.chatData .rightArea .form_wrapper {
    top: auto;
    margin: 0;
    width: 100%;
    left: 0;
    position: relative;
}

.mainSection.chatData .rightArea .form_wrapper .msf_show {
    box-shadow: none;
}

.rightArea input:not([type="checkbox"]),
.rightArea select {
    display: block;
    width: 100%;
    height: 50px;
    margin: 15px 0px;
    background: #FFF;
    border: 1px solid #999;
    font-size: 14px;
    padding: 0 15px;
    outline: none;
}

/* .rightArea input:not([type="checkbox"]):not([type="radio"]),
.rightArea select {
    display: block;
    width: 100%;
    height: 50px;
    margin: 15px 0px;
    background: #FFF;
    border: 1px solid #999;
    font-size: 14px;
    padding: 0 15px;
    outline: none;
} */

.rightArea input[type="button"],
.rightArea input[type="submit"] {
    margin-top: 20px !important;
    cursor: pointer;
    outline: none;
    padding: 15px !important;
    line-height: 0px;
    transition: all 150ms;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid transparent;
    background: #000;
    display: block;
}

.rightArea input[type="button"]:hover,
input[type="submit"]:hover {
    background: none;
    color: #000;
    border-color: #000;
}

.areaLabel .valueArea input {
    height: 20px;
    width: 20px;
    flex: 0 0 20px;
    margin: 0 10px 0;
}

.areaLabel.full .valueArea input {
    margin-top: 3px;
}

.areaLabel .valueArea {
    width: 100px;
    align-items: center;
    font-size: 15px;
}

.areaLabel.full .valueArea {
    width: 100%;
}

.btnMain input {
    max-width: calc(50% - 10px);
}

.customgpt_chat {
    display: none;
}

@media only screen and (max-width:1365px) {
    .mainSection.chatData .contentText {
        padding: 0 20px;
    }

    .mainSection.chatData .rightArea {
        width: 50%;
        padding: 25px 40px 25px 50px;
    }

    .mainSection.chatData .profileArea {
        width: 50%;
    }

    .mainSection.chatData .listBtnText+.linksRight+p {
        padding: 0 50px 30px;
    }

    .mainSection.chatData .listBtnText+.linksRight ul {
        padding: 0 20px;

    }

    .messageTop.arrow-right.userBottom img {
        left: -70px;
        top: 25px;
    }

    .mainSection.chatData .messageTop {
        width: 100%;
        max-width: 350px;
        margin-left: 40px;
    }

    .messageBox input[type="reset"] {
        padding: 10px 15px 10px 20px;
        font-size: 12px;
        background-size: 15px;
    }

    .messageBox input[type="submit"] {
        font-size: 12px;
    }

    .messageBox .messageBoxForm textarea {
        font-size: 14px;
    }

    .mainSection.chatData .messageTop {
        margin-left: 25px;
    }
}

@media only screen and (max-width:1199px) {
    .messageNumbers {
        right: -40px;
    }

    .messageTop {
        padding: 15px;
    }


}

@media only screen and (max-width:1023px) {
    .rightArea {
        width: 475px;
    }

    .profileArea {
        width: calc(100% - 475px);
    }
}

@media only screen and (max-width:991px) {
    .rightArea {
        width: 380px;
        padding: 25px 35px;
    }

    .profileArea {
        width: calc(100% - 380px);
    }

    .mainTop {
        padding: 20px;
    }

    .profileImage img {
        border: 5px solid #FFF;
        outline: 10px solid rgba(117, 117, 117, 0.1);
        max-width: 250px;
    }

    .linksAreaBottom ul li span {
        font-size: 10px;
        padding: 5px 10px;
    }

    .messageNumbers {
        right: -30px;
        top: -70px;
    }

    .messageTop.arrow-right.userBottom img {
        left: -75px;
    }

    .messageNumbers {
        right: 20px;
    }

    .messageTop.arrow-right.userBottom {
        max-width: 70%;
    }

    .mainSection.chatData .listBtnText+.linksRight+p {
        padding: 0 15px 30px;
    }
}

@media only screen and (max-width:767px) {
    .rightAreaNoPadding {
        width: 100%;
     }
    
    .rightArea {
        width: 100%;
        padding: 25px 35px;
    }

    .profileArea {
        width: 100%;
    }

    .mainSection {
        flex-direction: column;
    }

    .dataProfile {
        width: 100%;
        text-align: center;
        padding: 15px 15px 40px;
    }

    .linksAreaBottom ul li span {
        padding: 5px;
    }

    .messageNumbers {
        right: 0px;
    }

    .messageTop.arrow-right.userBottom img {
        left: -25px;
    }

    .messageTop.arrow-right.userBottom {
        max-width: 76%;
        margin-left: 30px;
    }

    .messageTop.arrow-right.userBottom img {
        left: -57px;
        top: 22px !important;
    }

    .arrow-right::before {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 10px solid #FFF;
        left: -9px;
    }

    .messageTop.userBottom {
        bottom: 10px;
    }

    .mainSection.chatData .profileArea {
        width: 100%;
        max-height: inherit;
    }

    .mainSection.chatData .rightArea {
        width: 100%;
        padding: 25px 40px 25px 50px;
    }

    .messageTop.userBottom {
        bottom: 100px;
        left: 40px;
    }

    .messageTop.arrow-right.userBottom img {
        left: -63px;
        top: 16px !important;
    }

    .profileImage {
        margin-bottom: 30px;
    }

    .mainSection.chatData .listBtnText {
        padding: 0;
    }

    .mainSection.chatData .messageTop {
        margin-left: 0;
    }
}