svg {
    border: 1px #ccc solid;
    border-radius: 4px;
    height: 200px;
    width: 200px;
    padding: 0px;
    background: white
}


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    background-color: #f2f2f2;
    max-width: 550px;
    margin: 0 auto;
    min-height: 98vh;
}

p {
    font-size: 15px;
    line-height: 1.5;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h1 {
    margin-bottom: 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 23px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h2 {
    margin-top: 60px;
    margin-bottom: 20px;
    color: #666;
    display: flex;
    align-items: center;
    font-weight: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #333;
    display: flex;
    align-items: center;
    font-weight: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h4 {
    margin-block-start: 1px;
    margin-block-end: 5px;
    margin-bottom: 5px;
    color: #ccc;
    display: flex;
    align-items: center;
    font-weight: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: monospace, monospace;
    font-weight: bold;
    line-height: 1;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h5 {
    margin-block-start: 1px;
    margin-block-end: 5px;
    margin-top: 11px;
    margin-bottom: 16px;
    color: #333;
    display: flex;
    align-items: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer {
    margin-top: 50px;
    color: rgb(155, 155, 155);
    font-weight: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 7px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.matrix {
    color: #666;
    font-weight: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 9px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h2::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: #d6d6d6;
}

br {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label {
    font-size: 12px;
    color: #333;
    margin-bottom: 5px;
    text-transform: normal;
    letter-spacing: 0.5px;
    padding-top: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="text"],
input[type="number"],
select,
button,
textarea {
    width: 100%;
    padding: 8px;
    margin-top: 6px;
    margin-bottom: 12px;
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: white;
    resize: none;
    height: 33px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #333;
    overflow: hidden;
}


a.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: white;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background-color 0.1s ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 160px;
}

a.button:hover {
    background-color: rgb(230, 230, 230);
}

input::placeholder,textarea::placeholder {
  			color: #ccc; 
		}

select {
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" height="16" width="16"><path d="M6 9l6 6 6-6"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    padding-right: 24px;
}

button {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


select {
    appearance: none;
    padding-right: 30px;
}

.symbole {
    width: 35px !important;
    height: 35px !important;
    margin-right: 20px !important;
    stroke: white !important;
    stroke-miterlimit: 10;
    stroke-width: .5;
    fill: none;
    border: 0px #eee solid !important;
    padding: 0px !important;
    background: none !important;
    overflow: visible;
}

.tooltipicon {
    width: 12px !important;
    height: 12px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    stroke: none !important;
    stroke-miterlimit: 10;
    stroke-width: 0;
    fill: rgb(113, 113, 113) !important;
    border: 0px #eee solid !important;
    padding: 0px !important;
    background: none !important;
    overflow: visible !important;
    border-radius: 0px !important;

}

.icon {
    height: 10px;
    margin-right: 8px;
    fill: #a4a4a4;
    width: auto;
    overflow: visible;
}

.bigicon {
    height: 16px !important;
    margin-right: 8px !important;
    fill: #666 !important;
    width: auto !important;
    overflow: visible !important;
    border: 0px #eee solid !important;
    padding: 0px !important;
    background: none !important;
}

.sectioniconsmall {
    height: 23px;
    margin-right: 14px;
    width: auto;
    overflow: visible;
}

.sectionicon {
    height: 120px;
    padding-top: 20px;
    width: 100%;
    overflow: visible;
}

#textOptions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    column-gap: 10px;
}

.flexbox {
    margin-top: 10px;
    column-gap: 35px;
    flex-wrap: nowrap;
    position: relative;
}

.flexbox::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 0.75px);
    width: 1.5px;
    background-color: silver;
    display: none
}

.input-field {
    margin-right: 0px;
    margin-bottom: 5px;
    flex: 1 1 200px;
}

.input-field label {
    display: block;
    margin-bottom: 5px;
}

section {
    margin-top: 15px;
}

.gold {
    background: linear-gradient(25deg, #7D7D7D 0%, #6A6A6A 15%, #D7D7D7 50%, #7D7D7D 60%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: shine 5s linear infinite;
}

@keyframes shine {
    to {
background-position: 200% center;
    }
}


.colorpicker {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-left: 5px;
}

.colorpicker::-webkit-color-swatch {
    border-radius: 4px;
    border: 1px solid #ccc;
}

.colorpicker::-moz-color-swatch {
    border-radius: 4px;
    border: 1px solid #ccc;
}


.container input[type="checkbox"] {
    display: none;
}

.container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 0.8;
    color: #333;
    cursor: pointer;
    padding-left: 35px;
    margin-top: 0px;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #a4a4a4;
    background-color: white;
    border-radius: 4px;
}

.container input[type="checkbox"]:checked+.checkmark {
    background-image: url('data:image/svg+xml;utf8,<svg fill="dodgerblue" height="25" viewBox="0 0 25 25" width="25" xmlns="http://www.w3.org/2000/svg"><path d="m11 19.2c.5 0 .9-.2 1.1-.6l7-10.9c.2-.3.3-.6.3-.8 0-.7-.5-1.1-1.1-1.1s-.8.2-1 .6l-6.3 10-3.2-4.2c-.3-.3-.6-.5-1-.5-.7 0-1.2.5-1.2 1.1s0 .6.3.9l3.9 4.9c.3.4.7.6 1.1.6z"/></svg>');
}

.container input[type="checkbox"]:not(:checked)+.checkmark {
    background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="25" viewBox="0 0 25 25" width="25" xmlns="http://www.w3.org/2000/svg"><path d="m6.6 18.4c.4.4 1.1.4 1.5 0l4.4-4.4 4.4 4.4c.4.4 1.1.4 1.5 0s.4-1.1 0-1.5l-4.4-4.4 4.4-4.4c.4-.4.4-1.1 0-1.5s-1.1-.4-1.5 0l-4.4 4.4-4.4-4.4c-.4-.4-1.1-.4-1.5 0s-.4 1.1 0 1.5l4.4 4.4-4.4 4.4c-.4.4-.4 1.1 0 1.5z"/></svg>');
}


.tab {
    display: none;
}

.tab.active {
    display: block;
}

.tab-buttons {
    margin-bottom: 0px;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tab-button {
    cursor: pointer;
    padding: 20px;
    background-color: #bababa;
    border-radius: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: normal;
    color: rgb(30, 30, 30);
    min-width: 180px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.tab-button.active {
    background-color: #6b6b6b;
}

.tab-buttons .tab-button {
    display: inline-block;
}

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

.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -90px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 5px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}