.access-1{
    padding-top: 13px!important;
}
.access-2{
    padding-top: 0!important;
}

.access-fix {
    float: right!important;
    margin-right: 20px;
    margin-top: 10px;
    color: white;
}
i.fa.fa-angle-down {
    float: right;
    margin: 12px 0 0 6px;
}
a.custom-access-dropdown-link:hover,
button.custom-access-dropdown-link:hover {
    color: #fff;
    background-color: #2d2d2d;
    text-decoration: none;
}
.profile-information strong {
    color: #5b5b5b;
}
.profile-information p {
    color: #b1b1b1;
}
i.fa-time-visible {
    font-size: 16px!important;
}
@media (max-width: 985px) {
.access-fix {
    float: none;
    text-align: center;
    margin-right: 0;
    }
}
.custom-access-modal-close:hover {
    color: #fff;
}

.custom-access-link:hover,
button.custom-access-link:hover {
    color: #fff;
    text-decoration: none;
}
.custom-access {
	position: relative;
}

.custom-access-dropdown-toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	color: #fff;
	transition: opacity 0.2s ease;
}

.custom-access-dropdown-toggle:hover {
	opacity: 0.85;
}

.custom-access-dropdown-toggle span {
	border-radius: 200000px;
	overflow: hidden;
	height: 39px;
	width: 39px;
	display: inline-block;
	border: 2px solid rgba(108,122,224,0.4);
	transition: border-color 0.2s ease;
}

.custom-access-dropdown-toggle span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.custom-access-dropdown-toggle:hover span {
	border-color: rgba(108,122,224,0.8);
}

.custom-access-dropdown-toggle i {
	font-size: 14px;
	color: #ccc;
}

.custom-access-modal {
    position: fixed;
    right: 0;
    margin: 0 auto;
    left: 0;
    top: 25%;
    max-height: 0;
    width: 300px;
    display: block;
    background: rgba(0,0,0,0.86);
    border: 0px solid transparent;
    z-index: 100;
    overflow: hidden;
}
.custom-access-modal::after {
    clear: both;
    display: block;
    content:'';
    width:100%;
    height:1px;
}
.custom-access-modal.in {
	max-height: 700px;
}
.custom-access-modal-close {
    color: #fff;
	float: left;
    margin-left: 10px;
    font-size: 15px;
    margin-top: 5px;
}
.custom-access-modal-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
	padding: 5px 30px 5px 20px;
    width: 90%;
    display: inline-block;
    text-align: center;
}
.custom-access-modal-tabs {
    list-style: none;
    padding: 20px 0 10px 0;
    display: flex;
    justify-content: space-between;
    margin: 0 30px 0 30px !important;
}

.custom-access-modal-tab-item {
    border-color: transparent !important;
    float: none;
    /* display: flex; */
    /* justify-content: space-around; */
    width: 30%;
}

.custom-access-modal-tab-item a {
    color: #ccc;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    border-bottom: 2px solid transparent;
}

.custom-access-modal-tab-item a:hover,
.custom-access-modal-tab-item a:focus {
    padding-bottom: 10px;
    color: #ccc;
	background: transparent !important;
    border-bottom: 2px solid #f3a93c;
}

.custom-access-modal-tab-item.active a,
.custom-access-modal-tab-item a:active {
    padding-bottom: 10px;
    color: #fff;
	background: transparent !important;
    border-bottom: 2px solid #f3a93c;    
    }
    
.custom-access-modal-tab-pane {
	display: none;
}
.custom-access-modal-tab-pane.active {
	display: block;
}

.custom-access-input {
    outline: 0;
	color: #fff;
    border-width: 0;
    padding-left: 5px;
    background: #2b2b2b;
    opacity: 0.85;
    width: 90%;
    display: block;
    margin: 5px auto!important;
    height: 30px;
    line-height: 30px;
    border-radius: 0!important;
}
.ca-error { 
    padding-bottom: 20px;
	font-size: 11px !important; 
	color: #f00; 
	float: none !important;
	width: 90%;
	margin: auto !important;
}
.ca-success { 
	font-size: 11px !important; 
	color: #0f0; 
	float: none !important;
	width: 90%;
	margin: auto !important;
}
.ca-form-label {
	width: 90%;
	margin: auto;
	display: block;
}

.custom-access-button {
    color: #fff;
    border-width: 0;
    cursor: pointer;
    width: 90%;
    display: block;
    margin: 0 auto 5px!important;
    height: 30px;
    border-radius: 0!important;
    background: #f3a93c;
    font-weight: 600;
}
.custom-access-button2 {
    margin-bottom: 10px;
    padding: 5px;
    border-width: 0;
    color: #a2a2a2;
    border-radius: 4px!important;
    cursor: pointer;
    width: 100%;
    background: #383838;
}
.ca-panel {
	display: block;
	width: 80%;
	margin: 10px auto 10px auto;
	background: #1b1b1b;
	color: #ccc;
}

.ca-panel-header,.ca-panel-body,.ca-panel-footer {
	padding: 5px 15px;
}

.ca-panel-header {
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}

.ca-panel-footer {
	border-top: 1px solid #ccc;
}

.custom-access-modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
	background: rgba(0,0,0,0);
	transition: background 0.7s linear;
	z-index: 1000;
}
.custom-access-modal-backdrop.in {
	display: block;
	transition: display 0.1s linear 0.7s, background 0.7s linear;
}

.custom-access-modal-backdrop .custom-access-modal {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-height: 0;
}

.custom-access-modal-backdrop.in .custom-access-modal {
	max-height: 700px;
}

.custom-access-dropdown {
	position: absolute;
	min-width: 280px;
	right: 0;
	z-index: 10;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(-8px);
	transition: max-height 0.25s ease, opacity 0.2s ease, transform 0.2s ease;
	pointer-events: none;
}
.custom-access-dropdown.in {
	max-height: 600px;
	right: 0;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.custom-access-dropdown-menu {
	list-style: none;
	padding: 8px 0;
	width: 100%;
	background: #1e1e1e;
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0,0,0,0.6), 0 0 0 1px rgba(108,122,224,0.1);
	border: 1px solid rgba(255,255,255,0.08);
	overflow: hidden;
	backdrop-filter: blur(10px);
}

.custom-access-dropdown-item {
	background: transparent;
	border: none;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}
.custom-access-dropdown-link,
button.custom-access-dropdown-link {
	transition: all 0.2s ease;
	font-size: 18px;
	color: #f1ecec;
	background: transparent;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 18px;
	width: 100%;
	text-decoration: none;
	border: none;
	cursor: pointer;
	text-align: left;
	font-weight: 500;
}

/* Ensure navigation buttons work like links visually */
button.custom-access-nav-btn {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button.custom-access-nav-btn:hover {
    text-decoration: none;
}

.custom-access-dropdown-link i,
button.custom-access-dropdown-link i {
	font-size: 18px;
	width: 24px;
	text-align: center;
	flex: 0 0 24px;
	transition: color 0.2s ease;
}

.custom-access-dropdown-link:focus,
button.custom-access-dropdown-link:focus {
	outline: none;
}

.custom-access-dropdown-link:focus-visible,
button.custom-access-dropdown-link:focus-visible {
	outline: 2px solid rgba(108,122,224,0.7);
	outline-offset: -2px;
}

/* Hover state */
a.custom-access-dropdown-link:hover,
button.custom-access-dropdown-link:hover {
	color: #fff;
	background: linear-gradient(90deg, rgba(108,122,224,0.15) 0%, rgba(108,122,224,0.05) 100%);
	transform: translateX(2px);
	text-decoration: none;
}

a.custom-access-dropdown-link:hover i,
button.custom-access-dropdown-link:hover i {
	color: #8b9aff;
}

/* Separator line */
.custom-access-dropdown-item:not(:last-child)::after {
	content: '';
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(108,122,224,0.15), transparent);
}

/* Badge alignment */
.custom-access-dropdown-link .count,
button.custom-access-dropdown-link .count {
	margin-left: auto;
}
.cover-image {
	height: 230px;
    width: 100%;
    background: #1b1b1b;
    overflow: hidden;
    position: relative;
}
.cover-image::after {
	clear:both;
	content:'';
	width:100%;
	display:block;
	height:1px;
}
.profile-data {
	margin-top: -75px;
    vertical-align: top;
    padding: 5px 20px 5px 20px;
    color: #ccc;
    text-shadow: 1px 1px rgba(0,0,0,0.8);
    position: relative;
    width: 20%;
}
.profile-data img {
	/*float: left;*/
	margin-right: 10px;
}

.profile-data .profile-data-text {
	vertical-align: bottom;
	display: inline-block;
}

.profile-data::after {
	content:'';
	clear:both;
	width:100%;
	display: block;
	height:1px;
}

p.user-gender, p.user-age, p.user-country {
	display: inline-block;
	margin-left: 10px;
}

#profile .favorites {
	background: #1b1b1b;
	color: #ccc;
	padding: 5px;
	float: left;
	width: 75%;
	min-height: 300px;
	border-radius: 3px;
	border: 1px solid #3b3b3b;
}

#profile .profile-information {
    float: right;
    width: 24%;
    padding: 15px;
    border-radius: 4px;
    margin: 10px 5px;
    border: 1px solid #3b3b3b;
    background-color: #1b1b1b;
}

.add-to-favorites {
    color: #ccc;
    text-decoration: none;
}
.add-to-favorites.added {
    color: #c71d1d!important;   
}
#favorite-fix:hover {
    color: #fbfbfb;
    text-decoration: none;
}
.add-to-favorites.added:hover {
    color: #c71d1d!important;
    text-decoration: none;
}
i.fa.fa-user {
    font-size:0;
    }
i.fa.fa-user-plus {
    font-size:0;
    }
.custom-access-link {
    line-height: 0;
}
@media (max-width: 1016px) {
    #profile .profile-information {
    width: 22%;
    margin: 10px 11px;
}
    .profile-data{
    width: unset;
    }
    .custom-access-link {
    line-height: unset;
    }
}
@media (max-width: 984px) {
    .custom-access-link {
    margin: 0 20px;
    }
    .custom-access {
    position: relative;
    margin: 0 auto;
    width: 100%;
    }
    i.fa.fa-user {
    font-size: 25px;
    }
    i.fa.fa-user-plus {
    font-size: 25px;
    }
}
@media (max-width: 753px) {
    #profile .profile-information {
    width: 21%;
    margin: 10px 10px;
}
}
.favorites h3 {
    font-size: 20px;
}
@media (max-width: 570px) {
    #profile .favorites {
        width: unset;
        margin: 10px;
    }
    #profile .profile-information {
        width: 96.4%;
        float: none;
    }
    .favorites h3 {
    font-size: 18px;
    }
}
@media (max-width: 480px) {
    .cover-image {
        height: 200px;
    }
    #profile .profile-information {
        width: 95.6%;
    }
    .profile-data {
    padding: 5px 10px 5px 10px;
    }
    .cover-image-update {
    margin: 10px 10px!important;
    }
}
@media (max-width: 360px) {
    #profile .profile-information {
        width: 94.3%;
}
}
.cover-img-set {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    Height: auto;
}
.watch-later { color: rgba(196,196,196,1); padding-left: 10px;}
.watch-later.fg-gold { color: #f90; }

.tag-blacklist-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    padding-top: 100px;
    display:none;
}
.tag-blacklist-container.open { display:block; }

.tag-blacklist-dialog {
    width: 50%;
    margin: auto;
    background: #1B1B1B;
    border-radius: 5px;
    color: #f90;
}

.tag-blacklist-header,.tag-blacklist-body,.tag-blacklist-footer {
    padding: 10px;
}

.tag-blacklist-header {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}

.tag-blacklist-body {}

.tag-blacklist-footer {
    border-top: 1px solid #ccc;
}

.tag-blacklist-dialog button,.tag-blacklist-dialog .tag {
    background: #343434;
    border: #343434;
    color: #f90;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    padding: 5px 15px;
}

.tag-blacklist-dialog button:hover,.tag-blacklist-dialog button:active,.tag-blacklist-dialog .tag.active {
    color: #1b1b1b;
    background: #f90;
}