<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.buttonDeleteRow,
.buttonDeleteRowPrep,
.buttonDeleteRowDay,
.buttonDeleteRowPost {
    text-align: center;
    text-decoration: none;
    margin-left: 15px !important;
    width: 100px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    cursor: pointer;
}

.buttonDeleteIngredientsBlock {
    margin-left: 25px !important;
}

.recipeContainer {
    margin: auto;
    width: 100%;
    display: flex;
    margin-top: 5px;
    margin-bottom: 10px;
}

.recipeContainer input {
    width: 100%;
    height: 28px;
}

.ingredientsContainerSub {
    margin: auto;
    width: 100%;
    display: flex;
    margin-top: 5px;
    margin-bottom: 10px;
}

.ingredientsContainerSub input {
    margin-left: 15px;
    width: 100%;
    height: 28px;
}

.naehrwerteContainerSub {
    margin: auto;
    width: 100%;
    display: flex;
    margin-top: 5px;
    margin-bottom: 10px;
}

.naehrwerteContainerSub input {
    margin-left: 15px;
    width: 100%;
    height: 28px;
}

.buttoningredients {
    margin-top: 5px;
    margin-left: 15px !important;
    margin-bottom: 15px !important;
    /*width: 250px;*/
}

.buttoningredientsBlock {
    margin-top: 25px;
    margin-left: 0px;
    margin-bottom: 25px;
    /*width: 250px;*/
}

.buttonpreparation {
    margin-top: 25px;
    margin-left: 0px;
    margin-bottom: 25px;
    /*width: 250px;*/
}

.buttonSendRecipe,
.memsource_singleImport,
.buttonImportRecipe,
.buttonSendAll,
.exportFromWpToMem,
.exportWpToFirebase,
.importFromMemToWp,
.buttonSendDay,
.buttonSendPost {
    margin-top: 25px !important;
    /*margin-right:25px!important;*/
    /*display: table!important;*/
}

.buttonImportAll {
    margin-top: 25px !important;
    margin-right: 25px !important;
}

select#allLanguagesTransmDE,
select#allLanguagesTransmEN,
select#allLanguagesTransmFB,
select#allLanguagesTransmRU {
    margin-top: 25px !important;
    margin-right: 0px !important;
    vertical-align: top !important;
}


select#allPosts {
    margin-top: 25px !important;
    margin-right: 25px !important;
    vertical-align: top !important;
}


input#importMem {
    margin-top: 25px !important;
    vertical-align: top !important;
}

.recipeContainerZut {
    margin: auto;
    width: 100%;
    display: flex;
    margin-top: 5px;
    margin-bottom: 10px;
}

.recipeContainerZut input {
    margin-left: 15px;
    width: 100%;
    height: 28px;
}

.preparationContainer {
    margin: auto;
    width: 100%;
    display: flex;
    margin-top: 5px;
    margin-bottom: 10px;
}

.preparationContainer input {
    width: 100%;
    height: 28px;
}

.daysContainer {
    margin: auto;
    width: 100%;
    display: flex;
    margin-top: 5px;
    margin-bottom: 10px;
}

.daysContainer input {
    width: 100%;
    height: 28px;
}

input.days {
    margin-right: 10px;
}

.postsContainer {
    margin: auto;
    width: 100%;
    display: flex;
    margin-top: 5px;
    margin-bottom: 10px;
}

.postsContainer input {
    width: 100%;
    height: 28px;
}

input.posts {
    margin-right: 10px;
}

label.recipeLabel {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

label.naehrwertLabel {
    width: 100px;
    height: 28px;
    line-height: 28px;
    margin-left: 25px;
}

table.existLangs,
table.existLangs th,
table.existLangs td {
    /*width:100%;*/
    border-collapse: collapse;
    border: 1px solid black;
}

table.existLangs td {
    padding: 10px;
}

.existingLanguages {
    margin-top: 15px;
}

.loaderATR {
    border: 6px solid #fff;
    /* Light grey */
    border-top: 6px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin: 15px;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

label {
    margin-right: 15px !important;
}

.checkboxCat {
    display: inline-block;
    margin-bottom: 5px;
    clear: both;
}

.buttonsStore {
    clear: both;
}

/* New for DeepL */

.list-group {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 0.5em;
    width: 100%;
}

.list-group li {
    border-top: 1px solid #ccc;
    padding: 0.5em;
    display: flex;
    justify-content: space-between;
    align-items: top;
}

.list-group li:first-child {
    border-top: 0;
}

.list-group .badge {
    background-color: rebeccapurple;
    color: #fff;
    font-weight: bold;
    font-size: 80%;
    border-radius: 10em;
    min-width: 1.5em;
    padding: 0.25em;
    text-align: center;
}

.languagesbadges {
    width: 30%;
    display: flex;
    justify-content: space-between;
}

.languagelink {
    width: 30%;
}

.translationinput {
    height: 44px;
    width: 100%;
    border: 1px solid #9da3a6;
    background: #fff;
    text-overflow: ellipsis;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    padding: 10px;
    -webkit-appearance: none;
}

.translationtextarea {
    height: 200px;
    width: 100%;
    border: 1px solid #9da3a6;
    background: #fff;
    text-overflow: ellipsis;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    padding: 10px;
    -webkit-appearance: none;
}

.translationtitle {
    width: 4%;
    font-size: 14px;
    padding: 15px;
}

.translationsource {
    width: 48%;
    font-size: 14px;
    padding: 15px;
}

.translationtarget {
    width: 48%;
    font-size: 14px;
    padding: 15px;
}

.translationbutton {
    border-radius: 5px;
    padding: 10px 24px;
    background-color: #008CBA;
    text-decoration: none;
    color: white;
}

.translationbutton {
    transition-duration: 0.4s;
}

.translationbutton:hover {
    background-color: #04AA6D;
    /* Green */
    color: white;
}

h1 {
    margin-block-start: 5px;
    margin-block-end: 5px;
}

#overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

.loaderTranslation {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 6px solid #fff;
    /* Light grey */
    border-top: 6px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}</pre></body></html>