/* Add here all your css styles (customizations) */

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

/* cookie banner */
#cookie-policy {
    background-color: #72c02c;
    color: #fff;
    font-size: 14px;
    left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    text-shadow: none;
    bottom: 0;
    width: 100%;
    z-index: 1099;
    -webkit-box-shadow: rgb(0, 0, 0) 0px 0px 8px;
    box-shadow: rgb(0, 0, 0) 0px 0px 8px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#cookie-policy .close {
    color: #fff;
    margin-top: -3px;
    opacity: 0.8;
    position: absolute;
    right: 15px;
    will-change: opacity;
    -webkit-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}

#cookie-policy .close:hover,
#cookie-policy .close:focus {
    opacity: 1;
}

#cookie-policy a {
    color: #eeeeee;
}

#cookie-policy a:hover,
#cookie-policy a:focus {
    color: #ffffff;
}

#cookie-policy .container {
    position: relative;
}

#cookie-policy p {
    margin-bottom: 0;
}

/* upload btn text */
html:lang(de) .custom-file-control:empty::after {
    content: "Bitte Bild(er) wählen...";
}

html:lang(de) .custom-file-control::before {
    content: "Durchsuchen";
}

.text-bold {
    font-weight: bold;
}

.form-group-amount,
.form-group-amount>.form-control {
    max-width: 120px;
}

.container--recipe_input label {
    font-weight: bold;
}

.container--recipe_input .custom-file {
    font-weight: normal;
}

.container--recipe_input textarea {
    min-height: 45px;
}

.form-inline.form-ingredient>.form-group:last-child,
.form-inline.form-ingredient>.form-group:nth-of-type(3),
.form-inline.form-ingredient>.form-group:last-of-type {
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.row-recipes_list .recipe.isSuccess {
    border: 1px solid #28a745;
}

.row-recipes_list .recipe.isInfo {
    border: 1px solid #17a2b8;
}

.recipe.isDanger {
    border: 1px solid #dc3545;
}

.recipe.isWarning {
    border: 1px solid #ffc107;
}

.recipe>.badges {
    position: absolute;
    right: 0;
    top: 0;
}

.recipe>.badges>.badge {
    border-radius: 0;
    vertical-align: top;
}

.g-mb-1rem {
    margin-bottom: 1rem;
}

.container--recipe_view .table td:last-of-type {
    width: 50%;
}

.flashUI {
    background-color: rgba(0, 0, 0, 0.8);
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    font-size: inherit;
    height: 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 0;
    z-index: 2000;
    opacity: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flashUI.isLoading:before,
.flashUI.isSuccess:before,
.flashUI.isDanger:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    left: 50%;
    opacity: 0;
    position: fixed;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.flashUI.isSuccess:before {
    content: "\f00c";
}

.flashUI.isDanger:before {
    content: "\f00d";
}

.flashUI.isLoading:before {
    content: "\f110";
}

.flashUI.isMessage div {}

.flashUI.isActive {
    -webkit-animation: alertTimer 2s ease-in;
    -o-animation: alertTimer 2s ease-in;
    animation: alertTimer 2s ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
}

.flashUI.isActive:before {
    -webkit-animation: alertFlash 2s ease-in;
    -o-animation: alertFlash 2s ease-in;
    animation: alertFlash 2s ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    font-size: 320px;
    opacity: 1;
}

.flashUI.isMessage {
    -webkit-animation: alertTimer 7s ease-in !important;
    -o-animation: alertTimer 7s ease-in !important;
    animation: alertTimer 7s ease-in !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: 1060;
}

.flashUI.isMessage>div {
    -webkit-animation: alertFlashMessage 7s ease-in !important;
    -o-animation: alertFlashMessage 7s ease-in !important;
    animation: alertFlashMessage 7s ease-in !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #222;
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
        Helvetica, Arial, sans-serif;
    font-size: 16px;
    left: 50%;
    margin-left: -7px;
    min-height: 150px;
    padding: 15px;
    position: fixed;
    top: 30px;
    width: 300px;
    word-break: break-all;
    word-wrap: break-word;
}

.flashUI.isMessage>div .close {
    right: 5px;
    position: absolute;
    top: 0;
}

.flashUI.isLoading {
    -webkit-animation: alertTimer 120s ease-in !important;
    -o-animation: alertTimer 120s ease-in !important;
    animation: alertTimer 120s ease-in !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: 2000;
}

.flashUI.isLoading:before {
    -webkit-animation: alertFlashLoading 2s steps(8);
    -o-animation: alertFlashLoading 2s steps(8);
    animation: alertFlashLoading 2s steps(8);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

@media screen and (max-width: 767px) {
    .flashUI.isLoading:before {
        font-size: 160px;
    }
}

/*
input[type="number"][name="rezept_qty"]::-webkit-outer-spin-button,
input[type="number"][name="rezept_qty"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"][name=*"qty"] {
  -moz-appearance: textfield;
}
*/

.sortable .item--media {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 576px) {
    .sortable .item--media {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .sortable .item--media {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media screen and (min-width: 992px) {
    .sortable .item--media {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media screen and (min-width: 1200px) {
    .sortable .item--media {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

.item--media {
    margin-bottom: 30px;
    position: relative;
}

.item--media>.img-thumbnail {
    position: relative;
}

.item--media>.img-thumbnail>.fa-arrows {
    cursor: move;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 10;
}

.item--media>.img-thumbnail>.fa-arrows:after {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ddd;
    content: "";
    display: block;
    height: 30px;
    left: -6px;
    position: absolute;
    top: -6px;
    width: 30px;
    z-index: -1;
}

.item--media>.img-thumbnail>.fa-trash {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
}

.item--media>.img-thumbnail>.fa-trash:after {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ddd;
    content: "";
    display: block;
    height: 30px;
    left: -6px;
    position: absolute;
    top: -6px;
    width: 30px;
    z-index: -1;
}

.item--media>.img-thumbnail>.fa-trash:hover:after,
.item--media>.img-thumbnail>.fa-trash:focus:after,
.item--media>.img-thumbnail>.fa-arrows:hover:after,
.item--media>.img-thumbnail>.fa-arrows:focus:after {
    border: 1px solid #999;
}

.rezept_image_upload.hover .custom-file {
    -webkit-animation: outlineSize 1s infinite linear;
    -o-animation: outlineSize 1s infinite linear;
    animation: outlineSize 1s infinite linear;
    outline: 5px solid #72c02c;
}

.accordion-smartlist .card-add:first-child {
    margin-bottom: 2rem;
}

.accordion-smartlist .card-add:last-child {
    margin-top: 2rem;
}

@media screen and (min-width: 992px) {
    .accordion-smartlist .card-add:last-child {
        display: none;
    }
}

.accordion-smartlist .card-empty+.card-add {
    display: none;
}

.body-smartlist-show .btn-group,
.body-smartlist-show .card {
    margin: 0 auto;
    max-width: 500px;
}

.line-through {
    text-decoration: line-through !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-move {
    cursor: move;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.btn-upload input[type="file"] {
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.input-group>.awesomplete {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.text-reset {
    color: inherit;
}

.awesomplete {
    width: 100%;
}


.awesomplete [hidden] {
    display: none;
}

.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.awesomplete {
    display: inline-block;
    display: block;
    position: relative;
}

.awesomplete::after {
    display: block;
    clear: both;
    content: "";
}

.awesomplete>input {
    display: block;
}

.awesomplete>ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.awesomplete>ul:empty {
    display: none;
}

.awesomplete>ul {
    margin: 0.2em 0 0;
    background: rgba(255, 255, 255, 0.9);
    background: -webkit-gradient(linear, left top, right bottom, from(white), to(rgba(255, 255, 255, 0.8)));
    background: linear-gradient(to bottom right, white, rgba(255, 255, 255, 0.8));
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
    box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
    text-shadow: none;
}

@supports ((-webkit-transform: scale(0)) or (transform: scale(0))) {
    .awesomplete>ul {
        -webkit-transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
        transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
        -webkit-transform-origin: 1.43em -0.43em;
        transform-origin: 1.43em -0.43em;
    }

    .awesomplete>ul[hidden],
    .awesomplete>ul:empty {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        display: block;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }
}

.awesomplete>ul:before {
    content: "";
    position: absolute;
    top: -0.43em;
    left: 1em;
    width: 0;
    height: 0;
    padding: 0.4em;
    background: white;
    border: inherit;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.awesomplete>ul>li {
    position: relative;
    padding: 0.2em 0.5em;
    cursor: pointer;
}

.awesomplete>ul>li:hover {
    background: #b8d3e0;
    color: black;
}

.awesomplete>ul>li[aria-selected="true"] {
    background: #3d6d8f;
    color: white;
}

.awesomplete mark {
    background: #eaff00;
}

.awesomplete li:hover mark {
    background: #b5d100;
}

.awesomplete li[aria-selected="true"] mark {
    background: #3d6b00;
    color: inherit;
}

@supports (-webkit-column-count: 3) or (-moz-column-count: 3) or (column-count: 3) {
    @media screen and (min-width: 992px) {
        .row-column {
            -webkit-column-count: 3;
            -webkit-column-gap: 30px;
            -moz-column-count: 3;
            -moz-column-gap: 30px;
            column-count: 3;
            column-gap: 30px;
            display: block;
            margin-left: 0;
            margin-right: 0;
        }

        .row-column>* {
            -webkit-flex: none;
            -moz-flex: none;
            -ms-flex: none;
            flex: none;
            width: 100%;
            max-width: initial;
            max-width: none;
            padding-left: 0;
            padding-right: 0;
            opacity: 1;
            will-change: opacity;
            -webkit-transition: opacity 0.2s ease;
            -moz-transition: opacity 0.2s ease;
            -ms-transition: opacity 0.2s ease;
            -o-transition: opacity 0.2s ease;
            transition: opacity 0.2s ease;
            -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
            break-inside: avoid;
        }

        /*
    .row-column > * img {
      will-change: transform;
      -webkit-transition: all 1s linear;
      -moz-transition: all .4s linear;
      -ms-transition: all .4s linear;
      -o-transition: all .4s linear;
      transition: all .4s linear;
    }
*/
        .row-column:hover>*:not(:hover),
        .row-column:focus>*:not(:focus) {
            opacity: 0.4;
        }

        /*
    .row-column:hover > *:hover img,
    .row-column:focus > *:focus img {
      -webkit-transform: scale(1.05) rotate(-0.3deg);
      -moz-transform: scale(1.05) rotate(-0.3deg);
      -ms-transform: scale(1.05) rotate(-0.3deg);
      -o-transform: scale(1.05) rotate(-0.3deg);
      transform: scale(1.05) rotate(-0.3deg);
    }
*/
    }
}

.clear {
    clear: both;
}

.o-hidden {
    overflow: hidden;
}

@-webkit-keyframes alertFlashLoading {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-moz-keyframes alertFlashLoading {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-ms-keyframes alertFlashLoading {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-o-keyframes alertFlashLoading {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes alertFlashLoading {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes alertFlashMessage {
    0% {
        opacity: 0;
    }

    2%,
    98% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes alertFlashMessage {
    0% {
        opacity: 0;
    }

    2%,
    98% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes alertFlashMessage {
    0% {
        opacity: 0;
    }

    2%,
    98% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes alertFlashMessage {
    0% {
        opacity: 0;
    }

    2%,
    98% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes alertFlashMessage {
    0% {
        opacity: 0;
    }

    2%,
    98% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes alertFlash {
    0% {
        opacity: 0;
        font-size: 32px;
    }

    25%,
    50%,
    75% {
        font-size: 320px;
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes alertFlash {
    0% {
        opacity: 0;
        font-size: 32px;
    }

    25%,
    50%,
    75% {
        font-size: 320px;
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes alertFlash {
    0% {
        opacity: 0;
        font-size: 32px;
    }

    25%,
    50%,
    75% {
        font-size: 320px;
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes alertFlash {
    0% {
        opacity: 0;
        font-size: 32px;
    }

    25%,
    50%,
    75% {
        font-size: 320px;
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes alertFlash {
    0% {
        opacity: 0;
        font-size: 32px;
    }

    25%,
    50%,
    75% {
        font-size: 320px;
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes alertTimer {

    0%,
    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes alertTimer {

    0%,
    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes alertTimer {

    0%,
    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes alertTimer {

    0%,
    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes alertTimer {

    0%,
    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes outlineSize {
    0% {
        outline-width: 5px;
    }

    100% {
        outline-width: 0;
    }
}

@-moz-keyframes outlineSize {
    0% {
        outline-width: 5px;
    }

    100% {
        outline-width: 0;
    }
}

@-ms-keyframes outlineSize {
    0% {
        outline-width: 5px;
    }

    100% {
        outline-width: 0;
    }
}

@-o-keyframes outlineSize {
    0% {
        outline-width: 5px;
    }

    100% {
        outline-width: 0;
    }
}

@keyframes outlineSize {
    0% {
        outline-width: 5px;
    }

    100% {
        outline-width: 0;
    }
}