
#selectPress1PhotoInputValid {
    display: none;
}

#selectPress2PhotoInputValid {
    display: none;
}

#selectNameInputValid {
    display: none;
}
#selectHomePhotoInputValid {
    display: none;
}
#callerPhoneNumberValid {
    display: none;
}
#selectGiftPhotoInputValid {
    display: none;
}
#selectMainPhotoInputValid {
    display: none;
}

#selectOpisInputValid {
    display: none;
}
#selectOpisInputValid1 {
    display: none;
}
#selectOpisInputValid2 {
    display: none;
}
#selectOpisInputValid3 {
    display: none;
}

.left-movie {
    float: left;
    width: 50%;
    border-right: 1px solid #ccc;
}
.progress-bar-movie {
    height: 15px;
    width: 200px;
}

.right-movie {
    float: right;
    width: 50%;
}

.group-movie:after {
    content: "";
    display: table;
    clear: both;
}

.movie-left-column {

}

.movie-input {
    display: block;

    width: 340px;
    height: 46px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
}

.movie-input-inter {
    display: block;

    width: 290px;

}
.turnOnPhrase {
    width: 100px; height: 100px; margin: auto; font-size: 50px; text-align: center;
    background: #cef4cd;
    border-radius: 6px;
    border: 2px solid #ffd6d6;
    color: #5e5e55;
    display: none;
    line-height: 90px;

    margin-left: auto;
    margin-top: 7px;
    margin-right: auto;
    cursor: pointer;


}

.turnOnPhrase2 {
    width: 100px; height: 100px; margin: auto; font-size: 50px; text-align: center;
    background: #cef4cd;
    border-radius: 6px;
    border: 2px solid #ffd6d6;
    color: #5e5e55;
    display: none;
    line-height: 90px;

    margin-left: auto;
    margin-top: 7px;
    margin-right: auto;
    cursor: pointer;


}

.btn-finish-order {
    display: block;

    width: 200px;
    height: 46px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
}

.movie-title {
    height: 50px;
}

.movie-image-place {
    background: #ffffee;
    border-radius: 4px;
    width: 200px;
    height: 200px;
    border: 1px solid #ccc;
    display: block;
    margin-left: auto;
    margin-top: 7px;
    margin-right: auto;
    cursor: pointer;
}

.movie-image-place-group {
    background: #ffffee;
    border-radius: 4px;
    width: 200px;
    min-height: 150px;
    border: 1px solid #ccc;
    display: block;
    margin-left: auto;
    margin-top: 7px;
    margin-right: auto;
    cursor: pointer;
}

.movie-image-place:hover {
    border: 1px solid #ee0000;
    color: #ee0000;
    cursor: pointer;
}

.movie-image-place-group:hover {
    border: 1px solid #ee0000;
    color: #ee0000;
    cursor: pointer;
}
.input-box-div-small {
    background: #ffffee;
    border-radius: 4px;
    width: 240px;
    height: 46px;
    border: 1px solid #ccc;
    display: block;
    margin-left: auto;
    margin-top: 7px;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
}
.input-box-div {
    background: #ffffee;
    border-radius: 4px;
    width: 340px;
    height: 46px;
    border: 1px solid #ccc;
    display: block;
    margin-left: auto;
    margin-top: 7px;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
}

.input-box-div:hover {

    border: 1px solid #ee0000;
    color: #ee0000;
}

.input-box-div-small:hover {

    border: 1px solid #ee0000;
    color: #ee0000;
}

.behavior-button {
    background: #ffffee;

    width: 100px;
    height: 46px;
    border: 1px solid #ccc;
    display: block;

    margin-top: 7px;

    text-align: center;
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
}

.behavior-button:hover {

    border: 1px solid #ee0000;
    color: #ee0000;
}

.image-wrapper {
    width: 340px;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
}

.movie-wrapper {
    background: #F9EBCB;
    border-radius: 25px;
    padding-top: 10px;
    background: #f9ebcb; /* Old browsers */
    background: -moz-linear-gradient(left, #f9ebcb 0%, #f7f1e3 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f9ebcb 0%, #f7f1e3 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f9ebcb 0%, #f7f1e3 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9ebcb', endColorstr='#f7f1e3', GradientType=1);
    padding-bottom: 20px;
}

.input-wrapper {
    margin-top: 17px;
    display: block;
    width: 340px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}

.input-text {
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;

}

.play-phrase {
    color: red;
    cursor: pointer;
    text-align: right;
}

.error-valid {
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
    width: 290px;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
    border: 2px solid red;
    background: #fcbaba;
}


.behavior-info {
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
}

.photo-crop-container {
    height: auto;
    min-height: 400px;

}

.movie-text-area {
    display: block;

    width: 340px;
    height: 66px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    resize: none;
}

.selected-behavior-button {
    background: #CAD8F3;
    font-weight: bold;
    color:#0c7301;
    border-color: #0c7301;
}

.creator-movie-title {
    color: red;
    font-family: "p22-mackinac-pro", "Times New Roman", serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.8em;
    padding-left: 10px;
    padding-right: 10px;

    text-align: center;
    padding-top: 30px;

    height: 100px;
    background-image: url("https://santimikolaj.pl/image/22.jpg");
    background-position: center top;
    background-size: 100%;
    color: white;
}

.creator-movie-title2023 {
    color: red;
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: 'Zilla Slab', serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.8em;
    padding-left: 10px;
    padding-right: 10px;

    text-align: center;
    padding-top: 30px;

    height: 100px;
    background-image: url("https://santimikolaj.pl/image/22.jpg");
    background-position: center top;
    background-size: 100%;
    color: white;
}

.custom-file-upload-main:hover {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px 10px;
    cursor: pointer;
    text-align: center;
    background: #e3e3e3;
    border-radius: 4px;
    width: 200px;
    font-size: 18px;
    background: #199f19;
    color: #fff;
    font-weight: bold;
}

.custom-file-upload-main {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px 10px;
    cursor: pointer;
    text-align: center;
    background: #e3e3e3;
    border-radius: 4px;
    width: 200px;
    font-size: 18px;
    background: green;
    color: #fff;
    font-weight: bold;
}

.photo-crop-container{
    width: 500px;
    margin-right: auto; margin-left: auto;
    padding: 0px;
    padding-bottom: 20px; color:#3A3A3A;

}

.finish-order-container {
    width: 250px;
    margin-right: auto; margin-left: auto;
    padding: 0px;
    padding-bottom: 20px; color:#3A3A3A;
}

.crop-media-field-picture {
    background: #ffffee;
    border-radius: 4px;
    width: 440px;
    height: 300px;
    border: 1px solid #ccc;
    display: block;
    margin-left: auto;
    margin-top: 7px;
    margin-right: auto;
    /*cursor: pointer;*/

}

.btn-movie-order {
    width:250px;
    font-size: 22px;
}

.crop-media-field-button {

    width: 440px;
    height: 50px;

    display: block;
    margin-left: auto;
    margin-top: 7px;
    margin-right: auto;
    cursor: pointer;
    text-align: center;
}

.crop-media-field-button-top {
    width: 300px;
    height: 50px;

    display: block;
    margin-left: auto;
    margin-top: 17px;
    margin-right: auto;
    cursor: pointer;
    text-align: center;
}
.crop-media-field-button-top-beh {
    width: 300px;
    height: 50px;

    display: block;
    margin-left: auto;
    margin-top: 17px;
    margin-right: auto;
    cursor: pointer;
    text-align: center;
}

.beh-field-button-top {
    width: 440px;
    height: 50px;

    display: block;
    margin-left: auto;
    margin-top: 7px;
    margin-right: auto;
    cursor: pointer;
    text-align: center;
}

.movie-image-place-result {
    width: 160px;
    height: 160px;
    /*background: #ffffee;*/
    /*border-radius: 4px;*/
    /*border: 1px solid #ccc;*/
    display: block;
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
    cursor: pointer;
    text-align: center;
}

.movie-image-place-result-h {
    width: 160px;
    height: 240px;
    /*background: #ffffee;*/
    /*border-radius: 4px;*/
    /*border: 1px solid #ccc;*/
    display: block;
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
    cursor: pointer;
    text-align: center;
}

.movie-image-place-result-group {
    width: 160px;
    min-height: 120px;
    /*background: #ffffee;*/
    /*border-radius: 4px;*/
    /*border: 1px solid #ccc;*/
    display: block;
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
    cursor: pointer;
    text-align: center;
}

@media screen and (max-width: 540px) {
    .crop-media-field-picture {

        width: auto;
        min-width: 300px;

    }


    .crop-media-field-button {

        width: auto;
    }
    .crop-media-field-button-top {
        width: auto;
    }

    .beh-field-button-top {
        width: auto;
    }
    .photo-crop-container{
        width: auto;
        padding: 10px;
    }
}

@media screen and (max-width: 820px) {
    .creator-movie-title {
        color: red;
        font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-family: 'Zilla Slab', serif;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.8em;
        padding-left: 10px;
        padding-right: 10px;

        text-align: center;
        color: white;
        padding-top: 30px;

        height: 100px;
        background-image: url("https://santimikolaj.pl/image/22.jpg");
        background-position: center top;
        background-size: 100%;
    }

    .left-movie,
    .right-movie {
        float: none;
        width: auto;
    }

    .right-movie {
        margin-top: 30px;

    }

    .left-movie {
        border: none;
    }
}

@media screen and (max-width: 400px) {
    .movie-wrapper {
        padding-top: 10px;
    }

    .movie-input {
        width: 90%;
    }

    .movie-input-inter{
        width: 90%;
    }


    .error-valid {
        width: 90%;
    }



    .input-wrapper {
        margin-top: 17px;
        display: block;
        width: 300px;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
    }

    .movie-image-place {
        background: #f5f5f5;
        border-radius: 4px;

        border: 1px solid #ccc;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .movie-image-place-group {
        background: #f5f5f5;
        border-radius: 4px;
        width: 300px;
        border: 1px solid #ccc;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


    .image-wrapper {
        margin-top: 17px;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .easy-autocomplete.eac-square input {
        width: 90%;
    }

    .easy-autocomplete.eac-square ul {
        width: 90%;
    }

    .movie-text-area {

        width: 90%;

    }

    .input-box-div {
        width: 90%;
    }
}


#selectNameInputValid1 {
    display: none;
}
#selectNameInputValid3 {
    display: none;
}
#selectNameInputValid5 {
    display: none;
}
#selectNameInputValid4 {
    display: none;
}
#selectNameInputValid2 {
    display: none;
}
.group-santa-movie-child {
    border: 2px solid red;
    border-radius: 8px;
    margin-top: 10px;
    padding: 8px;
    background: #f4e2be;
    border-color: #0c7301;
}


.movie-text-area-small {
    display: block;

    width: 340px;
    height: 66px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    resize: none;
}
.child-number3 {
    display: none;
}



