.bg-muted {
    background-color: #4c4c4c !important;
}

.text-muted {
    color: #4c4c4c !important;
}

.border-muted {
    border: 1px solid #edededc2 !important;
}

.bg-primary {
    background: #1cb6e1 !important;
}
.bg-primary {
    background-color: #1cb6e1 !important;
}
.bg-dark-trans {
    background: rgba(0, 0, 0, 0.5);
}

.text-primary {
    color: #1cb6e1 !important;
}

.banner-container img {
    width: 100%;
}

.nav .dropdown {
    border-top: 3px solid #1cb6e1 !important;
}

.after-none::after {
    display: none !important;
}

.text-white {
    color: white !important;
}
.txt-comment {
    border-left: 2px solid black;
    padding: 5px;
}

header .world::after {
    color: white !important;
}

.card {
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0.375rem;
    background-color: #fff;
    background-clip: border-box;
}

.card-body {
    min-height: 1px;
    padding: 1.5rem;
    flex: 1 1 auto;
}

.font-weight-bold {
    font-weight: 700;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-18 {
    font-size: 18px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-23 {
    font-size: 23px !important;
}

.w-80 {
    width: 80%;
}
.m-auto {
    margin: 0 auto;
}

.list-line-posts
    .owl-wrapper
    .owl-theme
    .owl-controls
    .owl-buttons
    div.owl-prev {
    margin-left: 0px;
}

.list-line-posts
    .owl-wrapper
    .owl-theme
    .owl-controls
    .owl-buttons
    div.owl-next {
    margin-right: -11px;
}

.sidebar-sub {
    width: 100%;
    z-index: 100000 !important;
    position: fixed;
    top: 0;
    left: -100%;
    transition: all 0.1s ease-in-out;
    height: 100vh;
    overflow-y: scroll;
    background: linear-gradient(#e8e8e8, #ffffff);
    background-color: red;
}

.active-subsidebar {
    left: 0;
}

.float-showsidebar {
    display: none;
    right: 50px;
    top: 13px;
    z-index: 10;
}

.closeSidebar {
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.round-0 {
    border-radius: 0 !important;
}

.title-section h1 span {
    border-bottom: 1px solid #1cb6e1;
}

.home-category-header {
    background: #f0f0f0;
    border-left: 3px solid #1cb6e1;
    padding: 8px 15px 11px;
}

.quote {
    padding: 65px;
    background: #f4f4f4;
    /* border-radius: 20px; */
    text-align: center;
    font-weight: bold;
    color: black;
    position: relative;
    border-left: 5px solid #e80000;
    /* border-right: 5px solid #18B8E5; */
}

.quote-left {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 30px;
}

.quote-right {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
}
.related-news .owl-controls {
    display: none !important;
}

/* all news */
.search-container .select2-container--default .select2-selection--single {
    border: 1px solid #aaaaaa4f !important;
    height: 34px !important;
    width: 120px !important;
}

.search-container.select2-dropdown {
    width: 120px !important;
}

.img-caption {
    margin-top: -17px !important;
}

/* sidebar recent popular active မှာ dark  ပြောင်း */
.tab-posts-widget li.active a {
    background-color: #172b4d !important;
    color: white !important;
}

@media only screen and (max-width: 900px) {
    /* header {
    display: none !important;
  } */

    .float-showsidebar {
        display: inline !important;
        position: fixed;
    }

    /* all news */
    .search-container .select2-container--default .select2-selection--single {
        border: 1px solid #aaaaaa4f !important;
        height: 34px !important;
        width: 100% !important;
    }

    .search-container .select2-container {
        width: 100% !important;
        margin-top: 5px;
    }

    .search-container.select2-dropdown {
        width: 100% !important;
    }
}
