.row,
.column {
    row-gap: 1ch;
}
.container {
    max-width: 800px;
    padding: 40px;
}
.c-card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}
.detail-fee {
    position: fixed;
}
.seleksi-opsi {
    margin-top: 20px !important;
    margin-bottom: 20px;
}
.detail-opsi {
    margin-bottom: 20px;
}
ul#detail-list {
    margin-top: 20px;
}
.list-title {
    margin-bottom: 20px;
}
.card-title h2 {
    font-size: 1.4em;
}

/* summary css */
.summary .mt-100{ 
    margin-top:100px;
}
.summary .mb-100{
    margin-bottom:100px;
}
.summary .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid transparent;
    border-radius: 0px;
}

.summary .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.summary .card .card-title {
    position: relative;
    font-weight: 600;
    margin-bottom: 10px;
}

.summary ul {
    padding-left: 0 !important;
}

.summary ul.list-style-none li {
    list-style: none;
}

.summary ul.list-style-none li a {
    color: #673AB7;
    padding: 8px 0px;
    display: block;
    text-decoration: none;
}

.summary .m-t-5 {
    margin-top: 5px;
}

.summary .w-30px {
    width: 30px;
}