.margin-t{
    margin-top: 150px;
}

.margin-b-button{
    margin-bottom: 20px;
}

.margin-top-element{
    margin-top: 15px;
}

.margin-bottom-element{
    margin-bottom: 15px;
}

.MainBlockTest{
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 15px 5px #eff7ff;
    box-shadow: 5px 5px 15px 5px #eff7ff;
}

.box{
    display: none
}
.textplace{
    margin: 8px;
    border: 3px solid black;
    margin-top: 8px ;
    margin-left: 2px;
    text-align: center;
}

.redtext{
    color: red;
}

.buttonst{
    margin: 6px;
}

.custom-TableBlock{
    margin: 0 auto;
    margin-top: 10vh;
    max-width: 450px;
    border-color: #1863BA;
}

.input-custom-right{
    margin-right: 20px;
}

body{
    background: #f9f9fb;
}

.card-header{
    background:  #eff7ff;
}

.padding-top-element{
    padding-top: 15px;
}

.invalid-feedback{
}

.TableCustom .row:nth-child(odd) {
    background-color: #eff7ff;
}

.center{
    align-items: center;
    display: inherit;
}

.margin-right-custom{
    margin-right: 15px;
}
