#movifox-list-modal,#movifox-list-settings-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999;display:none}#movifox-list-modal .modal-bg,#movifox-list-settings-modal .modal-bg{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1;background-color:#fff0;background-image:linear-gradient(to bottom,rgb(0 0 0 / .95) 0%,rgb(22 23 26 / .95) 75%,rgb(22 23 26 / .95) 100%)}#movifox-list-modal .modal-inner,#movifox-list-settings-modal .modal-inner{position:fixed;left:50%!important;top:50%!important;right:auto!important;bottom:auto!important;margin-left:0!important;transform:translate(-50%,-50%)!important;-webkit-transform:translate(-50%,-50%)!important;z-index:2;width:90%;max-width:500px;border-radius:8px;overflow:hidden;background:#212225;box-shadow:0 8px 40px rgb(0 0 0 / .9);color:#fff;max-height:90vh;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;box-sizing:border-box}#movifox-list-modal .modal-header,#movifox-list-settings-modal .modal-header{background:#2c2e32;padding:20px;position:relative;border-bottom:1px solid rgb(255 255 255 / .1)}#movifox-list-modal .modal-header h3,#movifox-list-settings-modal .modal-header h3{font-size:18px;font-weight:600;color:#fff;margin:0;padding-right:40px}#movifox-list-modal .modal-close,#movifox-list-settings-modal .modal-close{position:absolute;top:50%;right:20px;transform:translateY(-50%);font-size:28px;line-height:1;color:#ccc;cursor:pointer;transition:color 0.3s}#movifox-list-modal .modal-close:hover,#movifox-list-settings-modal .modal-close:hover{color:#f3b736}#movifox-list-modal .modal-content,#movifox-list-settings-modal .modal-content{padding:25px;overflow-x:hidden;box-sizing:border-box}.list-modal-tabs{display:flex;margin-bottom:20px;border-bottom:2px solid rgb(255 255 255 / .1)}.list-modal-tabs .tab-button{flex:1;padding:12px;background:#fff0;border:none;color:#ccc;cursor:pointer;font-size:14px;transition:all 0.3s;position:relative;border-bottom:2px solid #fff0;margin-bottom:-2px}.list-modal-tabs .tab-button:hover{color:#f3b736}.list-modal-tabs .tab-button.active{color:#FFA900;border-bottom-color:#FFA900}.tab-content{display:none}.tab-content.active{display:block}#create-list-form input{width:100%;box-sizing:border-box;display:block;padding:12px;margin-bottom:15px;border:0;border-radius:3px;background:linear-gradient(to bottom,#2e2f32,#323336 100%);box-shadow:0 2px 1px rgb(0 0 0 / .15);color:#fff;outline:none;font-family:'Source Sans Pro',arial,helvetica,sans-serif;font-size:14px}#create-list-form input::placeholder{color:rgb(255 255 255 / .58)}#create-list-form button{width:100%;margin-top:10px;background:linear-gradient(to bottom,#65762A,#B2D244 100%);font-size:15px;text-shadow:0 1px 1px rgb(0 0 0 / .62);border:none;padding:12px 14px;color:#000;cursor:pointer;border-radius:3px;transition:opacity 0.3s;display:flex;align-items:center;justify-content:center;line-height:1.2;min-height:44px}#create-list-form button:hover{opacity:.8}#create-list-form button:disabled{opacity:.6;cursor:not-allowed}#user-lists-container{max-height:400px;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}#user-lists-container .loading,#user-lists-container .no-lists,#user-lists-container .error{text-align:center;padding:30px;color:#ccc;font-size:14px}.existing-lists{list-style:none;padding:0;margin:0;width:100%;box-sizing:border-box;overflow-x:hidden}.existing-list-item{padding:15px;background:linear-gradient(to bottom,#2e2f32,#323336 100%);border-radius:3px;margin-bottom:10px;cursor:pointer;transition:background 0.3s ease,box-shadow 0.3s ease;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;width:100%;max-width:100%;position:relative;overflow:hidden}.existing-list-item:hover{background:linear-gradient(to bottom,#37383c,#3d3e42 100%);box-shadow:0 2px 8px rgb(255 169 0 / .2)}.existing-list-item.loading{opacity:.6;cursor:wait}.existing-list-item .list-title{font-weight:600;color:#fff;font-size:14px}.existing-list-item .list-count{font-size:12px;color:#999}.user-lists-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px;width:100%;float:left;clear:both;margin:0;padding:0}.list-card{background:#242830;border-radius:5px;overflow:hidden;transition:transform 0.3s,box-shadow 0.3s;cursor:pointer;box-shadow:0 2px 8px rgb(0 0 0 / .3)}.list-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px rgb(0 0 0 / .5)}.list-card-thumbnail{position:relative;width:100%;padding-top:56.25%;background:#171a21;overflow:hidden}.list-card-thumbnail-grid{position:absolute;top:0;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.list-card-thumbnail-grid img{width:100%;height:100%;object-fit:cover;display:block}.list-card-info{padding:15px}.list-card-title{font-size:16px;font-weight:600;color:#fff;margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.list-card-link,.list-card a,.list-card-link:hover,.list-card a:hover,.list-card-link:focus,.list-card a:focus,.list-card-link:active,.list-card a:active{text-decoration:none!important;border-bottom:none!important}.list-card-title a,.list-card-title a:hover,.list-card-title a:focus,.list-card-title a:active{text-decoration:none!important;border-bottom:none!important;color:inherit!important}.list-card-meta{font-size:12px;color:#999;display:flex;justify-content:space-between;align-items:center}.list-card-author{color:#ccc}.list-card-count{color:#FFA900}.heading-con.yellow .head-title h1{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.single-list-title-inline{display:inline-flex;align-items:center;gap:10px;flex:1;min-width:0}.single-list-header-right{display:flex;align-items:center;gap:20px;flex-shrink:0}.single-list-share-icons{display:inline-flex;align-items:center;gap:10px}.single-list-settings-trigger{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgb(255 255 255 / .14);background:rgb(255 255 255 / .06);color:rgb(255 255 255 / .85);cursor:pointer;transition:all 0.25s ease;margin-left:8px}.single-list-settings-trigger i{font-size:18px}.single-list-settings-trigger:hover{background:rgb(255 169 0 / .18);border-color:rgb(255 169 0 / .55);color:#FFA900;transform:translateY(-1px)}#movifox-list-settings-modal .movifox-field{display:block;margin-bottom:14px}#movifox-list-settings-modal .movifox-label{display:block;font-size:13px;color:rgb(255 255 255 / .75);margin-bottom:6px}#movifox-list-settings-modal input[type="text"],#movifox-list-settings-modal select{width:100%;background:rgb(0 0 0 / .3);border:1px solid rgb(255 255 255 / .15);color:#fff;border-radius:6px;padding:12px 14px;outline:none;box-sizing:border-box;font-size:14px;transition:all 0.3s ease}#movifox-list-settings-modal input[type="text"]:focus,#movifox-list-settings-modal select:focus{border-color:rgb(255 169 0 / .5);background:rgb(0 0 0 / .4);box-shadow:0 0 0 2px rgb(255 169 0 / .1)}#movifox-list-settings-modal select{cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:18px;padding-right:40px}#movifox-list-settings-modal .movifox-help{display:block;margin-top:8px;font-size:11px;color:rgb(255 255 255 / .55);line-height:1.5;font-style:italic}#movifox-list-settings-modal .movifox-actions{display:flex;gap:12px;align-items:center;justify-content:flex-end;margin-top:14px;flex-wrap:wrap}#movifox-list-settings-modal .movifox-actions .button{margin:0!important;display:inline-flex;align-items:center;justify-content:center;min-height:44px;line-height:1.2;padding:12px 22px;border-radius:8px;white-space:nowrap}#movifox-list-settings-modal .button.movifox-primary{background:#FFA900;color:#000;border:none;font-weight:700;font-size:14px;cursor:pointer;transition:all 0.3s ease}#movifox-list-settings-modal .button.movifox-primary:hover{background:#ffb732;transform:translateY(-1px);box-shadow:0 4px 12px rgb(255 169 0 / .3)}#movifox-list-settings-modal .button.movifox-danger{background:rgb(220 38 38 / .92);color:#fff;border:none;font-weight:700;font-size:14px;cursor:pointer;transition:all 0.3s ease}#movifox-list-settings-modal .movifox-actions .button:focus{outline:none}#movifox-list-settings-modal .movifox-actions .button:focus-visible{box-shadow:0 0 0 3px rgb(255 169 0 / .25)}#movifox-list-settings-modal .button.movifox-danger:hover{background:rgb(239 68 68 / .95);transform:translateY(-1px);box-shadow:0 4px 12px rgb(220 38 38 / .3)}.share-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;text-decoration:none;transition:all 0.3s ease;font-size:18px}.share-icon i{font-size:18px}.share-icon .instagram-icon-text{font-size:12px;font-weight:700}.share-icon.share-facebook{background:#1877F2;color:#fff}.share-icon.share-facebook:hover{background:#1565C0;transform:translateY(-2px);box-shadow:0 4px 12px rgb(24 119 242 / .4)}.share-icon.share-twitter{background:#000;color:#fff}.share-icon.share-twitter:hover{background:#1a1a1a;transform:translateY(-2px);box-shadow:0 4px 12px rgb(0 0 0 / .4)}.share-icon.share-instagram{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);color:#fff}.share-icon.share-instagram:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(188 24 136 / .4)}.share-icon.share-instagram svg{width:18px;height:18px;fill:currentColor}.single-list-description-wrap{margin:20px 0;padding:20px;background:#242830;border-radius:5px}.single-list-description{color:rgb(255 255 255 / .7);font-size:15px;line-height:1.7}.single-list-meta{display:flex;align-items:center;gap:25px;margin-bottom:20px;flex-wrap:wrap;padding-top:15px;border-top:1px solid rgb(255 255 255 / .1)}.single-list-author-info-inline{display:flex;align-items:center;gap:12px;padding:0;margin:0;min-width:0;flex:1}.single-list-author-avatar-inline{flex-shrink:0}.single-list-author-avatar-inline a{display:block;text-decoration:none;border-radius:4px;overflow:hidden;box-shadow:0 2px 4px rgb(0 0 0 / .3);transition:transform 0.2s ease,box-shadow 0.2s ease}.single-list-author-avatar-inline a:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgb(0 0 0 / .4)}.single-list-author-avatar-inline img{display:block;width:36px;height:36px;border-radius:4px;object-fit:cover}.single-list-author-details-inline{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0;overflow:visible;width:100%}.single-list-author-label-inline{color:rgb(255 255 255 / .5);font-size:11px;text-transform:uppercase;letter-spacing:.5px;font-weight:500;line-height:1.2}.single-list-author-name-inline{color:rgb(255 255 255 / .85);font-size:14px;font-weight:500;text-decoration:none;transition:color 0.2s ease;display:inline-block;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}@media (max-width:768px){.single-list-author-name-inline{max-width:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.single-list-author-details-inline{overflow:visible;min-width:0}}.single-list-author-name-inline:hover{color:#FFA900;text-decoration:none}.single-list-author-info{display:none}.single-list-author{display:flex;align-items:center;gap:12px}.single-list-author .author-avatar{width:36px;height:36px;border-radius:50%;border:2px solid #FFA900;object-fit:cover}.single-list-author .author-name{color:rgb(255 255 255 / .8);font-size:14px}.single-list-author .author-name strong{color:#fff;font-weight:600}.single-list-stats{display:flex;align-items:center;gap:15px}.single-list-count{display:flex;align-items:center;gap:8px;color:#FFA900;font-size:14px;font-weight:600}.single-list-count .icon-film{font-size:16px}.single-list-date{display:none}.single-list-filters{background:#242830;padding:20px 30px;margin-bottom:30px;display:flex;gap:15px;flex-wrap:wrap;align-items:center;border-radius:5px;box-shadow:0 2px 8px rgb(0 0 0 / .2)}.filter-label{display:flex;align-items:center;gap:8px;color:#fff!important;font-size:14px;font-weight:600}.filter-label .icon-sort{font-size:16px;color:#FFA900}.sort-select{padding:10px 15px;background:#2e2f32!important;border:1px solid rgb(255 255 255 / .1)!important;border-radius:5px;color:#fff!important;font-size:14px;cursor:pointer;outline:none;min-width:200px;transition:all 0.3s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-position:right 10px center!important;background-size:16px!important;padding-right:35px!important}.sort-select:hover,.sort-select:focus{background:#37383c!important;border-color:#FFA900!important}.sort-select option{background:#2e2f32!important;color:#fff!important;padding:10px}.single-list-movies-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:20px!important;margin-top:0!important;margin-bottom:0!important;width:100%!important;float:none!important;clear:both!important;align-items:start!important;grid-auto-rows:max-content!important}.single-list-movies-grid>.film-box,.single-list-movies-grid>article,.single-list-movies-grid>div{min-width:0!important;max-width:100%!important;width:100%!important;box-sizing:border-box!important;display:block!important;overflow:hidden!important}.single-list-movies-grid .existing_item{cursor:pointer!important;pointer-events:auto!important}.single-list-movies-grid~.tipsy,.single-list-movies-grid~.kepsy,.single-list-movies-grid .tipsy,.single-list-movies-grid .kepsy,body .tipsy[data-rel*="movie-"],body .kepsy[data-rel*="movie-"],body.single-user_list .kepsy,body.single-user_list .tipsy,.kepsy:has(+.single-list-movies-grid),.tipsy:has(+.single-list-movies-grid),.single-list-movies-grid+.kepsy,.single-list-movies-grid+.tipsy,.single-list-movies-grid~.kepsy,.single-list-movies-grid~.tipsy{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;z-index:-1!important;position:absolute!important;left:-9999px!important}.single-list-movies-grid .film-box:hover .kepsy,.single-list-movies-grid .film-box:hover .tipsy,.single-list-movies-grid .movie-box:hover .kepsy,.single-list-movies-grid .movie-box:hover .tipsy{display:none!important;visibility:hidden!important;opacity:0!important}.single-list-movies-grid .film-box{position:relative;width:100%!important;min-width:0!important;max-width:100%!important;float:none!important;display:block!important;box-sizing:border-box!important;overflow:hidden!important}.single-list-movies-grid .movie-box{margin-bottom:30px;width:100%!important;min-width:0!important;max-width:100%!important;display:block!important;box-sizing:border-box!important;overflow:hidden!important}body.single-user_list .single-list-movies-grid .movie-box .poster,body.post-type-archive-user_list .single-list-movies-grid .movie-box .poster{padding-bottom:150%!important;padding-top:0!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:0!important;height:0!important;position:relative!important;overflow:hidden!important;margin:0!important;box-sizing:border-box!important;aspect-ratio:2/3!important}.single-list-movies-grid .movie-box .poster{padding-bottom:150%!important;padding-top:0!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:0!important;height:0!important;position:relative!important;overflow:hidden!important;margin:0!important;box-sizing:border-box!important}.single-list-movies-grid .movie-box .poster .img{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:100%!important;overflow:hidden!important;margin:0!important;padding:0!important;box-sizing:border-box!important}.single-list-movies-grid .movie-box .poster .img img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;border:none!important;vertical-align:top!important;box-sizing:border-box!important;transform:none!important}.single-list-movies-grid .movie-box .poster,.single-list-movies-grid .movie-box .poster .img,.single-list-movies-grid .movie-box .poster .img img{background-size:cover!important;background-position:center center!important}.single-list-movies-grid .movie-box .movie-details{min-height:auto!important;width:100%!important;display:block!important;box-sizing:border-box!important}.single-list-movies-grid .movie-box .name{min-height:auto!important;height:auto!important;line-height:15px!important;max-height:30px!important;overflow:hidden!important;width:100%!important;box-sizing:border-box!important}.single-list-movies-grid .movie-box .category{min-height:auto!important;height:auto!important;line-height:14px!important;width:100%!important;box-sizing:border-box!important}.single-list-description-wrap{background:#1E2129;padding:20px 30px;margin-bottom:0}.single-list-movies-grid .movie-order-badge{position:absolute;top:8px;left:8px;background:#242830;color:#fff;width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;z-index:10;box-shadow:0 2px 8px rgb(0 0 0 / .6);transition:all 0.3s ease;border:2px solid rgb(255 255 255 / .2)}.single-list-movies-grid .movie-box:hover .movie-order-badge{background:#FFA900;color:#000;border-color:#FFA900;transform:scale(1.05)}.single-list-movies-grid.sortable-enabled{position:relative}.single-list-movies-grid.sortable-enabled .film-box{cursor:move;cursor:grab;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:pan-y}.single-list-movies-grid.sortable-enabled .film-box:active{cursor:grabbing}.single-list-movies-grid.sortable-enabled .film-box.dragging{opacity:.3;z-index:1}.ui-sortable-helper,.ui-sortable-helper.sortable-helper-active{width:60px!important;max-width:60px!important;min-width:60px!important;height:90px!important;max-height:90px!important;opacity:0.95!important;box-shadow:0 4px 12px rgb(0 0 0 / .7)!important;border-radius:4px!important;overflow:hidden!important;transform:rotate(3deg)!important;z-index:10000!important;pointer-events:none!important;background:transparent!important;background-color:transparent!important;margin:0!important;padding:0!important;border:none!important;outline:none!important;box-sizing:border-box!important}.ui-sortable-helper *,.ui-sortable-helper.sortable-helper-active *{border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important;background-color:transparent!important}.ui-sortable-helper .film-box,.ui-sortable-helper.sortable-helper-active .film-box,.ui-sortable-helper .existing_item,.ui-sortable-helper.sortable-helper-active .existing_item{width:60px!important;max-width:60px!important;min-width:60px!important;height:90px!important;max-height:90px!important;margin:0!important;padding:0!important;border:none!important;outline:none!important;box-sizing:border-box!important;box-shadow:none!important;background:transparent!important;background-color:transparent!important}.ui-sortable-helper .movie-box,.ui-sortable-helper.sortable-helper-active .movie-box{width:60px!important;max-width:60px!important;height:90px!important;max-height:90px!important;margin:0!important;padding:0!important;border:none!important;outline:none!important;box-sizing:border-box!important;box-shadow:none!important;background:transparent!important;background-color:transparent!important}.ui-sortable-helper .poster,.ui-sortable-helper.sortable-helper-active .poster{width:60px!important;height:90px!important;max-width:60px!important;max-height:90px!important;min-width:60px!important;min-height:90px!important;padding:0!important;margin:0!important;position:relative!important;border:none!important;outline:none!important;border-radius:4px!important;overflow:hidden!important;box-sizing:border-box!important;box-shadow:none!important;background:transparent!important;background-color:transparent!important}.ui-sortable-helper .poster .img,.ui-sortable-helper.sortable-helper-active .poster .img{width:100%!important;height:100%!important;padding:0!important;margin:0!important;position:absolute!important;top:0!important;left:0!important;border:none!important;outline:none!important;box-shadow:none!important}.ui-sortable-helper .poster img,.ui-sortable-helper.sortable-helper-active .poster img{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;margin:0!important;padding:0!important;display:block!important;border:none!important;outline:none!important;box-shadow:none!important}.ui-sortable-helper,.ui-sortable-helper.sortable-helper-active,.ui-sortable-helper *,.ui-sortable-helper.sortable-helper-active *{border:none!important;outline:none!important}.ui-sortable-helper .existing_item,.ui-sortable-helper.sortable-helper-active .existing_item,.ui-sortable-helper .film-box,.ui-sortable-helper.sortable-helper-active .film-box,.ui-sortable-helper .movie-box,.ui-sortable-helper.sortable-helper-active .movie-box,.ui-sortable-helper .poster,.ui-sortable-helper.sortable-helper-active .poster,.ui-sortable-helper .poster .img,.ui-sortable-helper.sortable-helper-active .poster .img,.ui-sortable-helper .poster img,.ui-sortable-helper.sortable-helper-active .poster img{border:none!important;outline:none!important;box-shadow:none!important}.ui-sortable-helper .movie-details,.ui-sortable-helper .remove-from-list,.ui-sortable-helper.sortable-helper-active .movie-details,.ui-sortable-helper.sortable-helper-active .remove-from-list{display:none!important}.ui-sortable-helper .movie-order-badge,.ui-sortable-helper.sortable-helper-active .movie-order-badge{position:absolute!important;top:3px!important;left:3px!important;z-index:10!important;width:16px!important;height:16px!important;font-size:9px!important;line-height:16px!important;min-width:16px!important;padding:0!important}.ui-sortable-helper .rating,.ui-sortable-helper.sortable-helper-active .rating{display:none!important}.single-list-movies-grid.sortable-enabled.sorting-active .film-box{transition:transform 0.2s ease}.single-list-movies-grid .sortable-placeholder{background:rgb(255 255 255 / .1)!important;border:2px dashed rgb(255 255 255 / .3)!important;border-radius:8px!important;visibility:visible!important;opacity:1!important;margin:0!important}.single-list-movies-grid.sorting-active .film-box a{pointer-events:none}@media (max-width:768px){.single-list-movies-grid.sortable-enabled .film-box{-webkit-touch-callout:none;-webkit-tap-highlight-color:#fff0}.single-list-movies-grid.sortable-enabled .film-box::before{content:'';position:absolute;top:8px;right:8px;width:24px;height:24px;background:rgb(255 255 255 / .2);border-radius:4px;z-index:5;opacity:.6;transition:opacity 0.3s;pointer-events:none}.single-list-movies-grid.sortable-enabled .film-box:active::before,.single-list-movies-grid.sortable-enabled .film-box.dragging::before{opacity:1;background:rgb(255 169 0 / .9)}.single-list-movies-grid.sortable-enabled .film-box{touch-action:pan-y;-webkit-user-drag:none}}.single-list-movies-grid .remove-from-list{position:absolute;top:0;right:0;background:rgb(220 38 38 / .9);border:none;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:15;opacity:0;transition:all 0.3s ease;box-shadow:0 2px 8px rgb(220 38 38 / .4);margin-top:10px;pointer-events:auto}.single-list-movies-grid .movie-box:hover .remove-from-list,.single-list-movies-grid .film-box:active .remove-from-list{opacity:1}.single-list-movies-grid .remove-from-list:hover{background:rgb(220 38 38);transform:scale(1.1)}@media (max-width:768px){.single-list-movies-grid .remove-from-list{opacity:.8;width:32px;height:32px;margin-top:8px;margin-right:8px}.single-list-movies-grid .movie-box:active .remove-from-list,.single-list-movies-grid .film-box:active .remove-from-list{opacity:1}}.single-list-movies-grid .remove-from-list i{font-size:14px}.single-list-movies-grid .movie-details{position:relative}.no-movies{text-align:center;padding:60px 20px;color:rgb(255 255 255 / .6)}z-index:3;opacity:0;transition:opacity 0.3s}.single-list-movie-item:hover .remove-from-list{opacity:1}.single-list-movie-item .remove-from-list:hover{background:rgb(255 0 0 / .8)}.loading-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgb(255 255 255 / .3);border-radius:50%;border-top-color:#fff;animation:spin 0.6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1400px){.single-list-movies-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}.single-list-movies-grid .film-box{width:100%!important;min-width:0!important;max-width:100%!important}}@media (max-width:992px){.single-list-movies-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px!important}.single-list-movies-grid .film-box{width:100%!important;min-width:0!important;max-width:100%!important}}@media (max-width:768px){#movifox-list-modal .modal-inner,#movifox-list-settings-modal .modal-inner{width:95%;max-width:95%;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);margin-left:0;max-height:85vh;border-radius:8px}#movifox-list-modal .modal-header,#movifox-list-settings-modal .modal-header{padding:16px}#movifox-list-modal .modal-header h3,#movifox-list-settings-modal .modal-header h3{font-size:16px;padding-right:35px}#movifox-list-modal .modal-content,#movifox-list-settings-modal .modal-content{padding:20px 16px;overflow-x:hidden;box-sizing:border-box}#user-lists-container{overflow-x:hidden}.existing-lists{overflow-x:hidden}.existing-list-item{width:100%;max-width:100%;box-sizing:border-box}#movifox-list-settings-modal .movifox-field{margin-bottom:18px}#movifox-list-settings-modal .movifox-actions{flex-direction:column;gap:12px}#movifox-list-settings-modal .movifox-actions .button{width:100%;text-align:center}.user-lists-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}.heading-con.yellow .head-title h1{flex-direction:column;align-items:flex-start;gap:12px}.single-list-share-icons{width:100%;margin-left:0;margin-top:0;justify-content:flex-start}.heading-con.yellow .head-title h1{flex-direction:column;align-items:flex-start;gap:12px}.single-list-header-right{display:flex!important;width:100%;flex-direction:row;align-items:center;justify-content:space-between;gap:15px;visibility:visible!important;opacity:1!important}.single-list-author-info-inline{display:flex!important;flex:1;gap:10px;min-width:0;max-width:none;order:1;overflow:visible!important;visibility:visible!important;opacity:1!important;width:auto!important}.single-list-author-details-inline{display:flex!important;flex-direction:column!important;min-width:0;flex:1;overflow:visible!important;max-width:100%;width:100%;visibility:visible!important;opacity:1!important}.single-list-author-label-inline{display:block!important;visibility:visible!important;opacity:1!important;font-size:10px;white-space:nowrap;overflow:visible!important;text-overflow:clip}.single-list-author-name-inline{display:block!important;visibility:visible!important;opacity:1!important;font-size:13px;max-width:none;white-space:nowrap;overflow:visible!important;text-overflow:clip;width:auto!important}.single-list-share-icons{flex-shrink:0;margin-left:0;margin-top:0;justify-content:flex-end;order:2}.single-list-author-avatar-inline{flex-shrink:0}.single-list-author-avatar-inline img{width:32px;height:32px}.single-list-title-inline{width:100%;justify-content:flex-start}.single-list-filters{flex-direction:column;align-items:flex-start;padding:15px 20px}.sort-select{width:100%;min-width:auto}.single-list-movies-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.single-list-movies-grid .film-box{width:100%!important;min-width:0!important;max-width:100%!important}.single-list-movies-grid .movie-order-badge{width:32px;height:32px;font-size:14px;top:6px;left:6px}.movie-title{font-size:14px;min-height:40px}.movie-meta{font-size:12px;gap:10px}.list-card-thumbnail-grid{grid-template-columns:repeat(3,1fr)}.remove-from-list{opacity:1}}@media (max-width:480px){.single-list-movies-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.single-list-movies-grid .film-box{width:100%!important;min-width:0!important;max-width:100%!important}.single-list-movies-grid .movie-order-badge{width:28px;height:28px;font-size:12px;top:5px;left:5px}}body.modal-open{overflow:hidden}@media (max-width:768px){.movie-left .addto-action,.film-bilgileri .addto-action,.episode-v .addto-action{display:none!important}#action-parts{width:50%!important;float:left!important;position:relative!important;z-index:9999!important;height:auto!important;overflow:visible!important}#action-addto-mobile{width:50%!important;float:left!important;display:inline-block!important;position:relative!important;z-index:9999!important;height:auto!important;overflow:visible!important}#action-parts .button,#action-addto-mobile .button{width:100%!important;padding:0!important;height:46px!important;line-height:46px!important;box-sizing:border-box!important}.player-control{height:46px!important;min-height:46px!important;background-color:#101218!important}.player-control .action-buttons{height:46px!important;min-height:46px!important;background-color:#101218!important}#action-parts,#action-addto-mobile{height:46px!important}#action-addto-mobile .addto-button .iconfix:before,#action-addto-mobile .addto-button .icon-plus:before{margin-right:.5em}.player-control,.player-control .action-buttons,.player-control .action-buttons.clearfix{overflow:visible!important}#action-addto-mobile .addto-popup,#action-parts .source-popup{z-index:100000!important}#action-addto-mobile .addto-popup{left:0!important;right:0!important;top:100%!important;margin-top:5px!important}.player-control{margin-bottom:0!important}.film-bilgileri,.film-bilgileri.episode-v{padding-top:0!important;margin-top:0!important}.film-bilgileri{padding:0 20px 20px 20px!important}.film-bilgileri .movies-data .info,.film-bilgileri.episode-v .movies-data .info{padding-top:15px!important;margin-top:0!important}.film-bilgileri.episode-v .info{padding-top:15px!important;margin-top:0!important}#action-addto-mobile .addto-popup,#action-parts .source-popup{width:100%!important;max-width:100%!important;box-sizing:border-box!important}#action-addto-mobile .addto-popup ul,#action-parts .source-popup .flexcroll{max-height:60vh!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch}#action-addto-mobile .addto-popup li,#action-parts .source-popup li{white-space:normal!important;word-break:break-word}}@media (min-width:769px){.player-control .action-buttons #action-addto-mobile.mobile-only{display:none!important}}