@media (max-width: 31rem) {
    .custom-row {
        flex-direction: column;
    }
    .custom-space{
        margin-right: 0!important;
    }
    .down-space{
        margin-bottom: 1.6rem!important;
    }
    .custom-btn{
        width: 100%!important
    }
}

body {
    background-color: rgba(255, 255, 255, 0);
}

.button-row {
    display: flex;
    justify-content: center;
}

.custom-space {
    margin-right: 2rem;
}

.custom-row {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}

.custom-collapse-arrow {
    padding: 12px 18px;
    position: absolute;
    right: 15px;
    top: 15%;
    width: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgb(116, 115, 115);
    height: 70%;
    line-height: 1;
    border-left: 1px solid #c9c6c6
}

.custom-btn {
    width: 100%;
    height: 37px;
    border-radius: 10px;
    border: 1px solid #c9c6c6;
    margin-top: 10px;
    background-color: #ffffff;
    color: #45381e!important;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    justify-content: center!important;
}

.custom-style {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #999!important;
    height: 30px!important;
    font-weight: 500;
    font-size: 14px;
    background-color: #fff!important;
    padding: 0 0px 0 10px!important;
}

.custom-input-style {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #999!important;
    height: 30px!important;
    font-weight: 500;
    font-size: 14px;
    background-color: #fff!important;
    padding: 0 0px 0 10px!important;
}

.custom-input-group {
    display: table;
}

.custom-input-group-addon {
    background-color: #ffff;
}

.form-control {
    height: 100%;
    padding: 0;
}

.form-control:focus {
    border-color: #4f99ff!important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #4f99ff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #4f99ff;
}

.myContainer {
    margin: 5rem;
}

.down-space{
    margin-bottom: 0px;
}