.inplayquotes_popup {
    width: 100%;
    margin: auto;
    border: 1px solid var(--designbordercolor);
    padding: 1px;
}

.inplayquotes_popup-headline {
    padding: 8px;
}

.inplayquotes_popup-quoteInfo {
    padding: 5px;
    background: var(--designbordercolor);
}

.inplayquotes_popup-textarea {
    text-align: center;
    padding: 5px 0;
}

.inplayquotes_popup-button {
    border-top: 1px solid var(--designbordercolor);
    padding: 6px;
    border-bottom: 0;
    text-align: center;
}

#inplayquotes_overview {
    box-sizing: border-box;
    background: var(--designbgcolor);
    padding: 1px;
}

.inplayquotes-headline {
	display: flex;
    height: 50px;
    width: 100%;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    letter-spacing: 5px;
    color: var(--accent);
    font-family: Wolfpack;
}

.inplayquotes-filter {}

.inplayquotes-filter-headline {
    background: var(--designbgcolor);
    color: #fff;
    border-top: 1px solid #444;
    border-bottom: 1px solid #000;
    padding: 6px;
    font-size: 12px;
}

.inplayquotes-filteroptions {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: 10px auto;
    gap: 5px;
}

.inplayquotes_overview_filter_bit {
    width: 100%;
    text-align: center;
}

.inplayquotes-filter-bit-headline {
    padding: 6px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

.inplayquotes-filter-bit-dropbox {
    margin: 5px;
}

.inplayquotes-body {
    padding: 20px 40px;
    text-align: justify;
    line-height: 180%;
}

.inplayquotes_overview_bit {
    width: 100%;
    display: flex;
    margin: 20px 0;
    flex-wrap: nowrap;
    align-items: center;
}

.inplayquotes_overview_bit:nth-child(even) {
    flex-direction: row-reverse;
}

.inplayquotes_overview_bit_avatar {
    position: relative; /* Needed for pseudo-elements */
    width: 120px; /* Adjusted width to account for the border and margin */
    height: 120px; /* Adjusted height to account for the border and margin */
    margin: 10px; /* Margin around the avatar */
}

.inplayquotes_overview_bit_avatar img {
    width: 120px; /* Fixed width */
    height: 120px; /* Fixed height */
    display: block; /* Ensures the image takes up the full width and height of the parent */
    object-fit: cover; /* Cover the area without distortion */
    object-position: center; /* Center the image */
}

.inplayquotes_overview_bit_avatar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid var(--designlight);
    box-sizing: border-box;
    margin: -10px;
}

.inplayquotes_overview_bit_container {
    width: 90%;
}

.inplayquotes_overview_bit_quote {
    width: 95%;
    margin: auto;
    font-size: 12px;
    text-align: justify;
    margin-bottom: 10px;
}

.inplayquotes_overview_bit_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inplayquotes_overview_bit_reaction a:link,
.inplayquotes_overview_bit_reaction a:active,
.inplayquotes_overview_bit_reaction a:visited,
.inplayquotes_overview_bit_reaction a:hover {
    color: var(--accent);
    font-size: 9px;
    text-transform: uppercase;
    padding: 7px 5px;
}

.inplayquotes_overview_bit_reaction a:hover {
    color: var(--highlight);
}

.inplayquotes_popup-quotepreview {
    background: #f5f5f5;
    border: 1px solid;
    border-color: #fff #ddd #ddd #fff;
    padding: 5px 0;
}

.inplayquotes_popup-subline {
    background: #0f0f0f;
    color: #fff;
    border-top: 1px solid #444;
    border-bottom: 1px solid #000;
    padding: 6px;
    font-size: 12px;
}

.inplayquotes_popup-reactions {
    background: #f5f5f5;
    border: 1px solid;
    border-color: #fff #ddd #ddd #fff;
    text-align: center;
    padding: 5px 0;
}

.inplayquotes_popup-reactions img {
    width: 24px;
    height: 24px;
    padding: 5px;
    cursor: pointer;
}

.inplayquotes_overview_bit_reaction_bit {
    display: flex;
    gap: 5px;
}

.inplayquotes_overview_bit_reaction-reacted {
    margin-top: 5px;
}

.inplayquotes_overview_bit_reaction-reacted img {
    width: 16px;
    height: 16px;
}

.inplayquotes_overview_bit_reaction-reacted a:link,
.inplayquotes_overview_bit_reaction-reacted a:active,
.inplayquotes_overview_bit_reaction-reacted a:visited,
.inplayquotes_overview_bit_reaction-reacted a:hover {
    background: none;
    color: #0072BC;
    font-size: 10px;
    text-transform: none;
    padding: 0;
}

.inplayquotes_overview_bit_reaction_images {
    background: #ddd;
    color: #666;
    font-size: 9px;
    text-transform: uppercase;
    padding: 0 5px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.inplayquotes_overview_bit_reaction_images img {
    width: 16px;
    height: 16px;
}

.inplayquotes_overview_bit_reactions_delete a:link,
.inplayquotes_overview_bit_reactions_delete a:active,
.inplayquotes_overview_bit_reactions_delete a:visited,
.inplayquotes_overview_bit_reactions_delete a:hover {
    background: none;
    color: #0072BC;
    font-size: 9px;
    text-transform: uppercase;
    padding: 0;
}

.inplayquotes_overview_bit_user {
    text-align: right;
    line-height: 15px;
	padding-right: 22px;
	    font-size: 11px;
}




.inplayquotes_overview_bit_user span {
    font-style: italic;
	font-size:8px;

}

.inplayquotes_index {
    width: 100%;
    margin: auto;
    padding: 1px;
}

.inplayquotes_index-headline {
letter-spacing: 7px;
  color: var(--accent);
  font-family: Wolfpack;
  text-align: center;
  font-size: 20px;
  margin-bottom: -20px;
}

.inplayquotes_index-headline a {
  color: var(--highlight);
	}

.inplayquotes_index-headline a:hover {
  color: var(--accent);
	}

.inplayquotes_index-allquotes {
    border-top: 1px solid #fff;
    padding: 6px;
    background: #ddd;
    color: #666;
    text-align: right;
}

.inplayquotes_index_bit {
    padding: 5px 10px;
    align-items: center;
		background: var(--designbgcolorlightest);
}

.inplayquotes_index_bit_avatar {
    position: relative; /* Needed for pseudo-elements */
    width: 80px; /* Adjusted width to account for the border and margin */
    height: 80px; /* Adjusted height to account for the border and margin */
    margin: 10px; /* Margin around the avatar */
}

.inplayquotes_index_bit_avatar img {
    width: 80px; /* Fixed width */
    height: 80px; /* Fixed height */
    display: block; /* Ensures the image takes up the full width and height of the parent */
    object-fit: cover; /* Cover the area without distortion */
    object-position: center; /* Center the image */
}

.inplayquotes_index_bit_avatar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid var(--designlight);
    box-sizing: border-box;
    margin: -10px;
}

.inplayquotes_index_bit_container {
    width: 100%;
}

.inplayquotes_index_bit_quote {
font-size: 11px;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid var(--accent);
  border-top: 1px solid var(--accent);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
 

}

.inplayquotes_index_bit_footer {
 margin-top: -15px;
  margin-right: 30px;
}

 
 
 

.inplayquotes_index_bit_user {
 text-align: right;
  line-height: 15px;
  text-transform: uppercase;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
}

.inplayquotes_index_bit_user a{
	color:var(--hightlight);
	}
	.inplayquotes_index_bit_user a:hover {
		color:var(--accent);
}
.inplayquotes_index_bit_user b {
    text-transform: uppercase;
}

.inplayquotes_index_bit_user span {
    font-style: italic;
}

.inplayquotes_memberprofile {
    margin: auto;
    border: 1px solid #ccc;
    padding: 1px;
}

.inplayquotes_memberprofile-headline {
    background: #0066a2;
    border-bottom: 1px solid #263c30;
    padding: 8px;
}

.inplayquotes_memberprofile-allquotes {
    border-top: 1px solid #fff;
    padding: 6px;
    background: #ddd;
    color: #666;
    text-align: right;
}

.inplayquotes_memberprofile_bit {
    background: #f5f5f5;
    border: 1px solid;
    border-color: #fff #ddd #ddd #fff;
    padding: 5px 10px;
}

.inplayquotes_memberprofile_bit_quote {
    width: 95%;
    margin: auto;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 10px;
}

.inplayquotes_memberprofile_bit_footer {
    text-align: right;
    line-height: 15px;
}

.inplayquotes_memberprofile_bit_footer span {
    text-transform: uppercase;
    font-style: italic;
    font-size: 11px;
}
