.container-options {
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

label {
    font-size: 0.8rem;
}

.container-input {
    position: relative;
    height: 60px;
}

input,
select {
    width: 100%;
    padding: 7px 5px !important;
    border: 1px solid #DADADA;
    border-radius: 3px;    
    box-sizing: border-box;
}

.button-confirm {
    margin-top: 20px;
    padding: 15px 0px;
    width: 100%;
}

/*  ------------------------ */

#free-template {
    width: 100%;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    height: auto !important;
}

#free-template .header {
    display: flex;
    gap: 10px;
    color: var(--secondary-color);
    align-items:center;
    cursor: default;
    background-color: var(--primary-color);
    padding: 5px 40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: absolute;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
}

.ajustar .form-area {
    right: 0px;
    transition: all 0.5s;
}

#free-template.ajustar .picture > div:first-child {
    background-size: auto 100%; 
    background-position: left top;
    transition: all 0.5s;
}

#free-template.ajustar .picture > div:last-child {
    background-image: none !important;
}

.form-area {
    background-color: #FFF;
    width: 30%;
    min-width: 450px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-sizing: border-box;
    overflow-y: overlay !important;
    height: 70%;
    position: relative;
    transition: all 0.5s;
    border-radius: 20px;
}

#free-template .form-area .form-title {
    background-color: #EEE;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-link);
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-align: center;
    padding: 5px 10px;
}

#form-content {
    position: relative;
    margin-inline: 30px;
    height: fit-content;
    box-sizing: border-box;
}

#form-content > .content-step {
    position: absolute;
    display: none;
    width: 100%;
    z-index: 9;
    padding-bottom: 30px;
    top:167px;
}

#form-content > .content-step.active {
    display: inline;
    pointer-events: all;
    z-index: 999;
}

#free-template .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    font-size: 0.8rem;
    color: var(--secondary-color);
    background-color: var(--primary-color);
    box-shadow: 0px -7px 15px -3px rgba(0,0,0,0.1);
}

#free-template .footer a{
    color: var(--secondary-color);
}

.free-template.home_fixed {
    display: grid;
    grid-template-columns: auto min-content;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-sizing: border-box;
    border-radius: 20px;
}

.free-template.home_fixed .picture {
    border-radius: 20px 0px 0px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.free-template.home_fixed .form-content {
    min-width: 500px;
}

.free-template.home_fixed .title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 80px;
    background-color: #f5f5f5;
    border-radius: 0px 20px 0px 0px;
    background-color: var(--primary-color) !important;
    color: var(--secondary-color) !important;
    font-weight: bold;
    font-size: 1.2rem;
}

.form-area > .title {
    position: absolute;
    width: 100%;
    display: flex;
    z-index: 10;
    color: #FFFFFF;
    height: 100px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.btnPadrao {
    background-color: var(--graydark);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 6px 22px;
    text-transform: uppercase;
    cursor: pointer !important;
    width: fit-content;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: all 0.25s;
    text-align: center;
    font-size: 0.8rem;
}
.btnPadrao:hover {
    background-color: color-mix(in srgb, var(--graydark) 80%, #FFFFFF);
    transition: all 0.25s;
}

@media only screen and (max-width: 1400px) { 
    .form-area {
        right: 5%
    }
}

@media only screen and (max-width: 1200px) { 
    #free-template { 
        position: absolute;
    }
    #free-template .header {
        position: fixed;
        z-index: 9999;
        height: 50px;
    }

    #free-template .picture {
        margin-top: 50px;
     }

    .form-area {
        right: 0;
        top: 50px;
        height: calc(100% - 50px);
    }

    #form-steps {
        position: relative;
        box-sizing: border-box;
        margin-inline: 10%;
    }

    #free-template .picture > div:first-child {
        width: 100%;
        background-position: center;
    }

    #free-template .picture > div:last-child {
        display: none;
    }

    #free-template .footer {
        justify-content: left;
        padding-left: 30px;;
    }
}

@media only screen and (max-width: 1000px) {
    .enabled {
        display: none !important;
    }

    .free-template.home_fixed .picture {
        display: none;
    }
    
    .free-template.home_fixed .form-content {
        min-width: 100%;
    }
    .free-template.home_fixed .title {
        border-radius: 20px 20px 0px 0px;
    }

    #free-template {
        height: 100%;
    }

    body:not(.embed) {
        overflow-y: auto !important;
    }
    
    body:not(.embed) #free-template { 
        display: block;
    }

    body:not(.embed) #free-template .picture {
        height: 250px;
    }

    body:not(.embed) #free-template.ajustar .picture > div:first-child {
        background-position: center;
        background-size: contain;
        height: 100%;
    }

    .form-area {
        top: 0px;
        overflow-y: unset !important;
        box-shadow: none;
        height: unset;
        padding-bottom: 50px;
    }
    
    body:not(.embed) #free-template .content-step {
        position: relative;
    }
    body:not(.embed) #free-template .footer {
        position: relative;
    }

    #free-template .header * {
        font-size: 1.4rem !important;
    }

    #free-template .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 99;
        justify-content: center;
        padding: 5px 0px;
    }
   
    body.embed #free-template .picture {
        display: none;
    }
    
    .form-area {
        position: relative;
        width: 100%;
        min-width: fit-content;
        overflow-y: overlay !important;
        height: 100%;
    }

    .donationTypeBox .btn-default > svg {
        display: none;
    }

    /* embed */
    body.embed #free-template {
        display: block;
    }

    body.embed #free-template .header{
        display: none;
    }

    body.embed #free-template .form-title{
        border-radius: 20px;
        margin: 5px;
    }

    body.embed #free-template .form-area{
        top: 0;
        background-color: transparent;
    }
    
    body.embed #free-template .footer{
        background-color: #FFF;
        border-radius: 5px;
        box-shadow: none;
        color: var(--primary-color);
    }
    body.embed #free-template .footer *{
        color: var(--primary-color);
    }
}


