﻿.customeredit-flex {
    display: flex;
    flex-direction: row;
}


.customeredit-flex-header {
    text-align: center;
    font-size: 20px;
}

.customeredit-flex-left {
    display: flex;
    width: 50%;
    padding-right: 30px;
    padding-bottom: 10px;
    flex-direction: column;
}

.customeredit-flex-right {
    display: flex;
    width: 50%;
    padding-left: 30px;
    padding-bottom: 10px;
    flex-direction: column;
}


.customeredit-flex-label-input {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.customeredit-flex-input {
    width: 65%;
    margin-left: 10px;
}

@media (max-width: 640.98px) {

    .customeredit-flex {
        display: flex;
        flex-direction: column;
    }

    .customeredit-flex-header {
        text-align: center;
        font-size: 20px;
    }

    .customeredit-flex-left {
        display: flex;
        width: 100%;
        padding-right: 0px;
        padding-bottom: 10px;
        flex-direction: column;
    }

    .customeredit-flex-right {
        display: flex;
        width: 100%;
        padding-left: 0px;
        padding-bottom: 10px;
        flex-direction: column;
    }


    .customeredit-flex-label-input {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

        .customeredit-flex-label-input label {
            padding-right: 15px;
        }

    .customeredit-flex-input {
        width: 65%;
    }

    hr {
        visibility: hidden;
    }
}
