.dnnSearchResultItem-Link {
	border-bottom: 1px solid #dee6ec;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Title {
    margin: 0 0 6px 0;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.dnnSearchResultContainer > .dnnSearchResultItem {
    width: 100%;
    margin: 0 0 30px 0;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    font-size: 0.9rem;
    line-height: 1.2rem;
}

.dnnSearchBoxPanel {
	width: 60%;
	background-color: transparent;
	margin: 0 auto;
	margin-bottom: 40px;
	opacity: 0;
	transform: translate3d(0,10%, 0)
}

.dnnSearchResultPanel {
	padding: 0;
	background-color: transparent
}

.dnnSearchResultContainer {
    margin: 0
}

.dnnSearchBoxPanel .dnnSearchResultAdvancedTip {
	display:none;
}

.dnnSearchBoxPanel a.dnnSearchBoxClearText {
	display:none;
}

.dnnSearchBoxPanel .dnnSearchBox_advanced {
	display:none
}

.dnnSearchBox > a.dnnSearchBoxClearAdvanced {
	display:none;
}

.dnnSearchBoxPanel,
.searchResultWrapper,
.dnnSearchResultPanel,
.dnnSearchResultContainer,
.dnnSearchResultPager .dnnSearchResultPagerTop {
	opacity: 0;
	transform: translate3d(0,10%, 0);
	transition: 0.3s ease-in
}



.searchResultWrapper.show,
.dnnSearchBoxPanel.show,
.dnnSearchResultPanel.show,
.dnnSearchResultContainer.show,
.dnnSearchResultPager .dnnSearchResultPagerTop.show {
	opacity: 1;
	transform: translate3d(0,0, 0)
}

.dnnSearchBox > input[type="text"], .dnnSearchBox > input[type="text"]:focus {
    position: relative;
    height: auto;
    width: 100% !important;
    left: 0;
    min-height: 50px;
    margin-bottom: 0px;
    padding-right: 130px;
    padding-left: 25px;
    border-radius: 100px;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    display: block;
    width: 100%;
    height: 38px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.dnnSearchBox {
	position:relative;
	border-radius: 0;
	border: none;
	box-shadow: none;
	background: transparent;
	margin-right: 0 !important;
	padding: 0;
}

.dnnSearchResultPager span {
    display: inline-block;
    color: #666;
	margin:0;
	margin-right:3px;
    vertical-align: top;
    margin-bottom: 0px;
    padding: 3px 12px;
    border-radius: 2px;
    background-color: rgba(243, 246, 255, 0.9);
    font-size: 0.85rem;
    color: #410099;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.dnnSearchBox > a.dnnSearchButton {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: flex;
	padding: 9px 15px;
    padding-right: 40px;
    align-items: center;
    border-radius: 100px;
    background-color: #e81f76;
    background-image: url('../images/search.svg');
    background-position: 85% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    width: auto;
    height: auto;
	margin: 0;
}

.searchResultWrapper {
	padding: 25px 40px;
}
.dnnSearchResultPager a.dnnPager-prev,
.dnnSearchResultPager a.dnnPager-next {
    background-position: center;
    background-repeat: no-repeat;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-radius: 50%;
    background-size: 12px;
    background-image: url(/portals/_default/skins/CLV2023/images/next.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    border: 1px solid #773dbd;
    width: 35px;
    height: 35px;
    background-color: transparent;
    cursor: pointer;
	margin-top: 0
}
.dnnSearchResultPager a.dnnPager-prev {
	background-image: url(/portals/_default/skins/CLV2023/images/back.svg);
}

.dnnSearchResultPanel {
	display: none
}

.dnnClear {
    clear: both;
    display: none;
}

.dnnSearchResultPager span.dnnPager-current {
    margin: 0
}

.dnnRight {
	gap:0.5rem;
    float: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dnnSearchResultPager.dnnSearchResultPagerTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dnnSearchResultItem-Link a {
    color: #773dbd;
    font-size: 0.8rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 825px;
    display: inline-block;
    overflow: hidden;
}

.dnnSearchResultItem-Title a {
    color: #222;
}

.dnnSearchResultItem-Subset {
    width: calc(100% - 15px);
    margin: 0 0 30px 0;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    font-size: 0.9rem;
    line-height: 1.2rem;
	margin: 10px 0 10px 15px !important
}
@media (max-width: 1091px) {
	.dnnSearchResultItem-Link a {
		width: 540px;
	}
}

@media (max-width: 479px) {

	.dnnSearchBoxPanel {
		width: 100%;
		margin-bottom: 0.5rem
	}

	.searchResultWrapper {
		padding: 5px 15px;
	}

	.dnnSearchResultItem-Link a {
		width: 285px;
	}

	.dnnSearchResultPager span {
		font-size: 0.75rem;
	}

}