*:focus {
    outline: 0 !important;
}
.square-button {
    cursor: pointer;
    pointer-events: initial;

    background: rgb(255, 199, 0);
    color: rgb(17, 17, 17);
    border: none;
    outline: none;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
    font-size: 11px;
    letter-spacing: 0.916667px;
    margin: 6px;
    transition: all 0.1s ease-in-out 0s;
    transform: perspective(1000px) translateZ(0px);
    border-radius: 16px;
}

.answer-button {
    width: 90px;
    height: 90px;
}
.skip-button {
    width: 300px;
    height: 50px;
}
.text-answer {
    width: 100%;
    height: 50%;
    padding: 30px;
    background: transparent;
    border: none;
    color: rgb(255, 255, 255);
    resize: none;
    line-height: 28px;
    font-size: 20px;
    outline: none;
    font-weight: 400;
    background-color: #f1ede3;
}

.record-button {
    background: rgba(255, 60, 76, 0.8);
    border: none;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px 0px;
    cursor: pointer;
    height: 96px;
    outline: none;
    padding: 0px;
    pointer-events: initial;
    transition: all 0.1s ease-in-out 0s;
    user-select: none;
    width: 96px;
}

.cancel-record {
    /* bottom: 90px; */
    height: 48px;
    /* left: calc(50% + 100px);
    position: absolute; */
    /* transform: translateX(-50%); */
    transition: all 0.2s ease-in-out 0s;
    width: 48px;
    cursor: pointer;
    pointer-events: initial;
    width: 64px;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px 0px;
}

.home-control {
    box-shadow: 0px 0px 5px 0px #aaa;

    width: 75%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 0.0625rem solid #ccc;
    border-radius: 0.7rem;
    height: 4em;
}

.home-button {
    width: 75%;
    background-color: #3255a9;
    color: white;
    border-radius: 0.75rem;
    border-color: transparent;
    height: 3.5em;
}

.home-form {
    padding-top: 1em;
}

.home-title {
    font-size: 7vh;
    color: #142656;
    line-height: 1;
}

.vertical-center {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.home-icon {
    text-align: right;
}

.question-answer-container {
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.inner-question-answer-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 100%;
}
.common-component-split {
    display: flex;
    height: 100%;
    width: 100%;
}
.form-video-container {
    background: rgb(50, 100, 169);
    height: 100%;
    position: relative;
    width: 100%;
    display: block;
}
.video-container {
    background: black;
    height: 100%;
    overflow: hidden;
    position: relative;
    user-select: none;
    width: 100%;
}
.video {
    cursor: pointer;
    height: 100%;
    left: 49.9%;
    min-height: 102%;
    min-width: 101%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 1;
    background: transparent;
}
.play-head-wrapper {
    -webkit-box-align: center;
    align-items: center;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    height: 8px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    left: 0px;
    outline: none;
    overflow: hidden;
    padding-left: 14px;
    position: absolute;
    top: 0px;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 99;
}
.play-head-wrapper > div {
    background: rgba(255, 255, 255, 0.2);
    height: 8px;
}
.play-bar-wrapper {
    background: rgba(255, 255, 255, 0.1);
    bottom: 0px;
    height: 100%;
    left: 0px;
    max-height: 16px;
    position: absolute;
    top: 0px;
    transition: height 0.2s ease-out 0s;
    width: 100%;
}
.play-bar {
    background: rgb(255, 199, 0);
    box-shadow: rgb(0 0 0 / 10%) 2px 0px 4px;
    height: 100%;
    max-height: 16px;
    pointer-events: none;
    transition: height 0.2s ease-out 0s;
    width: 0px;
}
.header {
    -webkit-box-align: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    left: 0px;
    padding: 40px 48px 96px;
    pointer-events: none;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}
.controls-wrapper {
    cursor: pointer;
    border: none;
    height: 44px;
    outline: none;
    animation: 0.4s ease-out 0s 1 normal none running eKaCwL;
    transition: all 0.2s ease-in-out 0s;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-direction: row;
    overflow: hidden;
    z-index: 99;
    user-select: none;
    pointer-events: auto;
    padding-right: 2px;
    position: absolute;
    right: 36px;
    top: 40px;
}
.display-time {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    z-index: 999;
    line-height: 120%;
    margin-right: 2px;
}
.spacer {
    margin-left: 2.4px;
}
.control-button {
    -webkit-box-align: center;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    fill: white;
    -webkit-box-pack: center;
    justify-content: center;
    margin-left: 10px;
    outline: none;
    padding: 0px;
    transform: scale(1);
    transition: all 0.2s ease-in-out 0s;
    user-select: none;
}
.control-button-outline {
    -webkit-box-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 6px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 26px;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: -0.5px;
    margin: 0px;
    outline: none;
    padding: 0px;
    transition: all 0.2s ease-in-out 0s;
    user-select: none;
    width: 34px;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all 0.3s ease 0.3s;
    background: none;
    border: none;
    padding: 0px;
    outline: none;
    opacity: 1;
}
.play-button svg {
    filter: drop-shadow(rgba(0, 0, 0, 0.6) 0px 0px 20px);
    opacity: 0.8;
}
.answer-label {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 24px;
    text-align: center;
}
.form-answer-container {
    background: rgb(50, 100, 169);
    height: 100%;
    position: relative;
    width: 100%;
    display: block;
}
.actions-wrapper {
    -webkit-box-align: center;
    align-items: center;
    animation: 0.3s ease-in-out 0s 1 normal none running dhxLFF;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    height: 380px;
    -webkit-box-pack: end;
    justify-content: flex-end;
    left: 0px;
    padding: 0px 16px 14px;
    pointer-events: none;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
@keyframes eoUyJr {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.answer-section {
    height: 100%;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.answer-buttons-container {
    -webkit-box-align: center;
    align-items: center;
    animation: 0.3s ease-in-out 0s 1 normal none running dhxLFF;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    height: 380px;
    -webkit-box-pack: end;
    justify-content: flex-end;
    left: 0px;
    padding: 0px 16px 14px;
    pointer-events: none;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.answer-buttons {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}
.common-recorder-components {
    -webkit-box-align: center;
    align-items: center;
    background: rgb(50, 100, 169);
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    z-index: 2;
    position: relative;
}

.text-answer {
    padding-bottom: 180px;
}
.text-answer-form {
    width: 100%;
    height: 100%;
}
.textarea-answer {
    width: 100%;
    height: 100%;
    padding: 30px;
    background: transparent;
    border: none;
    color: rgb(255, 255, 255);
    resize: none;
    line-height: 28px;
    font-size: 20px;
    outline: none;
    font-weight: 400;
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7a9bc8;
    line-height: 28px;
    font-size: 20px;
    outline: none;
    font-weight: 400;
    opacity: 1; /* Firefox */
}
.approve-circle-button {
    -webkit-box-align: center;
    align-items: center;
    border: none;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px 0px;
    display: flex;
    fill: white;
    flex-shrink: 0;
    font-size: 24px;
    font-weight: 700;
    height: 96px;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: 2px;
    line-height: 32px;
    outline: none;
    padding: 0px;
    pointer-events: initial;
    transition: all 0.1s ease-in-out 0s;
    width: 96px;
    color: black;
    cursor: not-allowed;
    background: rgba(235, 235, 235, 0.3) !important;
}
.active-approve-circle-button {
    background: rgba(20, 37, 86, 0.8) !important;
    transition: all 0.1s ease-in-out 0s;
}
.text-answer-action-wrapper {
    -webkit-box-align: center;
    align-items: center;
    animation: 0.3s ease-in-out 0s 1 normal none running dhxLFF;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    height: 380px;
    -webkit-box-pack: end;
    justify-content: flex-end;
    left: 0px;
    padding: 0px 16px 68px;
    pointer-events: none;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.cancel-button {
    cursor: pointer;
    pointer-events: initial;
    width: 64px;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px 0px;
    transition: transform 0s ease 0s, background-color 0.4s ease 0s;
}
.icon-button {
    bottom: 90px;
    height: 48px;
    left: calc(50% + 100px);
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.2s ease-in-out 0s;
    width: 48px;
}

.audio-recorder-playback-container {
    inset: 0px;
    position: absolute;
}

.meter-canvas {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    margin-top: -175px;
    animation: 0.5s ease-in-out 0.5s 1 normal forwards running hFFKtc;
}

.camera-mic-selector-wapper {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    gap: 24px;
    -webkit-box-pack: center;
    justify-content: center;
    left: 0px;
    padding-top: 32px;
    pointer-events: none;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 99;
}
.camera-mic-selector-wapper::before {
    animation: 0.2s ease-in-out 0s 1 normal none running jBcSpD;
    background-image: linear-gradient(
        -180deg,
        rgb(0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 50%
    );
    content: "";
    height: 226px;
    left: 0px;
    opacity: 0.3;
    position: absolute;
    right: 0px;
    top: 0px;
}

.camera-mic-selector-wapper svg {
    fill: rgb(255, 255, 255);
    transform: scale(0.8);
}

.popover-root {
    position: relative;
    display: inline-block;
}
.popover-trigger {
    cursor: pointer;
    user-select: none;
}
.popover-split {
    display: flex;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    align-items: center;
}
.popover-split-item {
    min-width: 0px;
    min-height: 0px;
    flex-shrink: 0;
}
.popover-content-wrapper {
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 8px;
    position: absolute;
    display: inline-block;
    z-index: 1450;
    width: auto;
}
.popover-menu-content {
    animation: 0.1s ease-in-out 0s 1 normal none running civfrT;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 40px;
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    margin-top: 0px;
    max-width: 400px;
    min-width: 200px;
    padding: 8px;
    pointer-events: auto;
    width: max-content;
    z-index: 1450;
}
.popover-menu-options-wrapper {
    border: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.popover-menu-options {
    color: rgb(235, 78, 83);
    list-style: none;
}
.popover-menu-options-button-wrapper {
    -webkit-box-align: center;
    align-items: center;
    background: none;
    border: none;
    color: rgb(17, 17, 17);
    display: flex;
    flex-direction: row;
    font-family: "Favorit Pro";
    font-weight: 500;
    -webkit-box-pack: start;
    justify-content: flex-start;
    line-height: 110%;
    margin: 0px;
    min-height: 36px;
    outline: none;
    padding: 8px 16px;
    text-align: left;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    font-size: 14px !important;
}
.camera-mic-minimal-button {
    -webkit-box-align: center;
    align-items: center;
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    font-family: "Favorit Pro";
    font-size: 14px;
    font-weight: 700;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    padding: 0px;
    pointer-events: initial;
    transform: perspective(1000px) translateZ(0px);
    transition: all 0.15s ease-in-out 0s;
    background: rgba(17, 17, 17, 0.6);
    border-radius: 30px;
    height: 48px;
    margin-left: 0px;
    width: 48px;
}
.camera-mic-selector-action-button {
    border-radius: 30px;
}

.camera-mic-selector-action-button svg {
    fill: rgb(255, 255, 255);
    margin-top: -3px;
    transform: scale(0.9);
}

.camera-mic-selector-settings-offset-icon {
    left: 31px;
    position: absolute;
    top: 0px;
    width: 20px;
}
.camera-mic-spacer {
    margin-top: 4px;
}
.camera-min-mic-selector-label {
    -webkit-box-align: center;
    align-items: center;
    color: rgb(255, 255, 255);
    display: flex;
    font-family: "Favorit Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    text-align: center;
    text-shadow: rgb(0 0 0 / 32%) 2px 1px 4px;
}
.audio-recorder-audjusted-label {
    color: black !important;
}
.label-audio {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
    text-align: center;
}
.label-audio strong {
    color: rgb(255, 60, 76);
}
.audio-answer-action-wrapper {
    -webkit-box-align: center;
    align-items: center;
    animation: 0.3s ease-in-out 0s 1 normal none running dhxLFF;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    height: 380px;
    -webkit-box-pack: end;
    justify-content: flex-end;
    left: 0px;
    padding: 0px 16px 68px;
    pointer-events: none;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.audio-wave-svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.audio-wave-svg polyline {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: rgb(255, 60, 76);
    stroke-width: 2;
}
.reply-actions {
    display: flex;
}
.reply-button {
    -webkit-box-align: center;
    align-items: center;
    background: rgba(149, 149, 149, 0.8);
    border: none;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 30px 0px;
    color: white;
    cursor: pointer;
    display: flex;
    fill: white;
    flex-shrink: 0;
    font-size: 24px;
    font-weight: 700;
    height: 96px;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: 2px;
    line-height: 32px;
    outline: none;
    padding: 0px;
    pointer-events: initial;
    transition: all 0.1s ease-in-out 0s;
    width: 96px;
}
.reply-actions button + button {
    margin-left: 18px;
}
.yes-reply-button {
    background: rgba(20, 37, 86, 0.8);
    color: rgb(255, 255, 255);
}
.no-reply-button {
    background-color: rgba(149, 149, 149, 0.8);
    color: rgb(255, 255, 255);
}
.stop-recording-button {
    pointer-events: initial;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgba(204, 204, 204, 0.4);
    height: 94px;
    width: 94px;
    border-radius: 50%;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
}
.stop-recording-rectangle-button {
    border-radius: 6px;
    width: 42px;
    height: 42px;
}
.stop-recording-button .stop-recording-rectangle-button {
    background: rgba(227, 73, 28, 0.9);
}
.timer {
    position: relative;
    margin-bottom: 24px;
    font-family: Menlo, monospace;
    color: rgb(227, 73, 28);
    font-size: 28px;
    padding: 8px 10px;
    border-radius: 30px;
    background: transparent;
    transition: all 0.3s ease-out 0s;
}
.timer-rec-icon {
    width: 16px;
    height: 16px;
    background: rgb(229, 82, 38);
    border-radius: 50%;
    float: left;
    margin: 2px 8px 2px 0px;
}
.video-answer-wrapper {
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(50, 100, 169);
    box-sizing: border-box;
    color: white;
    display: flex;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-answer-wrapper * {
    box-sizing: inherit;
}
.camera-view {
    background: rgb(17, 17, 17);
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}
.webcam-video {
    height: 100%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    width: 100%;
    object-fit: fill;
    transform: translate(-50%, -50%) scaleX(-1);
}
.modal-container {
    -webkit-box-align: center;
    align-items: center;
    color: rgb(17, 17, 17);
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    left: 0px;
    pointer-events: none;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1200;
}
.modal-card-container {
    z-index: 1200;
}
.video-playback-container {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}
.active {
    background-color: gray;
}

.recording-permissions-screen-wrapper {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    animation: 0.3s ease-in-out 0s 1 normal none running gVykgN;
}
.recording-permissions-screen-wrapper h1 {
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
    margin: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.recording-permissions-screen-screen {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 35vh;
    border-radius: 16px;
    background: rgb(240, 240, 240);
    margin: 32px 0px;
}

.recording-permissions-screen-screen svg {
    transform: scale(1.2);
    margin-bottom: 16px;
}

.recording-permissions-screen-label {
    display: block;
    font-size: 14px;
    line-height: 130%;
    font-weight: 500;
    color: rgb(128, 128, 128);
}

.app-button-large {
    font-family: "Favorit Pro", favorit-pro;
    background: rgb(255, 60, 76);
    border-radius: 8px;
    line-height: 22px;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 500;
    color: white;
    border: none;
    padding: 16px 32px;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 10px;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.recording-permissions-screen-wrapper .app-button-large {
    background: rgb(255, 199, 0);
    color: rgb(17, 17, 17);
}

.footer {
    bottom: 0px;
    left: 0px;
    pointer-events: none;
    position: absolute;
    right: 0px;
    display: none;
}
.footer-content {
    position: relative;
    z-index: 999;
}
.media-player-actions-overlay {
    bottom: initial;
    left: initial;
    position: relative;
}

/*******************Feedback classes*************************/
.asked-question-container {
    height: 100%;
    padding: 4em;
}
.asked-question-wrapper {
    background-color: #fff8de;
    border-radius: 1.5em;
    height: 90%;
    padding: 2em;
}

.asked-question-placeholder {
    font-weight: bold;
    font-size: 1.5vw;
}
.explanation-placeholder {
    margin-top: 1em;
    color: #737a7c;
    white-space: pre-line;
    font-size: 1.4vw;
}
.user-answer {
    min-height: 50%;
    max-height: 70%;
    border: 2px solid #2c548c;
    padding: 2em;
    background-color: #e5ecf4;
    font-weight: bold;
    text-align: center;
}
.user-answer-text {
    overflow-y: scroll;
    height: 100%;
    font-size: 1vw;
}
.meida-answer {
    width: 100%;
    height: auto;
}
.audio-container {
    height: 100%;
    width: 100%;
}
.feedback-section-title {
    text-align: center;
    color: #3264a9;
    font-weight: bold;
    font-size: 1.7vw;
}
.self-assessment {
    padding: 2em;
    margin-top: 2em;
}
.self-assessment-question {
    font-weight: bold;
    font-size: 1.15vw;
}
.self-assessment-buttons-wrapper {
    text-align: center;
    margin-top: 7%;
}
.self-assessment-reply-button {
    width: 5rem;
    height: 2.5rem;
    border: none;
    border-radius: 0.5em;
    background-color: #ffc800;
    font-weight: 600;
    margin-top: 0.5em;
}

/*******************End Feedback classes ********************/

.final-score-main-row {
    height: 100%;
}
.final-score-img {
    width: 70%;
}
.final-score-title {
    color: rgb(50, 100, 169);
    font-size: 3.5em;
    font-weight: 500;
}
.final-score-value {
    color: #132556;
    font-size: 4.5em;
    font-weight: bold;
}
.final-score-detail {
    font-size: 1.9em;
}
.repeat-interview-question {
    padding-top: 1em;
}
.final-score-button {
    width: 6em;
    height: 3.5em;
    border: none;
    border-radius: 0.5em;
    background-color: #ffc800;
    font-weight: 600;
    margin-top: 1em;
    font-size: 1em;
    color: black;
}
@media screen and (max-width: 450px) {
    .home-title {
        font-size: 3.5vh !important;
    }
    .home-icon {
        text-align: center;
    }
    .answer-label {
        font-size: 19px;
    }
    .asked-question-container {
        margin: 1em;
        margin-top: 0.7em;
        padding: 0;
    }
    .asked-question-placeholder {
        font-size: 3vw;
    }
    .explanation-placeholder {
        font-size: 2.3vw;
        overflow-y: scroll;
        height: 70%;
    }
    .user-answer-text {
        font-size: 2.5vw;
    }
    .self-assessment-reply-button {
        font-size: 2.5vw;
    }
    .self-assessment-question {
        font-size: 2.3vw;
    }
    .asked-question-container .col-md-6 {
        height: 50%;
    }
    .feedback-section-title {
        font-size: 3vw;
    }

    .self-assessment {
        margin-top: 0;
    }
    .actions-wrapper {
        bottom: 35px;
    }
    .final-score-detail {
        font-size: 1em;
    }
    .final-score-title {
        font-size: 2em;
    }
}
/*Hidden class for adding and removing*/
.loading.hidden {
    display: none;
}

/* Absolute Center CSS Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: "";
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
        rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
        rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
        rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
        rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
        rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
        rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
        rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
        rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (min-width: 450px) {
    .answer-buttons-container {
        padding-bottom: 24px;
    }
    .actions-wrapper {
        padding-bottom: 24px;
    }
    .text-answer-action-wrapper {
        padding-bottom: 76px;
    }
    .cancel-button {
        bottom: 100px;
    }
    .audio-answer-action-wrapper {
        padding-bottom: 76px;
    }
}

@media (max-width: 1025px) {
    .answer-button {
        background: rgb(255, 199, 0);
        color: rgb(17, 17, 17);
        box-shadow: rgb(0 0 0 / 15%) 0px 10px 30px 0px;
    }
    .form-answer-container {
        display: none;
    }
    .footer {
        display: block;
    }
    .home-title {
        font-size: 5vw;
    }
    .home-icon {
        text-align: center;
    }
}
@media (min-width: 1025px) {
    .answer-buttons-container {
        height: 100%;
        -webkit-box-pack: center;
        justify-content: center;
        padding-bottom: 0px;
    }
    .actions-wrapper {
        height: 100%;
        -webkit-box-pack: center;
        justify-content: center;
        padding-bottom: 0px;
    }
    .textarea-answer {
        color: rgb(255, 255, 255);
        font-size: 22px;
        padding: 80px;
    }
    .text-answer-action-wrapper {
        height: 100%;
    }
    .audio-answer-action-wrapper {
        height: 100%;
    }

    /* .explanation-placeholder {
        font-size: 2vw;
    } */
    /* .asked-question-container {
        height: 60%;
        margin: 1em;
        margin-top: 3em;
    } */
}
@media only screen and (min-width: 1440px) {
    /* styles for browsers larger than 1440px; */
    .user-answer:has(video) {
        min-height: 73%;
    }
}
@-moz-document url-prefix() {
    .webcam-video {
        top: 0;
        transform: translate(-50.01%, 0%) scaleX(1);
    }
}
