@font-face {
    font-family: "Graphik";
    src: url("../fonts/Graphik-Regular.woff2") format("woff2"), url("../fonts/Graphik-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Graphik";
    src: url("../fonts/Graphik-Bold.woff2") format("woff2"), url("../fonts/Graphik-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Graphik";
    src: url("../fonts/Graphik-Regular.woff2") format("woff2"), url("../fonts/Graphik-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Graphik";
    src: url("../fonts/Graphik-Bold.woff2") format("woff2"), url("../fonts/Graphik-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Graphik";
    src: url("../fonts/Graphik-Regular.woff2") format("woff2"), url("../fonts/Graphik-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Graphik";
    src: url("../fonts/Graphik-Bold.woff2") format("woff2"), url("../fonts/Graphik-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Medium.eot');
    src: url('../fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Medium.woff2') format('woff2'), url('../fonts/Graphik-Medium.woff') format('woff'), url('../fonts/Graphik-Medium.ttf') format('truetype'), url('../fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Regular.eot');
    src: url('../fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Regular.woff2') format('woff2'), url('../fonts/Graphik-Regular.woff') format('woff'), url('../fonts/Graphik-Regular.ttf') format('truetype'), url('../fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*----------------------------------------*/


/*  Theme default CSS
/*----------------------------------------*/

body {
    background: #f9f9f9;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

::-moz-selection {
    background: #03a3f0;
    color: #ffffff;
    text-shadow: none;
}


/* ::selection {
    background: #03a3f0;
    color: #ffffff;
    text-shadow: none;
} */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

.modal-backdrop {
    background: #003f53;
}


/*----------------------------------------*/


/*  Start
/*----------------------------------------*/

.page {
    font-family: "Graphik";
    background: #f9f9f9;
    margin: 74px 0 0 257px;
}

header {
    background: #ffffff;
    border-bottom: 1px solid #dadce0;
    height: 74px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 992;
}

.top-logo {
    padding: 15px 0;
}

.top-logo a {
    display: inline-block;
}

.top-logo img {
    height: 44px;
}

.top-search {
    text-align: center;
    padding: 17px 0;
}

.top-search .input-box {
    position: relative;
    text-align: left;
}

.top-search .input-box button {
    background: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    outline: none;
}

.top-search .input-box input {
    background: #f9f9f9;
    height: 39px;
    border: 0;
    padding: 12px 44px 12px 10px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    width: 100%;
}

.top-right {
    text-align: right;
}

.top-right div {
    display: inline-block;
}

.top-right .settings {
    margin-right: 20px;
    padding: 25px 0;
}

.top-right .settings a {
    display: block;
}

.top-right .settings img {}

.top-right .user {
    padding: 17px 0;
}

.top-right .user .user-name {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-right: 10px;
}

.top-right .user a {
    display: inline-block;
}

.top-right .user img {
    /* height: 35px; */
    height: 20px;
}

.inner-contents {
    overflow: hidden;
}

.side-panel {
    background: #ffffff;
    border-right: 1px solid #dadce0;
    padding: 56px 30px;
    overflow: hidden;
    overflow-y: scroll;
    position: fixed;
    height: 100vh;
    width: 269px;
    left: 0;
    top: 74px;
    z-index: 991;
    transition: 0.2s all;
}

.side-panel .links {
    padding: 0;
    list-style: none;
}

.side-panel .links li {
    display: block;
    margin-bottom: 20px;
}

.side-panel .links li:last-child {
    margin-bottom: 0;
}

.side-panel .links li a {
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
}

.side-panel .links li a .icon {
    margin-right: 7px;
}

.side-panel .links li a.router-link-exact-active,
.side-panel .links li a:hover {
    color: #007398;
}

.side-panel .links li ul {
    padding: 22px 0 0 0;
}

.side-panel .links li ul li {
    margin: 0;
}

.side-panel .links li ul li a,
.side-panel .links li ul li span {
    font-size: 15px;
    line-height: 31px;
}

.side-panel .topic {
    padding: 0;
    list-style: none;
    max-height: 250px;
}

.side-panel .topic li {
    display: inline-block;
    position: relative;
    padding: 5px;
    margin: 0 1% 2px 0;
}

.side-panel .topic li input[type="checkbox"] {
    position: absolute;
    z-index: 3;
    cursor: pointer;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.side-panel .topic li .bg {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #007398;
    transition: 0.3s;
    opacity: 0;
}

.side-panel .topic li input[type="checkbox"]:checked~.bg {
    opacity: 1;
}

.side-panel .topic li .text {
    display: block;
    font-size: 15px;
    line-height: 21px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main-content {
    overflow: visible;
    padding: 49px 57px;
    min-height: 80vh;
}

.main-content .top-banner {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -4.5px;
}

.main-content .top-banner .single {
    flex: 1 1 auto;
    padding: 0 4.5px;
    margin: 0 0 51px;
}

.main-content .top-banner .single img {
    max-width: 100%;
}

.main-content .posts {}

.main-content .posts .post-title {
    border-bottom: 1px solid #b9b9b9;
    margin: 0 0 36px;
}

.main-content .posts .post-title .title {
    color: #007398;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 0 15px;
}

.main-content .posts .post-title .title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #177ca4;
    height: 3px;
    width: 100%;
}

.main-content .posts .post-list {}

.main-content .posts .post-list .single-post {
    border-right: 1px solid rgba(112, 112, 112, 0.3);
    padding-right: 15px;
    /* padding-left: 41px; */
    margin: 0 -3px 50px 0;
}

.main-content .posts .post-list .single-post .text {
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-decoration: none;
}

.main-content .posts .post-list .single-post a {
    display: block;
    text-decoration: none;
}

.main-content .posts .post-list .single-post .main-title {
    display: block;
    /* color: #000000; */
    color: #0087AD;
    /* font-size: 18px;
    line-height: 22px; */
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.main-content .posts .post-list .single-post .name-info-date {
    font-size: 12px;
    color: #000;
}

.main-content .posts .post-list .single-post .name-info-date .people-name,
.main-content .posts .post-list .single-post .name-info-date .people-info,
.main-content .posts .post-list .single-post .name-info-date .dates {
    display: inline;
    margin: 0;
}

.main-content .posts .post-list .single-post .people-name {
    display: block;
    color: #007398;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 12px;
}

.main-content .posts .post-list .single-post .people-info {
    display: block;
    color: #007398;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 12px;
    font-style: italic;
}

.main-content .posts .post-list .single-post .dates {
    display: block;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}


/* .login-form-area,
.login-form-area .container,
.login-form-area .row {
    height: 100vh;
} */

.post_carosel .owl-nav {}

.post_carosel .owl-nav>div {
    color: transparent !important;
    height: 14px;
    width: 18px;
    padding: 0 !important;
    margin: 0 !important;
    background-position: center !important;
    background-size: 18px 14px !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: -62px;
}

.post_carosel .owl-nav .owl-prev {
    background-image: url(../img/prev.png) !important;
    right: 27px;
}

.post_carosel .owl-nav .owl-next {
    background-image: url(../img/next.png) !important;
    right: 0;
}

.page-all-meta {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #b9b9b9;
    margin: 0 0 24px;
    padding: 0 0 20px;
}

.page-all-meta.sticky-meta {
    background: #ffffff;
    position: fixed;
    top: 74px;
    left: 314px;
    right: 0;
    padding: 16px 28px;
    z-index: 99;
}

.page-all-meta .left {
    flex: 1 1 50%;
}

.page-all-meta .left .input-box {
    display: inline-block;
}

.page-all-meta .left .input-box input {}

.page-all-meta .left .drop {
    display: inline-block;
    position: relative;
    /* margin-right: 27px; */
}

.page-all-meta .left .drop .down-icon {
    display: inline-block;
    position: relative;
    top: -3px;
}

.page-all-meta .left .drop .down-icon img {}

.page-all-meta .left .drop .list {
    padding: 0;
    list-style: none;
    margin: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    background: #fff;
    width: 160px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 22;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.page-all-meta .left .drop:hover .list {
    opacity: 1;
    visibility: visible;
}

.page-all-meta .left .drop .list li,
.page-all-meta .left .drop .list li a {
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
}

.page-all-meta .left .drop .list li:hover,
.page-all-meta .left .drop .list li a:hover {
    color: #007398;
}

.page-all-meta .left .drop .list li {
    padding: 16px 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.page-all-meta .left .drop .thumb-icon {
    display: inline-block;
    margin-left: 16px;
}

.page-all-meta .left .drop .thumb-icon img {}

.page-all-meta .left .menus {
    display: inline-block;
}

.page-all-meta .left .menus .links {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-left: 10px;
}

.page-all-meta .left .menus .links li {
    display: inline-block;
    margin-right: 23px;
}

.page-all-meta .left .menus .links li:last-child {
    margin-right: 0;
}

.page-all-meta .left .menus .links li a {
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
}

.page-all-meta .left .menus .links li a.inactive {
    pointer-events: none;
    opacity: 0.7;
}

.page-all-meta .right {
    flex: 1 1 50%;
    text-align: right;
}

.page-all-meta .right .view {
    display: inline-block;
}

.page-all-meta .right .view label {
    display: inline-block;
    margin-right: 10px;
}

.page-all-meta .right .view .list {
    display: inline-block;
}

.page-title {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #b9b9b9;
    margin: 0 0 36px;
}

.page-title .left {
    flex: 1 1 50%;
}

.page-title .left .title {
    display: inline-block;
    color: #007398;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
}

.page-title .left .title::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    background: #177ca4;
    height: 3px;
    width: 100%;
}

.page-title .right {
    flex: 1 1 50%;
    text-align: right;
    padding-right: 72px;
}

.page-title .right .pagination {
    display: inline-block;
    padding: 0;
    list-style: none;
}

.page-title .right .pagination li {
    display: inline-block;
}

.page-title .right .next-prev {
    display: inline-block;
    padding: 0;
    list-style: none;
    margin-left: 14px;
}

.page-title .right .next-prev li {
    display: inline-block;
    margin-left: 6px;
}

.page-title .right .next-prev li a {
    display: block;
}

.readit-later-contents {
    position: relative;
}

.readit-later-contents ul {
    padding: 0;
    margin: 0;
    top: -73px;
    right: -333px;
}

.readit-later-contents .single {
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 30px 30px 16px 30px;
}

.readit-later-contents .single .left {
    flex: 1 1 86%;
    max-width: 86%;
    display: flex;
    flex-wrap: nowrap;
}

.readit-later-contents .single .right {
    flex: 1 1 14%;
    max-width: 14%;
    min-width: 158px;
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    position: relative;
}

.readit-later-contents .single .right .top {
    flex: 1 1 100%;
    display: flex;
    flex-wrap: nowrap;
    place-content: flex-end;
    margin-bottom: 10px;
    margin-right: -15px;
}

.readit-later-contents .single .right.showhalficons .top {
    padding-right: 46px;
}

.readit-later-contents .single .right.showhalficons .top .document-view:nth-last-of-type(1) {
    display: none;
}

.middle-icon-box {
    margin-top: -18px;
}

.readit-later-contents .single .right .middle-icon-box {
    flex: 1 1 100%;
    display: flex;
    flex-wrap: nowrap;
    place-content: flex-end;
    margin-bottom: 10px;
}

.readit-later-contents .single .right.showhalficons .middle-icon-box {
    display: none;
}

.readit-later-contents .single .right .bottom {
    flex: 1 1 100%;
    display: flex;
    flex-wrap: nowrap;
    place-content: flex-end;
}

.readit-later-contents .single .right.showhalficons .bottom {
    display: none;
}

.readit-later-contents .single .right .show-hide-icon {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: nowrap;
    place-content: flex-end;
    transition: 0.3s;
    position: absolute;
    right: 0;
}

.readit-later-contents .single .right.showhalficons .show-hide-icon {
    position: absolute;
    top: 4px;
}

.readit-later-contents .single .right.showfullicons .show-hide-icon {
    top: auto;
    bottom: 0;
}

.readit-later-contents .single .right .show-hide-icon button {
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 0;
    transition: 0.3s;
    outline: none;
}

.readit-later-contents .single .right.showfullicons .show-hide-icon button {
    transform: rotate(180deg);
}

.readit-later-contents .single .right .show-hide-icon img {
    height: 14px;
    width: 14px;
}

.readit-later-contents .single .checkbox {
    flex: 1 1 auto;
    margin-top: 5px;
    text-align: left;
    min-width: 20px;
    max-width: 20px;
    overflow: hidden;
    margin-top: 0px;
}

.readit-later-contents .single .text {
    flex: 1 1 auto;
    margin: 0;
    padding: 0 20px 0 20px;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
}

.readit-later-contents .single .text p {
    margin: 8px 0 0;
}

.readit-later-contents .single .text a.text {
    padding: 0;
}

.readit-later-contents .single .text strong {
    /*font-size:19px;*/
    font-size: 14px;
    font-weight: 500;
    color: #0087AD;
    line-height: 20px;
}

.readit-later-contents .single .read-time {
    flex: 1 1 auto;
    min-width: 180px;
    padding-right: 50px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    line-height: 28px;
}

.readit-later-contents .single .date {
    flex: 1 1 auto;
    min-width: 114px;
    max-width: 140px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    line-height: 28px;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.readit-later-contents .single .link {
    flex: 1 1 auto;
    font-size: 16px;
    line-height: 28px;
    text-align: right;
    padding: 0;
    max-width: 20px;
    margin-left: 10px;
}

.readit-later-contents .single .link .icon {
    display: inline-block;
    color: #007398;
}

.readit-later-contents .single .user-count {
    flex: 1 1 auto;
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    line-height: 28px;
    padding: 0 10px 0 6px;
    max-width: 46px;
    min-width: 46px;
    position: relative;
    text-align: left;
}

.readit-later-contents .single .user-count .icon {
    color: #000;
}

.readit-later-contents .single .user-count .icon .count {
    position: absolute;
    right: 8px;
    bottom: 14px;
    background: #1880a2;
    color: #ffffff;
    border-radius: 100px;
    height: 20px;
    min-width: 20px;
    padding: 0 4px;
    line-height: 20px;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}

.readit-later-contents .single .document-view {
    flex: 1 1 auto;
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    line-height: 28px;
    padding: 0 10px 0 11px;
    max-width: 46px;
    min-width: 46px;
    position: relative;
    text-align: right;
}

.readit-later-contents .single .document-view .icon {
    color: #000;
}

.readit-later-contents .single .document-view .icon .count {
    position: absolute;
    right: 9px;
    bottom: 0;
    background: #1880a2;
    color: #ffffff;
    border-radius: 100px;
    height: 20px;
    min-width: 20px;
    padding: 0 4px;
    line-height: 20px;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}

.readit-later-contents .single .rating-box {
    flex: 1 1 auto;
    position: relative;
    max-width: 62px;
}

.readit-later-contents .single .rating-box .avg {
    position: absolute;
    left: 0px;
    font-size: 9px;
    line-height: 13px;
    padding: 1px 3px;
    background: #1880a214;
    border-radius: 3px;
    min-width: 63px;
    overflow: hidden;
}

.readit-later-contents .single .rating-box .vue-star-rating-rating-text {
    width: 20px;
}

.readit-later-contents .single .rating {
    flex: 1 1 auto;
    min-width: 146px;
    padding: 0 10px;
    list-style: none;
    text-align: right;
}

.readit-later-contents .single .rating li {
    display: inline-block;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    text-align: right;
    padding: 0 0 0 2px;
    max-width: 20px;
    cursor: pointer;
}

.readit-later-contents .single .document-link {
    flex: 1 1 auto;
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    line-height: 28px;
    text-align: right;
    padding: 0 0 0 6px;
    max-width: 28px;
    min-width: 28px;
    position: relative;
}

.readit-later-contents .single .document-link .icon {
    color: #000;
}

.readit-later-contents .single .document-link .icon .count {
    position: absolute;
    left: 3px;
    top: -5px;
    background: #ffffff;
    color: #007798;
    border-radius: 100px;
    height: 20px;
    min-width: 20px;
    padding: 0 4px;
    line-height: 20px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

.search-result-content-view {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.search-result-content-view .readit-later-contents {
    flex: 1 1 79%;
    max-width: 79%;
    padding-right: 16px;
}

.search-result-content-view .srcv-view {
    flex: 1 1 21%;
    max-width: 21%;
    height: 600px;
    border: 1px solid rgba(185, 185, 185, 0.3);
    padding: 20px;
    position: relative;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #fff;
    max-height: calc(100vh - 130px);
}

.search-result-content-view .srcv-view.sticky-sidebar {
    position: fixed;
    right: 58px;
    top: 130px;
    width: 321px;
}

.search-result-content-view .srcv-view .sticky {
    height: 100%;
    width: 100%;
}

.search-result-content-view .srcv-view-second {
    flex: 1 1 25%;
    max-width: 25%;
    height: 600px;
    background: #fff;
    padding: 20px;
}

.srcv-view .default-text {
    margin: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #d0d0d0;
}

.srcv-view .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    border: 0;
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 1px solid #b9b9b9;
}

.srcv-view .nav-tabs .nav-item {
    flex: 1 1 auto;
    text-align: center;
    margin: 0;
    border: 0;
}

.srcv-view .nav-tabs .nav-item .nav-link {
    border: 0;
    padding: 0 0 10px;
    text-transform: capitalize;
    color: #000;
    border-bottom: 1px solid transparent;
    font-size: 18px;
    line-height: 22px;
    background: transparent;
}

.srcv-view .nav-tabs .nav-item .nav-link.active {
    color: #007798;
    border-bottom-color: #007798;
    background: transparent;
}

.srcv-view .tab-content {}

.srcv-view .tab-content .tab-pane {}

.srcv-view .tab-content .tab-pane {}

.srcv-view {}

.srcv-view .single-note {
    background: rgba(0, 0, 0, 0.03);
    padding: 10px 20px 10px 10px;
    transition: 0.3s;
    margin-bottom: 14px;
    position: relative;
}

.srcv-view .single-note .close-this {
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer;
    outline: none;
    background: transparent;
    border: 0;
    color: #707070;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    border-radius: 100px;
    padding: 0px 1px 0 1px;
}

.srcv-view .single-note p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.srcv-view .single-note p {
    margin: 0;
}

.srcv-view .single-note img {
    max-width: 100%;
    margin: auto;
}

.srcv-view .info-tbox {
    margin: 0 0 20px;
}

.srcv-view .info-tbox .label {
    display: block;
    width: 100%;
    color: #000000;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    margin: 0 0 5px;
}

.srcv-view .info-tbox textarea {
    display: block;
    width: 100%;
    border: 1px solid #707070;
    background: #ffffff;
    border-radius: 3px;
    min-height: 80px;
    padding: 10px;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    overflow-y: hidden;
}

.srcv-view .info-tbox input {
    display: block;
    width: 100%;
    border: 1px solid #707070;
    background: #ffffff;
    border-radius: 3px;
    height: 38px;
    padding: 10px;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
}

.srcv-view .accordion {
    background: transparent;
}

.srcv-view .accordion::after {
    display: none;
}

.srcv-view .accordion .card {
    border: 0;
    border-radius: 0;
    padding: 5px 0;
    margin: 0 0 10px;
    background: transparent;
}

.srcv-view .accordion .card .card-header {
    padding: 0;
    background: rgba(24, 128, 162, 0.15);
    border: 0;
}

.srcv-view .accordion .card .card-header .mb-0 {
    display: block;
}

.srcv-view .accordion .card .card-header .mb-0 .btn {
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    padding: 4px 10px;
    border-radius: 0;
    position: relative;
}

.srcv-view .accordion .card .card-header .mb-0 .btn::after {
    content: "-";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    font-size: 20px;
    color: #000;
}

.srcv-view .accordion .card .card-header .mb-0 .btn.collapsed::after {
    content: "+";
}

.srcv-view .accordion .card .single-note {
    background: transparent;
}

.srcv-view .accordion .card .collapse,
.srcv-view .accordion .card .collapsing {
    margin: 14px 0 0;
    background: rgba(24, 128, 162, 0.05);
}

.srcv-view .accordion .card .collapse .card-body,
.srcv-view .accordion .card .collapsing .card-body {
    padding: 0;
}

.srcv-view .notes {}

.srcv-view .notes .admin-name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.search-result-content-view .srcv-view .text {
    margin: 0;
    padding: 0;
}

.paginate-links {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: -76px;
    text-align: right;
}

.paginate-links li {
    display: inline-block;
}

.paginate-links li a {
    color: #007398 !important;
    display: inline-block;
    cursor: pointer;
    background-size: 18px 14px;
    background-repeat: no-repeat;
    height: 14px;
    width: 18px;
}

.paginate-links ::selection {
    color: #000;
    background: transparent;
}

.paginate-links ::-moz-selection {
    color: #000;
    background: transparent;
}

.paginate-btn {
    margin: 0px auto 20px;
    width: 100%;
    text-align: center;
}

.paginate-btn button {
    padding: 0 20px;
    height: 30px;
    line-height: 34px;
    outline: none;
    cursor: pointer;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.paginate-btn button:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.paginate-btn button img {
    max-height: 24px;
    margin-top: -5px;
}


/* .paginate-links .prev a {
    background-image: url(../img/prev.png);
    margin-right: 10px;
}

.paginate-links .next a {
    background-image: url(../img/next.png);
} */

.modal-for-menus {}

.modal-for-menus .modal-dialog {
    min-width: 525px;
}

.modal-for-menus .modal-content {
    padding: 20px;
}

.modal-for-menus .modal-content .modal-header {
    border: 0;
    padding: 0;
}

.modal-for-menus .modal-content .modal-header .close {
    right: 26px;
    top: 26px;
    background: transparent;
    height: 20px;
    width: 20px;
    position: absolute;
    padding: 0;
}

.modal-for-menus .modal-content .modal-header .close span {
    color: #fff;
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 20px;
}

.modal-for-menus .modal-content .modal-body {
    text-align: left;
}

.modal-for-menus .modal-content .modal-body .label-select {
    margin: 0 0 10px;
    text-align: left;
}

.modal-for-menus .modal-content .modal-body .label-select label {
    display: block;
    margin-right: 10px;
}

.modal-for-menus .modal-content .modal-body .label-select select {
    display: block;
    border-radius: 3px;
    min-width: 360px;
    width: 100%;
    height: 38px;
    border: 1px solid #b2b8bb;
}

.modal-for-menus .modal-content .modal-body .label-select select option {}

.modal-for-menus .modal-content .modal-body button {
    margin-top: 25px!important;
    background: #0087AD!important;
    font-size: 18px!important;
    line-height: 21px!important;
    font-weight: 500!important;
    color: #ffffff!important;
    border: 0;
    padding: 12px 14px!important;
    border-radius: 50px!important;
    outline: none!important;
    cursor: pointer;
    width: 100%;
    display: block;
}

.modal-for-menus .modal-content .modal-body .label-adduser {
    display: flex;
    flex-wrap: wrap;
}

.modal-for-menus .modal-content .modal-body .label-adduser label {
    flex: 1 1 100%;
    min-width: 100%;
    margin-right: 10px;
}

.modal-for-menus .modal-content .modal-body .label-adduser input {
    flex: 1 1 auto;
    border-radius: 3px;
    height: 38px;
    border: 1px solid #b2b8bb;
    min-width: 384px;
    max-width: 384px;
    padding: 0 10px;
}

.modal-for-menus .modal-content .modal-body .label-adduser button {
    flex: 1 1 auto;
    height: 38px;
    width: 38px;
    max-width: 38px;
    background: #efefef;
    padding: 0;
    margin-left: 9px;
}

.modal-for-menus .modal-content .modal-body .label-adduser button.minus {
    background: #f4433640;
}

.modal-for-menus .modal-content .modal-body .submit-buttons {
    text-align: right;
    margin: 86px 0 0;
}

.modal-for-menus .modal-content .modal-body .submit-buttons .cancel {
    background: #f6f6f6;
    color: #333333;
    padding: 11px 27px;
    line-height: 18px;
}

.modal-for-menus .modal-content .modal-body .submit-buttons .submit {
    padding: 11px 27px;
    line-height: 18px;
    margin-left: 7px;
}

.modal-for-menus .modal-content .modal-footer {
    border: 0;
    padding: 0;
}

.result-title-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.result-title-tabs .rtt-title {
    flex: 1 1 50%;
}

.result-title-tabs .rtt-title .title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
}

.result-title-tabs .rtt-title .title .color {
    color: #007398;
}

.result-title-tabs .rtt-tabs {
    flex: 1 1 50%;
    text-align: right;
}

.result-title-tabs .rtt-tabs .label {
    display: inline-block;
    font-size: 15px;
    margin-right: 20px;
}

.result-title-tabs .rtt-tabs .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.result-title-tabs .rtt-tabs .menu li {
    cursor: pointer;
    display: inline-block;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    margin-right: 20px;
}

.result-title-tabs .rtt-tabs .menu li:last-child {
    margin-right: 0;
}

.result-title-tabs .rtt-tabs .menu li.active {
    color: #007398;
    font-size: 20px;
    font-weight: 500;
}

.search-result-all {}

.search-result-notes-img {
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 60px 60px 60px 90px;
    margin: 0 0 27px;
    overflow: hidden;
}

.search-result-notes-img .content {
    overflow: hidden;
}

.search-result-notes-img .content .title {
    color: #007398;
    font-size: 23px;
    line-height: 36px;
    font-weight: 500;
    margin: 0 0 25px;
}

.search-result-notes-img .content .text-1 {
    color: #0f0f0f;
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    margin: 0;
    margin: 0 0 14px;
}

.search-result-notes-img .content .text-2 {
    color: #0f0f0f52;
    font-size: 16px;
    line-height: 23px;
    margin: 0;
    margin: 0 0 25px;
}

.search-result-notes-img .banners {}

.search-result-notes-img .banners .banner {
    display: inline-block;
}

.search-result-notes-img input[type="checkbox"] {
    position: absolute;
    left: 50px;
    top: 60px;
}

.search-result-notes-img .border-outline {
    content: "";
    position: absolute;
    z-index: 4;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    border: 1px solid #007398;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}

.search-result-notes-img input[type="checkbox"]:checked~.border-outline {
    opacity: 0.5;
}

.search-result-notes {
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 60px 60px 30px 90px;
    margin: 0 0 27px;
    overflow: hidden;
    display: flex;
}

.search-result-notes .content {
    overflow: hidden;
}

.search-result-notes .content .title {
    color: #007398;
    font-size: 23px;
    line-height: 36px;
    font-weight: 500;
    margin: 0 0 25px;
}

.search-result-notes .content .text-1 {
    color: #0f0f0f;
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    margin: 0;
    margin: 0 0 14px;
}

.search-result-notes .content .text-2 {
    color: #0f0f0f52;
    font-size: 16px;
    line-height: 23px;
    margin: 0;
    margin: 0 0 25px;
}

.search-result-notes .banner {
    width: 279px;
}

.search-result-notes input[type="checkbox"] {
    position: absolute;
    z-index: 4;
    left: 50px;
    top: 60px;
}

.search-result-notes .border-outline {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    border: 1px solid #007398;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}

.search-result-notes input[type="checkbox"]:checked~.border-outline {
    opacity: 0.5;
}

.search-result-images {
    margin-left: -24px;
    margin-right: -24px;
}

.search-result-single-image {
    position: relative;
    z-index: 2;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 48px;
}

.search-result-single-image .img {}

.search-result-single-image .img img {
    min-width: 100%;
}

.search-result-single-image input[type="checkbox"] {
    position: absolute;
    left: 44px;
    top: 20px;
    z-index: 4;
}

.search-result-single-image .border-outline {
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    height: 100%;
    width: calc(100% - 42px);
    background: #00a4d9;
    z-index: 3;
    opacity: 0;
    transition: 0.3s;
}

.search-result-single-image input[type="checkbox"]:checked~.border-outline {
    opacity: 0.5;
}

.document-view-modal .modal-dialog {
    min-width: 1148px;
    min-height: 780px;
}

.document-view-modal .modal-close {
    right: 26px;
    top: 12px;
    background: transparent;
    position: absolute;
}

.document-view-modal .modal-content {
    min-height: 780px;
    padding: 45px 30px 30px;
}

.document-view-modal .pdf {
    height: 100%;
    min-height: 780px;
}

.user-view-modal {
    text-align: left;
}

.user-view-modal .modal-content {
    padding: 30px;
}

.user-view-modal .modal-close {
    right: 26px;
    top: 12px;
    background: transparent;
    position: absolute;
}

.user-view-modal .title {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    border-bottom: 1px solid rgba(185, 185, 185, 0.1);
    padding: 0 0 16px;
}

.user-view-modal .all-user {
    max-height: 380px;
    overflow: hidden;
    overflow-y: scroll;
}

.user-view-modal .all-user .single-user {}

.user-view-modal .all-user .single-user .info {}

.user-view-modal .all-user .single-user .info .icon {
    height: 26px;
    width: 26px;
    background: #e6e6e6;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
}

.user-view-modal .all-user .single-user .info .icon img {
    height: 17px;
}

.search-document-view-modal {
    text-align: left;
}

.search-document-view-modal .modal-content {
    padding: 30px;
}

.search-document-view-modal .modal-close {
    right: 26px;
    top: 12px;
    background: transparent;
    position: absolute;
}

.search-document-view-modal .title {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    border-bottom: 1px solid rgba(185, 185, 185, 0.1);
    padding: 0 0 16px;
}

.search-document-view-modal .all-document {
    max-height: 380px;
    overflow: hidden;
    overflow-y: scroll;
}

.search-document-view-modal .all-document .single-document {
    border-bottom: 1px solid rgba(185, 185, 185, 0.1);
    margin-bottom: 16px;
    padding-bottom: 10px;
}

.search-document-view-modal .all-document .single-document img {
    max-width: 100%;
}

.search-document-view-modal .all-document .single-document p {
    margin: 0;
}

.all-notes-search-result {
    position: relative;
}

.all-notes-search-result .paginate-links {
    right: 0;
    top: -60px;
}

.all-notes-search-result ul {
    padding: 0;
}

.single-notes-search-result {
    border: 1px solid #007398;
    background: #ffffff;
    position: relative;
    padding: 15px 20px 20px 54px;
    margin: 0 0 30px;
    /* height: 126px; */
    height: 200px;
}

.single-notes-search-result.image {
    height: 426px;
}

.single-notes-search-result.image p {
    margin: 0;
    text-align: center;
}

.single-notes-search-result.image img {
    max-width: 100%;
    height: 378px;
    margin: auto;
}

.single-notes-search-result input[type="checkbox"] {
    position: absolute;
    left: 20px;
    top: 20px;
}

.single-notes-search-result .text {
    font-size: 17px;
    line-height: 23px;
    margin: 0;
    cursor: pointer;
    word-wrap: break-word;
    overflow: hidden;
    /* max-height: 92px; */
    max-height: 180px;
}

.single-notes-search-result .img {
    cursor: pointer;
}

.notesresultModal-modal {}

.notesresultModal-modal .modal-dialog {
    min-width: 647px;
}

.notesresultModal-modal .modal-close {
    right: 26px;
    top: 12px;
    background: transparent;
    position: absolute;
}

.notesresultModal-modal .modal-content {
    padding: 30px;
}

.notesresultModal-modal .modal-content .scroll {
    max-height: 321px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0 0 30px;
}

.notesresultModal-modal .modal-content .scroll img {
    max-width: 100%;
}

.notesresultModal-modal .modal-content .title {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    border-bottom: 1px solid rgba(185, 185, 185, 0.1);
    padding: 0 0 8px;
    margin-bottom: 8px;
}

.notesresultModal-modal .modal-content .text {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 8px;
}

.notesresultModal-modal .modal-content .single-info {
    margin: 0 0 8px;
    font-size: 14px;
}


/* Webviewer */

.webviewer-area {
    display: flex;
    flex-wrap: nowrap;
}

.webviewer-viewer {
    flex: 1 1 auto;
}

.webviewer-right-content {
    flex: 1 1 auto;
    max-width: 380px;
    display: flex;
    justify-content: flex-end;
    background-color: white;
    margin-left: 15px;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 20px 0px;
}

.webviewer-right-content>div {
    /*  height: auto !important;
  width: auto !important;
  */
}

.webviewer-right-content .side-ext {
    width: 380px;
    height: 100vh !important;
    overflow-y: scroll;
    position: relative;
    padding: 0;
}

.side-ext .topnav {
    /*width: calc(100% - 15px) !important;*/
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.2);
    max-height: 42px;
    min-height: 42px;
    padding: 0;
}

.side-ext .bottomnav.topnav {
    border-top: 1px solid #d4d4d4;
    border-bottom: none;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.topnav a,
.topnav button {
    flex: 1 1 auto;
    display: block;
    color: #30B7E2;
    border-bottom: 3px solid transparent !important;
    border-right: 1px solid #d4d4d4 !important;
    text-align: center;
    padding: 5px 16px 5px;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    border: 0;
    background: transparent;
    font-size: 16px;
    cursor: pointer;
    margin: 0 0 -1px !important;
    line-height: 13px;
}

.topnav a:last-child,
.topnav button:last-child {
    border-right: none !important;
}

.topnav .router-link-active,
.topnav .active,
.topnav a:hover,
.topnav button:hover {
    border-bottom-color: #007398 !important;
    color: #007398;
}

.topnav a img,
.topnav button img {
    height: 28px;
    filter: grayscale(1);
}

.topnav a.active img,
.topnav button.active img {
    filter: grayscale(0);
}

.bottomnav.topnav a img,
.bottomnav.topnav button img {
    filter: grayscale(0);
}

.topnav .logout {
    float: right;
    display: inline-block;
    font-size: 14px;
    line-height: 10px;
    padding: 6px 14px;
    margin-right: 8px;
}

.bottomnav.topnav .check,
.bottomnav.topnav .select:focus {
    filter: grayscale(0);
    border-bottom-color: #007398 !important;
    color: #007398;
}

.bottomnav.topnav .uncheck {
    filter: grayscale(1);
}


/* switch toggle */

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #007398;
}

input:focus+.slider {
    box-shadow: 0 0 1px #007398;
}

input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.a_login_infos {
    margin: 0;
    border-bottom: 1px solid #d4d4d4;
    padding: 20px;
    min-height: 91vh;
}

.a_login_infos .single-card {
    display: block;
    text-decoration: none;
    padding: 2px 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    margin-bottom: 10px;
    background: #e8f5e952;
    overflow-wrap: break-word;
    position: relative;
    height: auto;
}

.a_login_infos .single-card:hover,
.a_login_infos .single-card:active {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.a_login_infos p,
.a_login_infos textarea,
.a_login_infos input[type="text"] {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    width: 100%;
    max-width: 100%;
    background: transparent;
    border: 0;
    outline: none;
    padding: 0 0 0 8px;
}

.a_login_infos textarea {
    min-height: 130px;
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
}

.a_login_infos input[type="text"] {
    min-height: 40px;
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
}

.side-ext>div {
    min-height: 91vh;
    padding: 20px;
}

.side-ext .latest-read {
    margin: 0;
}

.login_list {
    margin: 20px 0;
    padding-top: 1px;
}

.login_list ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.login_list ul li,
.login_list ul li p {
    display: block;
    text-align: left;
    margin: 14px 10px 20px 0;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    position: relative;
}

.login_list ul li {
    padding: 10px 10px;
    position: relative;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    background: #f3c3161f;
}

.login_list ul li:hover {
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
}

.login_list ul li .close {
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    outline: none;
    background: #6d6d6d;
    /* border: 2px solid #151515; */
    border: 0;
    color: #ffffff;
    height: 20px;
    width: 20px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    border-radius: 100px;
    padding: 0px 1px 4px 1px;
}

.login_list ul li input,
.login_list ul li input.login-list-input {
    min-width: 100%;
    outline: none;
    border: 1px solid #ccc;
    height: 40px;
    font-size: 14px;
    padding: 10px;
    transition: 0.3s;
    background: #fff;
}

.login_list ul li .note-button {
    display: block;
    color: #2e86c1;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px;
    cursor: pointer;
    text-overflow: clip;
    word-break: break-all;
    background: none;
    border: none;
    text-align: left;
    outline: none;
}

.login_list ul li img {
    max-width: 100%;
    margin: auto;
}


/*model multiselect start*/


/* .multiselect {
    margin-bottom: 20px;
}

.multiselect input[type="text"] {
    display: none;
}

.multiselect .multiselect__content {}

.multiselect .multiselect__content li {
    margin: 0;
    box-shadow: none;
}

.multiselect .multiselect__content li:hover {
    box-shadow: none;
} */


/*iframe height*/

.box-note-comment {
    padding: 70px 0px;
    border-bottom: 0px;
}

.note-coments-text-box {
    background-color: #30B7E2;
    padding: 10px 34px 10px 34px;
    border-radius: 40px;
    max-width: 262px;
    height: 63px;
    font-size: 16px;
    display: flex;
    margin: 0 auto;
    align-items: center;
}

.note-coments-text-box p {
    font-size: 16px;
    color: #ffffff;
    line-height: 18px;
    padding-left: 13px;
}

.border-box {
    margin: 26px 0;
    text-align: center;
}

.button-text-box {
    text-align: center;
}

.button-text-box button {
    margin-right: 10px;
}

.video-part {
    display: flex;
    margin: 0 auto;
    align-items: center;
    max-width: 244px;
    padding: 60px 0px;
    border: 0;
    background: none;
    cursor: pointer;
    outline: 0;
}

.video-part p {
    font-size: 16px;
    color: #30B7E2;
}

.textarea-box h4 {
    font-size: 15px;
    border-bottom: 1px solid #9F9F9F;
    padding: 0 0 11px 0;
}

.textarea-box p {
    font-size: 13px;
    line-height: 20px;
}

.textarea-box p+p {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #9F9F9F;
    border-bottom: 2px solid #9F9F9F;
    padding-bottom: 22px;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.6);
}

.des-text {
    color: #00A1D5;
    text-decoration: underline;
}

.new-modal-textbox::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    font-size: 15px;
}

.new-modal-textbox::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    font-size: 15px;
}

.new-modal-textbox:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    font-size: 15px;
}

.new-modal-textbox:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    font-size: 15px;
}


/*feedback modal start*/

.feedbackmodal h2 {
    font-size: 22px;
    font-weight: 700;
}

.star-area-box {
    margin-top: 10px;
    margin-bottom: 40px;
    display: flex;
    position: relative;
    font-size: 13px;
    font-weight: 700;
}

.star-area-box .rate-us {
    padding-right: 8px;
}

.star-area-box .rate-again {
    position: absolute;
    right: 0;
    border: 0;
    background: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    outline: 0;
}

.modal-textareabox {
    width: 100%;
    border-bottom: 1px solid #9F9F9F!important;
}


/*feedback mdal end*/


/*article info start*/

.article-info h2 {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.article-info input[type="text"] {
    min-height: 38px;
    border-bottom: 1px solid #9F9F9F;
    margin: 10px 0;
    padding-left: 0px;
    font-size: 14px;
}

.article-info textarea {
    min-height: 15px!important;
    border-bottom: 1px solid #9F9F9F!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    line-height: 14px;
    font-size: 14px;
    padding-bottom: 5px;
}

.article-info textarea::-webkit-scrollbar {
    width: 10px;
}


/*placeholder article end*/

.article-info textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.article-info textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.article-info textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.article-info input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.article-info input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.article-info input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.article-info input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.article-info input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    font-size: 14px;
    font-weight: 500;
}


/*placeholder article start*/

.article-info .single-card {
    background: none;
    /*box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);*/
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.08)!important;
    margin-bottom: 0px;
    padding: 0px 0px;
}

.article-info .single-card:active {
    /*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);*/
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2)!important;
}

.article-info .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 5px;
    padding-left: 5px;
    margin: auto;
    /* padding: 0; */
    margin-top: -10px;
}

.article-info .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 5px;
    padding-left: 5px;
    margin: auto;
}

.article-info .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 5px;
    padding-left: 5px;
    margin: auto;
}

.article-info .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    padding-right: 5px;
    padding-left: 5px;
    margin: auto;
}


/*.multiselect__option--highlight {
  background: #30B7E2;
  color: #fff;
}
*/

.multiselect__tag {
    background: #E8E8E8!important;
    color: #333333!important;
}

.arrowbtwrap .down-arrow {
    width: 100%;
    position: absolute;
    margin-top: -56px;
    cursor: pointer;
    border: 0px;
    background: none;
    outline: 0;
}

.arrowbtwrap .up-arrow {
    width: 100%;
    cursor: pointer;
    border: 0px;
    background: none;
    outline: 0;
    /* top: 0; */
}

.single-card.blur-keywords {
    position: relative;
}

.blur-keywords textarea {
    color: transparent;
    text-shadow: #111 0 0 9px;
    border-bottom: 0px !important;
    filter: blur(3px);
}


/*article info end*/


/*latest reads start*/

.paginate-links.allArticles {
    min-width: 67px;
    top: -3px;
}

.paginate-links.othersArticles {
    min-width: 67px;
    top: -3px;
}

.link-paginate {
    position: relative;
}

.login_list .link-paginate ul li {
    /* padding: 10px 10px; */
    position: relative;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    background: #f3c3161f;
    width: 18px;
    height: 14px;
    display: inline-block;
    cursor: pointer;
    padding: 0px!important;
    font-size: 0px;
    border: 0px!important;
    margin: 0px 10px 0 0!important;
}

.login_list .link-paginate ul li.prev {
    background-image: url(../img/left-read-arrow.png);
    width: 18px;
    height: 14px;
}


/*.login_list .link-paginate ul li.prev.disabled{
   opacity:0.3;
  cursor: not-allowed;
}
.login_list .link-paginate ul li.next.disabled{
  opacity:0.3;
  cursor: not-allowed;
}
*/

.login_list .link-paginate ul li.next {
    background-image: url(../img/right-read-arrow.png);
    width: 18px;
    height: 14px;
}

.login_list .link-paginate ul li a {
    font-size: 0px;
}

.next-pre-btn {
    position: absolute;
    right: -10px;
    top: 0px;
}

.login_list.latest-read ul li {
    padding: 2px 0px 2px 0;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.08);
    background: none;
    border-bottom: 1px solid #d0d0d0;
    margin: 0 0 5px 0;
}

.login_list.latest-read ul li a {
    /* color: #000; */
    color: #007bff;
}

.login_list.latest-read ul li a:hover {
    color: #007bff;
}

.login_list.latest-read ul li:hover {
    border-bottom: 1px solid #30B7E2;
}

.latest-read .tab2_card p {
    padding: 0;
    color: #000000;
    font-size: 13px;
    line-height: 20px;
}

.latest-read .tab2_card p:hover {
    /*color:#30B7E2;*/
}

.latest-read h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    padding-bottom: 7px;
}


/*latest reads end*/

.iframe-height {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.boxpadding {
    padding: 0px 12px;
}

.read-it-leater {}

.read-it-leater h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    padding-bottom: 7px;
}

.modal-backdrop.show {
    display: none;
}

.modal-one {}

.modal-one-content {
    padding: 20px;
    background: #fff;
    border: 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
}

.modal-one-content .close {
    background: #222222;
    height: 20px;
    width: 20px;
    line-height: 18px;
    font-size: 14px !important;
    color: #ffffff !important;
    text-align: center;
    border-radius: 100px;
    position: absolute;
    right: -10px;
    top: -10px;
}

.modal-one-content .main-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 14px;
}

.modal-one-content .user-input {}

.modal-one-content .input-box {
    width: 100%;
    margin-bottom: 20px;
}

.modal-one-content .input-box select {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #9f9f9f;
    margin: 0;
    padding: 0 10px;
    font-size: 14px;
    outline: none;
    margin-bottom: 10px;
    height: 34px;
}

.modal-one-content .input-box input[type="text"] {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #9f9f9f;
    margin: 0;
    padding: 0 10px;
    font-size: 14px;
    outline: none;
    margin-bottom: 10px;
    height: 34px;
}

.modal-one-content .input-box textarea {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #9f9f9f;
    margin: 0;
    padding: 0 10px;
    font-size: 14px;
    outline: none;
    margin-bottom: 10px;
    height: 90px;
}

.modal-one-content .main-button {
    background: #30B7E2;
    font-size: 19px;
    line-height: 21px;
    font-weight: 500;
    color: #ffffff;
    border: 0;
    padding: 12px 14px;
    border-radius: 50px;
    outline: none;
    margin: auto;
    cursor: pointer;
    width: 100%;
}


/*start:custom scroll*/

.side-panel::-webkit-scrollbar {
    width: 8px;
}

.side-panel::-webkit-scrollbar-track {
    background: #e6e5e5;
}

.side-panel::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

.side-panel::-webkit-scrollbar-thumb:hover {
    background: #aba8a8;
}


/*end:custom scroll*/

.search-document-view-modal .all-document {
    padding-right: 20px;
}


/*start:custom scroll*/

.search-document-view-modal .all-document::-webkit-scrollbar {
    width: 8px;
}

.search-document-view-modal .all-document::-webkit-scrollbar-track {
    background: #e6e5e5;
}

.search-document-view-modal .all-document::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

.search-document-view-modal .all-document::-webkit-scrollbar-thumb:hover {
    background: #aba8a8;
}


/*end:custom scroll*/


/*start:custom scroll*/

.search-result-content-view .srcv-view::-webkit-scrollbar {
    width: 8px;
}

.search-result-content-view .srcv-view::-webkit-scrollbar-track {
    background: #e6e5e5;
}

.search-result-content-view .srcv-view::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

.search-result-content-view .srcv-view::-webkit-scrollbar-thumb:hover {
    background: #aba8a8;
}


/*end:custom scroll*/


/*start:custom scroll*/

.notesresultModal-modal .modal-content .scroll::-webkit-scrollbar {
    width: 8px;
}

.notesresultModal-modal .modal-content .scroll::-webkit-scrollbar-track {
    background: #e6e5e5;
}

.notesresultModal-modal .modal-content .scroll::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

.notesresultModal-modal .modal-content .scroll::-webkit-scrollbar-thumb:hover {
    background: #aba8a8;
}


/*end:custom scroll*/

.toggle-menu-header {
    position: absolute;
    left: 0;
    top: 25px;
    display: none;
    z-index: 1;
    transition: 0.2s all;
}

.toggle-menu-header .fa {
    font-size: 23px;
    color: #000;
    cursor: pointer;
}

.page-heading {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 0 0 15px 0;
    margin: 0 0 35px 0;
}

.rating-wrap {
    width: 68%;
    text-align: left;
    margin-top: -18px;
}

.rating-wrap .rating-star {
    margin-bottom: 10px;
}

.rating-wrap .rating-view {
    margin-bottom: -7px;
}

.rating-wrap .avg {
    font-size: 9px;
    line-height: 13px;
    padding: 1px 3px;
    background: #1880a214;
    border-radius: 3px;
    min-width: 63px;
}

.pagination-wrap .paginate-links li {
    display: inline-block;
    /*background-color: #000;*/
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #000;
    color: #fff;
    width: 25px;
    text-align: center;
}

.pagination-wrap .paginate-links li.active {
    display: inline-block;
    background-color: #1880a2;
    border-radius: 50%;
    border: 1px solid #1880a2;
    color: #fff;
    width: 25px;
    text-align: center;
}

.pagination-wrap .paginate-links li.active a {
    color: #fff!important;
}

.pagination-wrap .paginate-links li a {
    color: #000!important;
}

.pagination-wrap ul li.right-arrow a {
    color: #000!important;
}


/*
.pagination-wrap .right-arrow{
   margin-left:12px;
}
.pagination-wrap ul li.left-arrow{
    border:0px;
    position:absolute;
    right:28px;
}
.pagination-wrap ul li.left-arrow a:after{
    content:"";
    background-image: url(../img/prev.png);
    width:18px;
    height:14px;
    color:#f9f9f9!important;
    display:inline-block;
    position:absolute;
    top:5px;
}
.pagination-wrap ul li.left-arrow a{
    color:#f9f9f9!important;
}

.login_list .link-paginate ul li.prev.disabled{
   opacity:0.3;
  cursor: not-allowed;
}
.login_list .link-paginate ul li.next.disabled{
  opacity:0.3;
  cursor: not-allowed;
}

.pagination-wrap ul li.right-arrow{
    border:0px;
}
.pagination-wrap ul li.right-arrow a:after{
    content:"";
    background-image: url(../img/next.png);
    width:18px;
    height:14px;
    color:#f9f9f9!important;
    display:inline-block;
    position:absolute;
    top:5px;
}
.pagination-wrap ul li.right-arrow a{
    color:#f9f9f9!important;
}
*/

.filter-all-article {
    position: relative;
}

.filter-all-article a+a {
    display: inline-block !important;
    padding-left: 12px;
    color: #0087AD !important;
    font-size: 13px !important;
    text-align: right;
    position: absolute;
    right: 0px;
    top: 0;
}

.filter-clear.group-css a {
    display: inline-block !important;
    padding-left: 12px;
    color: #0087AD !important;
    font-size: 13px !important;
    text-align: right;
    /* position: absolute; */
    right: 30px;
}

.filter-clear {
    padding: 23px 0px 0px 0
}

.nxr-topic {
    overflow-x: auto;
    height: 180px;
    margin-top: 15px;
    width: 100%;
}

.nxr-topic li:first-child {
    margin-top: -24px!important;
}

.filter-clear.group-css.publication-title {
    margin-top: 25px;
}

.topics-publication {
    margin-bottom: 43px;
}

.latest-reat-title {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 25px;
}

.custom-input-text {
    padding-left: 20px;
}

.custom-input-text input {
    max-width: 76px;
    background-color: #F9F9F9;
    border: 0px;
    height: 39px;
}

.upcomming-information-box {
    margin-bottom: 130px;
}

.upcomming-fearure-title {
    border-top: 1px solid #f5f5f5;
    padding-top: 25px;
    font-size: 16px;
}

.all-notes-search-result .paginate-links.notes {
    right: 0;
    top: -65px;
    margin-right: -13px;
}

.paginate-links.articleImages {
    right: 0;
    top: -72px;
    margin-right: -13px;
}

.paginate-links.articleFilteredImages {
    right: 0;
    top: -72px;
    margin-right: -13px;
}

.paginate-links.articleFilteredNotes {
    right: 0;
    top: -72px;
    margin-right: -13px;
}

.selectarticledrop {
    background-color: transparent;
    border: 0px;
    font-size: 15px;
}

.notesresultModal-modal .modal-content .title {
    position: relative;
}

.notesresultModal-modal .modal-content .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 27%;
    height: 2px;
    background: #1f8ea7;
}


/*radio button select*/

.tre-radios {
    /*! flex: 1 1 auto; */
    display: flex;
    flex-wrap: nowrap;
    margin-right: 6px;
}

.tre-radios .label {
    color: #000000;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    margin-right: 4px;
}

.tre-radios .two-box {
    display: flex;
    flex-wrap: nowrap;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 25px;
    text-align: center;
    height: 34px;
    width: 100px;
}

.tre-radios .box {
    position: relative;
    height: 100%;
    border-radius: 25px;
}

.tre-radios .box input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.tre-radios .box label {
    color: #000000;
    font-size: 15px;
    line-height: 28px;
    height: 100%;
    width: 100%;
    display: block;
    transition: 0.3s;
    padding: 2px 15px;
    border-radius: 25px;
}

.tre-radios .box input:checked+label {
    background: #1f8ea7;
}

.tre-radios .box label img {
    height: 18px;
    transition: 0.3s;
}

.tre-radios .box input:checked+label img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(275deg) brightness(500%) contrast(101%);
}

.tre-edit {
    flex: 1 1 auto;
    margin-left: 10px;
    min-width: 90px !important;
}

.tre-edit button {
    background: #1f8ea7;
    border-radius: 25px;
    font-size: 13px;
    line-height: 16px;
    height: 34px;
    color: #fff;
    padding: 7px 13px;
    border: 0;
    cursor: pointer;
}

.tre-reset {
    text-align: right;
}

.tre-reset button {
    background: #1f8ea7;
    border-radius: 25px;
    font-size: 13px;
    line-height: 40px;
    height: 34px;
    width: 34px;
    color: #fff;
    padding: 0;
    border: 0;
    cursor: pointer;
}

.tre-reset button img {
    height: 17px;
}


/*radiobutton end*/

.modal-content .updatebtn {
    margin-top: 25px!important;
    background: #0087AD!important;
    font-size: 19px!important;
    line-height: 21px!important;
    font-weight: 500!important;
    color: #ffffff!important;
    border: 0;
    padding: 12px 14px!important;
    border-radius: 50px!important;
    outline: none!important;
    margin: auto!important;
    cursor: pointer;
    max-width: 100%;
}

.multiselect__content .multiselect__option--selected::after {
    content: attr(data-selected);
    color: silver;
    display: none!important;
}

.sharedmodel .modal-content {
    max-width: 407px!important;
    outline: 0;
    margin: 0 auto;
    border-radius: 0px;
}

.new-modal-textbox {
    border: 0px;
    border-bottom: 1px solid #9F9F9F;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
}

.modal-content .user-input .multiselect .multiselect__tags {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #9F9F9F;
    min-height: 32px;
}


/*.modal-content button.close {
    background: #222222;
    height: 20px;
    width: 20px;
    line-height: 18px;
    font-size: 14px !important;
    color: #ffffff !important;
    text-align: center;
    border-radius: 100px;
    position: absolute;
    right: -10px;
    top: -10px;
}
*/

.modal-for-menus .modal-content .modal-header .close {
    right: 5px;
    top: 7px;
    background: transparent;
    background-color: transparent;
    height: 20px;
    width: 20px;
    border-radius: 100px;
    position: absolute;
    padding: 0;
    background-color: #000;
    line-height: 10px;
    opacity: 0.9;
}

.modal-for-menus .modal-content .modal-header .close img {
    filter: invert(97%) sepia(3%) saturate(0%) hue-rotate(190deg) brightness(101%) contrast(105%);
}

.modal-content {
    border-radius: 0px;
}

.modal-content .close {
    right: -9px;
    top: -8px;
    background: transparent;
    background-color: transparent;
    height: 20px;
    width: 20px;
    border-radius: 100px;
    position: absolute;
    padding: 0;
    background-color: #000;
    line-height: 10px;
    opacity: 0.9;
}

.group-part {
    margin-bottom: 15px;
}


/*multi tag start*/

.modal-content .user-input {}

.modal-content .multiselect__tag {
    background: #E8E8E8!important;
    color: #333333!important;
}

.modal-content .user-input .multiselect {
    padding: 0;
    margin: 0;
    width: 100%;
    border: 0;
}

.modal-content .user-input .multiselect .multiselect__select {
    padding: 0;
    right: 0;
    bottom: 10px;
    top: auto;
    z-index: 2;
    height: 34px;
    width: 34px;
}

.modal-content .user-input .multiselect .multiselect__tags {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #9F9F9F;
    min-height: 32px;
}

.modal-content .user-input .multiselect .multiselect__tag {
    display: inline-block;
    margin-right: 4px;
}

.shareit-multiselect {
    padding: 0 0 26px 0;
}

.modal-content .user-input .multiselect .multiselect__content-wrapper {}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
    background: #30B7E2;
}

.modal-content .user-input .multiselect .multiselect__content-wrapper .multiselect__content {}

.modal-content .user-input .multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element {}

.modal-content .user-input .multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
    font-weight: 400;
    font-size: 14px;
}

.modal-content .user-input .multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option--highlight {
    background: #30B7E2;
}

.modal-content .user-input .multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element span {
    padding: 5px 10px;
    font-size: 14px;
    display: block;
    min-height: 30px;
    margin: 0;
}

.modal-content .user-input .multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element span::after {
    display: none;
}

.modal-content .user-input input[type="text"] {
    width: 100% !important;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    margin: 0;
    padding: 0 10px !important;
    font-size: 14px !important;
    outline: none;
    margin-bottom: 10px;
    height: 34px !important;
}

.modal-content .user-input input.multiselect__input {
    position: relative !important;
    background: #ffffff;
}

.modal-content .user-input textarea {
    border: 0;
    padding: 10px 10px;
    min-height: 120px;
    font-size: 14px;
    line-height: 24px;
    outline: none;
    margin-bottom: 10px;
}

.modal-content .modal-bottom {
    text-align: center;
}

.modal-content .modal-bottom .checking {
    overflow: hidden;
    margin: 10px 0 20px;
    text-align: left;
}

.modal-content .modal-bottom span {
    margin: 0;
    display: inline-block;
}

.modal-content .modal-bottom input {
    float: right;
    display: inline-block;
    min-width: auto;
    margin: 0;
    height: auto;
    outline: none;
    box-shadow: none;
}

.modal-content .modal-bottom button {
    background: #30B7E2;
    font-size: 19px;
    line-height: 21px;
    font-weight: 500;
    color: #ffffff;
    border: 0;
    padding: 12px 14px;
    border-radius: 50px;
    outline: none;
    margin: auto;
    cursor: pointer;
    width: 100%;
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
    background: transparent!important;
    color: #a6a6a6;
}

.multiselect__tags {
    border: 0px!important;
    border-bottom: 1px solid #9F9F9F!important;
    border-radius: 0px!important;
    padding-left: 0px;
    padding-right: 0px;
}

.multiselect__option--highlight::after {
    content: attr(data-select);
    background: #9abdae;
    color: #fff;
    display: none!important;
}

.multiselect__option--highlight {
    background: #0087AD!important;
    outline: none;
    color: #fff;
}

.text-box-scroll {
    /* overflow-x: auto;
    height: 270px; */
}

.text-box-scroll::-webkit-scrollbar {
    width: 8px;
}

.text-box-scroll .all-des-text {
    overflow-x: auto;
    display: block;
    max-height: 180px;
}

.text-box-scroll .all-des-text::-webkit-scrollbar {
    width: 8px;
}

.text-box-scroll .all-des-text::-webkit-scrollbar-track {
    background: #e6e5e5;
}

.text-box-scroll .all-des-text::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

.text-box-scroll .des-text {
    display: block;
    text-decoration: none;
    margin-top: 14px;
}


/*left content scrollbar start*/

.nxr-topic::-webkit-scrollbar {
    width: 8px;
}

.nxr-topic::-webkit-scrollbar-track {
    background: #e6e5e5;
}

.nxr-topic::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}


/*left content scrollbar end*/


/*left content scrollbar start*/

.text-box-scroll::-webkit-scrollbar {
    width: 8px;
}

.text-box-scroll::-webkit-scrollbar-track {
    background: #e6e5e5;
}

.text-box-scroll::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}


/*left content scrollbar end*/


/*logout drop down start*/

.logoutdrop .menudrop {
    padding: 0;
    list-style: none;
    margin: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    background: #fff;
    width: 256px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 22;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.logoutdrop:hover .menudrop {
    opacity: 1;
    visibility: visible;
}

.logoutdrop .menudrop li,
.logoutdrop .menudrop li a {
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    text-align: left;
}

.logoutdrop .menudrop img {
    height: auto;
    float: left;
    margin-top: -1px;
    margin-right: 20px;
}

.logoutdrop .menudrop li:hover,
.logoutdrop .menudrop li a:hover {
    color: #007398;
}

.logoutdrop .menudrop li {
    padding: 16px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}


/*logout drop down end*/

.input-text-infor input {
    width: 100%;
    height: 34px;
    padding: 3px 5px 0;
    border: 1px solid #d0d0d0;
    margin-bottom: 15px;
    margin-top: -10px;
    font-size: 14px;
}


/* Login form */

.login-form-area {
    background: #ffffff;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.all-login-content {
    background: #ffffff;
    margin: auto;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.01); */
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    padding: 70px 100px;
}


/* .all-login-content:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.05);
} */

.alc-top {
    margin-bottom: 60px;
}

.alc-new {
    padding-left: 80px;
    height: 276px;
}

.alc-new .link {
    background: transparent;
    border: 0;
    padding: 0;
    color: #1880a2;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 8px;
}

.login-form-content {
    border-right: 1px solid #707070;
    padding-right: 119px;
}

.login-form-content h4 {}

.login-form-content .logo {
    margin: 30px 0 40px;
}

.login-form-content .form-group {
    margin-bottom: 40px;
}

.login-form-content label {}

.login-form-content input {
    border: 0;
    border-bottom: 1px solid #9f9f9f;
    outline: none;
    border-radius: 0;
    padding: 0;
    min-width: 270px;
    font-size: 14px;
    padding: 5px;
}

.login-form-content input:focus {
    outline: none;
    box-shadow: none;
}

.login-form-content button[type="submit"] {
    width: 70%;
    background: #1880a2;
    border-radius: 50px;
    border: 0;
    font-size: 14px;
    line-height: 18px;
    transition: 0.3s;
    padding: 11px 5px;
}

.login-form-content button[type="submit"]:hover {
    background: #1880a2;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.login-form-content .forgot-password {
    margin-top: 30px;
}

.login-form-content .forgot-password .link {
    color: #1880a2;
    background: transparent;
    padding: 0;
    font-size: 14px;
    border: 0;
    cursor: pointer;
}

.login-form-content .group-single {
    margin-top: 30px;
}

.login-form-content .group-single .link {
    color: #1880a2;
    background: transparent;
    padding: 0;
    font-size: 14px;
    border: 0;
    cursor: pointer;
}

.login-form-content .group-single .separator {
    color: #1880a2;
    margin: 0 10px;
}

.not-allowed-class {
    cursor: not-allowed;
}

.info-class {
    font-size: 25px;
    padding-left: 10px;
    cursor: pointer;
}

.select2-container--default .select2-selection--single {
    display: block !important;
    width: 100%;
    height: calc(2.25rem + 2px) !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
}

select.nxr-publication-type {
    display: block;
    width: 100%;
    border: 1px solid #707070;
    background: #ffffff;
    border-radius: 3px;
    height: 38px;
    padding: 10px;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
}


/* Pdf viewer */

.pdf-wrapper {
    padding: 120px 0 80px;
}

.pdf-top-header {
    height: 40px;
    overflow: hidden;
    z-index: 10000;
    position: fixed;
    min-width: 500px;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    /* background: #303030; */
    background: #005998;
    border-bottom: 1px solid #005998;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.pdf-top-header .left {
    flex: 1 1 33%;
    text-align: left;
}

.pdf-top-header .center {
    text-align: center;
    flex: 1 1 33%;
}

.pdf-top-header .right {
    text-align: right;
    flex: 1 1 33%;
}

.pdf-top-header .item {
    display: inline-block;
    color: #ffffff;
    padding: 8px 10px;
    cursor: pointer;
    transition: 0.3s;
}

.pdf-top-header .item:hover {
    background: #555555;
}

.pdf-top-header .item span {
    display: inline-block;
}

.pdf-top-header .item .icon {
    margin-right: 2px;
}

.pdf-top-header .item .icon img {
    height: 20px;
    max-width: 100%;
    margin-top: -4px;
}

.pdf-top-header .item .text {
    font-size: 16px;
    line-height: 20px;
}

.pdf-wrapper .pdfViewer .page {
    margin: 20px auto;
    border: 0;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 30%);
    width: 100% !important;
}

@media print {
    .not-print {
        display: none;
    }
    #customMadeIframe123456 {
        display: none !important;
    }
    .only-print {
        display: block !important;
    }
    .pdf-wrapper {
        margin: 0 !important;
        padding: 0 !important;
    }
    #pageContainer {
        margin: auto !important;
        width: 100% !important;
    }
}