.hw-18 {
    height: 18px !important;
    min-width: 18px !important;
    width: 18px !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.border {
    border: 1px solid #cbd5e1 !important;
}

.badge-light {
    color: #101729;
    background-color: #f1f4f9;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.say-yes:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2314b89c' d='M9.707 19.121a.997.997 0 01-1.414 0l-5.646-5.647a1.5 1.5 0 010-2.121l.707-.707a1.5 1.5 0 012.121 0L9 14.171l9.525-9.525a1.5 1.5 0 012.121 0l.707.707a1.5 1.5 0 010 2.121z'/%3E%3C/svg%3E");
}

.say-yes, .say-yes:before {
    height: 1.5rem;
    width: 1.5rem;
}

.say-yes {
    position: relative;
    display: block;
    margin: 0 auto;
}

.btn-white {
    border: 1px solid #cbd5e1;
    background-color: #fff;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .7rem 1.55rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.table.table-lg td, .table.table-lg th {
    padding: 1rem .75rem;
}

.table.table-lg td, .table.table-lg th {
    padding: 1rem .75rem;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
}
