a{
    color: #3D9970;
}

.card-success:not(.card-outline)>.card-header {
    background-color:  #3d9970;
}

textarea{
    resize:none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #3d9970;
    border-color: #3d9970;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3d9970;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

#resident-image{
    width: 250px;
    height: 250px;
    border: #3D3D3D 1px solid;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #3D9970;
    background-color: #3D9970;
    box-shadow: none;
}

.barangay-clerance{
    border:3px solid #3d9970;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.radio label{
    display: inline-block;
    font-size: 12px;
    padding: 0 25px 0 25px;
}

.vertical-radio-buttons input[type=radio] {
    width: 100% !important;
    height: 1.4em !important;
}

table th{
    font-size: 14px;
}

.modal-md{
    width: 50%;
}

.role{
    padding-right: 30px;
}

