:root {
    --bs-primary: #009fdf;
    --bs-secondary: #024367;
    --bs-border-radius: 0;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}


.form-check-input:checked {
    background-color: var(--bs-primary) !important;
    ;
    border-color: var(--bs-primary) !important;
    ;
}

.btn {
    font-size: 14px;
}

.el_loader {
    position: relative;
    pointer-events: none;
    user-select: none;
}

.el_loader:before,
.el_loader:after {
    content: "";
    position: absolute;
}

.el_loader:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2;
}

.el_loader:after {
    width: 1rem;
    height: 1rem;
    top: calc(50% - .5rem);
    left: calc(50% - .5rem);
    border-radius: 50%;
    border: 0.2rem solid rgba(0, 0, 0, 0.15);
    border-top-color: rgba(0, 0, 0, 0.6);
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    z-index: 3;
}

body {
    background-color: #f3f3f3 !important;
}

.app-header {
    box-shadow: 0px 0 10px rgba(0, 0, 0, .1) !important;
}

.accordion-style-1 .accordion-button {
    background-color: #fff !important;
}

.accordion-style-1 .accordion-button svg {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.app-sider .form-check-input[type="checkbox"] {
    margin-top: 4px !important;
}

.form-check-label {
    line-height: 18px !important;
}

#topics_list_url_container {
    max-height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
}

#topicsearch {
    width: 97% !important;
}

.filter-tab #tabs-nav {
    background: none !important;
}

.filter-tab #tabs-nav li.active a {
    border-bottom: 2px solid #54d0e8 !important;
}

#clear_filters {
    color: #54d0e8 !important;
    border-color: #54d0e8 !important;
}

#clear_filters:hover {
    background: #54d0e8 !important;
    color: #ffffff !important;
}

.app-header .app-logo .h6,
.app-header .app-logo h6 {
    border-left: #54d0e8 1px solid !important;
}

#add_topic_btn {
    color: #54d0e8 !important;
    font-weight: bold;
}

#topics_list_div_container {
    width: 100%;
    height: 250px;
    max-height: 250px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid rgb(206, 212, 218);
    text-align: center;
    vertical-align: middle !important;
    font-size: 18px;
    padding-top: 120px;
}

.badge {
    display: inline-block;
    padding: 10px;
    font-size: 75%;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.35rem;
    margin: 5px;


}

.badge-primary {
    background-color: #fff;
    color: #878787;
    border: 1px solid rgb(206, 212, 218);
}

.remomve_topic_badge_item {
    cursor: pointer;
    color: red;
    font-size: 17px;
}

.green:checked {
    background-color: #54d0e8 !important;
    border-color: #54d0e8 !important;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.material-symbols-rounded {
    background-color: #017fba !important;
    color: #fff !important;
    ;
    border-radius: 50%;
    !important;
    font-weight: bold !important;
}

.app-sider .form-check-label {
    text-transform: none !important;
}

/* ------new ------- */
.content-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
}

.tag-contain .tag-input {
    font-size: 12px;
    padding: 5px 10px;
}

.app-sider {
    padding-top: 15px !important;
}

.text {
    font-size: 14px;
}

.accordion-style-1 .form-check {
    margin-bottom: 8px !important;
}

.form-control,
input.tag-input,
.app-sider,
.rounded,
.accordion-style-1,
.btn,
.btn-teal {
    border-radius: var(--bs-border-radius);
}

.btn-primary {
    background-color: var(--bs-primary);
    border: solid 1px var(--bs-primary);
}

.btn-outline-primary {
    border: solid 1px var(--bs-primary);
    color: var(--bs-primary);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: var(--bs-secondary);
    border: solid 1px var(--bs-secondary);
}

.title-line {
    border-bottom: 4px solid #54d0e8;
}

.filter-tab #tabs-nav li.active a span {
    color: var(--bs-primary);
}

.accordion-style-1 .accordion-button {
    padding: 10px 15px;
}

.accordion-style-1 .accordion-body {
    padding: 0 20px 20px;
}

.filter-tab .btn-close,
.btm-sidebar-open {
    display: none;
}

.noscroll {
    overflow: hidden;
}

.form-control.menuscript-textarea::-moz-placeholder,
input.menuscript-textarea.tag-input::-moz-placeholder {
    font-size: 20px;
    line-height: 250px;
}


.app-footer {
    background-color: #123456;
    padding: 0px 0;
}

.product-services {
    background-color: #fff;
    padding: 35px 0 10px 0;
    margin-bottom: 0;
}

.product-services h3 {
    font-size: 20px;
    font-weight: 700;
}

.product-services .icons {
    background-color: #f3f3f3;
    padding: 10px;
}

.product-services .icons svg {
    width: 32px;
    height: 32px;
}

.contact-sec {
    padding: 130px 0;
    background-image: url(../../assets/images/contact-us.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;

}

.contact-sec h2 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #000;
}

.contact-sec h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-box {
    background-color: #fff;
    padding: 30px;
    max-width: 450px;

}

.app-footer-nav ul {
    justify-content: left !important;
}

.app-footer-nav ul li {
    list-style: none;
    position: relative;
    padding: 0;
    line-height: 1;
    margin-left: 20px;
    padding-left: 28px;
}

.app-footer-nav ul li:before {
    position: absolute;
    left: 0;
    top: 7px;
    height: 1px;
    width: 12px;
    background: var(--bs-primary);
    content: "";
}

.Journals-sec {
    background-color: var(--bs-secondary);
    color: #fff;
    padding: 50px 0;
    text-align: center;
}

.Journals-sec h2 {
    margin: auto auto 10px auto;
    font-weight: 800;
    font-size: 30px;
}

.Journals-sec h3 {
    font-weight: 500;
    font-size: 20px;
    margin: auto auto 25px auto;
    width: 75%;
    line-height: normal;
}

.Journals-sec .btn-primary,
.Journals-sec .btn-outline-primary {
    margin: 0 8px;
    padding: 8px 15px;
}

.Journals-sec .btn-outline-primary {
    color: #fff;
    border: solid 1px #fff;
}

.Journals-sec .btn-outline-primary:hover,
.Journals-sec .btn-outline-primary:focus,
.Journals-sec .btn-primary:hover,
.Journals-sec .btn-primary:focus {
    color: var(--bs-secondary);
    border: solid 1px var(--bs-primary);
    background-color: var(--bs-primary);
}

.Journals-sec .btn-primary i,
.Journals-sec .btn-outline-primary i {
    margin-right: 5px;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .content-wrap .content-area {
        padding: 1rem;
        padding-right: 0;
    }

    .filter-tab #tabs-nav li a {
        padding: .5rem 1rem;
    }

    .app-sider {
        width: 235px;
    }

    .collpase-style-1 .collapse-item>a {
        font-size: 13px;
    }

    .app-sider .app-sider-nav>ul,
    .mt-4 {
        margin-top: 1rem !important;
    }

    .accordion-style-1 .form-check {
        font-size: 13px;
    }

    .app-header {
        padding: 12px 0;
    }

    .app-header>.container-fluid {
        padding: 0 1rem;
    }

    .app-header .app-logo h6 {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .content-wrap .content-area {
        padding: 0;
    }

    .filter-tab {
        position: fixed;
        left: -290px;
    }

    .title-line {
        border-bottom: 3px solid #54d0e8;
        font-size: 22px;
    }

    .btm-sidebar-open {
        display: block;
        margin-left: auto;
        margin-right: 0;
        border: solid 1px var(--bs-primary);
        color: var(--bs-primary);
        color: var(--bs-primary);
        font-size: 13px;
        line-height: 1;
        padding: 5px 10px;
        margin-top: 5px;

    }

    .btm-sidebar-open i {
        float: left;
        margin-right: 3px;
        font-size: 16px;
    }

    .app-sider {
        width: 285px;
        box-shadow: none !important;
        border: none !important;
    }

    .activ-FT {
        left: 0;
        top: 0;
        height: 100vh;
        padding: 10px 0 0 0;
        background-color: #fff;
        z-index: 99999;
        -webkit-transition: 450ms cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: 450ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: 450ms cubic-bezier(0.23, 1, 0.32, 1);
        box-shadow: 0rem 0rem 6.25rem 0rem rgba(0, 0, 0, 0.5);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .filter-tab #tabs-nav {
        margin-top: 10px;
    }

    .filter-tab .btn-close {
        display: block;
        position: absolute;
        right: 10px;
        top: 7px;
        outline: none;
    }

    #clear_filters {
        font-size: 13px;
    }

    .product-services h3 {
        font-size: 18px;
    }

    .product-services .icons svg {
        width: 28px;
        height: 28px;
    }

    .contact-sec {
        padding: 100px 0;
        background-size: auto 100%;
    }

    .app-footer-nav ul li {
        margin-bottom: 15px;
    }

    .Journals-sec h2 {
        font-size: 25px;
    }

    .Journals-sec h3 {
        font-weight: 500;
        font-size: 18px;
        width: 100%;
    }

    .Journals-sec .btn-primary,
    .Journals-sec .btn-outline-primary {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .app-header {
        padding: 10px 0;
    }

    .content-wrap {
        padding-top: 68px;
    }

    .accordion-button .acc-icon {
        font-size: 30px;
        line-height: 1;
        max-width: 40px;
    }

    .form-control.menuscript-textarea::-moz-placeholder,
    input.menuscript-textarea.tag-input::-moz-placeholder {
        font-size: 16px;
    }

    .app-footer {
        background-color: #123456;
        padding: 15px 0;
    }



    .contact-sec h2 {
        font-size: 24px;
        margin-top: 0;
    }

    .product-services {
        padding: 10px 0 5px 0;
    }

    .app-footer-nav ul {
        justify-content: center !important;
    }

    .Journals-sec .btn-primary,
    .Journals-sec .btn-outline-primary {
        padding: 6px 10px;
        margin-bottom: 15px;
    }

    .Journals-sec {
        padding: 35px 0 20px 0;
    }
}

@media (max-width: 480px) {
    .new-flex {
        display: block;
    }

    .new-flex p {
        margin-bottom: 8px;
    }

    .title-line {
        margin-top: 20px;
    }

    .app-sider,
    .activ-FT {
        width: 100%;
    }

    .contact-sec h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .contact-sec {
        padding: 80px 0;
    }

    .Journals-sec h2 {
        font-size: 22px;
    }

    .Journals-sec h3 {
        font-size: 16px;
    }

}

@media (max-width: 425px) {
    .Journals-sec h2 {
        font-size: 20px;
    }

    .Journals-sec h3 {
        font-size: 14px;
    }

    .Journals-sec .btn-primary,
    .Journals-sec .btn-outline-primary {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

@media (max-width: 375px) {
    .title-line {
        font-size: 20px;
    }

    .form-control.menuscript-textarea::-moz-placeholder,
    input.menuscript-textarea.tag-input::-moz-placeholder {
        font-size: 14px;
    }

    .contact-box {
        padding: 20px;
    }

    .contact-sec h3 {
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    .title-line {
        padding-right: 20px;
        font-size: 18px;
    }
}