@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url(../../../plugins/animate/animate.css);

*{ outline: 0 !important; outline:none !important;}

/*===========================
  Preloader
============================= */
.preloader{
	position: relative;
}
.preloader .preloader-wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255,255,255, 0.50);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.preloader .loader{
	position: absolute;
    width: 300px;
    top: 0;
    padding: 0.65rem 1.5rem;
    background: rgba(61,61,59, 0.65);
    left: calc(50% - 150px);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
}
.preloader .loader .progress .progress-bar {
	color: #000000;
}
.btn, a, a:hover {
-webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
a{ color: #d35400; }
a, a:hover, a:focus{ text-decoration: none; }
a:hover, a:focus{ color:rgba(0,0,0, 0.85);}
a, .button {
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -ms-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
body{ 
    /* font-family: "Lato", sans-serif; */
    font-family: Poppins, Helvetica, "sans-serif";
    font-weight: normal; 
    font-style: normal; 
    font-size: 1rem;
    background: #F2F3F7;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.gutter-b {
    margin-bottom: 1rem;
}
/*--------------------------------
	LOADING .......
--------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    color: #31708F;
    font-weight: 400;
    padding: 0px;
    width: 100%;
    z-index: 9999;
    text-align: center;
    opacity: 1 !important;
    background: none;
    border-top: none;
    border-bottom: none;
}
.preloader .text {
    width: 300px;
    margin: 0 auto;
    height: 40px;
    background-color: #FFF3CD;
    border-top: none;
    border-left: 1px solid #ffeeba;
    border-right: 1px solid #ffeeba;
    border-bottom: 1px solid #ffeeba;
    padding: 10px;
    border-radius: 3px;
}


/*--------------------------------
	NAVBARS
--------------------------------*/ 
.main-header { 
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 99;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.top-header{
    padding: 0.325rem 1.5rem;
    background-color: #FFC312;
}
.top-header ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.top-header .top-header-left ul{
    position: relative;
    float: left;
    line-height: 40px;
}
.top-header .top-header-left ul::after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 5000px;
    height: 100%;
}
.top-header .top-header-left ul li{
    z-index: 1;
    display: inline-block;
    position: relative;
    color:rgba(255, 255, 255, 0.95)
}
.top-header .top-header-left ul li a{
  color: rgba(32,27,27,0.75);
}
.top-header .top-header-right ul li {
    display: inline-block;
} 
.top-header .top-header-left ul li i {
    margin-right: 9px;
}
.top-header .top-header-left ul li:last-child {
    padding-right: 22px !important;
}
.top-header .top-header-right{
    position: relative;
    text-align: right;
    line-height: 39px;
} 
.top-header .top-header-right .top-contact{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    display: inline-block;
    position: relative;
}
.top-header .top-header-right .top-contact li:first-child {
    padding-left: 0px !important;
}
.top-header .top-header-right .top-contact li {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    color: rgba(32,27,27,0.75);
}
.top-header .top-header-right .top-contact li::before { 
    content: "";
    height: 14px;
    width: 1px;
    background-color: rgba(255,255,255,.2);
    display: block;
    position: absolute;
    right: 0;
    top: 13px;
}
.top-header .top-header-right .top-contact li:last-child {
    padding-right: 22px !important;
} 
.top-header .top-header-right .top-contact li a{
    color: rgba(32,27,27,0.75);
}
.top-header .top-header-right .top-contact i {
    margin-right: 9px;
}
.top-header .top-header-right .list-inline {
  display: inline-block;
  line-height: 39px;
}
.top-header .top-header-right .social-icons { 
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px; 
}
.top-header .top-header-right .social-icons li {
  margin: 0 3px;
  display: inline-block;
  border: none;
  margin: 0 3px;
}
.top-header .top-header-right .social-icons li a{
  color: rgba(32,27,27,0.75);
  display: block;
  border: none;
  width: 16px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  font-weight: 500;
  background-color: transparent;
  text-align: center;
}
.top-header .top-header-right .social-icons li a:hover{
  color: rgba(0,0,0, 0.85);
}


/*--------------------------------
	NAVBARS
--------------------------------*/ 
.navbar-main.sticky{
    animation: sticky .4s;
    box-shadow: 0 0 3px 1px rgba(23, 23, 23, 0.2);
}
.navbar {
    padding: 0 1rem;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    position: relative; 
}
.navbar-brand .logo{
    width: 100px;
    position: absolute;
    top: 5px;
    left: 0;
}
.navbar-brand .description, 
.navbar-brand .desc-mobile{
    margin-left: 110px;
    min-height: 60px;
    padding-top: 0.85rem;
}
.navbar-brand .description span,
.navbar-brand .desc-mobile span{
    display: block;
    width:100%;
}
.navbar-brand .description span.text,
.navbar-brand .desc-mobile span.text{
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 0.95rem;
}
.navbar-brand .description span.small-text,
.navbar-brand .desc-mobile span.small-text{
    font-size: 1rem;
    line-height: 10px;
    padding-top: 0.65rem;
}
.navbar-brand .desc-mobile{
    display: none;
}
.bg-light {
    background: rgba(255,255,255,0.99) !important;
}
.bg-dark {
    background: rgba(0,0,0,0.90) !important;
}
.navbar-dark .navbar-nav .nav-link {
    display: block;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0.01em;
    opacity: 1;
    padding: 25px 0px;
    font-size: 1rem;
    font-weight: 500;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: rgba(255,255,255,0.75) !important;
    text-transform: none;
}
.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover {
    color: #FFC312 !important;
}
.fixed-top .nav-link {
    padding-top:15px !important;
    padding-bottom: 15px !important;
    font-size: 13px !important;
}
.dropdown-menu{
    border-radius: 0;
    margin-top: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color:#FFC312;
}
.dropdown-item{    
    font-size: 1rem;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
} 
.nav-item.separate{
    padding: 28px 0px 22px;
    color: #555;
}
.fixed-top .nav-item.separate {
    padding-top:20px !important;
    padding-bottom: 15px !important;
    font-size: 14px !important;
}
main.on-fly{
    margin-top: 80px;
}

main{
    padding-top: 1rem;
    padding-bottom: 1rem;
}




/*--------------------------------
	Search
--------------------------------*/ 
.col-opt{
    max-width: 190px;
}
.col-btn{
    max-width: 120px;
}
.hero_single {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0;
    color: #fff;
}
.hero_single.version_2 {
    height: 580px;
    background: #ededed url(../../../images/bg-search.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.opacity-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.hero_single .opacity-mask {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.hero_single .opacity-mask h1, .hero_single .opacity-mask h3 {
    color: #fff;
    line-height: 1;
    font-size: 48px;
    font-size: 3rem;
    margin: 0;
    font-weight: 500;
}
.hero_single .opacity-mask p {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 300;
}
.custom-search-input {
    background-color: #fff;
    padding: 5px 5px 5px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
}
.custom-search-input .form-group {
    margin: 0;
}
.custom-search-input input {
    border: 0;
    height: 50px;
    padding: 12px 10px 10px 20px;
    border-right: 1px solid #d2d8dd;
    font-weight: 500;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    font-size: .9375rem;
}
.custom-search-input select {
    border: 0;
    height: 50px;
    padding: 10px 13px 10px 5px;
    border-right: 1px solid #d2d8dd;
    font-weight: 500;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    font-size: .9375rem;
}
.custom-search-input input.no_border_r {
    border: none;
}
.custom-search-input input:focus, .custom-search-input select:focus{
    box-shadow: none;
}
.custom-search-input select:focus{
    box-shadow: none;
    border: 1xp solid #d2d8dd;
} 
.custom-search-input button {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
    font-size: 1.5rem;
    border: 0;
    padding: 0 25px;
    height: 50px;
    cursor: pointer;
    outline: 0;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #589442;
    margin-right: -1px;
}




/*--------------------------------
	BREADCRUMB
--------------------------------*/ 
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: ">";
}

/*--------------------------------
	HOME
--------------------------------*/ 
.custom-bg1{
    background-position: right top;
    background-size: 30% auto;
    background-image: url(../../../images/abstract-4.svg);
    background-repeat: no-repeat;
}
.affiliation-overview{
    position: relative;
    border: none;
    border-radius: 0.42rem;
}
.affiliation-overview .aff-profile{
    position: relative;
}
.affiliation-overview .aff-profile .image{
    position: absolute;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: .35rem;
    background: rgba(255, 255, 255);
}
.affiliation-overview .aff-profile .image img{
    width: 100%;
}
.affiliation-overview .aff-profile .desc{
    margin-left: 7.5rem;
}
.affiliation-overview .aff-profile .desc .aff-name{
    font-size: 1.125rem;
    font-weight: 500;
}
.affiliation-overview .aff-profile .desc .aff-url{
    font-size: 1.125rem;
    font-weight: 500;
}
.affiliation-overview .aff-profile .desc .label{
    font-weight: 500;
    color: #3F4254;
    font-size: 0.875rem;
}
.affiliation-overview .aff-profile .desc .value{
    font-weight: 400;
    color: #3F4254;
    font-size: 0.875rem;
}
.affiliation-overview .aff-profile .desc .ico{
    margin-top: 0.35rem;
    float:left;
    width: 24px;
    font-size: 0.80rem;
    color: #888;
}
.affiliation-overview .aff-profile .desc .block-place{
    margin-left: 24px;
}
.affiliation-overview .aff_sinta_label{
    font-size: 9px;
    font-weight: 300;
    color: #000;
    border-bottom: 1px solid #cecece;
    margin: 0 0.5rem;
}
.affiliation-overview .aff_sinta_value{
    font-size: 1.2rem;
    font-weight:600;
    line-height: normal; 
    margin: 0 0.5rem;
}
.affiliation-overview .sum-link-dark{
    color:#212529;
    text-decoration: none;
    cursor: pointer;
}
/* List Authors */
.card.card-authors {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    border: 0;
}
.symbol {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.42rem;
}
.symbol.symbol-50 > img {
    width: 100%;
    max-width: 50px;
    height: 50px;
}
.symbol.symbol-lg-120 > img {
    width: 100%;
    max-width: 120px;
    height: 120px;
}
.symbol > img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.42rem;
}
.card.card-authors .user-info .name {
    color: #181C32;
    font-size: 1rem;
    font-weight: 600;
}
.card.card-authors .user-info .s-info{
    color: #3F4254 ;
    font-size: 0.8rem;
    font-weight: 600;
}
.card.card-authors .u-subject .title{
    color: #3F4254 ;
    font-size: 0.8rem;
    font-weight: 600;
}
.card.card-authors .u-subject .badge{
    font-weight: normal;
    font-size: 0.8rem;
    padding: .25em .5em;
    border-radius: 0.125rem;
}
.card.card-authors .separator.separator-solid {
    border-bottom: 1px solid #EBEDF3;
}
.card.card-authors .separator {
    height: 0;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.card.card-authors .document-info .title{
    color: #3F4254;
    font-size:0.8rem;
    font-weight: 500;
}

/* Detail Authors */
.author-overview .profile .desc{
  margin-left: 110px;
}
.author-overview .profile .desc .name{
  font-size: 1rem;
  font-weight: 500;
}
.author-overview .auth_sinta_label{
  font-size: 9px;
  font-weight: 300;
  color: #000;
  border-bottom: 1px solid #cecece;
}
.author-overview .auth_sinta_value{
  font-size: 1.2rem;
  font-weight:600;
  line-height: normal; 
}
.chart-legend{
  font-weight: 400;
  font-size: 1rem;
}
.overview-navs .nav-link{
  font-size: .97rem;
  padding: 0.5rem 1rem;
  color: rgba(0,0,0,0.85) !important;
}
.overview-navs .nav-link.active{
  font-weight: 600;
  color: #000000;
}
.authbook {
  position: relative;
  min-height: 148px;
}
.authbook .cover{
  position: absolute;
  width: 100px;
  height: 148px;
  overflow: hidden;
}
.authbook .desc{
  margin-left: 110px;
  min-height: 148px;
}
.authbook .desc .field {
  color: #659f13;
}
.authbook .desc .field span{
  color: #666666;
}
.font-13{
  font-size: 13px;
}
.font-14{
  font-size: 14px;
}
.separator-sm{
  display: inline-block;
  width: 0.125rem;
  background: #888888;
  height: 8px;
  margin: 0 5px;
  border-right: 1px solid #888;
}
.separator-md{
  display: inline-block;
  width: 0.125rem;
  background: #888888;
  height: 10px;
  margin: 0 5px;
  padding: 0; 
}

.fk-list-prodi{
    position: relative;
    padding-left: 1.85rem;
    list-style: circle;
}
.fk-list-prodi li{
    border-bottom: 1px dashed #dfdfdf;
    padding-right: 15px;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}
.fk-list-prodi .list-prodi-inline{
    color: #131313;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
}

/* Pagination */
.page-link {
    color:#F79F1F;
}
.page-item.active .page-link {
    background-color: #F79F1F;
    border-color: #F79F1F;
}
.page-link:hover { 
    color: rgba(0,0,0,0.75); 
    background-color: #eee;
    border-color: #ddd;
}

/* Footer */ 
.first-footer{
    background: #181818;
    padding: 62px 0 0;
    color: rgba(255,255,255,0.87);
}
.first-footer .footer-logo {
  margin-bottom: 45px;
}
.first-footer .footer-logo img{
    max-width: 110px;
}
.first-footer .footer-box {
  border-top: 1px solid rgb(62, 62, 62);
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.first-footer .widget-area {
  padding: 33px 15px 37px;
  position: relative;
}
.first-footer .widget-area:not(:last-child)::before {
  position: absolute;
  content: '';
  height: 60%;
  right: 0;
  background-color: rgb(62, 62, 62);
  width: 1px;
  top: 20%;
}
.first-footer .featured-title h5, .first-footer .featured-desc p {
  margin-bottom: 0;
}
.footer-copyright{
    background: #000000;
    text-align: center;
    padding: 1.25rem 0;
    color: rgba(255,255,255,0.85);
}
.footer-copyright p{
    margin-bottom: 0;
}
.footer-copyright a, .first-footer a{
    color: rgba(255,255,255,0.85);
}
.footer-copyright a:hover,
.footer-copyright a:focus,
.first-footer a:hover,
.first-footer a:focus{
    color: #d35400;
}

/* Nav Tabs Overview */
.nav-tabs.scrollable {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;  
    display: -moz-box;
    border-bottom: none !important;
}
.nav-tabs.scrollable>li {
    float:none;
}
.text-warning {
    color: #f99008 !important;
}


/* AUTHORS */
.list-author-card .user-info .profile-name, 
.list-author-card .user-info .profile-name a{
    font-size: 1.25em;
    color: #10586e;
    font-weight: 500;
}
.list-author-card .user-info .profile-name a:hover{
    color: rgba(0,0,0, 0.85);
}
.list-author-card .user-info .profile-dept .ico,
.list-author-card .user-info .profile-id .ico{
    font-size: 0.875rem;
    width: 20px;
}
.list-author-card .user-info .stat-num {
    font-size: 1.5rem;
    font-weight: 600;
}
.list-author-card .user-info .stat-text {
    font-size: 0.75rem;
}

#Sidebar .list-sidebar{
    padding: 0;
    margin: 0;
    list-style: none;
}
#Sidebar .list-sidebar li{
    border-bottom: 1px dashed #a3a3a3;
    padding: 0.35rem 0;
}
.content-profile .fullname{
    font-size: 1.35rem;
}
.content-profile .meta-profile{
    color: #888;
}
.content-profile .meta-profile .item i{
    display: inline-block;
    width: 20px;
}
.content-profile .pr-icon i{
    height: 32px;
    width: 32px;
    background-color: #f0a500;
    color: #f7f7f7;
    border-radius: 50%;
    line-height: 32px;
}
.content-profile .stat-profile{
    background: #f8f8f8;
    padding: 1rem 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.content-profile .stat-profile .pr-txt{
    font-size: 0.7rem;
}
.content-profile .stat-profile .pr-num{
    font-size: 1.25rem;
    font-weight: 600;
}
.docs-list{
    position: relative;
    padding-top: 1rem;
}
.docs-list .list-item{
    position: relative;
    border-bottom: 1px dotted #999;
    padding-bottom: 1rem;
}
.docs-list .list-item .number{
    width: 35px;
}
.docs-list .list-item .desc{
    display: block;
    width: calc(100% - 35px);
}
.docs-list .list-item .desc .title,
.docs-list .list-item .desc .title a{
    color: #10586e;
    font-weight: 500;
}
.docs-list .list-item .desc .meta{
    color: #666666;
}
.docs-list .list-item .desc .meta li{
    font-size: 0.9rem;
}

.matriks-score-all {
    background: rgba(255, 162, 0, 0.137) !important;
}
.matriks-score-3yr {
    background: rgba(2, 155, 28, 0.089) !important;
}
.tab-docs{
    position: relative;
}
.tab-docs .nav-link.active {
    color: #151617;
    background-color: #fff;
    border-color: transparent !important;
    border-bottom: 4px solid #f4564a !important;
}
.tab-docs .nav-link { 
    font-weight: 500;
    font-size: 0.875rem;
}
.tab-docs .nav-link:hover, .tab-docs .nav-link:focus {
    border-color: transparent !important;
}

/* LOGIN */
.card-login{
    max-width: 500px;
    margin: 0 auto;
    padding: 1rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.card-login .form-control{
    border: 1px solid #e8ebf1;
    font-weight: 400;
    font-size: .875rem;
    box-shadow: none;
    border-radius: 2px;
    padding: .5rem 1rem;
}
.card-login .pwdMask {
    position: relative;
}
.card-login .pwdMask .pwd-toggle {
    top: 7px;
    right: 15px;
    color: #ccc;
    position: absolute;
    z-index: 2;
}
.card-login .cursor-pointer {
    cursor: pointer;
}


/*===========================
  SweetAlert
============================= */
.swal2-modal .swal2-header .swal2-title {
	font-size: 1.25rem;
	line-height: 1;
	font-weight: 600;
	color: #000;
	margin-bottom: 0.5rem;
}

.swal2-modal .swal2-content {
	font-size: 0.875rem;
	color: #686868;
	font-weight: 400;
}

.swal2-icon.swal2-question {
	border-color: #c9dae1;
	color: #87adbd;
}

.swal2-modal .swal2-actions button.swal2-confirm {
	color: #fff;
	background-color: #727cf5;
	border-color: #727cf5;
}

.swal2-modal .swal2-actions button {
	font-size: 1rem;
	line-height: 1;
	padding: 0.5rem 1rem 0.4rem;
}

.swal2-modal .swal2-actions button:focus {
	box-shadow: none;
}
.p-fQ9BqguYH1QoqINj img {
    -webkit-transition: all 400ms !important;
    transition: all 400ms !important;
}
.p-fQ9BqguYH1QoqINj img {
    filter: blur(0px) brightness(100%) contrast(100%) grayscale(200%) hue-rotate(0deg) opacity(100%) saturate(100%);
}
.p-fQ9BqguYH1QoqINj:hover img {
    filter: blur(0px) brightness(100%) contrast(100%) grayscale(0%) hue-rotate(0deg) opacity(100%) saturate(100%);
}


/* EXPERT HOME */
.section-title h4.title::before {
    content: '';
    bottom: -3px;
    height: 5px;
    width: 10%;
    background: #fd7e14;
    position: absolute;
}
.section-title h4.title {
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    position: relative;
    margin-bottom: 25px;
}
.expert-list, .expert-list-count, .expert-list-authors{
    list-style: none;
    padding: 0 ;
    margin: 0;
}
.expert-list-authors li a:hover .profilesets h6.name{
    color:#d35400;
}
.expert-list li{
    margin-bottom: 1.5rem;
}
.expert-list li .exp-title{
    font-size: 1rem;
    color: #010101;
}
.expert-list li .exp-pub{
    color: #444;
    font-size: 0.95rem;
}
.expert-list li .exp-author{
    color: #444;
    font-size: 0.95rem;
}
.expert-list-count li{
    border-bottom: 1px dashed #cecece;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.expert-list-count li:last-child{
    border-bottom: none;
}
.expert-list-count li .exp-title{
    padding-right: 0.5rem;
}
.flex-1 {
    flex: 1;
}
.expert-list-count li .badge-count{
    font-weight: 500;
    font-size: 0.8rem;
}
.badge-circle {
    border-radius: 50%;
    padding: 0;
    min-width: 2.25rem;
    min-height: 2.25rem;
    line-height: 2.25rem;
}
.expert-list-authors .list-item{
    padding: 0;
    min-height: 70px;
    border-bottom: 1px dashed #888;
    margin-bottom: 0.5rem;
}
.expert-list-authors .list-item .profileset {
    padding: 10px 10px 3px;
    position: relative;
}
.expert-list-authors .list-item .profileset .user-img { 
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #d0d0d0;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}
.expert-list-authors .list-item .profileset .user-img img {
    margin-top: 0;
    width: 100%;
    height: auto;
}
.expert-list-authors .list-item .profileset .profilesets {
    margin-left: 50px;
}
.expert-list-authors .list-item .profileset h6.name {
    font-size: 14px;
    color: #212b36;
    font-weight: 500;
    margin-bottom: 0;
}
.expert-list-authors .list-item .profileset h5.h-index {
    font-size: 14px;
    color: #637381;
    font-weight: 400;
}
.expert-list-authors .list-item .profileset .expertise{
    font-size: 0.85rem;
    color: #121212;
    line-height: 15px;
    margin-bottom: 0.5rem;
}

/* Search Results */
.hero_single.version_2.search-results{
    height: 250px !important;
}
.card-author .card-body{
    display: flex;
}
.card-author .photo{
    width: 100px;
    height: 110px;
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: 0.25rem;
}
.card-author .photo > img{
    width: 100%;
}
.card-author .info{
    padding-left: 10px;
}
.card-author .info h5{
    font-size: 1rem;
    font-weight: 500;
}
.card-author .info ul.att li{
    font-size: 0.875rem;
    font-weight: 400;
    color: #555;
}
a.card-author-link:hover .card-author{
    box-shadow: 0 1px 5px #aaa;
    background:#f5f5f5;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}


.paper-a4-wrapper{
	overflow-y: auto;
	padding: 1rem;
}
.paper-a4{
	background-color: #fff;
	border: 1px solid #dedede;
	box-shadow: 0 1px 3px #a3a3a3;
	min-height: 29.7cm;
	width: 21cm
}
.cv-bio .title{
	font-weight: 600;
	font-size: 0.9rem;
}
.cv-bio .name{
	font-weight: 600;
	font-size: 1.125rem;
	margin-bottom: 0.125rem;
}
.cv-photo{
	width: 130px;
}
.cv-photo img{
	max-width: 100%;
}
.cv-documents{
	padding: 2.5rem;
}
.cv-documents .title{
	background: #f0f0f0;
	padding: 0.5rem 1rem;
	margin-bottom:1rem ;
}
.cv-documents .title h6{
	font-weight: 600;
	margin: 0;
}
.cv-documents .docs-items .item{
	margin-bottom: 0.75rem;
	border-bottom: 1px dashed #cecece;
	padding-bottom: 0.5rem;
}
.cv-documents .docs-items .item:last-child{
	border-bottom: none;
}

/* Expcer View Detail */
.view-author {
    display: flex;
}
.view-author .view-photo{
    width: 150px;
}
.view-author .view-desc{
    width: 100%;
    padding-left: 1rem;
}
@media (max-width: 991px)
{
    .view-author {
        display: block !important;
        text-align: center;
    } 
    .view-author .view-photo {
        width: 100%;
        margin: 0 auto;
    }
    .view-author .view-desc {
        display: block !important;
        padding-left: 0 !important;
    }
    .view-author .view-desc .biography{
        text-align: left;
    }
}
.stat-table{
    font-size: 13px;
}
h5.detail_subtitle{
    display: block;
    font-size: 1rem;
    font-weight: 600;
    border-bottom: 1px solid #c0c0c0;
    padding: 10px 0;
    position: relative;
    margin-bottom: 15px;
}
h5.detail_subtitle::before {
    content: '';
    bottom: -3px;
    height: 5px;
    width: 15%;
    background: #007bff;
    position: absolute;
}
.badge.badge-expertise{
    font-size: 0.875rem;
    font-weight: 400;
    margin-right: 0.5rem;
    padding: 0.25rem 0.5rem;
    border:1px solid #d0d0d0;
}