﻿.opt-card {
    padding: 24px 0;
}

.cf-card-white {
    background: var(--light-color);
    border-radius: 20px;
}
.cf-card-gray {
    background-color: var(--disabled-color);
    margin: 0px -24px;
    padding: 12px 24px;
}
.custom-row-height {
    height: 50px;
}

.custom-border-right {
    border-right: 2px solid var(--secondary-color-lighter);
    padding-left: 27px;
    padding-right: 27px;
}

.cf-line {
    border-bottom: 1px solid var(--secondary-color-light);
}

.cf-card-security {
    border-radius: 14px !important;
    background-color: var(--disabled-color);
}

.cf-line-az {
    flex: 1;
    height: 1px;
    background-color: var(--secondary-color);
}

.text-center-line {
    margin: 0 10px;
    white-space: nowrap;
}