:root {
    --animation-speed: 0.5s;
}

div.BoxRandom {
    border-radius: 5px;
}

.BoxRandom-selected-line {
    font-weight: 700;
    text-shadow: -1px 1px 5px grey;
}

div.BoxRandom-content {
    flex-direction: column;
    margin: 0 auto;
}

li.BoxRandom-button {
    max-width: fit-content;
    max-height: 100%;
    margin-right: 3px;
    margin-left: 3px;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    cursor: pointer;
}

.BoxRandom-button a {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
}

.copy {
    border: 3px solid #ade4ad !important;
}

.Nav-Actions-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Nav-Actions-container a:hover {
    color: black;
    transition: var(--animation-speed);
}


.BoxRandom-line {
    margin: 0 auto;
    padding: 0 !important;
    width: 99%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.BoxRandom-line label input {
    margin-right: 1em;

}

.BoxRandom-lines {
    position: relative;
    min-height: 8em;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.fade-out {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.fade-in {
    opacity: 1 !important;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}

.target {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 0.7em;
    border: 1px solid rgb(153, 153, 153);
    display: flex;
    flex-direction: column;
    background: white;
    /* min-width: 100%; */
    min-height: 184px;
}



.Tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 80px;
    width: 100%;
    background: url(../images/border-top.gif) repeat-x left bottom;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 5px 7px 1px #0000001c;
    margin-bottom: 3px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
}

.Tabs h2 {
    text-align: center;
    margin-left: 26px;
    /* margin-right: 5px; */
    margin-bottom: 0 !important;
}

.divider {
    background: url(../images/divider.png) no-repeat left top;
    background-size: 131% 100%;
    position: absolute;
    top: 4px;
    bottom: 0;
    height: 92%;
    overflow: hidden;
}

.Tabs-tab {
    flex: 1;
    border: none;
    outline: none;
    padding: 0.7em;
    cursor: pointer;
}

.Typo-mid-bold {
    font-size: 1.2em;
    font-weight: bolder;
}

.hideTab {
    display: none;
}

.showTab {
    display: block;
}

.tab-active {
    opacity: 1;
    color: #F85811;
    transition: color var(--animation-speed);
}

li.u-disabled {
    pointer-events: none !important;
}

.form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #FFC119;
    color: #666;
    top: 10px;
    height: 30px;
    min-width: 32px;
    opacity: 0.6;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
}


.form-radio:hover {
    opacity: 1;
}

.form-radio:checked {
    background-color: #FA7518;
    opacity: 1;
    background-size: cover;
    background-image: url(check_mark_u2713_icon_128x128.png);
}

.BoxRandom-line label {
    font: 300 0.9em/1.7 'Open Sans', sans-serif;
    color: #666;
    display: flex;
    align-items: baseline;
    padding: 0.5em;
}

.information-icon {
    width: 10px;
    border-radius: 10px 10px 0 0;
    background: black;
    color: white;
    padding-left: 1em;
    padding-right: 1em;
    box-shadow: 1px 1px 5px grey;
    font-style: italic;
    cursor: pointer;
    height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 900;
    opacity: 0.7;
}

.information-icon:hover {
    opacity: 1;
}

.information-icon:active {
    opacity: 1;
}

.padding-top-overide {
    padding-top: 0 !important;
}
