/* General button style */
.otherversions {
min-width: 90px;
background: var(--default-icon-color);
border: none;
font-size: inherit;
color: white;
cursor: pointer;
padding: 10px 10px 10px 10px;
display: inline-block;
margin: 5px 2px 5px 5px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
width: 10%;
}
.otherversions:hover {
background: #9400cf;
}

.filmbolbtn {
border: none;
font-size: inherit;
color: inherit;
background: none;
cursor: pointer;
padding: 25px 80px;
display: inline-block;
margin: 1px 3px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
width: 48%;
}

.filmbolbtn:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

/* Pseudo elements for icons */
.filmbolbtn:before {
font-family: 'FontAwesome';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
position: relative;
-webkit-font-smoothing: antialiased;
}


/* Icon separator */
.filmbolbtn-sep {
padding: 25px 0px 25px 60px;
}

.filmbolbtn-sep:before {
background: rgba(0,0,0,0.15);
}

/* Pseudo elements for icons */
.dizituru:before {
font-family: 'FontAwesome';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
position: relative;
-webkit-font-smoothing: antialiased;
}


/* Icon separator */
.dizituru-sep {
padding: 25px 0px 25px 60px;
}

.dizituru-sep:before {
background: rgba(0,0,0,0.15);
}

/* Dizi Türü */
.dizituru {
background: #3498db;
color: #fff;
border: none;
font-size: inherit;
color: inherit;
cursor: pointer;
padding: 25px 80px;
display: inline-block;
margin: 1px 3px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
width: 96.5%;
}

.dizituru:hover {
background: #760238;
}

.dizituru:active {
background: #2980b9;
top: 2px;
}

.dizituru:before {
position: absolute;
height: 100%;
left: 0;
top: 0;
line-height: 3;
font-size: 160%;
width: 60px;
}

/* Button 1 */
.filmbolbtn-1 {
background: #3498db;
color: #fff;
}

.filmbolbtn-1:hover {
background: #760238;
}

.btn-1:active {
background: #2980b9;
top: 2px;
}

.filmbolbtn-1:before {
position: absolute;
height: 100%;
left: 0;
top: 0;
line-height: 3;
font-size: 160%;
width: 60px;
}

/* Button 2 */
.filmbolbtn-2 {
background: #2ecc71;
color: #fff;
}

.filmbolbtn-2:hover {
background: #760238;
}

.filmbolbtn-2:active {
background: #27ae60;
top: 2px;
}

.filmbolbtn-2:before {
position: absolute;
height: 100%;
left: 0;
top: 0;
line-height: 3;
font-size: 140%;
width: 60px;
}

/* Button 3 */
.filmbolbtn-3 {
background: #e74c3c;
color: #fff;
}

.filmbolbtn-3:hover {
background: #760238;
}

.filmbolbtn-3:active {
background: #c0392b;
top: 2px;
}

.filmbolbtn-3:before {
position: absolute;
height: 100%;
left: 0;
top: 0;
line-height: 3;
font-size: 140%;
width: 60px;
}

/* Button 3 */
.filmbolbtn-4 {
background: #34495e;
color: #fff;
}

.filmbolbtn-4:hover {
background: #760238;
}

.btn-4:active {
background: #2c3e50;
top: 2px;
}

.filmbolbtn-4:before {
position: absolute;
height: 100%;
left: 0;
top: 0;
line-height: 3;
font-size: 140%;
width: 60px;
}

/* Icons */

.icon-imdb:before {
content: "\f2d8";
}

.icon-vizyon:before {
content: "\f004";
}

.icon-download:before {
content: "\f019";
}

.icon-surum:before {
content: "\f126";
}

.icon-editorp:before {
content: "\f102";
}
	
.icon-tarih:before {
content: "\f073";
}
	
.icon-boyut:before {
content: "\f07c";
}
	
.icon-film:before {
content: "\f008";
}
.icon-play:before {
content: "\f04b";
}	
.icon-down:before {
content: "\f107";
}
.icon-trash:before {
content: "\f1f8";
}
.icon-up:before {
content: "\f062";
}
.icon-money:before {
content: "\f0d6";
}	
.deneme2 {
    background: white;
    top: 25px;
    left: -50px;
    position: relative;
    color: red;
    font-weight: bold;
}

/* İndirme Kotası */
.indirmebtn {
border: none;
font-size: inherit;
color: inherit;
background: none;
cursor: pointer;
padding: 25px 80px;
display: inline-block;
margin: 1px 3px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
max-width: 280px;
border-radius: 0.3px;
}

.indirmebtn:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

/* Pseudo elements for icons */
.indirmebtn:before {
font-family: 'FontAwesome';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
position: relative;
-webkit-font-smoothing: antialiased;
}


/* Icon separator */
.indirmebtn-sep {
padding: 3px 0px 0px 25px;
}

.indirmebtn-sep:before {
background: rgba(0,0,0,0.15);
}

/* Button 1 */
.indirmebtn-1 {
background: #fdd803;
color: #000;
}

.indirmebtn-1:hover {
background: #760238;
}

.indirmebtn-1:active {
background: #ffec05;
top: 2px;
}

.indirmebtn-1:before {
position: absolute;
height: 100%;
left: 0;
top: 0;
line-height: 1.5;
font-size: 100%;
width: 20px;
}

/* Pseudo elements for icons */
.direktlink:before {
font-family: 'FontAwesome';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
position: relative;
-webkit-font-smoothing: antialiased;
}


/* Icon separator */
.direktlink-sep {
padding: 25px 0px 25px 60px;
}

.direktlink-sep:before {
background: rgba(0,0,0,0.15);
}
/* Direkt Linkler */
.direktlink {
background: #879f02;
color: #fff;
border: none;
font-size: inherit;
color: inherit;
cursor: pointer;
padding: 25px 80px;
display: inline-block;
margin: 1px 3px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
width: 96.5%;
}

.direktlink:hover {
background: #013808;
}

.direktlink:active {
background: #013808;
top: 2px;
}

.direktlink:before {
position: absolute;
height: 100%;
left: 0;
top: 0;
line-height: 3;
font-size: 160%;
width: 60px;
}

section#slider {
	width: 100%;
}

section#slider span.nowrap {
	white-space: nowrap;
}

section#slider .slider-wrapper {
    padding: 0;
}

section#slider .scroll-wrapper {
    width: 100%;
    overflow-x: hidden;
}

section#slider ul {
    padding: 0;
    width: max-content;
		margin-right: 0;
    margin-left: 0;
	  margin-bottom: 0;
}

section#slider li.slider {
    display: inline-block;
    position: relative;
}

section#slider li.slider img {
    margin: 5px 10px 0 0;
    display: block;
    max-height: 200px;
    max-width: 100%;
	background: rgb(190,190,190);
background: linear-gradient(90deg, rgba(190,190,190,1) 0%, rgba(128,128,128,0.23012955182072825) 35%, rgba(90,90,91,0.036852240896358524) 100%);
}

section#slider span.slider-name, span.slider-title {
    display: block;
    position: absolute;
    color: #fff;
    left: 0.5vw;
}

section#slider span.slider-name {
    bottom: 10%;
    font-size: 0.5vw;
}

section#slider span.slider-title {
    font-weight: 100;
    bottom: 2%;
}

section#slider .more-slider {
    padding: 1vh 5% 0;
}

section#slider .more-slider h4 {
    font-family: 'Playfair Display', serif;
    color: #5896b0;
    font-weight: 500;
    font-size: 3vw;
    padding: 35px 0 25px 0px;
    margin-bottom: 0;
    margin-top: 8px;
}

section#slider .more-slider p {
		padding-bottom: 2vh;
}

section#slider .slide-controls {
    color: #5896b0;
    font-weight: 300;
}

section#slider .slide-controls span.slider-previous {
    margin-right: 75px;
}

section#slider .slide-controls i {
    font-size: 26px;
}

section#slider .more-slider a.button {
    border: 1px solid #5896b0;
    max-width: 200px;
    color: #5896b0;
    margin-top: 6vw;
}

section#slider .more-slider a.button:hover {
    color: #fff;
}

section#slider .more-slider a.button:before {
    background: #5896b0;
}

/*** Media Queries ***/

@media (max-width: 991px) {
		section#slider .more-slider {
				padding: 1vh 3% 0;
		}

		section#slider .more-slider h4 {
				font-size: 5vw;
				padding: 0 0 15px 0;
		}

    section#slider .slider-wrapper {
        width: 50%;
    }

    section#slider .content {
        padding: 35px;
    }

    section#slider .more-slider a.button {
        margin-top: 4vw;
        max-width: 175px;
        font-size: 15px;
        padding: 5px 0;
    }
}
	
@media (max-width: 768px) {
		section#slider .area {
			padding-right: 0;
			padding-left: 0;
		}
	
		section#slider .slider-wrapper {
        width: 100%;
    }

    section#slider .scroll-wrapper {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
	
	section#slider span.slider-title {
        bottom: 3.5vw;
        font-size: 3.3vw;
    }

    section#slider span.slider-name {
        bottom: 7vw;
        font-size: 3.5vw;
    }

    section#slider .more-slider h4 br, section#slider .slide-controls {
        display: none;
    }

     section#slider .more-slider a.button {
        margin-top: 0;
    }

    section#slider {
        padding-bottom: 0;
				margin-left: 0;
    }

    section#slider .more-slider {
        padding-left: 0;
    }

    section#slider .more-slider h4 {
        font-size: 7vw;
        
    }
}


/* 

//

CHAT BLOĞU 

//

*/

.chat-container {
	position: relative;
    max-width: 700px;
    background: #fff;
	height: 500px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.chat-header {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background: var(--bg-light);
    color: var(--default-color);
    font-weight: bold;
    font-size: 16px;
    height: 60px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.chat-user-info {
    display: flex;
    align-items: center;
}

.chat-user-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
    background: white;
    border: 2px solid #fff;
}

.chat-username {
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
	min-width: 180px;
}

.chat-username a {
    text-decoration: none;
    color: inherit;
}

.chat-messages {
	background: var(--default-avatar-border);
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    display: block;
}

.chat-message.sent {
  display: flex;
  justify-content: flex-end;
}

.chat-message.received {
	display: flex;
    justify-content: flex-start;
}

.msg-body {
	min-width: 95px;
	margin: 10px 0;
    max-width: 70%;
    padding: 10px;
    border-radius: 10px;
    clear: both;
    position: relative;
	padding-bottom: 30px;
	background: var(--body-bg);
	overflow: hidden;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.msg-time {
    font-size: 9px;
    position: absolute;
    bottom: 4px;
    right: 8px;
}


.from-me {
    background: #DCF8C6;
    float: right;
    text-align: right;
}
.from-them {
    background: #E5E5EA;
    float: left;
}
.chat-input {
    position: sticky;
	bottom: 0;
	background: var(--body-bg);
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 10;
	box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1);
}
.chat-input textarea {
    flex: 1;
    resize: none;
    padding: 10px;
}
.chat-input button {
    padding: 1px 1px;
    margin-left: 5px;
}

.file-preview {
    background: var(--body-bg);
    padding: 5px 10px;
    color: var(--default-color);
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-size: 14px;
    max-width: 100%;
    max-height: 100%;
}

#file-preview-icon {
    margin-right: 8px;
}

#file-remove:hover {
    color: darkred;
}

.emoji-panel {
    position: absolute;
    bottom: 60px;
    left: 10px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 6px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 5px;
    font-size: 20px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    max-height: 180px;          /* panel yüksekliği sınırlı */
    overflow-y: auto;           /* kaydırılabilir */
    overflow-x: hidden;
    max-width: 95%;
}

.emoji-panel span {
    cursor: pointer;
    text-align: center;
    line-height: 1.2;
}
.emoji-panel span:hover {
    background: #eee;
    border-radius: 4px;
}

.emoji-toggle {
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.back-button {
    color: var(--default-color);
    font-size: 24px;
    text-decoration: none;
    margin-right: 12px;
    line-height: 1;
    padding: 2px 6px;
    border-radius: 4px;
    transition: background 0.2s ease;
}
.back-button:hover {
    background: rgba(255, 255, 255, 0.2);
}

.message-list { 
	max-width: 600px; 
}
.message-item {
	display: flex;
    align-items: center;
    padding: 10px;
    background: var(--bg-light);
    border-bottom: 1px solid var(--body-bg);
    text-decoration: none;
    color: var(--default-link-color);
}
.message-item:hover { background: #f6f6f6; }
.message-item img {
	width: 40px; height: 40px;
	border-radius: 50%;
	margin-right: 10px;
	object-fit: cover;
}
.message-info {
	flex: 1;
	overflow: hidden;
}
.message-info .username {
	font-weight: bold;
	font-size: 15px;
}
.message-info .preview {
	font-size: 13px;
	color: #555;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.message-info .time {
	font-size: 11px;
	color: #999;
}

#chat-panel-body {
  position: fixed;
  bottom: 70px;
  right: 20px;
  width: 350px;
  max-height: 500px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  z-index: 1000;
  display: none;
  overflow: hidden;
}

.chat-image-container {
	position: relative;
	display: inline-block;
	margin-top: 10px;
}

.chat-image-thumb {
	max-width: 250px;
	max-height: 150px;
	cursor: pointer;
	border-radius: 8px;
	border: 1px solid #ddd;
}

.chat-image-actions {
	margin-top: 4px;
	display: flex;
	gap: 8px;
}

.btn-enlarge {
	position: absolute;
    top: 1px;
    right: 1px;
    font-size: 16px;
    padding: 4px 8px;
    background: var(--default-color);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    color: var(--body-bg);
	max-width: 30px;
    max-height: 25px;
    overflow: hidden;
}

.btn-download {
	position: absolute;
    top: 1px;
    right: 40px;
    font-size: 16px;
    padding: 4px 8px;
    background: var(--default-color);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    color: var(--body-bg);
	max-width: 30px;
    max-height: 25px;
    overflow: hidden;
}

.chat-image-actions button:hover,
.chat-image-actions a:hover {
	background: #ddd;
}

.image-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
}

.image-modal-content {
	margin-top: 5%;
	max-width: 90%;
	max-height: 80%;
	border-radius: 8px;
}

.image-modal-close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	cursor: pointer;
}

.message-item {
    position: relative;
}
.unread-dot {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    background-color: #007bff;
    border-radius: 50%;
}
.message-info .preview {
    font-weight: normal;
}
.message-item.unread .preview {
    font-weight: bold;
}

.chat-badge {
    background: red;
    color: white;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 12px;
    margin-left: 5px;
}

.loader-wrapper {
	text-align: center;
	padding: 20px;
}

.loader {
	width: 40px;
	height: 40px;
	border: 4px solid #ccc;
	border-top: 4px solid #3498db;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin: auto;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.chat-toggle-button {
	position: fixed;
	bottom: 18px;
	right: 20px;
	background: var(--bg-light);
	color: var(--default-color);
	padding: 15px 25px;
	border-radius: 5px;
	cursor: pointer;
	z-index: 1000;
}

@media (max-width: 768px) {
	.chat-toggle-button {
		display: none !important;
	}
}
  .announcements-container {
	 width: 100%;
	 background: #f5f5f5;
	 overflow: hidden;
	 display: inline-block;
	 height: 40px;
	 line-height: 40px;
	 -webkit-border-top-left-radius: 4px;
	 -webkit-border-bottom-left-radius: 4px;
	 -moz-border-radius-topleft: 4px;
	 -moz-border-radius-bottomleft: 4px;
	 border-top-left-radius: 4px;
	 border-bottom-left-radius: 4px;
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.announcements-container:hover {
	 box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
}
.announcements-container .container-title {
	 width: 13%;
	 min-width: 100px;
	 height: 100%;
	 overflow: hidden;
	 padding: 0 15px 0 15px;
	 float: left;
	 background: var(--trow-bg);
	 text-align: center;
	 font-size: 13px;
	 text-transform: uppercase;
	 color: var(--default-color);
	 letter-spacing: 1px;
	 -webkit-border-top-left-radius: 2px;
	 -webkit-border-bottom-left-radius: 2px;
	 -moz-border-radius-topleft: 2px;
	 -moz-border-radius-bottomleft: 2px;
	 border-top-left-radius: 2px;
	 border-bottom-left-radius: 2px;
}
.announcements-container .container-title img {
	 width: 16px;
	 height: 16px;
	 vertical-align: middle;
	 margin: -5px 3px 0 0;
}
.announcements-container ul.announcements {
	 width: auto;
	 height: 40px;
	 overflow: hidden;
	 list-style-type: none;
	 vertical-align: middle;
}
.announcements-container ul.announcements li {
	 width: 100%;
	 overflow: hidden;
	 font-size: 14px;
	 margin: -12px 0 0 0;
	 vertical-align: middle;
	 padding: 0;
	 line-height: 40px;
	 text-align: left;
	 white-space: nowrap;
	 text-overflow: ellipsis;
}
.announcements-container ul.announcements li a {
	 width: 100%;
	 text-decoration: none;
	 color: #212121;
	 -webkit-transition: color 0.5s ease-out;
	 -moz-transition: color 0.5s ease-out;
	 -o-transition: color 0.5s ease-out;
	 transition: color 0.5s ease-out;
}
.announcements-container ul.announcements li a:hover {
	 color: #03a9f4;
}
 .announcements-container ul.announcements li a:visited {
	 color: #616161;
}

.close-chat-list-class {
	position: absolute;
    color: var(--default-color);
    z-index: 9999999;
    top: 10px;
    right: 15px;
}

.search-results-box {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--body-bg);
  border: 1px solid #ccc;
  border-top: none;
  max-height: 250px;
  overflow-y: auto;
  display: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.search-result-item {
  padding: 8px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--default-color);
}

.search-result-item:hover {
  background-color: var(--bg-light);
}

.search-result-item img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.panelwrrr {
  border: 1px solid #d9534f;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  font-family: sans-serif;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: relative;
  margin: 10px 0;
}

.panelwrrr-heading {
  background-color: #d9534f;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
}

.panelwrrr-body {
  padding: 15px;
  color: #333;
  font-size: 14px;
}

.like-btn {
    text-decoration: none;
    color: var(--default-color);
    transition: all 0.2s ease;
    display: inline-block;
}

.like-btn-container {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 1px 2px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.like-btn:hover .like-btn-container {
    background-color: #f1f5f9;
    border-color: #cbd5e1;
}

.like-icon {
    transition: all 0.2s ease;
    margin-bottom: 2px;
	width: 14px;
    height: 14px;
}


.like-count {
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.like-btn:active .like-btn-container {
    transform: translateY(1px);
}

.mymessage {
	background: #0b890b9e;
	color: white;
}

.ozetf {
    width: 70%;
    max-height: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}