/**
 * Custom css File v.01
 */

 html, body {
    background: #f9f9ff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    
}

.card-shadow {
    box-shadow: 0 5px 20px #777272!important;
}
.auth-footer {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}
.bs-p {
    height: 42px;
    border-radius: 0;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 0.375rem 0 0.75rem;
    line-height: 1.5;
    color: #495057;
  }
/* login wrapper */
.login-wrapper {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
    padding-top: 100px;
    align-content: right;
}
/* dashboard wrapper */
.profile-pic {
    width: 40px;
    height: 40px;
}

/* vgt */
table.vgt-table th {
    border-bottom: none !important;
    color: #2d2d22 !important;
    font-size: 11px !important;
}
table.vgt-table td {
    font-size: 13px !important;
}
.vgt-table.bordered td,
.vgt-table.bordered th {
  border-left: 1px solid #fff !important;
}
.vgt-table.bordered td:last-child,
.vgt-table.bordered th:last-child {
  border-right: 1px solid #fff !important;
}
.vgt-wrap__footer {
  padding: 7px 12px !important;
}
