/*.form_card {*/
/*    margin: 20px;*/

/*}*/

.action_box {
    width: 200px;
    aspect-ratio: 3/1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: lightgrey;
    transition: .2s;

}

.action_box i {
    margin-right: 10px;
}


.b_yes:hover, .b_yes.selected {
    background-color: var(--asparagus) !important;
    color: var(--french-white);
    transition: .1s;
    border-radius: 7px;

}

.b_no:hover, .b_no.selected {
    background-color: var(--engineering-orange) !important;
    color: whitesmoke;
    transition: .1s;
    border-radius: 7px;
    font-weight: bold;

}

.selected {
    border-radius: 10px;
}

.action_box_container {
    display: flex;
}


.action-col {
    margin-right: 1rem;
}

.wizard-steps li {
    display: block;
    margin: 5px;
    border-radius: 5px;
    padding: 5px;
}

.wizard-steps li:hover {

    background-color: var(--lapis-lazuli-light);
    text-decoration: none;
    transition: background-color .2s ease-out;

}

.wizard-steps li:hover a {

    text-decoration: none;

}

.wizard-steps li a {

    text-decoration: none;
    color: #0c0c0c;

}

.current a {
    color: var(--french-white) !important;
}

.finished, .finish-step a {
    color: var(--french-white) !important;
    font-weight: bold;
}

.wizard-steps {
    margin: 0;
    padding: 0;
}


.wizard {
    margin: 0;
    padding: 0;
}

.active-step {
    background-color: var(--lapis-lazuli) !important;
    color: var(--french-white) !important;
}

.active-step a {
    color: var(--french-white) !important;
    font-weight: bold;
    margin-left: 5px;
}

.finish-step {
    background-color: var(--asparagus) !important;

}

.general {
    display: grid;
    gap: 15px;
    /*grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));*/
    width: 100%;
}

.general-grid {
    gap: 15px;
    width: 100%;
}

.step-nav {
    display: grid;
    gap: 15px;
}

.alter_wizard {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vl {
    border-left: 6px solid green;
    height: 5vh;
}

.step {
    background-color: #e9ecef;
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 11vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: smaller;

}

.select2-result-repository {
    padding-top: 4px;
    padding-bottom: 3px
}

.select2-result-repository__avatar {
    float: left;
    width: 60px;
    margin-right: 10px
}

.select2-result-repository__avatar img {
    width: 100%;
    height: auto;
    border-radius: 2px
}

.select2-result-repository__meta {
    margin-left: 70px
}

.select2-result-repository__title {
    color: black;
    font-weight: 700;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 4px
}


.flex{

    display: flex!important;
    position: relative;
}

.pull-right{

    position: absolute;
    right: 0%;
}

.line {
    grid-column: 1 / -1;
    height: 5px;
    background: hsl(35deg 10% 90%);
    position: relative;
}