/* PARIDE  CAROUSEL  */
@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* large - display 6 */
@media (min-width: 992px) {
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }
    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{
    transform: translateX(0);
}
.movie-img {
    height:200px;
    width: 150px;
    background-color:
    aqua;overflow: hidden;
    background-image: url("https://i.hizliresim.com/mX07R4.png");
    background-repeat:no-repeat;
    background-size: cover;
    object-fit: fill;
}
.movie-title {
    height: 40px; width:150px;background-color: black;overflow: hidden;
}
/* END PARIDE  CAROUSEL  */

#drag_drop{
    background-color : #f9f9f9;
    border : #ccc 4px dashed;
    line-height : 250px;
    padding : 12px;
    font-size : 24px;
    text-align : center;
}

/*  MANUEL   */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1cacb5;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1cacb5;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #1cacb5;
}
.formregistrati h3 {
  color: #858ea0;
  text-align: center;
  font-size: 17px;
  font-weight: inherit;
  margin-top: 100px;
  margin-bottom: 25px;
  font-family: 'Poppins', sans-serif;
}
.formregistrati p, .link-secondary, .formregistrati a:link {
    color: #858ea0;
    text-align: center;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
}
.formregistrati.div a {
    text-decoration: none!important;
}
.link-secondary, .terminiecondizioni {
    font-size: 14px;
    margin: 0 auto;
    padding-top: 10px;
}
.namefield, .passwordfield {
    width: 344px;
    height: 60px;
    margin: 0 auto;
    border: solid 1px #1cacb5;
    border-radius: 10px;
    line-height: 50px;
    text-align: center;
    color: #1cacb5;
}
.subcontainer {
    width: 700px;
}
.subcontainer input {
    width: 100%;
    border: solid 1px #1cacb5;
    border-radius: 10px;
    line-height: 50px;
    text-align: center;
    color: #1cacb5;
}
.singlefield {
    width: 340px !important;
}
.btnspace {
    width: 340px;
    margin: 0 auto;
}
.bluebtn {
    width: 340px;
    height: 50px;
    background-color: #1cacb5;
    color: white;
    margin: 0 auto;
    line-height: 50px;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
}
.col-sm-6.text-center, .col-sm-12.text-center {
    margin-top: 40px;
}
.subcontainer .secmargin, .bluebtn.secmargin {
    margin-top: 82px;
}
/* FINE MANUEL */


.text-container{
    height:70px;
    width:260px;
    border-radius:14px;
    z-index: 50;
    font-size:18px;
    color:white;
    position: relative;
    top:-3%;
    left: 19%;
}
.text-container-middle{
    border:none;
    border-radius:14px;
}
#overlay {
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
.box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    background: #a7aebc;
    border-radius:8px;
}
.overlay {
    z-index: 9;
    background: #a7aebc;
}

.color_red{
    background-color: #ea4850;
}

.color_blue{
    background-color: #16b6bf;
}
.color_yellow{
    background-color: #f0ae2c;
}

.textarea-prog{
    border-radius: 10px;
    border: solid 1px;
    color: #eda438;
}

.button_text{
    color: inherit;
    text-decoration: none;
}

.button_text:hover{
    color: inherit;
    text-decoration: none;
}

/* upload */

input[type="file"]{
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 0;
    user-select: none;
}

input[type="file"]:focus + label[for="files"]{
    border: 1px solid #85E5FF;

}

label[for="files"]{
    /*background: #FF7B47;*/
    padding: 10px;
    color: #eda438;
    font-family: sans-serif;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    height: 100%;
    width: 100%;
    font-weight: bolder;
}

label[for="files"]:hover{
    /*background: #FF9E59;*/
    color: #fff;
}
