.container{
	background: white;
    padding: 38px;
    border-radius: 5px;
}
.header-coookie{
       text-align: center;
    font-size: 2em;
    margin-bottom: 20px;
    color: #333;
}
.cookie-form {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.form-section {
    margin-bottom: 30px;
}
/* text */
.title{
	margin-bottom: 26px;
}
.title-label{
	width: 12%;
    font-size: 15px;
    margin: 10px 48px;
}
.title-input{
	width: 77%;
    position: absolute;
    left: 15.9%;
}
.content{
	margin-bottom: 26px;
}
.content-label{
	width: 12%;
    font-size: 15px;
    margin: 10px 48px;
}
.content-input{
	width: 82%;
    margin-left: 9px;

}
.boton{
	margin-bottom: 26px;
}
.boton-label{
	width: 12%;
    font-size: 15px;
    margin: 10px 48px;
}
.boton-input{
	width: 77%;
    position: absolute;
    left: 15.9%;
}
.link-text{
    margin-bottom: 26px;
}
.link-text-label{
    width: 12%;
    font-size: 15px;
    margin: 10px 48px;
}
.link-text-input{
    width: 77%;
    position: absolute;
    left: 15.9%;
}
.link{
    margin-bottom: 26px;
}
.link-label{
    width: 12%;
    font-size: 15px;
    margin: 10px 48px;
}
.link-input{
    width: 77%;
    position: absolute;
    left: 15.9%;
}
.image{
	margin-bottom: 80px;
}
.image-label{
	width: 12%;
    font-size: 15px;
    margin: 10px 48px;
}
/*.image-input{
	width: 77%;
    position: absolute;
    left: 15.9%;
}*/
.image-input{
    float: left;
}
/* color */
.title-color{
	margin-bottom: 26px;
}
.title-color-label{
	width: 12%;
    font-size: 15px;
    margin: 10px 48px;
}
.title-color-input{
	width: 5%;
    position: absolute;
    left: 26.9%;
}
.content-color{
	margin-bottom: 26px;
}
.content-color-label{
	width: 12%;
    font-size: 15px;
    margin: 10px 48px;
}
.content-color-input{
	width: 5%;
    position: absolute;
    left: 26.9%;

}
.boton-color{
	margin-bottom: 26px;
}
.boton-color-label{
	width: 12%;
    font-size: 15px;
    margin: 10px 48px;
}
.boton-color-input{
     width: 5%;
    position: absolute;
    left: 26.9%;
}
/* image */
.image-cookies{
    /*border: 1px solid #e3e3e3;*/
    /*padding: 10px;*/
    display: block;
    width: 50%;
}
.image-radio{
    float: left;
}
.radio{
    position: absolute;
    left: 18%;
}
h2 {
    margin-bottom: 15px;
    color: #333;
}

.input-group {
    margin-bottom: 15px;
}

.label {
    display: block;
    margin-bottom: 5px;
    color: #555;
}

.input-field,
.textarea-field,
.color-input {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 1rem;
}

.textarea-field {
    resize: vertical;
}

.radio-buttons {
    display: flex;
    gap: 15px;
}

.image-option {
    text-align: center;
}

.image-thumbnail {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 5px;
}

.submit-btn {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #45a049;
}