/*** Film Künyesi CSS start ***/
.movie-poster {
    width: 150px;
    margin-right: 7px;
}

.movie-poster-td {
    vertical-align: top;
}

.movie-title-tr {
    font-size: 20pt;
    font-weight: bold;
}

.movie-title {
    font-size: 12pt;
}

.movie-director {
    font-size: 10pt;
}

.movie-default {
    font-size: 9pt;
}

.movie-imdb-rating {
    font-size: 12pt;
    font-weight: bold;
}

.movie-overview-header {
    font-size: 10pt;
    font-weight: bold;
}

.movie-card {
    border: 1px solid #FF7F50;
    border-radius: 5px;
    background-color: #F8F6F2;
    width: 550px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 7px;
    padding-bottom: 4px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
}

.fovorite-list-card {
    border: 1px solid #FF7F50;
    border-radius: 5px;
    width: 395px;
    height: 142px;
    position: absolute;
    top: 117px;
    left: 179px;
    padding-top: 5px;
    backdrop-filter: blur(5px);
    overflow-y: auto;
    background-color: rgba(255,227,217,0.70);
    box-shadow: rgba(255, 127, 80, 0.45) 0px 25px 20px -20px;
}

.score-list-card {
    border: 1px solid #FF7F50;
    border-radius: 15px;
    width: 160px;
    height: 18px;
    position: absolute;
    top: 77px;
    left: 424px;
    padding-top: 5px;
    backdrop-filter: blur(5px);
    background-color: rgba(255,227,217,0.70);
}

.fovorite-list-card::-webkit-scrollbar {
    width: 3px;
    background-color: #none;
    border-left: 1px solid #none;
}
.fovorite-list-card::-webkit-scrollbar-thumb {
    background-color: #FF7F50;
}
.fovorite-list-card::-webkit-scrollbar-thumb:hover {
    background-color: #FF7F50;
}

.movie-favorite-ico {
    position: absolute;
    left: 560px;
    top: 17px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out; /* Hover efekti için geçiþ */
}

.movie-favorite-ico:hover {
    transform: scale(1.05); /* Hover efekti */
}

.movie-list-ico {
    position: absolute;
    left: 559px;
    top: 101px;
    cursor: pointer;
    z-index: 1;
    transition: transform 0.2s ease-in-out; /* Hover efekti için geçiþ */
}

.movie-list-ico:hover {
    transform: scale(1.05); /* Hover efekti */
}

.movie-watched-ico {
    position: absolute;
    left: 563px;
    top: 49px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out; /* Hover efekti için geçiþ */
}

.movie-watched-ico:hover {
    transform: scale(1.05); /* Hover efekti */
}

.movie-score-ico {
    position: absolute;
    left: 563px;
    top: 77px;
    cursor: pointer;
    z-index: 999;
    transition: transform 0.2s ease-in-out; /* Hover efekti için geçiþ */
}

.movie-score-ico:hover {
    transform: scale(1.05); /* Hover efekti */
}

.movie-video-logined-ico {
    position: absolute;
    left: 563px;
    top: 107px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out; /* Hover efekti için geçiþ */
}

.movie-video-logined-ico:hover {
    transform: scale(1.05); /* Hover efekti */
}


.movie-video-not-logined-ico {
    position: absolute;
    left: 563px;
    top: 22px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out; /* Hover efekti için geçiþ */
}

.movie-video-not-logined-ico:hover {
    transform: scale(1.05); /* Hover efekti */
}

.movie-favorite-list-header {
    font-size: 10pt;
    vertical-align: top;
    position: relative;
    top: 8px;
    padding-left: 5px;
}

.movie-list-header-ico {
    cursor: pointer;
    padding-left: 5px;
    transition: transform 0.2s ease-in-out; /* Hover efekti için geçiþ */
}

.movie-list-header-ico:hover {
    transform: scale(1.05); /* Hover efekti */
}

.rate-box-img-div {
    text-align: left;
    padding-left: 5px;
    margin-top: -9px;
}

.rate-star{
    margin: 0px;
    padding: 0px;
    padding-bottom: 3px;
    padding-top: 3px;
}
/*** Film Künyesi CSS end ***/
/*** Oyuncu Künyesi CSS start ***/

.person-card {
    border: 1px solid #FF7F50;
    border-radius: 5px;
    background-color: #F8F6F2;
    width: 550px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 7px;
    padding-bottom: 4px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.person-poster {
    width: 150px;
    margin-right: 7px;
}

.person-poster-td {
    vertical-align: top;
}

.person-favorite-ico {
    position: absolute;
    left: 560px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out; /* Hover efekti için geçiþ */
}

.person-favorite-ico:hover {
    transform: scale(1.05); /* Hover efekti */
}

.person-list-ico {
    position: absolute;
    left: 560px;
    top: 48px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out; /* Hover efekti için geçiþ */
}

.person-list-ico:hover {
    transform: scale(1.05); /* Hover efekti */
}

.person-name {
    font-size: 20pt;
    font-weight: bold;
}

.person-job {
    font-size: 12pt;
}

.person-birth {
    font-size: 10pt;
}

.person-movies-header {
    font-size: 10pt;
    font-weight: bold;
}

.person-default {
    font-size: 9pt;
}

/*** Oyuncu Künyesi CSS end ***/
/*** GENEL CSS BAŞLANGIÇ ***/


html, body {
    font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.font-bold {
    font-weight: bold;
}

.margin-bt-10 {
    margin-bottom: 10px;
}

body {
	background-color: transparent;
}