.text-blue {
    color: #337edf;
}

.pricing_header {
    color: #337edf;
    /* font-size: 30px; */
    margin-bottom: 0;
}

.text-gray {
    color: gray;
    margin-bottom: 0;
}


/* button */

.button-detail {
    width: 80px;
    font-size: small;
    height: 22px;
    border: 1px solid #337edf;
    border-radius: 45px;
    transition: all 0.3s;
    cursor: pointer;
    background: white;
    color: #337edf;
}

.button-detail:hover {
    background: #337edf;
    color: white;
    /* font-size: 1.5em; */
}

.text-property-name {
    font-size: 1rem;
}

.form-select-custom {
    border-radius: 50px !important;
}

.form-input-custom {
    border-radius: 50px !important;
    border: 1px solid #C5C5C5;
}

.button-filter {
    width: 100%;
    height: 60%;
    border: 1px solid #337edf;
    border-radius: 45px;
    transition: all 0.3s;
    cursor: pointer;
    color: white;
    background: #337edf;
}

.button-filter:hover {
    background: #5e96e0;
    color: white;
    /* font-size: 1.5em; */
}

.btn-register {
    width: 100%;
    height: 50px;
    border: 1px solid #337edf;
    border-radius: 5px;
    transition: all 0.3s;
    cursor: pointer;
    background: #337edf;
    color: white;
}

.btn-register:hover {
    background: #00449c;
    color: white;
    /* font-size: 1.5em; */
}

.register-body {
    /* height: 100%;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center */
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

.stepper-wrapper {
    /* font-family: Arial; */
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    @media (max-width: 768px) {
        font-size: 12px;
    }
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #00B194;
    margin-bottom: 6px;
}

.stepper-item.active {
    font-weight: bold;
    color: #00B194;
}

.stepper-item.completed .step-counter {
    background-color: #00B194;
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #00B194;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

.text-end>a:hover {
    color: #00B194;
}

.btn-resend {
    width: 100%;
    height: 42px;
    border: 1px solid #FFC75F;
    border-radius: 5px;
    transition: all 0.3s;
    cursor: pointer;
    background: #FFC75F;
    color: white;
    font-size: 12px;
}

.kyc-alert {
    z-index: 10000;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-radius: 0 !important;
    justify-content: center;
    opacity: 0.9 !important;
}

.container-image {
    position: relative;
    text-align: center;
}

.container-image:hover {
    opacity: 0.8 !important;
    filter: alpha(opacity=70) !important;
}


/* Bottom left text */

.bottom-left {
    position: absolute;
    bottom: 102px;
    left: 16px;
}


/* Top left text */

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}


/* Top right text */

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}


/* Bottom right text */

.bottom-right {
    position: absolute;
    bottom: 102px;
    right: 10px;
}


/* Centered text */

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container-p {
    padding: 50px 140px;
}

.logo>a {
    margin-top: 20px;
    padding: 0 !important;
}

.text-lable {
    color: rgba(63, 88, 119, 0.795);
    font-size: 0.8rem;
    margin: 0 0 -7px 0 !important;
}

.text-value {
    font-size: 1.5rem;
}

.splide-border {
    border-radius: 15px;
}

.footer-custom {
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 0em;
}