/**
 * @file
 * Subtheme specific CSS.
 */

@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap);

#page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
    background-color: #2a3042;
    ;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.navbar-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 auto;
    height: 70px;
    padding: 0 calc(24px / 2) 0 0;
}

.topnav {
    background: #fff;
    padding: 0 calc(24px / 2);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    margin-top: 70px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
}

.topnav a {
    color: #495057;
    text-decoration: none;
}


#main {
    padding-top: 60px;
}


#main .node__meta {
    display: none;
}

.page-title-box {
    padding-bottom: 24px;
}

.page-title-box h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px !important;
}

.page-title-right {
    text-align: right;
    color: #74788d;
    float: right;
}

.page-title-right a{
    color: #74788d;
    text-decoration: none;
}

.card {
    margin-bottom: 24px;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #f6f6f6;
    border-radius: 0.25rem;
}

.card h2 {
    font-weight: 500;
    color: #74788d !important;
    font-family: "Poppins", sans-serif;
    font-size: 0.8125rem;
    line-height: 1.5;
    text-align: left;
}

.card span.field-content {
    margin-bottom: 0 !important;
    color: #495057;
    font-size: 1.21875rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
}


.card-in {
    margin-bottom: 24px;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #f6f6f6;
    border-radius: 0.25rem;
    max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.card-in .card-body {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 30px;
}


.card-in h2 {
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    font-size: 15px;
    margin: 0 0 7px 0;
    font-weight: 600;
    margin-bottom: 1.5rem !important;
    color: #495057;
}

/* .view-content.row {
    margin-bottom: 20px;
} */

tr {
    background: #fff;
}

.table th,
.table td {
    padding: 0.75rem;
    border-top: 1px solid #eff2f7 !important;
}

.table td {
    border-top: 1px solid #4f607d;
}

table tr th {
    color: #495057;
    background-color: #f8f9fa !important;
    border-color: transparent;
}


.table thead th {
    border-bottom: 2px solid #eff2f7;
}


#block-socialauthlogin {
    text-align: center;
}
