<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "../libs/jqvmap/dist/jqvmap.min.css";
@import "../fontawesome/font-awesome.min.css";
@import "../fontawesome/font-awesome-animation.min.css";
@import "../libs/dropzone/dropzone.min.css";
@import "filebob.css";
@import "filebob-vendors.css";
.help-block {
    color: red;
}

a {
    color: var(--color_1);
}

a:hover {
    color: var(--color_2)
}

label {
    margin-bottom: .5rem
}
.btn:focus {
    box-shadow: 0 0 0 0.25rem rgb(187 187 187 / 25%) !important;
}

.navbar-light .navbar-toggler-icon {
    color: #ffffff;
}

.flb_pages_navbar {
    height: 70px;
}

.flb_pages_navbar .btn {
    text-transform: uppercase;
}

.filebob-uploader-out,.filebob-uploader-out2 {
    background-size: 467px 711px;
    color: #fff;
    padding: 100px 30px 100px;
    text-align: center;
}

.filebob-home-text .animated_icon {
    width: 120px;
    height: 120px;
    margin-bottom: 1em;
    color: #ffffff;
}

.filebob-home-text .filebob-big-title,
.filebob-home-text .filebob-description {
    margin: 0;
    font-size: 3em;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .25)
}

.filebob-home-text .filebob-description {
    font-size: 22px;
    margin: 15px 0;
    font-weight: 200
}

.uploaded-success {
    margin-top: 2em
}

.filebob-home-text .filebob-strat-uploading {
    margin: 20px 0;
    font-size: 16px;
    text-transform: uppercase;
    min-height: 50px;
    line-height: 1.5;
    height: auto;
    text-align: center;
    letter-spacing: 2px;
    padding: 12px 30px
}

.filebob-home-modal .modal {
    padding-right: 0!important;
    border-radius: 0;
}

.img-responsivee {
    width: 130px;
    height: 120px;
    margin-bottom: 1.3rem;
}

.filebob-modal-open {
    height: 100%;
    width: 100%;
    position: absolute;
}

.filebob-reset-button a {
    color: #232e3c;
    font-weight: 300;
    text-decoration: none
}

.filebob-reset-button .icon {
    stroke-width: 1
}

.filebob-reset-button a:hover {
    text-decoration: none
}

.filebob-home-modal .modal-body {
    padding: 0 1.5em 1.5em
}

.filebob-home-modal .modal-content {
    background-color: #fff;
    border-radius: 0
}

.filebob-home-modal .modal-header {
    border-bottom: 0!important;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.filebob-home-modal .modal-title {
    font-size: .7rem;
    font-weight: 300;
    line-height: 1.3333333;
    text-transform: uppercase
}

.filebob-home-modal .modal-dialog-centered {
    display: block!important;
    pointer-events: all
}

.filebob-home-modal .modal-full-width {
    max-width: 100%;
    margin: 0!important
}




.number_li_1, .number_li_2, .number_li_3, .number_li_4 {
    flex: 1;
    min-width: 100px;
    border-right: 1px solid #f2f2f2;
    box-sizing: border-box; /* Ensure padding and border are included in element's total width and height */
}

.number_li_4 {
    border-right: 0;
}

.dataDown {
    position: relative;
    bottom: 35px;
    background: #fff;
    z-index: 99;
    border-radius: 4px;
    max-width: 100%; /* Ensure the container does not exceed the width of the viewport */
}

.statistical_content {
    width: 1250px;
    margin: 0px auto; 
}

.dataDown ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: space-between; /* Ensures even spacing between items */
    max-width: 100%; /* Ensure the container does not exceed the width of the viewport */
}

.dataDown ul li {
    flex: 1;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box; /* Ensure padding and border are included in element's total width and height */
    max-width: 100%; /* Ensure the item does not exceed the width of the viewport */
}

.number_name {
    font-size: 16px;
    color: #535353;
    margin-top: 4px;
}

.dataDown span {
    font-size: 20px;
    color: #333;
    font-family: 'Inter Bold';
}

.index_number {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    display: inline;
}

.number_line {
    text-align: center;
    width: 32px;
    height: 2px;
    display: inline-block;
}

.blue_line {
    background: #0955a4;
}

.number_div {
    line-height: 2px;
    margin-bottom: 10px;
    margin-top: 4px;
}

.red_line {
    background: #d8882b;
}

@media (max-width: 1025px) {
    .dataDown ul li {
        flex: 1 1 50%; /* Each item will take 50% of the container's width */
        border-right: 0;
        padding-top: 15px;
        max-width: 100%; /* Ensure the item does not exceed the width of the viewport */
    }

    .number_li_4 {
        border-bottom: 0;
    }
}

@media (max-width: 480px) {
    .dataDown ul li {
        border-right: 0;
        padding-top: 15px;
        max-width: 100%; /* Ensure the item does not exceed the width of the viewport */
    }

    .number_li_4 {
        border-bottom: 0;
    }
}





@media (min-width:1025px) {
    .navbar-expand-md .navbar-collapse {
        width: auto;
        flex: 0 auto
    }
}

@media (max-width:767.98px) {
    .d-mobile-none {
        display: none!important
    }
    .filebob-home-text .filebob-big-title {
        font-size: 2em
    }
    .empty {
        margin-top: 100px
    }
    .flb_download_button {
        margin-top: 1rem;
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width:575.98px) {
    .d-mobile-none {
        display: none!important
    }
    .filebob-home-text .filebob-big-title {
        font-size: 1.9em
    }
    .filebob-main-upload-section .filebob-uploder-place .filebob-upload-icon {
        max-width: 120px!important
    }
    .filebob-main-upload-section .filebob-uploder-place h3 {
        font-size: 16px!important
    }
    .filebob-main-upload-section .filebob-uploder-place p {
        font-size: 11px!important
    }
    .filebob-home-modal .modal-title,
    .filebob-reset-button a {
        font-size: 10px
    }
    .error-icon-image img,
    .success-icon-image img {
        width: 40px!important;
        height: 40px!important;
        margin-top: 1em
    }
    .error-icon-image h3,
    .success-icon-image h3 {
        font-size: 18px!important
    }
    .error-icon-image p,
    .success-icon-image p {
        font-weight: 200!important;
        font-size: 12px!important
    }
    .filebob-main-upload-section {
        padding-top: 1em!important
    }
    .filebob-home-text .animated_icon {
        width: 90px;
        height: 90px
    }
    .empty {
        margin-top: 100px
    }
    .share-buttons {
        text-align: center!important
    }
    .flb_download_button {
        margin-top: 1rem;
        flex: 0 0 auto;
        width: 100%;
    }
}

.filebob-main-upload-section {
    margin: 0 auto;
    position: relative
}

@media only screen and (max-width:1025px) {
    .filebob-main-upload-section {
        padding-top: 50px
    }
}

.filebob-main-upload-section .filebob-uploder-place {
    position: relative;
    padding: 40px 0 50px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media only screen and (max-width:1025px) {
    .filebob-main-upload-section .filebob-uploder-place {
        padding: 20px 0 29px;
        margin-bottom: 60px
    }
}

.filebob-main-upload-section .filebob-uploder-place .filebob-upload-icon {
    max-width: 150px;
    margin: 0 auto
}

@media only screen and (max-width:1025px) {
    .filebob-main-upload-section .filebob-uploder-place .filebob-upload-icon {
        max-width: 140px
    }
}

.filebob-main-upload-section .filebob-uploder-place h3 {
    color: #0e2431;
    font-size: 26px;
    line-height: 32px
}

@media only screen and (max-width:1025px) {
    .filebob-main-upload-section .filebob-uploder-place h3 {
        font-size: 21px
    }
}

.filebob-main-upload-section .filebob-uploder-place h3 span {
    color: var(--color_2);
    text-decoration: underline
}

.filebob-main-upload-section .filebob-uploder-place p {
    line-height: 22px;
    font-size: 18px;
    color: rgba(14, 36, 49, .5)
}

@media only screen and (max-width:1025px) {
    .filebob-main-upload-section .filebob-uploder-place p {
        font-size: 15px;
        line-height: 10px
    }
}

.filebob-uploader-area .filebob-card {
    text-align: center;
    background: #fff;
    border: 1px solid rgb(193 193 193/40%);
    padding: 30px;
    color: #0e2431;
    font-size: 18px;
    border-radius: 0;
    height: 350px;
    position: relative
}

.filebob-uploader-area .filebob-remove {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px
}

.filebob-uploader-area .progress {
    height: 30px;
    border-radius: 0
}

.filebob-uploader-area .filebob-upload-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 1em
}

.filebob-uploader-area .filebob-files-upload {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.filebob-uploader-area .form-control {
    font-size: 12px;
    border-radius: 0;
    background: #e7f4ff;
    color: #000
}

.filebob-uploader-area .filebob-files-upload .filebob-files-name {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1em
}

.filebob-uploader-area .filebob-files-upload .progress {
    margin-top: 9px
}

.filebob-uploder-progress .btn-view {
    margin-top: 1em;
    width: 100%
}

.filebob-uploader-out .filebob-uploder-out-place {
    height: 100%;
    width: 100%
}

.upload-more {
    cursor: pointer
}

.fade-in {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s
}

.error-icon-image,
.success-icon-image {
    margin-bottom: 1em
}

.error-icon-image img,
.success-icon-image img {
    width: 70px;
    height: 70px;
    margin-bottom: 1em
}

.error-icon-image h3,
.success-icon-image h3 {
    font-size: 24px
}

.error-icon-image p,
.success-icon-image p {
    font-weight: 300
}

.swal-overlay--show-modal .swal-modal {
    will-change: auto!important
}

.swal-footer {
    text-align: center!important;
    margin-bottom: 20px!important
}

.form-group {
    margin-bottom: 1rem
}

.form-control {
    padding: .6375rem .75rem
}

.form-control:focus {
    color: inherit;
    background-color: #fff;
    border-color: var(--color_1);
    outline: 0;
    box-shadow: none
}

.btn-pd {
    padding: .6375rem 1.4rem!important
}

.bg-primary {
    background: #17a2b8 !important;
}

.btn-install {
    background-color: #2862b3;
    border-color: #2862b3;
    color: #ffffff;
}

.btn-install:hover {
    background-color: #2862b3;
    border-color: #2862b3;
    color: #ffffff;
    opacity: .9;
}

.btn-primary {
    background-color: var(--color_1);
    border-color: var(--color_1);
    color: #ffffff;
}

.btn-primary:hover {
    background-color: var(--color_1);
    border-color: var(--color_1);
    color: #ffffff;
    opacity: .9;
}

.btn-primary:focus {
    border-color: var(--color_1) !important;
}

.alert {
    background-color: #fff
}

.note {
    padding: 19px;
    border-radius: 6px;
    margin-bottom: 1em
}

.note-danger {
    background-color: #f9a3a3;
    border-color: #f9a3a3;
    border-left: 5px solid #ca5353;
    color: #4e0000
}

.note-info {
    background-color: #2196f3;
    border-color: #2196f3;
    border-left: 5px solid #025698;
    color: #fff
}

.note-success {
    background-color: #8aef9a;
    border-color: #013a0b;
    border-left: 5px solid #27b33e;
    color: #124e1c
}

.note-warning {
    background-color: #ffcb8a;
    border-color: #ffcb8a;
    border-left: 5px solid #f58700;
    color: #000
}

.note-primary {
    background-color: #515be0;
    border-color: #515be0;
    border-left: 5px solid #040f9c;
    color: #fff
}

.fsgred {
    color: red
}

.success-icon-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px;
    background: #129e16;
    color: #fff;
    border-bottom-right-radius: 10px
}

.error-icon-box .icon,
.success-icon-box .icon {
    width: 25px;
    height: 25px
}

.box-is-success {
    border: 2px solid #129e16!important
}

.error-icon-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px;
    background: #b8030c;
    color: #fff;
    border-bottom-right-radius: 10px
}

.box-is-error {
    border: 2px solid #b8030c!important
}

.remove-icon {
    position: absolute;
    right: 12px;
    top: 5px;
    cursor: pointer;
    color: var(--color_1);
}

.remove-icon:hover {
    color: #b8030c
}

.filebob__setup {
    margin-left: 8px;
    font-size: 25px;
    font-weight: 300;
    padding: 9px
}

.pagination .page-item {
    margin-right: .5em;
    margin-left: .5em
}

.gallery-image {
    height: 230px
}

.text-right {
    text-align: right!important
}

.sharelink {
    box-shadow: rgba(35, 46, 60, .04) 0 2px 4px 0;
    border: 1px solid rgba(101, 109, 119, .16);
    background-color: #fff!important
}

.page-header {
    margin: 0!important
}

.view_image_footer {
    box-shadow: inset 0 1px 0 0 rgba(101, 109, 119, .16)
}

.image_inputs {
    background: #e9f2fd;
    padding: 25px;
    border-radius: 5px
}

.share-buttons {
    display: none;
    text-align: right;
    margin-bottom: 25px
}

.resp-sharing-button__icon,
.resp-sharing-button__link {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: .5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: .5em .75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: .4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
    background-color: #3a80c1
}

.resp-sharing-button--google {
    background-color: #dd4b39
}

.resp-sharing-button--google:hover {
    background-color: #c23321
}

.resp-sharing-button--email {
    background-color: #777
}

.resp-sharing-button--email:hover {
    background-color: #5e5e5e
}

.resp-sharing-button--xing {
    background-color: #1a7576
}

.resp-sharing-button--xing:hover {
    background-color: #114c4c
}

.resp-sharing-button--hackernews {
    background-color: #f60
}

.resp-sharing-button--hackernews:focus,
.resp-sharing-button--hackernews:hover {
    background-color: #fb6200
}

.resp-sharing-button--vk:hover {
    background-color: #43648c
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998
}

.resp-sharing-button--facebook:active,
.resp-sharing-button--facebook:hover {
    background-color: #2d4373;
    border-color: #2d4373
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee
}

.resp-sharing-button--twitter:active,
.resp-sharing-button--twitter:hover {
    background-color: #2795e9;
    border-color: #2795e9
}

.resp-sharing-button--tumblr {
    background-color: #35465c;
    border-color: #35465c
}

.resp-sharing-button--tumblr:active,
.resp-sharing-button--tumblr:hover {
    background-color: #222d3c;
    border-color: #222d3c
}

.resp-sharing-button--pinterest {
    background-color: #bd081c;
    border-color: #bd081c
}

.resp-sharing-button--pinterest:active,
.resp-sharing-button--pinterest:hover {
    background-color: #8c0615;
    border-color: #8c0615
}

.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5
}

.resp-sharing-button--linkedin:active,
.resp-sharing-button--linkedin:hover {
    background-color: #046293;
    border-color: #046293
}

.resp-sharing-button--whatsapp {
    background-color: #25d366;
    border-color: #25d366
}

.resp-sharing-button--whatsapp:active,
.resp-sharing-button--whatsapp:hover {
    background-color: #1da851;
    border-color: #1da851
}

.resp-sharing-button--vk {
    background-color: #507299;
    border-color: #507299
}

.resp-sharing-button--vk:hover .resp-sharing-button--vk:active {
    background-color: #43648c;
    border-color: #43648c
}

.resp-sharing-button--telegram {
    background-color: #54a9eb
}

.resp-sharing-button--telegram:hover {
    background-color: #4b97d1
}

.page_header {
    background: var(--color_2);
    text-align: center;
    padding: 40px
}

.page_header h1 {
    margin: 0;
    color: #fff
}

.error_pages {
    margin-top: 140px
}

.do_height {
    height: 20px;
}

.download_btn {
    display: block;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    padding: 1.4rem;
    font-size: 14px;
}

.flb_download_file:disabled,
.btn.disabled,
fieldset:disabled .btn {
    opacity: 10 !important;
}

.do-cap {
    text-transform: uppercase;
}

.box {
    background: #292929;
    border-radius: 5px;
}

.box .box-body {
    padding: 20px 20px;
    color: #fff;
}

.box .box-body .page-subtitle {
    color: #e0e0e0;
}

.box .box-footer {
    background: #474747;
    padding: 10px;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #737373;
}

.no-rounded {
    border-radius: 0 !important;
}

.file-link {
    background: #dae9f1;
    padding: 12px;
    border-radius: 5px;
}

.file-description p {
    text-align: justify;
}

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.two-hide{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 60px;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.three-hide{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.flb_sec {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.section_title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 1rem;
    color: #3eb0c8;
    font-weight: 600;
}

.title-line {
    text-align: center;
    background: var(--color_1);
    height: 2px;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.feature_box {
    text-align: center;
    background: #ffff;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 4px 8px rgb(0 0 0 / 5%);
}

.feature_box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #545454;
}

.feature_box p {
    font-size: 14px;
    font-weight: 300;
}

.feature {
    margin-bottom: 1rem;
}

.feature_box img {
    margin-bottom: 1rem;
}

.flb_get_started {
    background: var(--color_2);
    padding: 100px 12px;
    text-align: center;
}

.flb_get_started h1 {
    color: #ffffff;
    font-size: 44px;
    margin-bottom: 2rem;
}

.flb_get_started .btn {
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 25px;
    text-transform: uppercase;
}

.blog_post {
    margin-bottom: 1rem;
}

.blog_single_post {
    position: relative;
    /*height: 100%;*/
    background: #ffffff;
    padding: 12px;
    border-radius: 10px;
}

.blog_single_post a {
    text-decoration: none
}

.post_date {
    position: absolute;
    background: var(--color_1);
    padding: 6px 14px;
    color: #fff;
    font-size: 14px;
    border-bottom-right-radius: 10px;
}

.blog_single_post h1 {
    margin-top: 1rem;
    text-align: center;
    font-size: 16px;
    color: var(--color_3);
}

.blog_single_post h1:hover {
    color: var(--color_2);
}

.view_more {
    text-align: center;
    margin-top: 2rem;
}

.view_more .btn {
    border-radius: 25px;
}

.footer {
    background: #157083;
}

.footer .footer-logo {
    margin-bottom: 2rem;
}

.footer .footer-menu a {
    text-decoration: none;
    color: #f0f0f0;
}

.footer .footer-menu a:hover {
    color: var(--color_1);
}

.footer-copyright {
    text-align: center;
}

.footer-copyright h3 {
    margin-bottom: 1rem;
}

.most-box {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}


.side-box {

}

.side-box a {
    color: #000;
    text-decoration: none;
}

.side-box a:hover {
    color: var(--color_1);
}

.side-box h1 {
    text-align: center;
    margin-bottom: 1rem;
    color: #000;
    font-weight: 600;
}

.side-post img {
    width: 100%;
    height: 70px;
    border-radius: 5px;
}

.side-post .title {
    font-size: 15px;
    font-weight: 400;
}

.post-side .title {
    margin-bottom: .7rem;
    line-height: 1.7;
    font-weight: 600;
}

.post-side .badge {
    border-radius: 25px;
    padding: 9px 14px;
}

.post-side p {
    margin-bottom: 0;
}

.post-side .date-by {
    font-weight: 400;
    font-size: 14px;
}

.post-side .post-image {
    width: 100%;
}

.post-side .body {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.5rem;
    font-size: 16px;
    text-align: justify;
}

.post-header {
    margin-top: 0.8rem;
}

.list-group-item {
    background: #f0f0f0;
}

.download_top_ad {
    width: 728px;
    min-width: 728px !important;
    height: 90px;
    min-height: 90px !important;
    margin: 0 auto;
}

.download_left_ad {
    width: 300px;
    min-width: 300px !important;
    height: 600px;
    min-height: 600px !important;
    margin: 0 auto;
}

.download_bottom_ad {
    width: 728px;
    min-width: 728px !important;
    height: 90px;
    min-height: 90px !important;
    margin: 0 auto;
}

.download_mobile_bottom_ad {
    width: 300px;
    min-width: 300px !important;
    height: 280px;
    min-height: 280px !important;
    margin: 0 auto;
}

.download_mobile_top_ad {
    width: 300px;
    min-width: 300px !important;
    height: 280px;
    min-height: 280px !important;
    margin: 0 auto;
}

.download_mobile_down_ad {
    width: 300px;
    min-width: 300px !important;
    padding-bottom: 1rem;
    margin: 0 auto;
}

.blog_right_ad {
    width: 340px;
    min-width: 300px !important;
    height: 280px;
    min-height: 280px !important;
    margin: 0 auto;
}

.blog_top_ad {
    width: 728px;
    min-width: 728px !important;
    height: 90px;
    min-height: 90px !important;
    margin: 0 auto;
}

.blog_bottom_ad {
    width: 728px;
    min-width: 728px !important;
    height: 90px;
    min-height: 90px !important;
    margin: 0 auto;
}

.blog_mobile_top_ad {
    width: 300px;
    min-width: 300px !important;
    height: 280px;
    min-height: 280px !important;
    margin: 0 auto;
}

.blog_mobile_bottom_ad {
    width: 300px;
    min-width: 300px !important;
    height: 280px;
    min-height: 280px !important;
    margin: 0 auto;
}

.home_bottom_ad {
    min-width: 728px !important;
    min-height: 90px !important;
    margin: 0 auto;
}

.home_top_ad {
    width: 728px;
    min-width: 728px !important;
    height: 90px;
    min-height: 90px !important;
    margin: 0 auto;
}

.home_mobile_bottom_ad {
    width: 300px;
    min-width: 300px !important;
    height: 280px;
    min-height: 280px !important;
    margin: 0 auto;
}

.home_mobile_top_ad {
    width: 300px;
    min-width: 300px !important;
    height: 280px;
    min-height: 280px !important;
    margin: 0 auto;
}

.top_header_message {
    background: #2dc511;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    animation: fadeIn 0.5s ease-in both;
}

@media (min-width: 1025px) and (max-width: 1024px) {
    .flb_get_started h1 {
        font-size: 25px;
    }
    .flb_get_started .btn {
        padding: 10px 20px;
        font-size: 15px;
    }
    .d-md-block {
        display: none !important;
    }
    .d-md-none {
        display: block !important;
    }
}

@media (max-width:767.98px) {
    .section_title {
        font-size: 25px;
    }
    .flb_get_started h1 {
        font-size: 25px;
    }
    .flb_get_started .btn {
        padding: 10px 20px;
        font-size: 15px;
    }
    .blog_single_post img {
        height: 200px !important;
    }
    .blog_single_post h1 {
        font-size: 15px;
    }
}

@media (max-width:575.98px) {
    .section_title {
        font-size: 25px;
    }
    .flb_get_started h1 {
        font-size: 25px;
    }
    .flb_get_started .btn {
        padding: 10px 20px;
        font-size: 15px;
    }
    .blog_single_post img {
        height: 200px !important;
    }
    .blog_single_post h1 {
        font-size: 15px;
    }
}
.bg-009888{
    background-color: #3eb0c8;
}
.bd206bc4{
    border: 1px solid #206bc4;
}
.bbddd{
    border-bottom: 1px solid #ddd;
}
.btddd{
    border-top: 1px solid #ddd;
}
.bdddd{
    border: 1px solid #ddd;
}
.journals-icon-bg{
    width: 200px;
    height: 200px;
}
.journals-logo-bg{
    max-width: 35vw;
    max-height: 14vh;
    margin-top: 2vh;
    height: 14vh;
}
.h-full-2{
    height: 50%;
}
.border-radius-6{
    border-radius: 6px;
}
.acade-e-header {
    color: #fff;
    font-size: 14px;
    padding: 8px 10px;
    margin-bottom: 10px;
    background: #235ABF;
    text-align: center;
}
.acade-e-body {
    padding-top: 5px;
    list-style: none outside none;
    margin-left: 0;
    padding-inline-start: initial;
    -webkit-padding-start: initial;
}
.acade-e-body li {
    position: relative;
    /*height: 24px;*/
    line-height: 25px;
}
.acade-e-body li a {
    color: #4f5671;
}
.acade-j-header {
    color: #fff;
    font-size: 14px;
    padding: 8px 10px;
    margin-bottom: 10px;
    background: #235ABF;
    text-align: center;
}
.acade-j-body {
    padding-top: 5px;
    list-style: none outside none;
    margin-left: 0;
    padding-inline-start: initial;
    -webkit-padding-start: initial;
}
.acade-j-body li {
    position: relative;
    /*height: 24px;*/
    line-height: 24px;
    padding-left: 32px;
}
.acade-j-body li a {
    color: #4f5671;
}
.acade-j-body li a:before {
    position: absolute;
    content: "";
    background-color: #eee;
    display: inline-block;
    width: 8px;
    height: 8px;
    left: 14px;
    top: 5px;
}
.label{
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    margin-right: 5px;
    white-space: nowrap;
    display: inline-block;
    padding: 0 6px!important;
}
.label.openaccess {
    background-color: #4f5671;
    cursor: pointer
}

.label.openaccess.sci {
    background-color: #417505
}

.label.openaccess.sci-version {
    background-color: #666
}

.label.openaccess.sci-version-approved {
    background-color: olive
}

.label.articletype,.label.review {
    background-color: #9f1326
}

.label.feature {
    background-color: #00848f;
    cursor: pointer
}

.label.choice {
    background-color: #227aba;
    cursor: pointer
}
.generic-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    /*border-top: 1px solid #ededed;*/
    /*margin-bottom: 15px;*/
}
.generic-item {}
.generic-item.article-item {
    /*padding: 20px 0 0;*/
}
.article-icons {
    margin-bottom: 5px;
    margin-right: -3px;
}
.title-link {
    font-family: Merriweather,Georgia,serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #1a1a1a;
}
a.title-link:hover{
    color: var(--color_2);
}
span.inlineblock {
    display: inline-block;
    margin-right: 3px;
}
.sciprofiles-link {
    white-space: nowrap;
}
a.sciprofiles-link__link{
    color: var(--color_2);
}
.sciprofiles-link__image {
    width: auto;
    height: 16px;
    margin-right: 3px;
    margin-top: -3px;
}
.sciprofiles-link__name {
    /*font-weight: 700;*/
}
.color-grey-dark {
    color: #a1a1a1;
}
.generic-item.article-item .abstract-div {
    margin-top: 5px;
    color: #1a1a1a;
}
.abstract-cropped.inline, .abstract-full.inline {
    display: inline;
}

#issue-table {
    margin-top: 30px;
    padding-bottom: 100px;
}
#issue-table tbody td {
    border-bottom: 1px solid #CCC;
}

#issue-table thead tr td {
    text-align: center;
    background-color: #235ABF;
}

/*å¶æ•°çš„å•å…ƒæ&nbsp;¼é¢œè‰²ä¸ºç™½è‰²*/
#issue-table thead tr :nth-child(2n) {
    background: #fff;
}

#issue-table thead tr td a {
    color: white;
    font-size: 16px;
}

#issue-table thead tr td a:hover {
    text-decoration: none;
}

#issue-table tbody tr {
    height: 100px;
}

#issue-table tbody tr td {
    padding-left: 30px;
}

#issue-table tbody tr td a {
    color: #333333;
    font-size: 14px;
}
#issue-table tbody tr td .a3 {
    font-size: 14px;
    font-family: Arial;
    text-align: center;
    margin-left: 26px;
    font-weight: bold;
}

#issue-table tbody tr td a:hover {
    color: var(--color_1);
}

#issue-table tbody tr td span a {
    color: #A9A9A9;

}
#issue-table .search-input {
    width: 440px;
    height: 35px;
    line-height: 25px;
    color: #CCC;
    border: 1px solid #ccc;
    outline: none;
}
#status-ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#status-ul a {
    color: black!important;
}

#status-ul li {
    background: #E6E6E6!important;
    border-bottom: 2px white solid!important;
}
.side-btn-lg {
    cursor: pointer;
    color: #fff;
    background-color: #009888;
    display: block;
    margin:0 0 10px 0;
    /*padding: 10px;*/
    text-align: center;
}
.side-btn-lg:hover {
    color: #fff;
    background-color: #cc0033;
    text-decoration: none;
}
.col999{
    color: #999;
}
a.col333{
    text-decoration: none;
    color: #333;
}
a.a-hover:hover{
    color: var(--color_1);
}
.bg-7952b3{
    background-color: #7952b3;
}
.bg94cedd{
    background-color: #94cedd;
}
.col666{
    color: #666;
}
.col999{
    color: #999;
}
.index-reco-body li {
    margin-bottom: 5px;
    color: #333;
    line-height: 19px;
    text-align: justify;
}

.index-reco-body li.article-tag {
    margin-bottom: 10px;
}

.index-reco-body li.article-title a {
    color: #343434;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
}
.index-reco-body li.article-title a  i{
     vertical-align: middle;
}
.index-reco-body li a:hover {
    text-decoration: underline;
    color: #235ABF;
    text-decoration: none;
}

.article-figures a {
    font-weight: bold;
}

.article-figures a:before {
    content: "";
    font-size: 0;
    display: inline-block;
    height: 0;
    width: 0;
    right: 0;
    border-color: transparent;
    border-left-style: solid;
    border-left-color: #1067a9;
}
.black-tag {
    padding-top: 3px;
    padding-left: 8px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #343434!important;
    font-size: 11px;
}
.green-tag {
    color: white;
    padding-top: 3px;
    padding-left: 8px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #009888!important;
    font-size: 11px;
    font-weight: bold;
}
.green-tag .point,.black-tag .point {
    border-radius: 10px;
    height: 8px;
    width: 8px;
    background: white;
    display: inline-block;
    margin-right: 5px;
}
.bg-f4f6fa{
    background-color: #f4f6fa;
}
.btn-op8:hover{
    opacity: .8!important;
}
.t-d-n{
    text-decoration: none!important;
}
.bgf1f6fb{
    /*background-color: #f1f6fb;*/
}</pre></body></html>