.bg-primary {
    background-color: #FF0080 !important;
}

.list-group-item.active {

    background-color: #FF0080 !important;
    border-color: #FF0080 !important;
}

.two_lines_red_blue {
    height: 8px;
}

.img_content_page_product {
    width: 100%; max-width: 400px;
}


.btn-primary {
  color: #fff;
  background-color: #FF0080;
  border-color: #FF0080;
}
.btn-primary:hover {
  color: #fff;
  background-color: #FF0080;
  border-color: #FF0080;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #FF0080;
  border-color: #FF0080;
  box-shadow: 0 0 0 0.25rem rgb(154, 0, 73);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #FF0080;
  border-color: #FF0080;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgb(125, 0, 57);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #FF0080;
  border-color: #FF0080;
}

.text-primary {
    color: #FF0080 !important;
}

.text-secondary {
    color: #f7f7f7 !important;
}

.border-primary {
    border-color: #FF0080 !important;
}

.menu {

}

.menu img {
    max-width: 50px;
    width: 100%;
}

.app-container {
    margin-top: 100px;
    margin-bottom: 100px;
}

.img_modal_header {
    width: 70px;
}

.img_league_activation_ratin {
    width: 30px;
}

.img_rating_news_message {
    width: 30px;
}

.img_stageslist_ratin {
    width: 25px;
}

.img_stageslist_crown {
    width: 50px;
}

.img_rankings_top_rating {
    width: 5em;
}

.img_rankings_rating_history_big {
    width: 1.7em;
}

.img_rankings_rating_history_small {
    width: 1.5em;
}

.img_rating_top_menu {
    width: 25px;
}

.ck-editor__editable[role="textbox"] {
    /* editing area */
    min-height: 200px;
}
.ck-content .image {
    /* block images */
    max-width: 80%;
    margin: 20px auto;
}

.fr-emoticon-img {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -.1em .1em .1em;
    line-height: 1;
    vertical-align: middle;
}

.fr-emoticon {
    width: 24px;
    height: 24px;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
}

.app_margin_top_100{
    margin-top: 100px;
}

.app_margin_top_300{
    margin-top: 300px;
}

.news_likes_icons{
    width: 2em;
    cursor: pointer;
}

.news_likes_spiner{
    width: 1.8rem;
    height: 1.8rem;
}

#txtmeButtonWrapper{
    bottom: 85px !important;
}

.topapp_title_container{
    overflow: hidden;
}

.social_icons_home{
    width: 4em;
}

.social_icons_home_top{
    width: 3em;
}

.social_icons_home_top_mobile{
    width: 2em;
}

#tidio-chat-iframe{
    inset: auto auto 70px 0px !important;
}

.btn-outline-primary {
    --bs-btn-color: #FF0080 !important;
    --bs-btn-border-color: #FF0080 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #FF0080 !important;
    --bs-btn-hover-border-color: #FF0080 !important;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #FF0080 !important;
    --bs-btn-active-border-color: #FF0080 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #FF0080 !important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #FF0080 !important;
    --bs-gradient: none;
}

.textarea_comments{
    /* box-sizing: padding-box; */
    overflow:hidden;
    display:block;
    resize: none;
}
.link-primary {
    color: #FF0080 !important;
}
.link-primary:focus, .link-primary:hover {
    color: #000000 !important;
}