/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* Force correct font families for icon sets */

[class^="icon-line-"],
[class*=" icon-line-"] {
  font-family: "lined-icons" !important;
}

[class^="icon-line2-"],
[class*=" icon-line2-"] {
  font-family: "Simple-Line-Icons" !important;
}

.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
    text-decoration: none !important;
}

.dict-letters a {
    /* background: #e95f97 !important; */
    background: #ff6399 !important;
    color: #333 !important;
    width: 62px;
}

.dict-letters a:hover {
    /*color: white !important;*/
}

.dict-letters .button.button-border:not(.button-fill):hover {
    background-color: #F9BE79 !important;
}

a.button.button-small.button-border.button-rounded.mx-1 {
    text-transform: none !important;
}

.button.button-rounded {
    border-radius: 7px;
}

.loader, .search-loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loading.gif) 50% 50% no-repeat #f9f9f9;
	background-repeat: no-repeat, repeat;
	background-position: center;
	opacity: 1;
}

.that, .there {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	opacity: 1;
}

.definitions ol, .definitions ul, .definitions li {
 	padding: revert;
}

#audio-icon-link {
    font-size: 1.75rem;
}

#audio-icon-link:hover {
	cursor: pointer;
}

.icon-sound::hover {
	cursor: pointer;
}

table a {
	color: deeppink;
}

/*
.bg-pink-gradient {
    background-image: linear-gradient(to bottom, transparent, #00000033, transparent), url(../images/mind-pour-blurred-bg.jpg);
    background-size: cover;
    background-position: top;
}
*/

.bg-pink-gradient {
    background: linear-gradient(to right, #c253b8, #e3614c);
}

#page-title span.page-title-component {
    display: unset;
    font-size: 2.5rem;
    font-weight: bold;
    color: deeppink;
}

/*)
@media only screen and (max-width : 1024px) {
	.menu-container {
		margin-bottom: 20px;
	}

}
*/

.dataTables_info {
    font-size: .82rem;
}

.post-date, .post-category {
	font-size: .82rem;
	color: #333;
}

.post-thumbnail-content a {
	color: deeppink;
	font-size: .93rem;
}

.post-thumbnail-content a:hover {
	color: #222;
}

.so-card {
	border-radius: 20px;
    /* box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 35%); */
}

.so-shadow {
	box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 35%);
}

#content {
	background-color: transparent;
}

#page-title .container {
    background-color: rgba(255,255,255,.9);
    border-radius: 20px;
    padding: 20px 10px;
}

#page-title .container.dictionary-container {
    background-color: rgba(255,255,255,0);
    padding: 10px;
}

.ui-widget {
	font-family: Inter,sans-serif !important;
	font-size: 1.25rem !important;
}

.ui-autocomplete {
	z-index: 1000 !important;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #373737 !important;
    border: none !important;
}

body {
	background-color: #bfb6b6;
}

.container.mw-md {
	background-color: white;
	padding-top: 25px;
}

#wrapper {
	background-color: transparent;
}

a.button.button-border.button-rounded.mx-1 {
    color: deeppink;
}

a.button.button-border.button-rounded.mx-1:hover {
	background-color: #1ABC9C !important;
	color: white !important;
}

#page-menu .bg-alt,
.h-bg-alt:hover,
.page-item:not(.disabled):hover .page-link,
.page-item.active .page-link {
	background-color: #2F2E41 !important;
	border-color: #2F2E41 !important;*/
}

@media (max-width: 991px) {
  	footer .copyright {
    	margin-top: 0 !important;
  	}

}

.inner-wrapper-sticky {
    overflow-y: auto;
    overflow-x: hidden;
}

.hide {
	display: none !important;
}

/* Global focus styles */
/* Force visible keyboard focus */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid #0d6efd !important;
    outline-offset: 3px !important;
    border-radius: 6px;
}

/* Remove default focus for mouse clicks */
:focus:not(:focus-visible) {
    outline: none;
}

header#header {
	z-index: 1;
}