.draggable-table p {
    font-size: 0.75em;
    font-weight: bold;
    position: absolute;
    top: 15%;
    width: 100%;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.draggable-table {
    position: absolute;
    border-collapse: collapse;
    background: #fff;
}

.draggable-table .draggable-table__drag {
    font-size: 0.95em;
    font-weight: lighter;
    text-transform: capitalize;
    position: absolute;
    width: 100%;
    text-indent: 50px;
    border: 1px solid #f1f1f1;
    z-index: 10;
    cursor: -webkit-grabbing;
    cursor: grabbing;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
    opacity: 1;
}

.draggable-table thead th {
    height: 25px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.draggable-table tbody tr {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.draggable-table tbody tr td {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.draggable-table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

.draggable-table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.draggable-table tbody tr.is-dragging {
    background: #f1c40f;
}

.draggable-table tbody tr.is-dragging td {
    color: #ffe683;
}

.content {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.screen-sizelargex {
    position: relative;
    border-radius: var(--br-xl);
    background-color: var(--color-white);
    width: 396px;
    height: 741px;
    overflow: hidden;
    flex-shrink: 0;
}

.screen-sizenormalx {
    position: relative;
    width: 366px;
    height: 659px;
    overflow: hidden;
}

.screen-sizelarge,
.screen-sizenormal,
.screen-sizenormalx {
    border-radius: var(--br-xl);
    background-color: var(--color-white);
    flex-shrink: 0;
}

.screen-sizelarge {
    position: relative;
    width: 390px;
    height: 628px;
    overflow: hidden;
}

.screen-sizenormal {
    width: 355px;
    height: 559px;
}

.screen-sizenormal,
.screen-sizesmall,
.textimage {
    position: relative;
    overflow: hidden;
}

.screen-sizesmall {
    border-radius: var(--br-xl);
    background-color: var(--color-white);
    width: 300px;
    height: 460px;
    flex-shrink: 0;
}

.textimage {
    border-radius: 5px;
    background-color: rgba(151, 71, 255, 0.1);
    border: 1px dashed #9747ff;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}


/* devices */
.content {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.screen-sizelargex {
    position: relative;
    border-radius: var(--br-xl);
    background-color: var(--color-white);
    width: 396px;
    height: 741px;
    overflow: hidden;
    flex-shrink: 0;
}

.screen-sizenormalx {
    position: relative;
    width: 366px;
    height: 659px;
    overflow: hidden;
}

.screen-sizelarge,
.screen-sizenormal,
.screen-sizenormalx {
    border-radius: var(--br-xl);
    background-color: var(--color-white);
    flex-shrink: 0;
}

.screen-sizelarge {
    position: relative;
    width: 390px;
    height: 628px;
    overflow: hidden;
}

.screen-sizenormal {
    width: 355px;
    height: 559px;
}

.screen-sizenormal,
.screen-sizesmall,
.textimage {
    position: relative;
    overflow: hidden;
}

.screen-sizesmall {
    border-radius: var(--br-xl);
    background-color: var(--color-white);
    width: 300px;
    height: 460px;
    flex-shrink: 0;
}

.textimage {
    border-radius: 5px;
    background-color: rgba(151, 71, 255, 0.1);
    border: 1px dashed #9747ff;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}

.screen-sizelargex .vstack {
    padding: 48px 40px;
}

.screen-sizelarge .vstack {
    padding: 40px 40px;
}

.screen-sizenormalx .vstack {
    padding: 40px 32px;
}

.screen-sizenormal .vstack {
    padding: 32px 32px;
}

.screen-sizesmall .vstack {
    padding: 24px 24px;
}

.vstack {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.vstack .text {
    width: 100%;
    position: relative;
    font-size: 23px;
    line-height: 30px;
    font-family: Rasa;
    color: #000;
    text-align: left;
    display: inline-block;
}

.vstack .image {
    display: block;
    align-self: stretch;
    width: 100%;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    flex-shrink: 0;
    object-fit: cover;
}


.image-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: flex-start;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.screen-sizelargex .image-text .image-container,
.screen-sizenormalx .image-text .image-container,
.screen-sizelarge .image-text .image-container {
    padding-top: 32px;
}

.screen-sizenormal .image-text .image-container {
    padding-top: 24px;
}

.screen-sizesmall .image-text .image-container {
    padding-top: 16px;
}


.screen-sizelargex .image .image-container {
    padding: 20px 24px;
}

.screen-sizenormalx .image .image-container {
    padding: 16px 20px;
}

.screen-sizelarge .image .image-container {
    padding: 20px;
}

.screen-sizenormal .image .image-container {
    padding: 16px;
}

.screen-sizesmall .image .image-container {
    padding: 12px;
}

.vstack.image {
    padding: 0 !important;
}

.quote .quote-container,
.dictionary .dictionary-container {
    align-self: stretch;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.quote .text {
    font-size: 32px;
    color: #000000;
    font-family: 'Rasa', serif;
}

.screen-sizelargex .dictionary-container,
.screen-sizenormalx .dictionary-container {
    gap: 32px;
}

.screen-sizelarge .dictionary-container,
.screen-sizenormal .dictionary-container {
    gap: 24px;
}

.screen-sizesmall .dictionary-container {
    gap: 16px;
}

.dictionary .text {
    font-size: 23px;
    color: #000000;
    line-height: 28px;
    font-family: 'Rasa', serif;
}

.dictionary .lemma {
    position: relative;
    line-height: 38px;
    font-weight: 600;
    font-size: 32px;
    font-family: 'SF Pro', sans-serif;
    padding: 3px 0 6px 12px;
}

.lemmabutton {
    border-radius: 12px;
    background-color: rgba(16, 84, 117, 0.1);
    padding: 0 9px 0 0;
    justify-content: flex-start;
    display: flex;
    gap: 4px;
    align-items: center;
}

.default-speakerwave2circl {
    display: flex;
    align-items: center;
    height: 32px;
    justify-content: center;
    font-size: 22px;
    color: #105475;
    font-family: 'SF Pro Text', sans-serif;
}