.bannerTech {
	background: rgb(0, 0, 0);
	padding: 18px 0px;
}
.bannerTech .contentContainer {
	margin: 0px auto;
	max-width: 980px;
}
.bannerTech .iconWrapper {
	width: 20px;
	height: 20px;
}
.bannerTech .iconWrapper svg {
	margin-right: 14px;
}
.bannerTech .title {
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	color: rgb(255, 255, 255);
	margin-right: 50px;
	margin-left: 16px;
}
.bannerTech .desc {
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	display: flex;
	align-items: center;
	color: rgb(147, 168, 191);
	white-space: pre-wrap;
}
.bannerTech .desc a {
	color: inherit;
}

.headSpecialAdmin {
    background-image: linear-gradient(270deg, #FF6394, #EAD2C5, #FFE4AD, #EFA4F4, #E360A0, #FFCCCC) !important;
    background-size: 1200% 1200% !important;
    animation: headSpecialAdmin 4s linear infinite;
    color: transparent;
    -webkit-background-clip: text;
}

@keyframes headSpecialAdmin {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 768px) {
    .fixNotify.dropdown-menu {
        position: fixed !important;
        top: 59px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
    }
}