/* font  Lato */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

* {
    font-family: "Lato", sans-serif;
}

.fill-blue {
    background-color: #005aab;
    border-radius: 15px;
}
.fill-bluedark {
    background-color: #003565;
}
.green-rounded {
    border-radius: 15px;
}
.fill-bluesky {
    background-color: #a4cbfa;
}
.color-blue {
    color: #005aab;
}
.form-height {
    height: 60%;
}
.color-white {
    color: #fff;
}
.color-black {
    color: #000;
}
.outline-blue {
    border-color: #005aab;
}

.cardpeneliti {
    background: rgba(35, 138, 248, 0.759);
}

.fill-bluewhite {
    background-color: #f2f7fb;
}

.fill-white {
    background-color: #fff;
}

.fill-dark {
    background-color: #696969;
}
.color-dark {
    color: #696969;
}
.outline-dark {
    border-color: #696969;
}

.fill-grey {
    background-color: #bebebe;
}
.color-grey {
    color: #bebebe;
}
.outline-grey {
    border-color: #bebebe;
}

.bg-primary {
    background-color: #005aab !important;
}

.logonav {
    width: 200px;
}

/* button  */
.button-primary {
    background-color: #005aab;
    border-radius: 4px;
    color: #fff;
}
.button-primary:hover {
    background-color: #fff;
    border-radius: 4px;
    color: #005aab;
}
.button-primary-outline {
    background-color: #fff;
    border-color: #005aab;
    border-radius: 4px;
    color: #005aab;
}
.button-primary-outline:hover {
    background-color: #005aab;
    border-radius: 4px;
    color: #fff;
}

.button-dark-outline {
    background-color: #fff;
    border-color: #000;
    border-radius: 4px;
    color: #000;
}
.button-dark-outline:hover {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
}

.button-load:hover {
    background-color: #005aab;
    border-radius: 50px;
    color: #fff;
}
.button-load {
    border-radius: 50px;
    border-color: #005aab;
    color: #005aab;
}
.button-white {
    background-color: #fff;
    border-radius: 4px;
    color: #005aab;
}
.button-white:hover {
    background-color: #005aab;
    border-radius: 4px;
}

.success-check-only {
    width: 180px !important;
    padding: 28px 0 24px !important;
    border-radius: 16px !important;
}

.success-check-only .swal2-icon {
    margin: 0 auto !important;
}

.success-check-only .swal2-title,
.success-check-only .swal2-html-container,
.success-check-only .swal2-actions {
    display: none !important;
}

.font-bold {
    font-weight: 700;
}
.font-black {
    font-weight: 900;
}
.small-title {
    font-size: 25px;
}
.paragraf {
    font-size: 18px;
}
.side-link {
    font-size: 0.85em;
}
.sidebar-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
}

.sidebar-step-icon img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}
.pcard {
    font-size: 14px;
}
.pcard-sub {
    font-size: 11px;
}

/* side nav  */

.side-navbar {
    width: 250px;
    position: absolute;
    margin-left: -300px;
    /* background-color: #100901; */
    transition: 0.5s;
}
.nav-active {
    color: #fff;
    background-color: #005aab;
}
.side-nav-link:active {
    color: #fff;
    background-color: #005aab;
}
.side-nav-link:focus,
.side-nav-link:hover {
    color: #fff;
    background-color: #005aab;
}

.my-container {
    transition: 0.4s;
    min-height: 80vh;
}

.active-nav {
    margin-left: 0;
}

/* for main section */
.active-cont {
    margin-left: 250px;
    border-left: 1px solid #bebebe;
}

#menu-btn {
    background-color: #005aab;
    color: #fff;
    margin-left: -62px;
}

/* .my-container input { */
/* border-radius: 2rem; */
/* padding: 2px 20px;
} */
/* end side nav  */

.form-box {
    border-radius: 5px;
}

/* User order workflow */
.order-workflow.fill-bluewhite {
    background: #eef5fb;
}

.order-workflow .container {
    max-width: 1180px;
}

.order-shell {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    min-height: 760px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dde8f3;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(20, 54, 90, 0.08);
}

.order-workflow .side-navbar {
    position: relative;
    width: auto;
    margin-left: 0;
    padding: 28px 0;
    border-right: 1px solid #dde8f3;
    background: #fbfdff;
}

.order-workflow .side-navbar .my-5 {
    margin: 0 24px 28px !important;
}

.order-workflow .side-navbar h6 {
    margin-bottom: 16px;
    color: #1d2939;
    font-size: 18px;
    letter-spacing: 0;
}

.order-workflow .progress {
    height: 10px;
    overflow: hidden;
    background: #e5edf5;
    border-radius: 999px;
}

.order-workflow .progress-bar {
    background: #0b6fcf;
    border-radius: 999px;
}

.order-workflow .side-nav-link {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 24px;
    color: #667085;
    border-left: 4px solid transparent;
}

.order-workflow .side-nav-link.nav-active,
.order-workflow .side-nav-link:focus,
.order-workflow .side-nav-link:hover {
    color: #fff;
    background: #0b64b5;
    border-left-color: #003f7d;
}

.order-workflow .side-link {
    font-size: 15px;
    line-height: 1.2;
}

.order-workflow .sidebar-step-icon {
    width: 24px;
}

.order-workflow .sidebar-step-icon img {
    width: 16px;
    height: 16px;
}

.sidebar-support {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin: 28px 24px 24px;
    padding: 18px;
    border: 1px solid #dde8f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 54, 90, 0.06);
}

.sidebar-support-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    color: #0b64b5;
    background: #eaf4ff;
    border-radius: 50%;
    font-size: 24px;
}

.sidebar-support-copy strong,
.sidebar-support-copy span {
    display: block;
}

.sidebar-support-copy strong {
    color: #1d2939;
    font-size: 16px;
    font-weight: 900;
}

.sidebar-support-copy span {
    margin-top: 4px;
    color: #667085;
    font-size: 13px;
    line-height: 1.35;
}

.sidebar-support-button {
    grid-column: 1 / -1;
    padding: 9px 12px;
    color: #0b64b5;
    background: #fff;
    border: 1px solid #8bbcf0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 900;
}

.sidebar-support-button:hover {
    color: #fff;
    background: #0b64b5;
    border-color: #0b64b5;
}

.order-workflow .active-cont {
    margin-left: 0;
    border-left: 0;
}

.order-main {
    min-height: auto;
    padding: 32px 36px 28px;
}

.order-page-header {
    padding-bottom: 22px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eef2f6;
}

.order-page-header h4 {
    margin: 0;
    color: #1d2939;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
}

.order-page-header p {
    max-width: 680px;
    margin: 8px 0 0;
    color: #667085;
    font-size: 15px;
}

.order-section {
    padding: 22px 0;
    border-bottom: 1px solid #eef2f6;
}

.order-section h5 {
    margin-bottom: 16px;
    color: #344054;
    font-size: 20px;
    font-weight: 900;
}

.order-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
}

.order-field-wide {
    grid-column: 1 / -1;
}

.order-field label,
.order-workflow .form-label {
    margin-bottom: 8px;
    color: #344054;
    font-size: 14px;
    font-weight: 700;
}

.order-workflow .form-control {
    min-height: 46px;
    padding: 10px 14px;
    color: #1f2937;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    box-shadow: none;
}

.order-workflow .form-control:focus {
    border-color: #0b6fcf;
    box-shadow: 0 0 0 3px rgba(11, 111, 207, 0.12);
}

.order-workflow .form-box,
.order-workflow .form-height {
    height: auto;
}

.order-note-section ul {
    padding-left: 20px;
    margin-bottom: 0;
    color: #475467;
    font-size: 14px;
    line-height: 1.6;
}

.order-note-section a {
    color: #0b64b5;
    font-weight: 700;
}

.order-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    padding-top: 24px;
}

.order-actions .btn {
    min-width: 118px;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 800;
}

.order-workflow .button-primary {
    background-color: #0b64b5;
    border-color: #0b64b5;
}

.order-workflow .button-primary:hover {
    background-color: #084d8d;
    border-color: #084d8d;
    color: #fff;
}

.order-workflow .button-primary-outline {
    color: #0b64b5;
    border-color: #9cc5ec;
}

.order-workflow .button-primary-outline:hover {
    background-color: #eaf4ff;
    border-color: #0b64b5;
    color: #0b64b5;
}

.test-table-card {
    overflow: hidden;
    border: 1px solid #dde8f3;
    border-radius: 8px;
}

.test-table-head,
.test-row {
    display: grid;
    grid-template-columns: 56px minmax(180px, 1.3fr) minmax(180px, 1fr) minmax(120px, 0.6fr) minmax(130px, 0.8fr);
    align-items: center;
    column-gap: 20px;
}

.test-table-head {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 14px 18px;
    color: #475467;
    background: #f8fbfe;
    border-bottom: 1px solid #dde8f3;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.test-list.scroll-content {
    height: min(56vh, 520px);
    overflow-y: auto;
    background: #fff;
}

.test-row {
    min-height: 72px;
    padding: 14px 18px;
    border-bottom: 1px solid #eef2f6;
}

.test-row:last-child {
    border-bottom: 0;
}

.test-row:hover {
    background: #f8fbfe;
}

.test-row.selected {
    background: #f2f8ff;
    box-shadow: inset 4px 0 0 #0b64b5;
}

.test-select,
.test-qty,
.test-total {
    display: flex;
    align-items: center;
}

.test-select,
.test-qty,
.test-total {
    justify-content: center;
}

.test-name .pcard {
    color: #1d2939;
    font-size: 15px;
    font-weight: 800;
}

.test-rate .pcard,
.test-total {
    margin: 0;
    color: #475467;
    font-size: 14px;
    font-weight: 700;
}

.test-total {
    color: #1d2939;
}

.order-workflow .form-check-input {
    width: 18px;
    height: 18px;
    border: 1px solid #b8c4d1;
    border-radius: 5px;
}

.order-workflow .form-check-input:checked {
    background-color: #0b64b5;
    border-color: #0b64b5;
}

.order-workflow .boxqty {
    width: 78px;
    height: 40px;
    padding: 6px 10px;
    color: #1d2939;
    background: #f2f4f7;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 900;
}

.order-workflow .boxqty:not([readonly]) {
    background: #fff;
    border-color: #0b64b5;
}

.test-actions {
    justify-content: space-between;
}

.test-summary {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #344054;
    font-size: 15px;
}

.test-summary strong {
    margin-left: 8px;
    color: #0b64b5;
    font-size: 18px;
}

.quote-table-card,
.responsive-table-card {
    overflow: hidden;
    border: 1px solid #dde8f3;
    border-radius: 8px;
    background: #fff;
}

.quote-table-head,
.quote-row {
    display: grid;
    grid-template-columns: 56px minmax(170px, 1.2fr) minmax(190px, 1fr) minmax(100px, 0.55fr) minmax(130px, 0.7fr);
    align-items: center;
    column-gap: 18px;
}

.quote-table-head {
    padding: 14px 18px;
    color: #475467;
    background: #f8fbfe;
    border-bottom: 1px solid #dde8f3;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.quote-list.scroll-content {
    height: min(50vh, 460px);
    overflow-y: auto;
}

.quote-row {
    min-height: 64px;
    padding: 14px 18px;
    color: #475467;
    border-bottom: 1px solid #eef2f6;
    font-size: 14px;
    font-weight: 700;
}

.quote-row-muted {
    background: #f8fbfe;
}

.quote-no,
.quote-name,
.quote-row strong {
    color: #1d2939;
}

.quote-total {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    padding: 18px;
    color: #344054;
    background: #f8fbfe;
    border-top: 1px solid #dde8f3;
    font-weight: 800;
}

.quote-total strong {
    color: #0b64b5;
    font-size: 20px;
}

.info-grid,
.prep-overview {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.prep-overview {
    grid-template-columns: minmax(180px, 0.5fr) minmax(0, 1fr);
}

.info-card {
    padding: 18px;
    border: 1px solid #dde8f3;
    border-radius: 8px;
    background: #fbfdff;
}

.info-card span,
.status-grid span,
.lab-progress-summary span,
.header-meta span {
    display: block;
    margin-bottom: 8px;
    color: #667085;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.info-card p,
.invoice-panel p,
.helper-text {
    margin: 0;
    color: #475467;
    font-size: 14px;
    line-height: 1.6;
}

.info-card strong,
.status-grid strong,
.header-meta strong {
    color: #1d2939;
    font-size: 16px;
}

.status-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.status-grid > div {
    min-height: 96px;
    padding: 18px;
    border: 1px solid #dde8f3;
    border-radius: 8px;
    background: #fbfdff;
}

.prep-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.prep-images img {
    width: 76px;
    height: 76px;
    object-fit: cover;
    border: 1px solid #dde8f3;
    border-radius: 8px;
}

.responsive-table-card {
    overflow-x: auto;
}

.responsive-table-card .table {
    min-width: 920px;
    margin-bottom: 0;
}

.responsive-table-card thead,
.responsive-table-card tfoot {
    color: #344054;
    background: #f8fbfe;
}

.responsive-table-card th,
.responsive-table-card td {
    padding: 12px 14px;
    border-color: #dde8f3;
    color: #475467;
    font-size: 13px;
    vertical-align: middle;
}

.order-page-header-split {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.header-meta {
    min-width: 170px;
    padding: 14px 16px;
    border: 1px solid #dde8f3;
    border-radius: 8px;
    background: #fbfdff;
}

.lab-progress-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.lab-progress-summary strong {
    color: #0b64b5;
    font-size: 24px;
}

.order-workflow .lab-progress-bar {
    height: 18px;
    background: #dbe8f5;
}

.order-workflow .lab-progress-bar.progress-big {
    height: 22px;
}

.order-workflow .lab-progress-bar .progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.lab-test-list {
    display: grid;
    gap: 16px;
}

.lab-test-card {
    padding: 18px;
    border: 1px solid #dde8f3;
    border-radius: 8px;
    background: #fff;
}

.lab-test-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
    color: #1d2939;
}

.lab-test-card-head span {
    color: #667085;
    font-size: 14px;
    font-weight: 800;
}

.lab-test-card p {
    margin: 14px 0 0;
    color: #475467;
    font-size: 14px;
    line-height: 1.55;
}

.lab-test-card p span {
    display: block;
    margin-bottom: 4px;
    color: #344054;
    font-weight: 900;
}

.pdf-viewer {
    height: 560px;
    margin-top: 18px;
    overflow: auto;
    border: 1px solid #dde8f3;
    border-radius: 8px;
    background: #f8fbfe;
}

.pdf-viewer embed {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.empty-state {
    padding: 22px;
    color: #667085;
    text-align: center;
    background: #f8fbfe;
    border: 1px dashed #b8c4d1;
    border-radius: 8px;
    font-weight: 700;
}

.payment-upload {
    max-width: 560px;
}

.payment-file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.payment-file .closed {
    color: #b42318;
    cursor: pointer;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.helper-text {
    margin-top: 12px;
}

.agreement-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border: 1px solid #dde8f3;
    border-radius: 8px;
    background: #fbfdff;
    color: #344054;
    font-size: 14px;
    line-height: 1.5;
}

.document-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.document-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    border: 1px solid #dde8f3;
    border-radius: 8px;
    background: #fff;
}

.document-card span {
    color: #1d2939;
    font-weight: 900;
}

.survey-list {
    display: grid;
    gap: 14px;
}

.survey-row {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
    gap: 18px;
    align-items: center;
    padding: 16px;
    border: 1px solid #dde8f3;
    border-radius: 8px;
    background: #fff;
}

.survey-row > span {
    color: #344054;
    font-weight: 900;
}

.survey-row .likert {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 0;
    margin: 0;
}

.survey-row .likert li {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #f8fbfe;
    list-style: none;
}

.survey-row .likert label {
    margin: 0;
    color: #475467;
    font-size: 13px;
    font-weight: 700;
}

.survey-suggestion {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .order-shell {
        grid-template-columns: 1fr;
    }

    .order-workflow .side-navbar {
        border-right: 0;
        border-bottom: 1px solid #dde8f3;
    }

    .order-main {
        padding: 24px 18px;
    }

    .order-form-grid {
        grid-template-columns: 1fr;
    }

    .test-table-card {
        overflow-x: auto;
    }

    .test-table-head,
    .test-row {
        min-width: 760px;
    }

    .quote-table-card {
        overflow-x: auto;
    }

    .quote-table-head,
    .quote-row {
        min-width: 780px;
    }

    .order-actions,
    .test-actions,
    .test-summary {
        align-items: stretch;
        flex-direction: column;
    }

    .info-grid,
    .prep-overview,
    .status-grid,
    .survey-row {
        grid-template-columns: 1fr;
    }

    .order-page-header-split,
    .lab-test-card-head,
    .document-card {
        align-items: stretch;
        flex-direction: column;
    }

    .survey-row .likert {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* quantity  */
.boxqty {
    border: none;
    background-color: #efefef;
    border-radius: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 70px;
    text-align: center;
}
.btnqty {
    border: none;
}

.scroll-content {
    height: 500px;
    overflow-y: scroll;
}

/* likert  */

form .statement {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
form .likert {
    list-style: none;
    width: 100%;
    margin: 0;
    display: block;
}
form .likert:last-of-type {
    border-bottom: 0;
}
form .likert:before {
    content: "";
    position: relative;
    top: 11px;
    display: block;
    height: 4px;
    width: 100%;
}
form .likert li {
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: top;
}
form .likert li input[type="radio"] {
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -6px;
}
form .likert li label {
    width: 100%;
}

/* end likert  */

/* news article  */

#news {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.default {
    min-height: 200px;
    padding: 0 20px;
}

.featured {
    height: 460px;
    max-height: 460px;
    padding: 220px 40px 20px;
    background-size: cover;
    background-position: center;
    background-image: attr(data-image-src url) !important;
}

.box {
    box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    /* position: relative; */
    border-radius: 2px;
    margin-bottom: 20px;
    box-sizing: border-box;
    background-color: #fff;
}
.default .title {
    font-weight: bold;
    font-size: 20px;
}
.default .body {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.44);
    fill: rgba(0, 0, 0, 0.44);
}
.featured .title {
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.big {
    width: 64.5%;
    float: left;
}
.small {
    width: 33.33333333% !important;
    float: right;
    padding-top: 10px;
}

.default .author-pic {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
}
.default .author-name {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}
.default .author-info {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    margin-top: 0px;
    display: block;
    color: rgba(0, 0, 0, 0.44);
    fill: rgba(0, 0, 0, 0.44);
}

.featured .author-pic {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
}
.featured .author-name {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}
.featured .author-info {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    margin-top: 0px;
    display: block;
    color: rgba(255, 255, 255, 0.94);
}

/* card hover  */

.cardItem {
    transition: all 500ms ease-in-out;
    background-color: #fff;
}
.cardItem:hover {
    margin-top: 10px;
    cursor: pointer;
    box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.2);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.cardLabel {
    margin-top: 24px;
    width: 100%;
    font-size: 16px;
    display: block;
}
.material-icons {
    font-size: 64px;
    margin-top: 24px;
    color: #1ab5ad;
}

/* article layout  */
/* Scroll down for CSS Grid rules */

article {
    height: 100%;
}

.image {
    background-image: url("../../assets/images/bannerabout.png");
    background-size: cover;
}

.headline {
    /* background-color: #005aab; */
    background-color: #f0f4f5;
    color: #252525;
    padding: 0.75rem;
    text-align: center;
    box-shadow: 0 1.2em 0 0.75em #888888;
}

.headline p {
    font-size: 1.25em;
}
.headline h1 {
    margin-top: -0.25em;
    margin-bottom: 0.5em;
    font-size: 3em;
    text-transform: uppercase;
    line-height: 1;
    /* text-shadow: 3px 3px 0px #696969; */
}

.byline {
    margin: 0 1rem 1rem 1rem;
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    letter-spacing: -0.2px;
}

.article-text {
    margin: -1em auto;
    padding: 0.5em 1em;
    max-width: 620px;
    font-size: 1em;
    line-height: 1.25;
    color: #696969;
}

.first::first-letter {
    float: left;
    margin: 0 0.2em 0 0;
    color: #005aab;
    font-size: 4em;
    font-family: "Libre Baskerville", serif;
    font-weight: 600;
    text-shadow: 2px 2px 0px #696969;
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #005aab;
    color: #f0f4f5;
    text-align: center;
}

/* CSS Grid starts here! */

.article-header {
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    grid-template-rows: 2fr 1fr 1fr 1fr;
}

.image {
    grid-column: 1 / -1;
    grid-row: 1 / 3;
}
.headline {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
    z-index: 100;
}

.justifytext {
    text-align: justify;
    text-justify: inter-word;
}

.nostyle {
    text-decoration: none;
}

/* home slider  */

.slider {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    max-width: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.slide.current {
    opacity: 1;
}

.slide .content {
    position: absolute;
    bottom: 120px;
    left: -600px;
    opacity: 0;
    width: 600px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    padding: 35px;
}

.slide .content h1 {
    margin-bottom: 10px;
}

.slide.current .content {
    opacity: 1;
    transform: translateX(600px);
    transition: all 0.7s ease-in-out 0.3s;
}
@keyframes slider {
    0%,
    25%,
    100% {
        left: 0;
    }

    30%,
    55% {
        left: -100%;
    }

    60%,
    85% {
        left: -200%;
    }
}

.buttons button#next {
    position: absolute;
    top: 50%;
    right: 15px;
}

.buttons button#prev {
    position: absolute;
    top: 50%;
    left: 15px;
}

.buttons button {
    border: transparent;
    background-color: rgba(255, 255, 255, 0.408);
    padding-top: 5px;
    color: #fff;
    cursor: pointer;
    border-radius: 100%;
    outline: none;
}

.buttons button:hover {
    background-color: rgba(255, 255, 255, 0.252);
    color: #333;
}

@media (max-width: 500px) {
    .slide .content {
        bottom: -300px;
        left: 0;
        width: 100%;
    }

    .slide.current .content {
        transform: translateY(-300px);
    }
}

/* Backgorund Images */

.slide:first-child {
    background: url("https://www.itb.ac.id/files/cover/about-itb.jpg") no-repeat
        center top/cover;
}
.slide:nth-child(2) {
    background: url("https://www.itb.ac.id/files/cover/research-itb.jpg")
        no-repeat center top/cover;
}
.slide:nth-child(3) {
    background: url("https://www.itb.ac.id/files/dokumentasi/1577457578-photo-penelitian.jpg")
        no-repeat center top/cover;
}

/* progress bar  */

.progress {
    height: 35px;
    color: #005aab;
    border-radius: 15px;
}
.progressside {
    height: 15px;
}
.progress-big {
    height: 55px;
    border-radius: 15px;
}

.imgpost {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.imgthumbnail {
    object-fit: cover;
}

/* banner  */
.bannerhome {
    background: url("../../assets/images/bannerhome.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 10%;
    padding-top: 50px;
    padding-bottom: 100px;
}
.bannerhome h1 {
    font-weight: 700;
    font-size: 50px;
}
.bannerhome p {
    width: 400px;
}

/* end banner  */

.circleteam {
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.title {
    font-weight: 700;
}
.subtitle {
    font-size: 14px;
}

.text-italic {
    font-style: italic;
}

.cardline {
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-radius: 0;
}
.titlehr {
    border: 1px solid black;
}

/* custom modal  */
/* Modal Content */
/* If you like this, be sure to ❤️ it. */

.wrapper a {
    display: inline-block;
    text-decoration: none;
    padding: 15px;
    background-color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    color: #585858;
    font-family: "Roboto", sans-serif;
}

.modalnew {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background: rgba(77, 77, 77, 0.7);
    transition: all 0.4s;
}

.modalnew:target {
    visibility: visible;
    opacity: 1;
}

.modal__content {
    border-radius: 4px;
    position: relative;
    width: 500px;
    max-width: 90%;
    background: #fff;
    padding: 1em 2em;
    text-align: left;
}

.modalpeople {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background: rgba(77, 77, 77, 0.7);
    transition: all 0.4s;
}

.modalpeople:target {
    visibility: visible;
    opacity: 1;
}

.modal__contentpeople {
    border-radius: 4px;
    position: relative;
    width: 70%;
    max-width: 90%;
    background: #fff;
    padding: 1em 2em;
    text-align: left;
}

.modal__footer {
    text-align: right;
}
.modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #585858;
    text-decoration: none;
}
/* end custom modal  */

/* New slider  */

.slidercontainer {
    max-width: 100%;
}

.slidercontainer__image {
    /* height: 100vh; */
    position: relative;
    padding: 0 0;
}

.image__main {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    margin: auto;
    overflow-x: hidden;
}

.img {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 500px;
    object-fit: cover;
    transform: translateX(0);
}

.image__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}

.next,
.prev {
    position: absolute;
    top: 280px;
    transform: translateY(-50%);
    padding: 15px 25px;
    border: none;
    outline: none;
    background-color: transparent;
}

.prev {
    left: 30px;
}

.next {
    right: 30px;
}

.next i,
.prev i {
    font-size: 25px;
    color: #fff;
}

.next i:hover,
.prev i:hover {
    color: #003565;
}

.next:disabled:hover i,
.prev:disabled:hover i {
    color: transparent;
}

.card-list {
    text-decoration: none;
    color: #000;
}
.card-list:hover {
    background-color: #f2f7fb;
}
