@import url("/assets/css/colors.css");
@import url("/assets/css/common.css");
@import url("/language-translator/views/css/language-translator-body.css");
@import url("/language-translator/views/css/original-content-popup-style.css");
@import url("/language-translator/views/css/additional_toolbar_style.css");
@import url("/language-translator/views/css/right-panel-style.css");

body {
    margin: 0;
    height: 100vh;
    background-color: var(--color-white);
}

.language-translator-title{
    margin: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    color: var(--header-text-color);
    text-align: center;
    font-family: Satoshi;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.main-container {
    background: transparent;
    display: flex;
    flex-direction: row;
    height: calc(100vh - [header-height]);
    position: relative;
}

#deleteAllTranslatedHistoryConfirmationModal {
    z-index: 1000000;
}

#deleteTranslatedHistoryConfirmationModal {
    z-index: 1000000;
}

.includes-sidebar {
    width: 100px;
    height: 93vh;
    background: #f5f5f5;
}

.main-text-body-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: var(--color-blue-500);
}

#main-text-body {
    background: #fff;
    border-radius: 8px;
    padding-left: 24px;
    padding-top: 0px;
    padding-right: 24px;
    padding-bottom: 24px;
    background: #fff;
    /* height: 80vh; */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 80px;
    background: var(--color-blue-500);
}

#main-text-body h1 {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    color: var(--Humanize-Dark-Blue-Dark-blue-700, #485c6e);
    text-align: center;
    font-family: Satoshi;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

#main-text-body p {
    margin: 0;
    color: var(--Humanize-Dark-Blue-Dark-blue-700, #485c6e);
    text-align: center;
    font-family: Satoshi;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.wrapper {
    display: flex;
    width: 100%;
    padding: 24px;
    height: auto;
    flex-direction: row;
    gap: 24px;
    padding-bottom: 40px;
    background-color: var(--color-blue-500);
}