
/* Works on Chrome, Edge, and Safari */
.section-about *::-webkit-scrollbar {
    width: 12px;
}

.section-about *::-webkit-scrollbar-track {
    background: #2E3136;
}

.section-about *::-webkit-scrollbar-thumb {
    background-color: #212428;
    border-radius: 20px;
    border: 3px solid #2E3136;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;

}

.collapse-container {

    height:500px;
}

.go-to-top {
    display:none;
    position: fixed;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #ddd;
    opacity: 0.4;
    right: 0;
    text-align: center;
    cursor: pointer;
    margin-right: 25px;
}

.go-to-top:hover {
    opacity:1;
    transition:.3s
}

.go-to-top-pointer {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #666;
    position: relative;
    /* top: -6px; */
    margin: auto;
    top: 13px;
}


.collapse-expand-bar {
    width: 100%;
    height: 40px;
    z-index: 1000000;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), #222);
    text-align: center;
    color: #FFB700;
    font-weight: bold;
    padding: 7px;
    cursor: pointer;
}

.collapse-expand-bar:hover {
    box-shadow: -35px 3px 18px #555;
    background: linear-gradient(to bottom, rgba(112, 112,112, 0.8), #222);
    transition: .3s
}

/* =Editor Stylesheet
--------------------------------------------- */
.entry-content {
    line-height: 1.625;
    color: #fff;
    text-align: justify;
}

.entry-content a {
    color: #FFB700;
}

.entry-content a:hover {
    border-bottom: 1px solid #FFB700
}

.entry-content p {
    margin-bottom: 15px
}

.entry-content p:last-child {
    margin-bottom: 0
}

.entry-content strong, .entry-content b, .entry-content strong a, .entry-content b a {
    font-weight: 700
}

.entry-content ol, .entry-content ul {
    margin: 0 0 15px 15PX;
    padding: 0;
    list-style: inherit
}

.entry-content ol li, .entry-content ul li {
    list-style-type: inherit;
    list-style-position: inside;
    margin-bottom: 10px
}

.entry-content ol li {
    list-style-type: decimal
}

.entry-content ol li:last-child, .entry-content ul li:last-child {
    margin-bottom: 0
}

.entry-content blockquote, .entry-content blockquote::before {
    color: #999;
}
/*.entry-content blockquote {margin: 40px 40px 24px; }*/
.entry-content blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -15px;
    position: relative;
    top: -15px;
}

.entry-content cite {
    font-style: normal;
}

.entry-content figure {
    max-width: 100%;
}
/* Headings
--------------------------------------------- */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px;
}

.entry-content li h1, .entry-content li h2, .entry-content li h3, .entry-content li h4, .entry-content li h5, .entry-content li h6 {
    display: inline-block
}

/* Tables
--------------------------------------------- */
.entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    border: 1px solid #eee;
    display: table;
    width: auto;
    max-width: 100%;
    margin: 0 auto 20px
}
/*.entry-content table tr:nth-child(even) {background: #F9F9F9}*/
.entry-content tbody {
    border-bottom: 1px solid #eee;
}

.entry-content th, .entry-content td {
    text-align: left;
    padding: 5px 10px;
    border-right: 1px solid #eee;
    vertical-align: middle;
}

.entry-content th {
    font-weight: bold;
    text-transform: uppercase;
}

.entry-content td {
    border-top: 1px solid #eee
}
/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/*.entry-content *{margin-bottom: 10px}*/
.entry-content img.centered, .entry-content .aligncenter {
    margin: 0 auto 15px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.entry-content img.alignnone {
    margin-bottom: 12px;
}

.entry-content .alignleft {
    float: left;
    text-align: left;
}

.entry-content .alignright {
    float: right;
    text-align: right;
}

.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

.entry-content img.alignright, .entry-content .wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
    text-align: center;
    margin-top: 5px;
    font-style: italic;
}

.bg-section {
    background-color: rgb(33 36 40 / 90%);
    border-radius: 12px;
    overflow: hidden;
}

.section-about {
    display: none;
}

.section-about .entry-content {
    background-color: #2E3136;
    border-radius: 0 6px 6px 6px;
}

/*.section-about .entry-content .overflow-scroll {
    max-height: 1066PX;
    overflow-y: scroll;
}*/

#toc_container .toc_list li a {
    font-size: 13px;
    font-weight: 700;
    padding: 9px 20px;
    border-radius: 6px 0 0 6px;
    display: block;
    color: #717983;
}

#toc_container .toc_list li a.active, #toc_container .toc_list li a:hover {
    background-color: #2E3136;
    color: #FFB700
}

#toc_container .toc_list ul {
    padding-left: 15px;
}

.match_events *, .section-about .entry-content * {
    scrollbar-width: thin;
    scrollbar-color: #1B2A50 #2E3136;
}
/* Works on Chrome, Edge, and Safari */
.section-about *::-webkit-scrollbar {
    width: 12px;
}

.section-about *::-webkit-scrollbar-track {
    background: #2E3136;
}

.section-about *::-webkit-scrollbar-thumb {
    background-color: #212428;
    border-radius: 20px;
    border: 3px solid #2E3136;
}

#footer {
    font-size: 16px;
    color: #dab777;
}

ul#menu-footer li a {
    font-size: 18px;
    padding: 0 0.5rem
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}





@media (min-width: 1600px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

@media (max-width: 1600px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
    .go-to-top {
        top: 760px;
        z-index: 999;
    }
}
@media (max-width: 980px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
   
}
@media (max-width: 740px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}
@media (max-width: 560px) {
    .container, .container-sm {
        max-width: 540px;
    }

    .go-to-top {
        top: 560px;
        z-index: 999;
    }
}







