/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.resovledReview {
    border-left: 7px solid #4CAF50; /* Replace #4CAF50 with your desired color */
    padding-left: 5px; /* Optional: Add padding to create space between content and border */
}

.monogram {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #007bff; /* Replace with your desired background color */
    color: #fff; /* Replace with your desired text color */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
}

.xprogress {
    width: 100%;
    margin: 20px auto;
    height: 90%;
    text-align: center;
}


/* Form Progress */
.xprogress {
    width: 100%;
    margin: 20px auto;
    height: 90%;
    text-align: center;
}
.xprogress .xcircle,
.xprogress .xbar {
    display: inline-block;
    background: #fff;
    width: 40px; height: 40px;
    border-radius: 40px;
    border: 1px solid #d5d5da;
}
.xprogress .xbar {
    position: relative;
    width: 80px;
    height: 6px;
    top: -33px;
    margin-left: -5px;
    margin-right: -5px;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
.xprogress .xcircle .xlabel {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    margin-top: 3px;
    color: #b5b5ba;
    font-size: 17px;
}
.xprogress .xcircle .xtitle {
    color: #b5b5ba;
    font-size: 13px;
    line-height: 30px;
    margin-left: -5px;
}

/* Done / Active */
.xprogress .xbar.xdone,
.xprogress .xcircle.xdone {
    background: #eee;
}
.xprogress .xbar.active {
    background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}
.xprogress .xcircle.xdone .xlabel {
    color: #FFF;
    background: #8bc435;
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.xprogress .xcircle.xdone .xtitle {
    color: #444;
}
.xprogress .xcircle.xactive .xlabel {
    color: #FFF;
    background: #0c95be;
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.xprogress .xcircle.xactive .xtitle {
    color: #0c95be;
}


.customactive {
    position: relative;
}

.customactive::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 8px; /* Renkli border genişliği */
    background-color: #3578FA; /* Renk kodu, istediğiniz rengi buraya yazabilirsiniz */
}
