 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 html {
     min-height: 100%;
 }

 body {
     /* font-family: 'Arial', sans-serif; */
     font-family: "Roboto", sans-serif;
     /* background-color: #efefee; */
     color: #444444;
     min-height: 100%;
     position: relative;
     padding-bottom: 315px;
     /* background-color: #000000; */
     /* background-color: #ffffff; */
 }

 body.bg {
     /* background-image: url('../images/bg60.png');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat; */
 }

 body.member_profiles {
     background-color: #efefee;
     padding: 50px 0;
 }

 body.member_profiles h3 {
     text-align: center;
     font-size: 42px;
     color: #444444;
 }

 a {
     text-decoration: none;
     color: #444444;
 }

 a:hover,
 a:focus {
     text-decoration: none;
     color: inherit;
 }

 /* button.btn {
     background-color: rgb(20 163 249);
     line-height: 34px;
     border: 0;
     padding: 0 10px;
     margin: 0 auto;
     display: block;
     font-size: 17px;
     color: #ffff;
 } */

 div.buttons {
     display: flex;
     gap: 25px;
     justify-content: center;
 }

 /* div.btn {
     background-color: red;
     margin: 0 auto;
     display: block;
     text-align: center;
 } */

 div.btn a {
     display: block;
     /* background-color: rgb(20 163 249); */
     line-height: 34px;
     border: 0;
     padding: 0 10px;
     margin: 0 auto;
     font-size: 17px;
     color: #ffff;
 }

 div.btn a.btn-small {
     display: inline-block;
 }




 .btn {
     display: inline-block;
     font-weight: 400;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     opacity: 1;
     border: 1px solid transparent;
     padding: 0 10px;
     font-size: 17px;
     line-height: 34px;
     border-radius: 6px;
     transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
 }

 .btn.full {
     display: block;
     width: 100%;
 }

 .btn-primary {
     color: #fff;
     background-color: #007bff;
     border-color: #007bff;
 }

 .btn-primary:hover {
     background-color: #0069d9;
     border-color: #0062cc;
 }

 .btn-secondary {
     color: #fff;
     background-color: #6c757d;
     border-color: #6c757d;
 }

 .btn-secondary:hover {
     background-color: #5a6268;
     border-color: #545b62;
 }

 .btn-black {
     color: #fff;
     background-color: rgba(0, 0, 0, 1);
     border-color: rgba(0, 0, 0, 1);
 }

 .btn-black:hover {
     background-color: rgba(0, 0, 0, 0.75);
     border-color: rgba(0, 0, 0, 1);
 }

 .btn-ghost {
     color: #000000;
     background-color: rgba(251, 251, 251, 1);
     border-color: rgba(231, 229, 229, 1);
 }

 .btn-ghost:hover {
     /* color: #000000; */
     background-color: rgba(251, 251, 251, 0.75);
     border-color: rgba(231, 229, 229, 1);
 }

 .btn-delete {
     color: red;
     background-color: rgba(251, 251, 251, 1);
     border-color: red;
 }



 .btn.mb {
     margin-bottom: 15px;
 }

 h3 {
     font-size: 36px;
     margin: 15px 0;
 }

 h2 {
     margin: 15px 0;
 }


 h2.center {
     text-align: center;
 }

 h1 {
     margin: 15px 0;
 }

 .container {
     width: 1200px;
     margin: 0 auto;
 }

 header.header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 5px 20px;
     background-color: #4b4b4b;
     position: relative;
     color: #ffffff !important;
 }

 .header a,
 .header i {
     color: #ffffff !important;
 }

 .logo {
     height: 120px;
 }

 .logo img {
     display: block;
     max-height: 100%;
 }

 /* div#menu>i {
     font-size: 22px;
 } */

 div#menu:HOVER nav {
     display: flex;
 }

 .nav-menu {
     display: none;
     gap: 5px;
     flex-wrap: wrap;
     position: absolute;
     /* z-index: 99; */
     background-color: #222;
     border-radius: 10px;
     padding: 10px;
     z-index: 100;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
     max-width: 300px;
     /* left: auto; */
     margin-left: -20px;
 }

 .nav-menu a {
     text-decoration: none;
     transition: color 0.3s;
     display: block;
     width: 100%;
     line-height: 28px;
 }

 .nav-menu a:hover {
     color: #e50914;
 }

 .header-right {
     display: flex;
     align-items: center;
     gap: 20px;
 }

 span.error {
     display: block;
     color: red;
     margin: -15px 0 15px 0;
 }

 .search-container {
     position: relative;
     display: none;
 }

 .search-input {
     background: #333;
     border: none;
     color: white;
     padding: 8px 35px 8px 15px;
     border-radius: 20px;
     width: 0;
     transition: width 0.3s ease;
     opacity: 0;
 }

 .search-input.active {
     width: 250px;
     opacity: 1;
 }

 .search-icon {
     cursor: pointer;
     position: absolute;
     right: 10px;
     top: 50%;
     transform: translateY(-50%);
 }

 .search-container i,
 .notifications-icon i {
     font-size: 22px;
 }


 .notifications-icon {
     position: relative;
     cursor: pointer;
     display: none;
 }


 .notifications-dropdown {
     display: none;
     position: absolute;
     top: 100%;
     right: 0;
     width: 300px;
     background-color: #222;
     border-radius: 10px;
     padding: 15px;
     max-height: 400px;
     overflow-y: auto;
     z-index: 100;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
 }

 .notifications-icon:hover .notifications-dropdown {
     display: block;
 }

 .notification-item {
     display: flex;
     align-items: center;
     margin-bottom: 10px;
     padding: 10px;
     background-color: #333;
     border-radius: 5px;
 }

 .profile-container {
     position: relative;
 }

 .profile-image {
     width: 40px;
     height: 40px;
     border-radius: 100%;
     cursor: pointer;
     object-fit: cover;
     border: 2px solid #ffffff;
     background-color: #000000;
 }

 .profile-dropdown {
     display: none;
     position: absolute;
     top: 100%;
     right: 0;
     width: 200px;
     background-color: #222;
     border-radius: 10px;
     padding: 10px;
     z-index: 100;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
 }

 .profile-container:hover .profile-dropdown {
     display: block;
 }

 .profile-dropdown a {
     display: block;
     color: white;
     text-decoration: none;
     padding: 10px;
     transition: background-color 0.3s;
     line-height: 28px;
 }

 /* .profile-dropdown a:hover {
     background-color: #333;
 } */

 .profile-dropdown .profiles a {
     display: flex;
     gap: 10px;
     border-top: 1px solid #6e6767;
 }

 .profile-dropdown .profiles a:first-child {
     border-top: 0;
 }

 /* .profile-dropdown a img {
     display: block;
     width: 50px;
     height: 50px;
     border-radius: 100%;
 } */

 .profile-dropdown a span.img {
     display: inline-block;
     width: 38px;
     height: 38px;
     border-radius: 100%;
     border: 2px solid #ffffff;
     background-repeat: no-repeat;
     background-size: contain;
     background-position: center;
     background-color: #c3c3c3;
 }

 .profile-dropdown a span.name {
     line-height: 38px;
 }

 button.profile_management {
     background-color: #4285f4;
     color: #fff;
     height: 40px;
     border: none;
     border-radius: 3px;
     font-weight: 500;
     margin: 30px auto 20px auto;
     font-size: 17px;
     padding: 0 14px;
     display: block;
 }


 .hero-section {
     position: relative;
     height: 70vh;
     /* background-image: url('/api/placeholder/1920/1080'); */
     background-size: cover;
     background-position: center;
     display: flex;
     align-items: center;
     padding: 0 50px;
     background-color: red;
 }

 .hero-content {
     max-width: 50%;
     background: rgba(0, 0, 0, 0.7);
     padding: 30px;
     border-radius: 10px;
 }

 .article-row {
     display: block;
     min-height: calc(100vh - 358px);
     padding: 15px 20px;
 }

 .article-title {
     margin-bottom: 15px;
     margin-top: 0;
     font-size: 20px;
     line-height: 50px;
 }

 .article div {
     display: block;
     margin: 6px 0;
 }

 .category-row {
     padding: 20px 20px;
 }

 .category-title {
     margin-bottom: 15px;
     font-size: 20px;
 }

 #profiles,
 #profiles li {
     list-style: none;
     padding: 0;
 }

 #profiles {
     display: flex;
     gap: 30px;
     justify-content: center;
     margin-top: 80px;
     margin-bottom: 40px;
     max-width: 100%;
     flex-wrap: wrap;
 }

 #profiles li {
     position: relative;
 }

 #profiles li div {
     display: block;
     position: relative;
     width: 130px;
     height: 130px;
     border: 4px solid #8d8d8d;
     /*transparent;*/
     border-radius: 100%;
     background-repeat: no-repeat;
     background-size: contain;
     background-position: center;
     background-color: #f9f7f7;
     overflow: hidden;
 }

 #profiles li div i {
     position: absolute;
     width: 100%;
     height: 100%;
     text-align: center;
     line-height: 150px;
     left: 0px;
     top: 0px;
     font-size: 30px;
     color: #ffffff;
     background-color: rgba(0, 0, 0, 0.5);
 }

 /* #profiles li.new div {
     background-color: transparent;
 } */

 #profiles li.new div:before {
     content: "\2b";
     position: absolute;
     top: 35px;
     left: 35px;
     display: block;
     background-color: transparent;
     font-family: "Font Awesome 6 Free";
     font-weight: 900;
     font-size: 50px;
     /* background-color: #8d8d8d; */
     color: #8d8d8d;
     width: 60px;
     height: 60px;
     line-height: 60px;
     text-align: center;
     border-radius: 100%;
 }

 #profiles li:hover div {
     border-color: #444444;
 }

 #profiles li:hover.new div:before {

     color: #444444;
 }

 #profiles li span {
     display: block;
     font-size: 24px;
     text-align: center;
     margin-top: 5px;
     color: #8d8d8d;
 }

 #profiles li:hover span {
     color: #444444;
 }



 .movie-slider {
     display: flex;
     overflow-x: auto;
     gap: 25px;
     scroll-behavior: smooth;
     flex-wrap: wrap;
 }




 .movie-card {
     flex: 0 0 100%;
     height: 200px;
     border-radius: 6px;
     position: relative;
     overflow: hidden;
 }

 .container.manage {
     display: flex;
     width: 100%;
     max-width: 1200px;
     padding: 0 15px;
     flex-wrap: wrap;
 }

 .container.manage .sidebar {

     flex: 1 0 100%;
     /* flex: 1 0 300px; */
     background-color: pink;
     position: relative;
 }

 .container.manage .sidebar ul {
     list-style: none;
     padding: 0;
     display: flex;
     gap: 20px;
     justify-content: center;
 }

 .container.manage .sidebar ul li {
     /* display: flex; */
     list-style: none;
     padding: 0;
     line-height: 34px;
 }

 .container.manage .sidebar .back {
     display: none;
     position: absolute;
     top: 10px;
     left: 10px;
 }

 .container.manage .sidebar .back a {
     font-size: 30px;
 }

 .container.manage .content {
     flex: 0 1 100%;
 }






 @media screen and (min-width: 625px) {
     .movie-card {
         flex: 0 0 calc((100% - 25px) / 2);
     }
 }

 @media screen and (min-width: 950px) {
     .movie-card {
         flex: 0 0 calc((100% - 50px) / 3);
     }


     /* .container.manage {
         max-width: 1200px;
         padding: 0 240px;
         position: relative;
     }*/



     .container.manage {
         gap: 25px;
         flex-wrap: nowrap;
     }

     .container.manage .sidebar {
         flex: 1 0 300px;
         padding: 60px 15px 15px 15px;
     }

     .container.manage .sidebar ul {
         flex-wrap: wrap;
         gap: 5px;
     }

     .container.manage ul li {
         flex: 0 1 100%;
     }

     .container.manage .sidebar .back {
         display: block;
     }



 }

 @media screen and (min-width: 1275px) {
     .movie-card {
         flex: 0 0 calc((100% - 75px) / 4);
     }
 }

 @media screen and (min-width: 1600px) {
     .movie-card {
         flex: 0 0 calc((100% - 100px) / 5);
     }
 }

 .movie-card .age-rating {
     position: absolute;
     display: block;
     top: 6px;
     right: 6px;
     line-height: 20px;
     padding: 0 6px;
     border: 1px solid #ffffff;
     color: #ffffff;
 }

 .movie-card .background {

     display: block;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-position: center;
     transition: transform 0.5s ease;
 }


 .movie-card:hover {
     /* background-size: 115%; */
     z-index: 10;
 }

 .movie-card:hover .background {
     transform: scale(1.15);
 }

 .movie-card a {
     display: block;
     width: 100%;
     height: 100%;
 }

 .movie-details {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     /* background: linear-gradient(transparent, rgba(0, 0, 0, 0.9)); */
     background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 1));
     padding: 10px;
     color: white;
 }

 .movie-details h3 {
     font-size: 19px;
 }

 .media-detail {
     display: flex;
     gap: 40px;
     width: 100%;
 }

 .media-detail .media {
     background-color: red;
     flex: 0 1 100%;
 }

 .media-detail .media img {
     display: block;
     width: 100%;
     height: 100%;
 }

 .media-detail .aside {
     background-color: green;
     flex: 0 1 340px;
 }

 .footer {
     display: block;
     position: absolute;
     bottom: 0;
     width: 100%;

     /* color: #ffffff; */
     /* text-align: center; */

 }

 .footer .top {
     display: flex;
     width: 100%;
     gap: 40px;
     padding: 15px 35px;
     background-color: #a6a6a6;
     justify-content: space-between;
     text-align: center;
     align-items: center;
     flex-wrap: wrap;
 }

 .footer .top div {
     flex: 0 1 100%;
     order: 3;
     text-align: center;
 }

 .footer .top div ul,
 .footer .top div li {
     list-style: none;
     padding: 0;
 }

 .footer .top div li {
     margin-bottom: 15px;
     text-align: center;
 }



 .footer .top div.logo img {
     max-height: 120px;
     margin: 0 auto;
 }

 .footer .top div.logo,
 .footer .top div.logo_sapra {
     flex: 0 1 calc(50% - 20px);
     text-align: center;
 }

 .footer .top div.logo {
     order: 1;
 }

 .footer .top div.logo_sapra {
     order: 2;
 }

 .footer .top div.logo_sapra img {
     max-height: 140px;
 }

 .footer .top div a {
     display: block;
     text-align: center;
 }

 .moviebg {
     display: block;
     width: 100%;
 }

 .moviebg img {
     display: block;
     width: 100%;
 }

 .footer .bottom {
     display: block;
     width: 100%;
     line-height: 24px;
     padding: 15px 35px;
     text-align: center;
     background-color: #4b4b4b;
     color: #a09c9c;
 }

 /* Mobil Uyumluluk */
 @media screen and (max-width: 768px) {
     .header {
         padding: 15px 20px;
         flex-wrap: wrap;
     }

     .nav-menu {
         display: none;
         /* Mobilde menüyü gizle */
     }

     .header-right {
         gap: 15px;
     }

     .search-input {
         width: 100%;
         position: absolute;
         top: 100%;
         left: 0;
     }

     .search-input.active {
         width: 100%;
     }

     .notifications-dropdown,
     .profile-dropdown {
         width: auto;
         max-width: 300px;
         left: -70px;
         right: -70px;
     }
 }



 @media screen and (min-width: 960px) {
     div#menu span.menu {
         display: none;
     }

     div#menu nav {
         display: flex;
         gap: 20px;
         position: unset;
         background: none;
         box-shadow: unset;
         flex-wrap: nowrap;
         border-radius: 0;
         max-width: none;
         margin-left: 0;
     }

     div#menu nav a {
         width: auto;
     }

     #profiles {
         gap: 40px;
         margin-top: 100px;
         margin-bottom: 50px;
         /* flex-wrap: nowrap; */
     }

     #profiles li div {
         width: 150px;
         height: 150px;

     }

     #profiles li.new div:before {
         top: 41px;
         left: 41px;
     }


     .footer .top div {
         order: 2;
         flex: 0 1 auto !important;
     }

     footer .top div.logo {
         order: 1;
     }

     footer .top div.logo_sapra {
         order: 3;
     }

 }


 #age-restriction {
     display: flex;
     width: 100%;
     max-width: 1200px;
     justify-content: space-between;
     margin: 60px auto;
     position: relative;
     /* background-color: #e0e0e0; */
 }

 #age-restriction>div {
     flex: 0 1 calc(100% / 6);
     text-align: center;
 }



 /* #age-restriction .age-restrictions-input-item:nth-child(odd) {
     background-color: pink;
 } */



 #age-restriction .pin-rating-item {
     /* background: #dcdcdc; */
     border-radius: 2px;
     color: #999;
     display: inline-block;
     font-size: 13px;
     margin: 35px 0 0px 0;
     padding: 0px 7px;
     line-height: 24px;
     position: relative;
     unicode-bidi: normal;
     background: #d3d3d3;
     color: #fff;
     font-weight: 500;
 }

 #age-restriction .included .pin-rating-item,
 #age-restriction .selected .pin-rating-item {
     background: #5fa53f;
 }



 #age-restriction .age-restrictions-radio:before {
     border-radius: 50%;
     content: "";
     display: block;
     left: 0%;
     top: 0;
     position: absolute;
 }

 #age-restriction .age-restrictions-input {
     display: flex;
     justify-content: center;
     position: relative;
 }

 .responsive-account-container {
     color: #333;
     display: block;
     font-size: 1em;
     min-height: 400px;
     min-width: 300px;
     position: relative;
     width: 90%;
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
     margin: 0 auto;
     overflow-wrap: anywhere;
 }

 #age-restriction.selected .age-restrictions-input-item.selected .age-restrictions-input:after {
     background-color: #5fa53f;
 }

 #age-restriction .age-restrictions-input:after,
 #age-restriction .age-restrictions-input:before {
     background-color: #d3d3d3;
     content: "";
     display: block;
     height: 4px;
     /* margin-top: 13.5px; */
     position: absolute;
     top: 12px;
     width: 50%;
 }

 #age-restriction .age-restrictions-input-item.included .age-restrictions-input:after,
 #age-restriction .age-restrictions-input-item.included .age-restrictions-input:before {
     background-color: #5fa53f;
 }

 #age-restriction .age-restrictions-input-item.selected .age-restrictions-input:before {
     background-color: #5fa53f;
 }

 html[dir=rtl] #age-restriction .age-restrictions-input-item.selected .age-restrictions-input:before {
     background-color: #d3d3d3;
 }

 html[dir=rtl] #age-restriction .age-restrictions-input-item.selected .age-restrictions-input:after {
     background-color: #5fa53f;
 }

 html[dir=rtl] #age-restriction.selected .age-restrictions-input-item.selected .age-restrictions-input:before {
     background-color: #5fa53f;
 }

 #age-restriction .age-restrictions-input:before {
     left: 0;
 }

 #age-restriction .age-restrictions-input:after {
     left: 50%;
 }

 #age-restriction .age-restrictions-radio {
     z-index: 1;
     display: block;
     left: 50%;
     top: 0;
     position: absolute;
     height: 28px;
     width: 28px;
     margin-left: -14px;
 }

 #age-restriction .age-restrictions-radio input {
     display: block;
     width: 100%;
     height: 100%;
     position: absolute;
 }

 .age-restrictions-input-item.selected span {
     scale: 1.3;
 }



 #age-restriction:before,
 #age-restriction:after {
     content: "";
     display: block;
     height: 12px;
     margin-top: 8px;
     position: relative;
     width: 12px;
     z-index: 5;
     border-radius: 50%;
 }

 #age-restriction:before {
     background-color: #5fa53f;
 }

 #age-restriction:after {
     background-color: #d3d3d3;
 }

 #age-restriction.selected:after {
     background-color: #5fa53f;
 }





 .mpbox {
     background-color: #fff;
     border: 1px solid #ddd;
     border-radius: 8px;
     padding: 8px;
     margin-bottom: 30px;
 }

 .profile-row {
     display: flex;
     flex-direction: column;
 }

 .profile-info,
 .profile-edit,
 .setting-row {
     display: flex;
     gap: 12px;
     padding: 12px 6px;
     align-items: flex-start;
 }

 .profile-info:hover,
 .setting-row:hover {
     background-color: #f6f6f6;
 }

 .avatar {
     width: 40px;
     height: 40px;
     background-color: #ccc;
     border-radius: 50%;
 }

 .profile-info .icon,
 .setting-row .icon {
     font-size: 20px;
     margin-top: 3px;
     width: 40px;
     text-align: center;
 }

 .title {
     font-weight: bold;
     font-size: 18px;
 }

 .subtitle {
     font-size: 16px;
     color: #555;
     margin-top: 5px;
 }

 .divider {
     height: 1px;
     background-color: #e0e0e0;
     margin: 6px 0;
 }

 .divider.m15 {

     margin: 15px 0;
 }

 .divider.m25 {

     margin: 25px 0;
 }


 .profile-edit .profile-image {
     width: 120px;
     height: 120px;
 }

 .profile-edit div {
     flex: 0 1 calc(100% - 132px);
 }

 .profile-edit div label {
     display: block;
     width: 100%;
     font-weight: normal;
 }

 .profile-edit div input {
     display: block;
     width: 100%;
     /* font-weight: normal; */
     height: 34px;
     margin-top: 10px;
     font-size: 18px;
     padding: 0 5px;
     border: 1px solid #dcdcdc;
 }

 /* .setting-row {
     display: flex;
     gap: 12px;
     align-items: flex-start;
     padding: 12px 0;
 } */

 /* .setting-row .icon {
     font-size: 20px;
     width: 24px;
 } */