.form_container {
    display: flex;
    flex-wrap: wrap;
    direction: rtl;
    justify-content: space-around;
}

div.mb-3 {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    margin-right: 1px;
    margin-left: 1px;
    text-align: center;
    justify-content: space-around;
    align-items: center;
    margin-right: 15px;
    width: 200px;
    /* border: dashed; */
    border-width: 0.5px;
    padding: 5px;
    border-radius: 12px;
    box-shadow: black 0px 0px 5px 0px;
}
div.form-check {
    display: flex;
    flex-direction: column-reverse;
    align-content: space-around;
    margin-right: 1px;
    margin-left: 1px;
    align-items: center;
}

.form-text {
    display: none;
}
.Other_comps{

}
.mycomps{
    font-weight: bold;

}