body {
	text-align: left;
}

.top-logo-wrapper {
	padding: 18px 18px;
	margin-top: -226px;
}
.top-centers-list__link {
	font-size: 11px;
	line-height: 1rem;
}
.top-centers-list__link::before {
	margin-left: 0;
	margin-right: 10px;
	padding-left: 9px;
}

.header-top__menu-item-wrapper {
	margin: 0 0 0 15px;
}
.header-top__menu-item {
	padding: 0 15px 0 10px;
}
.header-top__menu-item-icon {
	margin-left: 0;
	margin-right: 10px;
}

.header-top__submenu-wrapper {
	left: auto;
	right: 0;
}
.header-top__submenu-item {
	padding-right: 0;
	padding-left: 20px;
}
.header-top__submenu-item::before {
	left: 0;
	right: auto;
}

.header-top__language-item {
	margin-right: 0;
	margin-left: 15px;
}

.header-search-wrapper {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}

.header-bottom__submenu {
	right: auto;
	left: 0;
	width: max-content;
}
.header-bottom__submenu-link {
	padding: 8px 10px 8px 20px;
}
.header-bottom__submenu-link::before {
	margin-left: 0;
	margin-right: 12px;
	padding-right: 9px;
}
.header-bottom__submenu-link-icon {
	margin-right: 0;
	margin-left: auto;
	transform: rotate(-90deg);
}
.header-bottom__submenu-wrapper .header-bottom__submenu {
	right: 0;
	left: 100%;
}

.header-search-wrapper.active .header-search-form-toggle {
	left: auto;
	right: 20px;
}
.header-search-form {
	right: 0;
	left: auto;
}
.header-search-form__submit {
	margin: 2px 52px 2px 10px;
}

.section-header__title {
	margin-left: 0;
	margin-right: 10px;
}

/* Notifications Slider */
.notifications-slider::before {
	display: none;
}
.notifications-slider::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	width: 20px;
	height: 153px;
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.2)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), transparent);
	z-index: 1;
}
.notifications-slider .slick-list {
	padding-right: 0;
	padding-left: 5px;
}
.notifications-slider .notifications-item__wrapper {
	margin: 10px 30px 30px 0;
}

.notifications-item__content {
	padding: 0 20px 0 0;
}

/* Table of Services */
.box-1-item__icon {
	padding: 0 10px 0 0;
}

.network-connection-error {
    position: absolute;
    right: -100%;
    bottom: 0;
    transition: all 1s ease-in-out;
    transition-delay: 0;
    z-index: 2000;
    display: none;
}




/* professor search mobile styles */
@media screen and (max-width: 576px) {
    .search-select-input-wrapper {
        display: flex;
        /* flex-wrap: wrap; */
        flex-direction: column;
        border: 1px solid #548798;
        position: relative;
		overflow: hidden;
    }

    .search-select-form__select {
        /* border: 1px solid #549865; */
        border-radius: 0 !important;
        border-bottom: 1px solid #eee;
    }

    .search-select-form__input {
        /* border: 1px solid #326500; */
        border-radius: 0 0 18px 18px;
    }

    .search-select-form__submit {
        position: absolute;
        right: 0;
        top: 50%;
        background-color: transparent;
    }
}

/* Published books */
.special-box-2 {
	align-items: flex-start;
}
.special-box-2-item {
	margin-right: 0;
	margin-left: 60px;
}

.book-1-item__content {
	max-width: 275px;
}


/* About University */
.special-box-wrapper_type-2 .special-box-2-item {
	text-align: left;
	margin-left: 0;
}

/* Footer */
.footer-list__link {
	padding-right: 0;
	padding-left: 13px;
}
.footer-list__link::before {
	-webkit-transform: rotate(45deg) translate(-7px, 7px);
	transform: rotate(45deg) translate(-7px, 7px);
}

.bottom-logo-wrapper::before {
	left: auto;
	right: 0;
	max-width: 100%;
}

.footer__bottom-section {
	text-align: left;
}
.footer__designer {
	text-align: right;
}

@media screen and (max-width: 768px) {
	.header-top__menu-item-wrapper {
		margin: 5px;
	}

	.footer__bottom-section,
	.footer__designer {
		text-align: center;
	}

	.header-bottom__submenu {
		width: auto;
	}

	.special-box-2 {
		justify-content: center;
	}
	.special-box-2-item {
		margin-left: 30px;
	}
	.special-box-2-item:first-child {
		margin-left: 0;
	}
}
@media screen and (max-width: 992px) {
	.book-1-item__content {
		max-width: 275px;
	}
}
@media screen and (max-width: 1200px) {
	.book-1-item__content {
		max-width: 225px;
	}
}

/* News list */
.search-select-form__submit {
	border-radius: 0 18px 18px 0;
}
.search-select-form__select {
	border-radius: 18px 0 0 18px;
}

/* News Post */
.news-post-item__description {
	text-align: justify;
}
.attachment-item__title {
	padding-right: 0;
	padding-left: 13px;
}
.attachment-item__title::before {
	-webkit-transform: rotate(45deg) translate(-7px, 7px);
	transform: rotate(45deg) translate(-7px, 7px);
}
.btn-theme__icon-start-2 {
	margin-right: 5px;
	margin-left: 0;
}

/* share News and announcements */
.share-news-button {
	padding: 0.5rem 1rem;
	display: block;
}
.share-copy-link__button {
	height: 3.5rem;
	padding: 0 1rem;
}
.share-copy-link__input {
	height: 3.5rem;
	border: none;
	direction: ltr;
}

.tooltip {
	position: relative;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 100px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 120%;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
