.access-2{
    padding-top: 0!important;
}

.access-fix {
    float: right!important;
    margin-right: 20px;
    color: white;
}
.custom-access-dropdown-toggle > svg.lucide {
    float: right;
    margin: 12px 0 0 6px;
}
a.custom-access-dropdown-link:hover {
    color: #fff;
    background-color: #2d2d2d;
    text-decoration: none;
}
.profile-information strong {
    color: #5b5b5b;
}
.profile-information p {
    color: #b1b1b1;
}
.custom-access-modal-close svg.lucide {
    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 {
    color: #fff;
    text-decoration: none;
}
.custom-access {
	position: relative;
}

.custom-access-link {
    font-size: 14px;
	display: inline-block;
	padding: 6px 10px;
	text-decoration: none;
	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: 250px;
	right: 0;
	z-index: 10;
	max-height: 0;
	overflow: hidden;
}
.custom-access-dropdown.in { max-height: 500px; right: -10px; }

.custom-access-dropdown-menu {
	list-style: none;
	padding: 0;
	width: 100%;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.custom-access-dropdown-item {
	background: #1b1b1b;
	border: none;
	width: 100%;
}
.custom-access-dropdown-link {
    transition: .3s cubic-bezier(.25,.8,.5,1);
    font-size: 18px;
    color: #f1ecec;
    background-color: #171717;
    display: block;
    padding: 12px 16px;
    width: 100%;
    text-decoration: none;
}
.custom-access-dropdown-item svg.lucide {
    color: #7b7b7b;
}
.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;
}
.account-logo svg.lucide {
    font-size: 0;
    width: 1em;
    height: 1em;
    }
.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%;
    }
    .account-logo svg.lucide {
    font-size: 25px;
    width: 1em;
    height: 1em;
    }
}
@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; }