.full-height {
    height: 100%;
}

.bg-dark_blue {
    background-color: #000000;
}

.bg-dark_darker {
   background-color: #1d1d1d;
}

.bg-darker {
    background-color:#0e0e0e;
}

img {
      -webkit-user-drag: none;
      -moz-user-drag: none;
      -o-user-drag: none;
      user-drag: none;
}
img {
    pointer-events: none;
}
.movie_card{
    padding: 0 !important;
    width: 20rem;
    margin:14px; 
    border-radius: 10px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 15px 0 rgba(0, 0, 0, 0.19);
}
.movie_card img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*height: 27rem;*/
}
.movie_info{
    color: #adadad;
}

.movie_info i{
    font-size: 20px;
}
.card-title{
    width: 80%;
    margin-bottom: 1rem;
}
.play_button{
    background-color: #406ab8;
       position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    right: 15px;
    top: 400px;
    font-size: 27px;
    padding-left: 18px;
    padding-top: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.play_button-success{
       background-color: #40b854;
       position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    right: 15px;
    top: 400px;
    font-size: 27px;
    padding-left: 18px;
    padding-top: 16px;
    color: #FFFFFF;
    cursor: pointer; 
}

.play_button-gray{
    background-color: #707070;
    position: absolute;
 width: 60px;
 height: 60px;
 border-radius: 50%;
 right: 15px;
 top: 400px;
 font-size: 27px;
 padding-left: 18px;
 padding-top: 16px;
 color: #FFFFFF;
 cursor: pointer; 
}

.float-right {
    float: right;
}

.movie-poster img{
    max-height: 375px;
    border-radius: 4%;
}

.text-note{
padding-bottom: 5px;
font-weight: bold;
font-size: large;
}