.search-suggestions *::-webkit-scrollbar {
    width: 16px;
	background-color: transparent!important;
}

.search-suggestions *::-webkit-scrollbar-track {
    border-radius: 8px!important;
}

.search-suggestions *::-webkit-scrollbar-thumb {
    height: 56px!important;
    border-radius: 8px!important;
    border: 4px solid transparent!important;
    background-clip: content-box!important;
    background-color: #606060!important
}

.search-suggestions *::-webkit-scrollbar-thumb:hover {
    background-color: #909090!important;
}

.search-suggestions {
    background: rgb(0 0 0 / 98%);
    border: 1px solid rgb(0 0 0 / 98%);
    color: #fff;
    font-size: 15px;
    position: absolute;
    z-index: 320;
    min-width: 300px!important;
    display: none;
    z-index: 999999999!important;
    line-height: 1.5!important;
    backdrop-filter: blur(4px)!important;
    border-radius: 12px!important;
	padding-bottom: 9px;
}

.search-suggestions {
    top: 44px!important;
}

.search-suggestions .suggestion {
    display: block;
    clear: both;
	color: #fff;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 15px;
	color: #fff;
	height: 28px!important;
}

.search-suggestions .tag-count {
	float: right;
	background: #dc3545;
	color: #fff;
	font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    padding: 0 3px;
    border-radius: 8px;
    margin-top: 2px;
}

.search-suggestions a {
    color: #fff;
	text-transform: lowercase!important;
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 4px 0;
	white-space: nowrap;
	float: left;
	width: 100%;
	padding-left: 9px;
	padding-right: 7px;
}

.search-suggestions .suggestion a:hover {
  	color: white!important;
  	text-decoration: none!important;
	background-color: #6792CD!important;
	background-color: #111111!important;
}

.search-suggestions .suggestion:hover {
    background-color: #111111!important;
	background: #111111!important;
}

.suggest-label {
	padding: 4px 0;
	padding-right: 0px;
	padding-left: 0px;
	background: #0000;
	color: #fff;
	font-weight: 700;
	padding-left: 7px;
    padding-right: 7px;
	font-size: 14px;
	height: 25px;
	padding-top: 2px;
}

p.suggest-label {
    margin: 0!important;
}

/* NEW */

.search-suggestions li {
    list-style: none;
}

.search-suggestions .tag-name strong {
	background: #dc3545;
	font-weight: 100!important;
    color: white;
}

.search-suggestions ul {
    margin: 0;
    padding: 0;
    overflow-y: auto;
    position: relative;
}

.search-suggestions ul li a:hover {
    color: white;
	text-decoration: none;
	background-color: #383838!important;
}

.search-suggestions .actor-name strong {
    background: #dc3545;
    font-weight: 100!important;
    color: white;
    font-weight: 700;
}

.search-suggestions .actor-name {
    text-transform: capitalize;
    font-weight: 700;
}

.search-suggestions .actors span.thumb {
    display: block;
    float: left;
    width: 40px;
    height: 22.5px;
    margin-right: 5px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.search-suggestions .actors strong {
    font-weight: 700!important;
}

.search-suggestions .actors a {
    padding-bottom: 6px;
    padding-top: 6px;
}


/* Mobile */

@media (max-width: 767.98px){
.search-suggestions {
    width: 100% !important;
    top: 116px!important;
    border-radius: 0!important;
    background-color: rgb(24 24 27 / 95%)!important;
    border-color: rgb(24 24 27 / 95%)!important;
	height: 81.6vh!important;
    overflow: auto!important;
	}
}

@media (max-width: 767.98px){
.search-suggestions strong {
    display: inline!important;
	}
}

@media (max-width: 767.98px){
.keywords {
    max-height: max-content!important;
	}
}

@media (max-width: 767.98px){
.actors {
    max-height: max-content!important;
	}
}

/* Mobile Finish */