.top-container .left-side-chat {
    width: 100%;
    height: 9%;
    display: inline-block;
    overflow: visible;
}

.top-container .left-side-chat .multychoice-container,
.top-container .right-side-chat .multychoice-container {
    display: inline-block;
    z-index: 30;
    top: 7%;
    height: 2vw;
    margin-top: 0;
    overflow: visible;
    line-height: 2vw;
}

.top-container .left-side-chat .multychoice-container .multychoice-options,
.top-container .right-side-chat .multychoice-container .multychoice-options {
    height: 2.2vw;
    /* height: 50%; */
}

.top-container .right-side-chat {
    width: 100%;
    height: 9%;
    display: inline-block;
    overflow: visible;
}

.top-container .image-left-side {
    width: 14%;
    border-radius: 50%;
    z-index: 1;
    left: 2%;
}

.top-container .text-content-left-side {
    text-align: center;
    background-image: url('../images/britanica-desgin/dialogmultichoice/Dialogue_Line_A.png');
    border-bottom-right-radius: 55px;
    width: 73%;
    font-size: 1.2vw;
    color: #fff;
    height: 66%;
    top: 19%;
    left: 10%;
    line-height: 2.4vw;
    overflow: visible;
}

.top-container .right-side-chat {
    width: 100%;
    height: 9%;
    display: inline-block;
    top: 26%;
    left: 2%;
    overflow: visible;
}

.top-container .image-right-side {
    border-radius: 50%;
    width: 14%;
    z-index: 1;
    left: 82%;
}

.top-container .text-content-right-side {
    text-align: center;
    font-size: 1.2vw;
    background-image: url('../images/britanica-desgin/dialogmultichoice/Dialogue_Line_B.png');
    border-bottom-left-radius: 50px;
    color: #004164;
    width: 73%;
    height: 66%;
    top: 19%;
    left: 15%;
    line-height: 2.4vw;
    overflow: visible;
}

.dialog-exercise-input {
    background-image: url('../images/britanica-desgin/Gapped Text/Open_Cloze.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
}

.input-medium-opencloze-dnd {
    border: none;
    text-align: center;
    font-size: 1vw;
    height: 83%;
}

.gappeddialog-multichoice {
    width: auto;
    font-size: 1vw;
    top: 10%;
    text-align-last: center;
}


/* BANK START */

.gappeddialog-bank-word-container {
    height: 7%;
    top: 10%;
    overflow: visible;
    text-align: center;
    width: 86%;
    left: 9%;
}

.gappeddialog-draggable-words {
    display: inline-block;
    position: relative;
    font-size: 1.2vw;
    background-color: #FFB100;
    padding: 0 10px 0 10px;
    border-radius: 0.5vw;
    text-align: center;
    width: auto;
    height: 90%;
    line-height: 2.5vw;
    margin-right: 1%;
    color: #1E4363;
    cursor: grab;
    z-index: 20;
}

.gappeddialog-droppable-container {
    display: inline-block;
    text-decoration: unset;
    position: relative;
    top: 12%;
    width: 21%;
    height: 85%;
    line-height: 3.5vw;
    text-align: center;
    border: 1px solid black;
    border-radius: 8px;
}

.gappeddialog-droppable-container>li {
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    margin-top: 2%;
    list-style-type: none;
}