﻿/* Page Term & Condition */
.accordion-item .card-header .btn {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    color: #0d233e;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 20px;
}

.accordion-item .card-header .btn::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: transform 0.3s ease-in-out;
}

.accordion-item .card-header .btn[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.card-sidebar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
}

.accordion-item .card-header .btn {
    width: 100%;
    text-align: left;
    color: #0d233e;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    padding: 14px 20px;
}

.accordion-item .card-header .btn span {
    width: 100%;
    text-align: left;
    color: #0d233e;
    font-size: 17px;
    font-weight: 500;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 5px;
}

.accordion-item .card-body {
    color: #5d646d;
    padding: 0 20px 25px 20px;
    font-weight: 400;
}

.accordion-item .card-body a {
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

.terms-card {
    border-radius: 10px;
    align-items: center;
    padding: 15px 20px 20px 20px;
    margin-top: 40px;
    border: 1px solid rgba(128, 137, 150, 0.2);
    background-color: #fff;
    box-shadow: 0 0 20px rgba(8, 21, 66, 0.05);
}

.terms-card h1 {
    font-weight: bold;
    font-size: 35px;
}

.sub-title-terms {
    line-height: 25px;
    color: #5d646d;
}

.date-privacy-policy {
    color: #5d646d;
}

.date-privacy-policy b {
    color: black;
}

/* End Page Term & Condition */
