﻿
.radio-button {
    display: inline-block;
    width: 60% !important;
}





    .radio-button input[type="radio"] {
        display: none;
    }

    .radio-button label {
        display: inline-block;
        padding: 10px 10px;
        background-color: #fff;
        color: #333;
        cursor: pointer;
    }

.selected {
    background-color: #007bff;
    color: #fff;
}

#grad1 {
    background-color: #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA);
}

#msForm {
    text-align: center;
    position: relative;
    margin-top: 20px;
    direction: rtl;
}

.txt-center {
    text-align: center;
}

#msForm fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative;
    direction: rtl;
}

#msForm fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    direction: rtl;
}

    #msForm fieldset:not(:first-of-type) {
        display: none;
    }

    #msForm fieldset .form-card {
        text-align: right;
        color: #9E9E9E;
    }



#msForm .action-button {
    width: 100px;
    /*background: skyblue;*/
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

    #msForm .action-button:hover, #msForm .action-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
    }

#msForm .action-button-previous {
    width: 100px;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

    #msForm .action-button-previous:hover, #msForm .action-button-previous:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
    }

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

    select.list-dt:focus {
        border-bottom: 2px solid skyblue;
    }

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

.w-90-r {
    width: 90% !important;
    float: right !important;
}

.w-10-r {
    width: 10% !important;
    float: right !important;
}

.fs-title {
    margin-bottom: 10px;
    font-weight: bold;
    text-align: right;
}


.progressBar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

.dx-checkbox-container {
    background-color: #ecea58;
    width: 100%;
    padding: 5px;
}
.progressBar .active {
    color: #000000;
}

.progress-Bar .active {
    color: #000000;
}



.progress-Bar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: right;
    position: relative;
}

    .progressBar li {
        list-style-type: none;
        font-size: 12px;
        width: 33%;
        float: right;
        position: relative;
    }


    .progressBar #project:before {
        font-family: FontAwesome;
        content: "\f022";
    }

    .progressBar #personal:before {
        font-family: FontAwesome;
        content: "\f007";
    }

    .progressBar #payment:before {
        font-family: FontAwesome;
        content: "\f09d";
    }

    .progressBar #paymentWay:before {
        font-family: FontAwesome;
        content: "\f09d";
    }

    .progressBar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c";
    }

    .progressBar #testPay:before {
        font-family: FontAwesome;
        content: "\f1b6";
    }

    /*progressBar before any progress*/
    .progressBar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 18px;
        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;
        right: 0;
        top: 25px;
        z-index: -1;
    }

    .progressBar li.active:before, .progressBar li.active:after {
        background: skyblue;
    }

    /*d*/
.progress-Bar #project:before {
    font-family: FontAwesome;
    content: "\f022";
}

.progress-Bar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

.progress-Bar #payment:before {
    font-family: FontAwesome;
    content: "\f09d";
}

.progress-Bar #paymentWay:before {
    font-family: FontAwesome;
    content: "\f09d";
}

.progress-Bar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

.progress-Bar #testPay:before {
    font-family: FontAwesome;
    content: "\f1b6";
}

/*progress-Bar before any progress*/
.progress-Bar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

.progress-Bar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: -1;
}

.progress-Bar li.active:before, .progress-Bar li.active:after {
    background: skyblue;
}


.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204px;
    height: 104px;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

    .radio:hover {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
    }

    .radio.selected {
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    }

.fit-image {
    width: 100%;
    object-fit: cover;
}
