/* _content/Voltup.Mobile/Components/Base/AntInputSelect.razor.rz.scp.css */
/* Dropdown Container */
.ant-input-select[b-3vwhwbthzg] {
    position: relative;
    width: 148px;
    background-color: #eaeaea;
    border-radius: 12px;
    padding: 10px;
    cursor: pointer;
    font-family: AmsiProBold, sans-serif;
    font-weight: 350;
    white-space: nowrap;
    font-size: x-small;
}

/* Dropdown Header */
.ant-input-select-header[b-3vwhwbthzg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: #002d30;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ant-input-select-header span[b-3vwhwbthzg] {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Dropdown Menu */
.ant-input-select-menu[b-3vwhwbthzg] {
    position: fixed;
    top: 140px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #eaeaea;
    border-radius: 12px;
    overflow: hidden;
    width: 83%;
    z-index: 1;
}

/* Dropdown Item */
.ant-input-select-item[b-3vwhwbthzg] {
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
    border-bottom: #002d30;
    font-family: AmsiPro, sans-serif;
    font-weight: 350;
    padding: 10px;
}

.ant-input-select-item:not(:last-child)[b-3vwhwbthzg] {
    border-bottom: 1px solid #e0e0e0;
}

.ant-input-select-item:hover[b-3vwhwbthzg] {
    background-color: #f1f1f1;
}

/* Active Item */
.ant-input-select-item.active[b-3vwhwbthzg] {
    font-weight: bold;
    color: #002d30;
}
/* _content/Voltup.Mobile/Components/Pages/Customer/CompleteProfile.razor.rz.scp.css */
.stepwizard-row[b-jpndxyvc04] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.stepwizard-row[b-jpndxyvc04]:before {
    top: 50%;
    
    transform: translateY(-50%);
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step[b-jpndxyvc04] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;

    p {
        margin-top: 10px;
    }
}

.btn-circle[b-jpndxyvc04] {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-primary[b-jpndxyvc04] {
    color: #FFFFFF !important;
}
