@import "./over-loader.css";
.service-item {
    margin-bottom: 20px;
}
.service-item .service-item-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.3s;
}
.service-item .title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 19px;
}
.service-item .description {
    line-height: 1.3;
    margin-bottom: 8px;
}
.service-item-inner {
    border: 1px solid #ddd;
    border-radius: 9px;
    padding: 5px 5px;
}
.service-button-wrapper {
    list-style: none;
}
.service-button-wrapper li {
    display: inline-block;
    margin-right: 5px;
}
.service-button-wrapper li a {
    background-color: var(--primary-rgba-60);
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s;
    text-decoration: none;
}
.service-button-wrapper li a:hover {
    background-color: var(--primary);
    text-decoration: none;
}
.service-button-wrapper li a.active {
    background-color:var(--primary);
}

.post-image img {
    border: 1px solid #0000000a;
    border-radius: 6px;
}
.form-inner-block {
    border: 1px solid #ddd;
    padding: 5px 12px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.form-inner-block-title {
    margin-bottom: 10px;
}
.hide {
    display: none;
}

.see-more {
    color: rgb(4, 44, 88);
    cursor: pointer;
    font-weight: 700;


}

.help-block {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}


.select2-container .select2-selection--single {
    height: 51px;
    border-radius: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 54px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px;
}
.select2-container--default .select2-selection--single {
    border: 0 !important;
}

.social-icons .lang-dropdown li a {
    background: transparent;
    color: #151719;
    display: block;
    transition: none;
}
.social-icons .lang-dropdown li:hover a, .social-icons .lang-dropdown li a.active {
    background: #151719;
    color: var(--light) !important;
    display: block;
    width: 100%;
    border-radius: 0;
    line-height: 1.5;
    text-align: left;
}
.lang-dropdown .btn.dropdown-toggle:after {
    display: none;
}

.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;

    @media (max-width: 768px) {
        font-size: 7px;
        line-height: 12px;
        text-align: center;
    }
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
}

.stepper-item.active {
    font-weight: bold;
}

.stepper-item.completed .step-counter {
    background-color: #4bb543;
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #4bb543;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}
.stepper-item:last-child::after {
    content: none;
}
.hide-replaced.ws-inputreplace {
    display: none !important;
}
.input-picker {
    width: 100% !important;
}
.input-picker .picker-list td > button.othermonth {
    color: #888888;
    background: #fff;
    width: 100%;
}

.picker-list.ws-index-2, .picker-list.ws-index-3 {
    margin-top: 3.5em;
}
div.ws-invalid input {
    border-color: #c88;
}
.ws-invalid label {
    color: #933;
}
div.ws-success input {
    border-color: #8c8;
}

.form-row {
    padding: 5px 10px;
    margin: 5px 0;
}
label {
    margin: 3px 0;
}
.form-row input {
    width: 100%;
    padding: 3px 1px;
    border: 1px solid #ccc;
    box-shadow: none;
}
.form-row input[type="checkbox"] {
    width: 15px;
}
.input-picker .ws-po-box {
    border-radius: 10px;
}
.input-picker .picker-list td > button:hover, .input-picker .picker-list td > button.checked-value {
background: #02977b;
}

.bg-soft-info{
    background:#e4edf6 !important;
    font-weight: 400;
}

.bg-soft-success{
    background:#b9ffdf !important;
}

.bg-soft-dangers{
    background:#e9d1d1 !important;
}