.img-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 20px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: fit-content;
    gap: 5px;
}

.img-container img {
    width: 100%;
    max-width: 600px;
    height: auto;
    transition: transform 0.3s ease;
}

.img-container img:hover {
    transform: scale(1.05);
}


.fields, .main-form-div {
    margin-bottom: 10px;
    border-bottom: 3px solid #d2d2d2;
    padding-bottom: 10px;
}

.add_nested_fields {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}


.steps-container {
    /*    box-shadow: 0px 0px 2px 2px #f2f2f2;*/
    padding: 5px;
    margin-top: 20px;
}

.path-steps-label {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-top: 10px;
    margin-bottom: 20px;
}

.btn-add {
    background-color: #ed3964 !important;
    color: white !important;
    border-color: #ed3964 !important;
}

.btn-add:hover {
    background-color: #ed3964 !important;
    color: white !important;
    border-color: #ed3964 !important;
}


/* COMMENTS */
.comment-box {
    width: fit-content;
    height: fit-content;
    border: 1px solid transparent;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 3px 1px #eaeaea;
}

.comment-box p{
    margin-bottom: 0;
}

.comment-box .user-info {
    width: fit-content;
    height: fit-content;
    padding: 5px;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.comment-box .user-info img{
    width: 20px;
}

.comment-box .comment {
    width: fit-content;
    height: fit-content;
    padding: 5px;
}

/* menu labels spacing */
.side-menu__label {
    margin-left: 5px;
}

/* END COMMENTS */


/* VALUE SLIDER */

.slidecontainer {
    transform: rotate(180deg);
    max-height: 450px;
}

.rangeslider {
    -webkit-appearance: none;
    width: 15px;
    height: 100%;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.rangeslider:hover {
    opacity: 1;
}

.rangehandle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #04AA6D;
    cursor: pointer;
    transform: translate(-5px, -12px);
}


/* QUESTIONS BOX */

.questions-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.question-box {
    width: fit-content;
    height: fit-content;
    border: 1px solid transparent;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 3px 1px #eaeaea;
}

.question-box h3 {
    margin-bottom: 2px;
}

.answers .fields {
    width: 48%;
    border: none;
    margin-top: 10px;
}

/*    .answers .fields:first-child {
        border-right: 1px solid black;
    }*/

.steps-container.answers {
    display: flex;
    flex-direction: row;
    gap: 10px;
    box-shadow: none;
}

.association-games-choice-container {
    padding-bottom: 10px;
    border-radius: 5px;
    margin-bottom: 45px;
    background: #ffeeda;
    padding-top: 20px;
}

.association-games-choice-container .form-group {
    margin-bottom: 24px !important;
}

.association-answer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


.association-answer-col {
    border-radius: 5px;
    background: #ffeeda;
    min-width: 220px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 15px;
    align-items: center;
    flex-basis: 30%;
}

/* AJAX LOADER */
#fountainG{
    position:relative;
    width:234px;
    height:450px;
    margin:auto;
    display: none;
    justify-content: center;
    align-items: center;
}

.fountainG{
    /*position:absolute;*/
    top:0;
    background-color:rgb(0, 128, 191);
    width:16px;
    height:16px;
    animation-name:bounce_fountainG;
    -o-animation-name:bounce_fountainG;
    -ms-animation-name:bounce_fountainG;
    -webkit-animation-name:bounce_fountainG;
    -moz-animation-name:bounce_fountainG;
    animation-duration:1.5s;
    -o-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
    transform:scale(.3);
    -o-transform:scale(.3);
    -ms-transform:scale(.3);
    -webkit-transform:scale(.3);
    -moz-transform:scale(.3);
    border-radius:19px;
    -o-border-radius:19px;
    -ms-border-radius:19px;
    -webkit-border-radius:19px;
    -moz-border-radius:19px;
}

#fountainG_1{
    left:0;
    animation-delay:0s;
    -o-animation-delay:0s;
    -ms-animation-delay:0s;
    -webkit-animation-delay:0s;
    -moz-animation-delay:0s;
}

#fountainG_2{
    left:29px;
    animation-delay:0.15s;
    -o-animation-delay:0.15s;
    -ms-animation-delay:0.15s;
    -webkit-animation-delay:0.15s;
    -moz-animation-delay:0.15s;
}

#fountainG_3{
    left:58px;
    animation-delay:0.3s;
    -o-animation-delay:0.3s;
    -ms-animation-delay:0.3s;
    -webkit-animation-delay:0.3s;
    -moz-animation-delay:0.3s;
}



@keyframes bounce_fountainG{
    0%{
        transform:scale(1);
        background-color:rgb(0, 128, 191);
    }

    100%{
        transform:scale(.3);
        background-color:rgb(0, 128, 191);
    }
}

@-o-keyframes bounce_fountainG{
    0%{
        -o-transform:scale(1);
        background-color:rgb(0, 128, 191);
    }

    100%{
        -o-transform:scale(.3);
        background-color:rgb(0, 128, 191);
    }
}

@-ms-keyframes bounce_fountainG{
    0%{
        -ms-transform:scale(1);
        background-color:rgb(0, 128, 191);
    }

    100%{
        -ms-transform:scale(.3);
        background-color:rgb(0, 128, 191);
    }
}

@-webkit-keyframes bounce_fountainG{
    0%{
        -webkit-transform:scale(1);
        background-color:rgb(0, 128, 191);
    }

    100%{
        -webkit-transform:scale(.3);
        background-color:rgb(0, 128, 191);
    }
}

@-moz-keyframes bounce_fountainG{
    0%{
        -moz-transform:scale(1);
        background-color:rgb(0, 128, 191);
    }

    100%{
        -moz-transform:scale(.3);
        background-color:rgb(0, 128, 191);
    }
}
