﻿form {
    text-align: justify;
    position: relative;
}

    form .form-group, .form-group {
        margin-bottom: 10px;
        text-align: justify;
    }

    /*form .fake-input {
        pointer-events: none;
        margin-bottom: 10px;
        text-align: left;
    }
        */
    form .action-button {
        width: 100px;
        background: var(--main-blue);
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 10px 10px 5px;
        float: right
    }

        form .action-button:hover {
            background-color: #311B92
        }

        form .action-button:disabled {
            cursor: not-allowed;
            background-color: var(--disable-gray);
            color: var(--disable-text-gray);
            border-color: var(--disable-border-gray);
        }

    form .action-button-previous {
        min-width: 100px;
        width: fit-content;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px 10px 5px;
        float: right
    }

        form .action-button-previous:hover {
            background-color: #000000
        }

.code_group {
    text-align: center;
    padding: 2rem;
}

    .code_group .form-control {
        border: 0;
        border-bottom: 1px solid #a1a7ac;
        border-radius: 0;
        display: inline-block;
        width: 30px;
        font-size: 30px;
        color: #5f6771;
        padding: 0;
        margin-right: 7px;
        text-align: center;
        line-height: 1;
    }

        .code_group .form-control.error-field {
            border-color: #B94A48;
        }

        .code_group .form-control:disabled {
            background-color: var(--disable-gray);
            border-bottom: 1px solid var(--disable-border-gray);
        }

#msform {
    text-align: center;
    margin-top: 20px;
}

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative;
    }

        #msform fieldset:not(:first-of-type) {
            display: none;
        }

    #msform input.error-field {
        border-color: #B94A48;
    }

    #msform ul {
        padding: 0px;
        font-size: 12px;
    }

    #msform .certificate-text {
        font-size: 12px
    }

    #msform .text-danger {
        margin: 2px 0 3px;
        padding: 0;
        font-size: 0.9em;
        line-height: 0.9em;
    }

.form-card {
    width: 100%;
    padding: 15px;
    margin: auto;
    text-align: center;
}

    .form-card .checkbox {
        font-weight: 400;
    }

    .form-card .form-floating:focus-within {
        z-index: 2;
    }

form .card {
    z-index: 0;
    position: relative;
    margin: 10px;
}

.fs-title {
    font-size: 25px;
    color: var(--main-blue);
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 15px;
    overflow: hidden;
    color: lightgrey
}

    #progressbar .active {
        color: var(--main-blue);
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 25%;
        float: left;
        position: relative;
        font-weight: 400;
    }

    #progressbar #confirm:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f00c";
    }

    #progressbar #key:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f084";
    }

    #progressbar li:before {
        position: relative;
        z-index: 1;
        display: block;
        width: 50px;
        height: 50px;
        line-height: 45px;
        font-size: 20px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: var(--main-blue);
    }

.progress-custom {
    height: 20px;
    border-radius: 0rem;
}

.progress-bar {
    background-color: var(--main-blue)
}
/*
.radio-toolbar {
    margin: 0px;
}

    .radio-toolbar label {
        display: block;
    }

    .radio-toolbar .blockchain-lbl {
        display: inline-block;
        width: 49%;
    }

.card-input-element + .card {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .card-input-element + .card > .card-body > div > img {
        visibility: hidden;
        max-width: 25%;
        max-height: 25%;
    }

    .card-input-element + .card:hover {
        cursor: pointer;
        background-color: rgba(var(--main-green-rgb), 0.3);
    }

.card-input-element:disabled + .card, .card-input-element:disabled + .card:hover {
    cursor: not-allowed;
    background-color: var(--disable-gray);
    color: var(--disable-text-gray);
    border-color: var(--disable-border-gray);
}

    .card-input-element:disabled + .card > .card-body {
        opacity: 0.5;
    }

.card-input-element:checked + .card {
    background-color: rgba(var(--main-green-rgb), 0.3);
    border-color: var(--main-green);
    box-shadow: 4px var(--main-green);
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}

    .card-input-element:checked + .card::after {
        -webkit-animation-name: fadeInCheckbox;
        animation-name: fadeInCheckbox;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    .card-input-element:checked + .card > .card-body > div > img {
        visibility: visible;
    }

@-webkit-keyframes fadeInCheckbox {
    from {
        opacity: 0;
        -webkit-transform: rotateZ(-20deg);
    }

    to {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
    }
}

@keyframes fadeInCheckbox {
    from {
        opacity: 0;
        transform: rotateZ(-20deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}
*/