textarea {
    resize: none; 
}

.input-group-sm {
    height: 40px;  
}

/* 
.container {
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: height 0.5s ease-in-out; 
  overflow: hidden;
  height: 910px;
  padding: 0px;

} */

.container {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transition: height 0.5s ease-in-out; 
    overflow: hidden;
    padding: 0px;
    margin-bottom: 20px;
    min-height: 920px;
}

.carousel-btn{
    padding: 10px;
}

.customForm{
    min-height: 740px;
} 

.Gi-resultado-text{
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: grey;
    border-radius: 4px;
    color:white;
}

body {
     overflow-x: hidden; 
}

.carousel .slide{
    padding: 0px !important;
}

.btn:hover .info-modal {
     font-weight: bold;
}

.btn-submit{
    border-radius: 0px; 
    margin-top: 15px;
}

.carousel {
 
    padding: 20px;
    padding-bottom: 0px;
}

.carousel-slide-success{
    height: 800px !important;
}

.container-titulo {
    background-color: #007bff;
    color: white;
    display: flex; 
    align-items: center; 
    justify-content: center; 
}


.carousel-btn {
 display: flex;
 justify-content: center; 
}

.carousel-btn button{
    margin: 5px;
}

.btn-submit {
    width: 100%; 
    text-align: center; 
}


.select2-container {
    width: 100% !important;
}

.success {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 100vh; */
    height: 100%;
    margin-left: 100px;
    margin-right: 100px;
}
.success img {
    width: 150px;  
    height: auto; 
    margin-bottom: 20px;
}

.carousel-item{
    height: 100%;
}

#carouselForm{
    height: 100%;
}


.carousel-inner{
    height: 100%;
}



.success-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 40px;
    border-radius: 15px;
    height: 500px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    width: 100%;
  
}




@media (max-width: 767px) {
    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-radius: 0px;
        box-shadow: none;
        max-width: 100% ;
        height: auto;
    }

    .success img {
        width: 100px;  
        height: auto; 
        margin-bottom: 20px;
    }
    
    .content-wrapper{
        background-color: white;
    }
  
    .success {
        height: auto;
        padding: 10px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .success-content {
        width: 100%;
    }
    

    .customForm{
        height: auto;
    }

    .bottomForm {
        display: none;
    }

    .content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .content-header {
        display: none;
    }

    .carousel{
        margin-bottom: 10px;
    }

}

.dropzone {
    position: relative;
    border: 2px dashed #ccc;
    background-color: #f9f9f9;
    padding: 20px;
    text-align: center;
  
    overflow-y: auto; 
    overflow-x: hidden; 
    margin-bottom: 10px;
    height: 200px;
    justify-content: center;
    align-content: center;
}

.dropzone .dz-message {
    font-size: 16px;
}

.dropzone .dz-message i {
    font-size: 48px;
    margin-bottom: 10px;
}

.dropzone .dz-message .dropzone-message {
    display: block;
}

.dz-remove {
        width: auto; 
        height: auto; 
        display: inline-block; 
        vertical-align: middle; 
        background-color: #f9f9f9;
}

.customForm{
    overflow-y: auto;
}

