#groupInsuranceForm {
    padding-left: 5%;
    position: relative;
}

.step-1, .step-2, .step-3 {
    width: 50%;
    position: relative;
    padding: 4% 6%;
    background-color: rgba(248, 248, 248, 1);
    border-radius: 12px;
}

.puntori-answers {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    border-bottom: 1px solid #000;
}

.flex-buttons img {
    object-fit: cover;
    width: 25px;
    height: 25px;
}

.calc-offer p {
    margin: 0;
}

.delete-worker {
    font-size: 16px;
    border: 1px solid red;
    padding: 12px 24px;
    text-align: center;
    width: 50%;
}

.flexi {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.flexi p {
    margin: 0;
}

.custom-input-worker {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #d8dae5;
    color: #6C757D;
    margin-bottom: 16px;
}

.step-1 div {
    padding: 0 !important;
}

.step-1 #fix-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.mb-16 {
    margin-bottom: 16px;
}

#worker-form .custom-rangeslider {
    margin-bottom: 25px;
}

.bigger {
    font-size: 16px !important;
}

.calc-offer {
    background: #1ea282;
    border-radius: 4px;
    padding: 12px 32px;
    position: relative;
    border: 1px solid #fff;
    color: #fff;
    margin-left: 50%;
    transform: translateX(-50%);
}

.mt-30 {
    margin-top: 30px;
}

.right-green {
    position: fixed;
    background-color: #1ea282;
    right: 5%;
    color: #fff;
    border-radius: 12px;
    width: 40%;
    top: 13%;
    padding: 2%;
}

.d-none {
    display: none;
}

.flex-between {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.borders {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.borders p {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.death-text {
    font-size: 18px;
    color: #fff;
}

.death-price {
    font-size: 18px;
    color: #fff;
}

.calc-offer {
    margin-top: 20px;
}

.excel-part {
    margin-top: 22px;

    gap: 10px;
}

.flex-buttons {
    display: flex;
    gap: 15px;
}

.excel-label {
    padding: 12px 24px;
    color: #100f10;
    display: flex;
    gap: 15px;
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    align-items: center;
}

#add-row-btn {
    background-color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    width: 30%;
    text-align: center;
    border: 1px solid #1ea282;
    margin-top: 25px;
    cursor: pointer;
}

.add-workers {
    margin-top: 25px;
}

.add-workers h6 {
    margin-bottom: 12px;
}

.worker-count {
    font-size: 18px;
    width: 100%;
    margin-bottom: 0;
}

.main-row {
    display: flex;
    position: relative;
    gap: 10px;
    flex-wrap: wrap;
    gap: 1%;
    row-gap: 10px;
    margin-top: 20px;
}

.step-2 .form-control {
    width: 48.6%;
}

.plotso {
    width: 60%;
    background-color: #1ea282;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    padding: 8px 24px;
}

.shendet {
    position: fixed;
    padding: 5%;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    height: 80vh;
    background-color: #F8F8F8;
    z-index: 9999;
    overflow: scroll;
    visibility: hidden;
}

.backdrip {
    background-color: #000;
    opacity: 0.4;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    top: 0;
    visibility: hidden;
}

#close-shendet {
    position: fixed;
    right: 30px;
    top: 30px;
    font-size: 32px;
    color: #000;
    cursor: pointer;
}

.right-green-active {
    right: 0 !important;
    height: 100vh !important;
    top: 0 !important;
    width: 38% !important;
    border-radius: 0 !important;
}

.green-box .custom-input-radio input[type="radio"]~label:before {
    background: transparent !important;
    border-color: #fff !important;
}

.green-box .custom-input-radio input[type="radio"]~label {
    color: #fff !important;
}

.green-box .custom-control-label::after {
    background-color: #fff;
    border: 1px solid #fff;
}

.green-box .custom-control-label::after, .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.6rem;
    width: 1rem;
    border-radius: 4px;
    height: 1rem;
    display: block;
    content: "";
}

#third-step-green .borders {
    margin-top: 25px;
}

#debtor-form .step-2 .form-control {
    width: 100%;
}

.green-box {
    position: fixed;
    background-color: #1ea282;
    right: 5%;
    color: #fff;
    border-radius: 12px;
    width: 40%;
    top: 13%;
    padding: 2%;
}

.green-box button{
    background-color: #fff;
    color: #1ea282;
}
.green-box button:hover{
    background-color: #fff;
    color: #1ea282;
}

.extra-radios {
    color: #fff !important;
}

@media screen and (max-width: 768px) {
    .step-1, .step-2, .step-3 {
        width: 100%;
    }

    .right-green {
        position: relative;
        width: 100%;
        margin-top: 50px;
        left: 0;
    }

    #worker-form {
        padding-inline: 5%;
    }

    .all-overflow-hidden, .og-container {
        height: auto;
    }
}