/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


html {
    color: #222;

    font-size: 1em;
    line-height: 1.8;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
body {
    font-family: 'Poppins', sans-serif;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
a {
    color: #2b3c2d;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

.heightautobox {
    display: flex;
    flex-flow: wrap;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
.pd-0 {
    padding-right: 0px;
    padding-left: 0px;
}
.pd-r-0 {
    padding-right: 0px;
}
.pd-rl-5 {
    padding-right: 5px;
    padding-left: 5px;
}
.pd-r-5 {
    padding-right: 5px;
}
.pd-l-5 {
    padding-left: 5px;
}
.mb-20 {
    margin-bottom: 10px;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
       * Printing Tables:
       * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
       */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


@media (min-width: 768px) {
    .h-md-100 { min-height: 100vh; }
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.pd-90{
    padding-left: 45px;
    padding-right: 45px;
}

.header-top-bar{
    background-color: #ffffff;
    padding-top: 7px;
    padding-bottom: 5px;
    line-height: 19px;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;

}
.header-top-bar span {
    padding-left: 5px;
}
.header-top-bar a:hover{
    text-decoration: none;
}
.header-logo {
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.23);
    /* padding-top: 20px; */
    /* padding-bottom: 35px; */
    background-size: 42%;
    background-position: center;
    background-image: url(/assets/images/background.png);
    height: 162px;
    display: flex;
    align-items: center;
}
.header-logo img {
    max-width: 650px;
    width: 100%;
    /* padding-top: 20px; */
}
.header-logo .yildiz{
    max-width: 125px;
    /* width: 100%; */
    /* position: absolute; */
    right: 0px;
}
.header-menu {
    margin-bottom: 0px;
    background-color: #28245d;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.header-menu .navbar {
    background-color: #28245d;
    padding: 0px;
}
.header-menu .nav-link {
    color:#fff;
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    padding-top:15px;
    padding-bottom: 15px;
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.header-menu .nav-link:hover {
    background-color: #af956c;
}
.nav-link-active {
    background-color: #af956c;
}
.ytu-journals{
    float: right;
    position: absolute;
    right: 0px;
    background: #af956c;
}
.ytu-journals a.nav-link{
    color: #fff !important;
    font-weight: bold;
}
.top-area {
    background: #fff;
    padding: 10px 0px 0px 0px;
}
.journal-cover a {
}
.journal-cover img {
    width: 100%;
    border:1px solid #e5e5e5;
}
.owl-carousel .owl-item img {
    object-fit: contain !important;
}
.owl-carousel-slider {
    border: 1px solid #e5e5e5;
}
.owl-carousel-slider  .owl-nav {
    margin-top: 0px !important;
}
.owl-carousel-slider .owl-prev, .owl-carousel-slider .owl-next {
    width: 17px;
    height: 34px;
    position: absolute;
    top: 45%;
    display: block !important;
    border:0px solid black;
}
.owl-carousel-slider .owl-prev:hover, .owl-carousel-slider .owl-next:hover {
    background:transparent !important;
}
.owl-carousel-slider .owl-prev {
    left:5px;
}
.owl-carousel-slider .owl-next {
    right:5px;
}
.shortcuts{
    height: 100%;
}
.shortcuts-bg{
    border: 1px solid #e5e5e5;
    background-color: #fff;
    width: 100%;
    height: 100%;
}
.last-issue-text {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding:5px 10px 5px 10px;
    border-bottom: 2px solid #27225b;
    padding: 5px 10px 5px 10px;
    width: max-content;
    margin: 0 auto;
}
.shortcuts-link {
    padding:10px 10px 5px 10px;
}
.shortcuts-link ul {
    margin:0;
    list-style: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 10px;
}
.shortcuts-link ul li::before {
    content: "■";
    color: #2b3c2d;
    font-weight: bold;
    display: inline-block;
    width: 18px;
    position: absolute;
    line-height: 18px;
    top: 11px;
    margin-left: -15px;
    font-size: 15px;
}
.shortcuts-link li {
    border-bottom: 2px dashed rgba(0, 0, 0, 0.10);
    font-size: 14px;
    padding-top: 10px;
    padding-left: 5px;
    position: relative;
    padding-bottom: 10px;
}
.shortcuts-link li:last-child {
    border-bottom: 0px;
}
.shortcuts-link a {
    color:#232020;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.shortcuts-link a:hover {
    text-decoration: none;
    color:#6DA8D8;
    margin-left: 20px;
}
.shortcuts-border {
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}
.shortcuts-form-link  {
    padding: 5px 10px 0px 10px;
}
.shortcuts-form-link a {
    display: block;
    font-size: 13px;
    color:#232020;
    text-decoration: none;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 10px;
    background-color: #F0F0F0;
}
.shortcuts-form-link a:last-child {
    border-bottom: 0px;
}
.shortcuts-form-link i {
    padding-right: 10px;
    font-size: 17px;
    color: #fff;
    padding-left: 10px;
    background-color: #2b3c2d;
    padding-top: 13px;
    margin-right: 5px;
    padding-bottom: 13px;
}
.shortcuts-form-link a:hover {
    color: #fff;
}
.shortcuts-form-link .author-form-icon i, .shortcuts-form-link .author-form-icon:hover{
    background-color: #27225b;
}
.shortcuts-form-link .copyright-form-icon i, .shortcuts-form-link .copyright-form-icon:hover{
    background-color: #2b3c2d;
}
.shortcuts-form-link .icmje-form-icon i,.shortcuts-form-link .icmje-form-icon:hover{
    background-color:#2a3d2d;
}

.search-box {
    border:1px solid #e5e5e5;
    padding:10px 15px;
    margin-top: 10px;
    background-color: #fff;
}
#searchForm {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 0px;
}
#search {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border:0px;
    border-left:1px solid #e5e5e5;
    height: 48px;
}
#search::placeholder{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.btn-search {
    background-color: #2b3c2d;
    color: #fff;
}
.btn-search:hover{
    color: #fff;
}
.quicksearch {
    width: 150px;
    padding-top:5px;

    color:#404040;
}
.quicksearch .dropdown-item {
    font-size: 14px;
    padding:.15rem 1rem;
    color:#404040;
}
.filter-option-inner-inner {
    color:#2b3c2d;
    font-size: 15px;
}
.submit-box {
    font-family: 'Poppins', sans-serif;
    background-color: #2b3c2d;
    border: 1px solid #e5e5e5;
    color: #fff;

    padding:15px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
}
.submit-box span {
    font-weight: bold;
}
.email-box {
    font-family: 'Poppins', sans-serif;
    border:1px solid #e5e5e5;
    background-color: #fff;
    margin-top: 10px;
    padding:15px;
    width: 100%;
    text-align: center;
    color:#818181;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.email-box span {
    color:#575757;
}
.mid-box {
    text-align: center;
    width: max-content;
    width: 100%;
}
.submit-box img, .email-box img {
    width: 100%;
    max-width: 45px;
    padding-right: 5px;
}

.mail-button-submit-button a {
    display: contents;
}
.mail-button-submit-button a:hover {
    text-decoration: none;
}
.content-bg {
    background-color: #fff;
    background-position: left top, left bottom, right top;
    background-repeat: no-repeat;

}

.main-bg{
    margin-top:10px;
    border:1px solid #e5e5e5;
    min-height: 623px;
    padding:30px;
}

.issue-text {
    font-size:22px;
    color:#2b3c2d;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}
.content-title {
    font-size:22px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    color:#2b3c2d;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}
.content {
    font-size: 15px;
    text-align: justify;
    word-break: break-word;
    word-wrap: break-word;
}

.article-category {
    font-family: 'Poppins', sans-serif;

    font-size: 16px;
    color:#1e1e1e;
    margin-bottom: 20px;
    padding-left:10px;
}
.article {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #b8b8b8;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.article-image img
{   border: 2px solid #b6b6b6;
    padding: 3px;
    max-width: 96%;
    width: 100%;
}
.article-category:before {
    content: '';
    width: 10px;
    display: block;
    height: 26px;
    background-color: rgb(175 149 108);
    position: absolute;
    left: 0px;
    top: -1px;
}
.article-title a,.article-title  {
    color:#325a75;
    font-size: 15px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}
.article-title:before {

    background-color: #47b6f0;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    left: -10px;
    top: 9px;
}
.article-title a:hover {
    text-decoration: none;
}
.article-authors {
    color:#3f3f3f;
    text-align: left;
    font-size: 13px;
    margin-top: 10px;
}
.article-instutions{
    color:#3f3f3f;
    text-align: left;
    font-size: 13px;
    margin-top: 10px;
}
.article-authors a {
    color:#3f3f3f;
}
.article-authors a:hover {
    text-decoration: none;
    color: #a6ce39;
}
.article-authors img {
    margin-top:-5px;
}
.article-doi-pages {
    color:#af956c;
    font-size: 13px;
    margin-top: 15px;
}
.article-doi-pages a {
    color: #af956c;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.article-doi-pages span{
    color:#2b3c2d;
}
.article-doi-pages a:hover {
    color:#325a75;
    text-decoration: none;
}
.article-doi-pages span:last-child  {
    padding-left: 10px;
}
.article-doi-pages div {
    color:#000;
}
.article-buttons {
    text-align: right;
    margin-top:20px;
    width: 100%;
    display: block;
}
.article-button {
    display: inline-block;
    border: 1px solid #b6b6b6;
    background-color: #fff;
    text-align: center;
    color:#325a75;
    font-size: 14px;
    padding: 5px;
    min-width: 175px;
    margin-left:15px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.article-button:hover {
    text-decoration: none;
    background-color: #f9f9f9;
    text-decoration: none;
}
.article-button span {
    color:#4db6d4;
}
.article-button img {
    float:right;
    padding-top:2px;
}
.article-abstract {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-align: justify;
    display: block;
    width:100%;
    color:#252525;
    margin-top: 20px;
    line-height: 1.5em;
}

.article-institutions {
    margin-top: 10px;
    font-size: 14px;
    color:#3f3f3f;
}
.article-keywords {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    display: block;
    width: 100%;
}
.article-keywords span {
    font-weight: bold;
}
.border-full {
    height:1px;
    border-top:1px solid #e0e0e0;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: 20px;
}
.owl-carousel-logos {
    margin-top: 10px;
    padding:10px 0px;
}
.owl-carousel-logos .owl-stage {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-content: center;
}
.owl-carousel-logos .item,.owl-carousel-logos a {
    height: 100%;
    justify-content: center;
    display: flex;
    align-content: center;
    flex-wrap: wrap;

}
.owl-carousel-logos{

    border: 1px solid #e5e5e5;
}
.owl-carousel-logos .item {
    padding: 30px;
}
.owl-carousel-logos img{
    max-width: 100%;
    width: auto !important;
    max-height: 50px;


}
.footer-bg{
    border: 1px solid #e5e5e5;
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 13px;
    color:#737373;
}
.footer-bg a{
    color:#737373;
}
.footer-bg a:hover {
    color:#ab2838;
    text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .last-issue-text {
        font-size: 14px;
    }
    .header-menu .nav-link {
        font-size: 13px;
        padding-left:5px;
        padding-right:5px;
    }
    .shortcuts-link {
        padding: 5px 10px 5px 10px;
    }
    .shortcuts-form-link {
        padding: 3px 10px 3px 10px;

    }
    .shortcuts-link li {
        font-size: 13px;
    }
    .shortcuts-form-link a {
        font-size: 13px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .main-bg {
        padding: 15px;
        overflow: hidden;
    }
    .owl-carousel-slider {
        margin-top: 10px;
    }
    .submit-box, .email-box{
        padding:7px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .main-bg {
        padding: 15px;
        overflow: hidden;
    }
    .owl-carousel-slider {
        margin-top: 10px;
    }
    .submit-box, .email-box{
        padding:7px;
        font-size: 15px;
    }
    .article-button {
        min-width: 140px;
        margin-left: 5px;
    }
}
@media (max-width: 575.98px) {
    .article-button {
        min-width: 100%;
        margin-bottom: 5px;
        margin-left: 0px;
        text-align: left;
    }
    .shortcuts-bg {
        margin-right: 15px;
    }
    .last-issue-text {
        font-size: 14px;
    }
    .shortcuts-link li {
        font-size: 13px;
    }
    .shortcuts-form-link a {
        font-size: 13px;
    }
    .owl-carousel-slider {
        margin-top: 10px;
    }
    .shortcuts-link {
        padding: 10px 10px 10px 10px;
    }
    .shortcuts-form-link {
        padding: 10px 10px 10px 10px;

    }
}

.card-body {
    padding: 0.75rem;
    margin-top: 5px;
}
.card {
    margin-top: 7px;
}
.Articlesayfa h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #2b3c2d;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
    margin-bottom: 5px;
}

.archive-box {
    display: block;
    text-align: -webkit-center;
    border: 1px solid #e5e5e5;
    padding: 20px 0px 10px 0px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 90%;
    text-decoration: none;
}
.archive-box a:hover {
    text-decoration: none;
}
.archive-box span {
    color:#000;
}
.archive-box img {
    width: 100%;
    padding-bottom: 10px;
    max-width: 110px;
    clear: both;
    display: block;
}
.archive-year h2 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 5px solid #af956c;
    width: max-content;
    font-size: 1.8rem;
}
.article .article-buttons {
    margin-top: 5px;
}
.article-fulltext-title {
    font-size: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    color: #6DA8D8;
    display: block;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}
.article h4{
    font-size: 17px !important;
}
.tag-link {
    font-size: 13px;
    display: block;
}
.article-number{
    font-weight: normal;
    color: #af956c;
    font-family: 'Poppins', sans-serif;
}
#fullTextTr b,#fullTextEn b {
    color: #ab2838;
    font-size: 17px;
}

form #contactformspam{ display:none; }


.pagination {
    justify-content: center;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color:#6DA8D8;
    border-color: #6DA8D8;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height:initial;
    color: #3084b7;
    background-color: #fff;
    font-size: 12px;
    border: 1px solid #dee2e6;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.impact-box {
    border: 2px solid #000;
    padding: 10px;
    text-align: center;
    width: fit-content;
    float:right;
}

.impact-text {
    line-height: 1em;
    font-size: 1.1em;
    font-weight: 700;
    display: block;
}
.impact-factor {
    padding-top: 5px;
    line-height: 1em;
    color: #ed3833;;
    font-size: 1.3em;
    font-weight: bold;
    display: block;
}
.impact-alt-text {
    line-height: 0.7em;
    font-size: 0.7em;
}
@media (min-width: 768px) {
    .container {
        max-width: 720px !important;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px !important;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1000px !important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px !important;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1300px !important;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1400px !important;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1400px !important;
    }
}
@media (min-width: 1800px) {
    .container {
        max-width: 1400px !important;
    }
}
@media (min-width: 1900px) {
    .container {
        max-width: 1400px !important;
    }
}
@media (min-width: 2000px) {
    .container {
        max-width: 1400px !important;
    }
}

.metrics-box {
    padding: 10px 10px;
}
.metrics {
    font-size: 13px;
    line-height: 23px;
    width: 100%;
    color: #41adef;
}
.metrics span{
    color: #090909;
}
.metrics td {
    width: 33%;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color:transparent;
    border-top:0px;
}

.editor-card{
    font-size: 13px;
    color: #212121;
    background-color: #f5f5f59e;
    margin-top: 10px;
    margin-bottom: 10px;
}
.editor-card .card-body{
    margin-top: 0px;
    padding: 0.35rem 0.75rem;
}
.editor-card .img-square-wrapper img{
    width: 100%;
    max-width: 120px;
    min-width: 120px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.editor-card a{
    color: #2b3c2d;
}
.editor-card .author-name{
    font-size: 15px;
    color: #2b3c2d;
}
.editor-card .author-name img{
    margin-top: -3px;
}

.list-group-item{
    background-color: #fff;
    border: 1px solid rgb(255 255 255 / 21%);
    background: #2b3c2d;
    color: #fff !important;
}
.list-group-item a{
    color: #fff;
}
.list-group-item a:hover{
    color: #fff;
}