* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}


#w3lDemoBar.w3l-demo-bar {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 40px 5px;
    padding-top: 70px;
    margin-bottom: 70px;
    background: #0D1326;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

#w3lDemoBar.w3l-demo-bar a {
    display: block;
    color: #e6ebff;
    text-decoration: none;
    line-height: 24px;
    opacity: .6;
    margin-bottom: 20px;
    text-align: center;
}

#w3lDemoBar.w3l-demo-bar span.w3l-icon {
    display: block;
}

#w3lDemoBar.w3l-demo-bar a:hover {
    opacity: 1;
}

#w3lDemoBar.w3l-demo-bar .w3l-icon svg {
    color: #e6ebff;
}

#w3lDemoBar.w3l-demo-bar .responsive-icons {
    margin-top: 30px;
    border-top: 1px solid #41414d;
    padding-top: 40px;
}

#w3lDemoBar.w3l-demo-bar .demo-btns {
    border-top: 1px solid #41414d;
    padding-top: 30px;
}

#w3lDemoBar.w3l-demo-bar .responsive-icons a span.fa {
    font-size: 26px;
}

#w3lDemoBar.w3l-demo-bar .no-margin-bottom {
    margin-bottom: 0;
}

.toggle-right-sidebar span {
    background: #0D1326;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #e6ebff;
    border-radius: 50px;
    font-size: 26px;
    cursor: pointer;
    opacity: .5;
}

.pull-right {
    float: right;
    position: fixed;
    right: 0px;
    top: 70px;
    width: 90px;
    z-index: 99999;
    text-align: center;
}

.bullet-points {
    color: #6c757d;
    font-size: 18.5px;
    line-height: 32px;
}

.extra-mr {
    margin-left: 7rem;
}

/* ============================================================
RIGHT SIDEBAR SECTION
============================================================ */


#right-sidebar {
    width: 90px;
    position: fixed;
    height: 100%;
    z-index: 1000;
    right: 0px;
    top: 0;
    margin-top: 60px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow-y: auto;
}


/* ============================================================
RIGHT SIDEBAR TOGGLE SECTION
============================================================ */

.hide-right-bar-notifications {
    margin-right: -300px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog-nav {}

.blog-nav-type-1 {
    display: flex;
    justify-content: center !important;
}

.blog-nav-type-2 {
    display: none;
    justify-content: center !important;
}

.blog-nav-type-3 {
    display: none;
    justify-content: center !important;
    margin-top: 20px;
}

.blog-nav-type-4 {
    display: none;
}

.blog-nav-item {
    font-size: 15px !important;
    font-weight: bold !important;
    width: 150px !important;
    padding: 8px 4px;
    border: 1px solid #000000 !important;
    border-radius: 50px;
    margin: 0px 10px !important;
    cursor: pointer !important;
}

.blog-nav-item:hover {
    border: 1px solid #3A8DFD !important;
    color: #3A8DFD !important;
}

.blog-nav-item-active {
    background: #3A8DFD !important;
    border: 1px solid #3A8DFD !important;
    color: white !important;
}

.blog-nav-item-active:hover {
    color: #0d47a1 !important;
}

.blog-post-slide {
    margin-bottom: 30px !important;
}

.blog-post-slide>img {
    border-radius: 10px 10px 0px 0px !important;
    max-height: 190px;
}

.blog-post-slide-text {
    font-size: 15px;
    text-align: justify !important;
    line-height: 20px;
    font-weight: bold;
    min-height: 60px !important;
}

.blog-post-slide-date {
    color: #A7B2BB !important;
    font-size: 13px !important;
    font-weight: bold !important;
    margin-top: 10px !important;
}

.blog-post-img-frame {
    height: 190px !important;
    text-align: center !important;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px !important;
    border-radius: 10px 10px 0px 0px !important;
    overflow-y: hidden !important;
}

.blog-post-img-frame>img {
    padding-top: 2px !important;
}

.blog-nav-action {
    font-size: 15px;
    font-weight: bold;
}






.select-menu-123 {
    max-width: 330px;
    margin: 5px auto 50px auto;
}

.select-btn-123 {
    display: flex;
    height: 55px;
    background: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 8px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.options-123 {
    position: absolute;
    width: 330px;
    overflow-y: auto;
    max-height: 295px;
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
}

.options-123>.option-123 {
    display: flex;
    height: 55px;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 8px;
    align-items: center;
    background: #fff;
}

.options-123>.option-123:hover {
    background: #f2f2f2;
}

.options-123>.option-123>i {
    font-size: 25px;
    margin-right: 12px;
}

.options-123>.option-123>.option-text-123 {
    font-size: 18px;
    color: #333;
}

.select-btn-123>i {
    font-size: 25px;
    transition: 0.3s;
}

.select-menu-123.active>.select-btn-123>i {
    transform: rotate(-180deg);
}

.select-menu-123.active>.options-123 {
    display: block;
    opacity: 0;
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
}


@keyframes fadeInUp {
    from {
        transform: translate3d(0, 30px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    to {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
}

@media (max-width:1034px) {
    .blog-nav-type-1 {
        display: none;
    }

    .blog-nav-type-2 {
        display: flex;
    }

    .blog-nav-type-3 {
        display: flex;
    }

    .blog-nav-type-4 {
        display: none;
    }
}


@media (max-width:592px) {
    .blog-nav-type-1 {
        display: none;
    }

    .blog-nav-type-2 {
        display: none;
    }

    .blog-nav-type-3 {
        display: none;
    }

    .blog-nav-type-4 {
        display: block;
        margin-top: 40px !important;
    }
}

@media (min-width:592px) and (max-width: 768px) {
    .blog-nav {
        margin-top: 40px !important;
    }
}


@media (max-width: 992px) {
    #w3lDemoBar.w3l-demo-bar a.desktop-mode {
        display: none;

    }
}

@media (max-width: 767px) {
    #w3lDemoBar.w3l-demo-bar a.tablet-mode {
        display: none;

    }
}

@media (max-width: 568px) {
    #w3lDemoBar.w3l-demo-bar a.mobile-mode {
        display: none;
    }

    #w3lDemoBar.w3l-demo-bar .responsive-icons {
        margin-top: 0px;
        border-top: none;
        padding-top: 0px;
    }

    #right-sidebar,
    .pull-right {
        width: 90px;
    }

    #w3lDemoBar.w3l-demo-bar .no-margin-bottom-mobile {
        margin-bottom: 0;
    }
}