body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-repeat: no-repeat;
}

.card {
    z-index: 0;
    background-color: #fff;
    border: none;
    /* padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 30px; */
    border-radius: 10px;
}

/* .top {
    padding-top: 40px;
    padding-left: 13% !important;
    padding-right: 13% !important;
} */

/*Icon progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px;
} 

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbar .step0:before {
    font-family: FontAwesome;
    content: "\f10c";
    color: #fff;
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    background: #C5CAE9;
    border-radius: 50%;
    margin: auto;
    padding: 0px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 12px;
    background: #C5CAE9;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: -1;
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%;
}

#progressbar li:nth-child(2):after, #progressbar li:nth-child(3):after {
    left: -50%;
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%;
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #651FFF;
}

#progressbar li.active:before {
    font-family: FontAwesome;
    content: "\f00c";
}

.icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
/* 
.icon-content { 
    padding-bottom: 20px;
} */

@media screen and (max-width: 992px) {
    .icon-content {
        width: 50%;
    }
}

.location-img{
    width: 29px;
    height: 29px;
}

.bilgiler{
    display: flex;
    justify-content: space-between;
    margin: 0 85px;
}

@media screen and (max-width: 992px) {
    .bilgiler {
        margin: 0 5px;
    }
    .modal-body{
        margin: 0px;
        padding: 0px;
    }
}

.durum{
    font-size: 20px;
}

#modal-btn{
    display: none;
}

#alert-message{
    display: none;
}
.modal-header{
    justify-content:space-around
}
.alert{
    display: none;
}