.to-select-modal-content {
    width: var(--modal-width, 460px);
    padding: 24px;
    display: flex;
}

.to-select-modal-content .title {
    font-size: 20px;
    color: #060a26;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.to-select-modal-content .content {
    flex: 1 1 auto;
    min-height: 0
}


.to-select-modal-content .title .title-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 9px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.to-select-modal-content .content {
    flex: 1 1 auto;
    min-height: 0
}


.to-select-modal-content .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 24px
}

.to-select-modal-content .container_BZu {
    width: 130px;
    height: 32px;
    border: 1px solid rgba(6, 10, 38, .06);
    border-radius: 8px;
    margin-left: 8px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.to-select-modal-content .container_BZu .btn-text:first-child {
    background: #0d53ff;
    color: #fff;
}

.to-select-modal-content .container_BZu > .btn-text {
    width: 130px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(6, 10, 38, .06);
    border-radius: 8px;
    box-sizing: border-box;

}


.to-select-modal-content .modal-footer  .btn-text {
    letter-spacing: 0;
    font-weight: 500
}




