.update-children-block {
    background-color: #29193d;
    padding: 25px;
}

.update-children-block .action-btn.alternative {
    background-color: #fff;
    color: #29193d;
    border: 1px solid #29193d;
    padding: 5px 25px;
    border-radius: 30px;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin: 10px 0;
    min-width: 220px;
}

.update-children-block .scroll-block {
    overflow-x: scroll;
    overflow: -moz-scrollbars-horizontal;
    overflow-y: hidden;
    white-space: nowrap;
}

.update-children-block .header {
    text-align: center;
    padding: 15px;
}

.update-children-block .header .header-img {
    width: 70px;
    height: 70px;
}

.update-children-block .header .header-title {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    margin-top: 10px;
    font-size: 16px;
}

.update-children-block .modification-block {
    width: 270px;
    border-right: 1px solid white;
    padding-right: 25px;
    margin: 20px 25px;
    display: inline-block;
    white-space: normal;
}

.update-children-block .modification-block input[type=text] {
    width: 100%;
    margin: 10px 0;
    background-color: transparent;
    border: 1px solid white;
    padding: 5px 10px;
    color: white;
    font-weight: bold;
}

.update-children-block .modification-block .avatar {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid #241735;
}
.select-grade{
    width: 100%;
    background-color: #29193d;
    color: white;
    padding: 5px;
    border: 1px solid white;
    margin: 10px 0;
}