.click_ghn {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    height: 100%;
}
.click_ghn.active {
    background: rgb(172 162 162 / 76%);
}
.popup_index {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #fff;
    width: 385px;
    border-radius: 10px;
    display: none;
}

.txt_popup {
    text-align: center;
}

.txt_popup h3 {
    font-size: 23px;
    font-weight: 600;
}

.content_popup {
    text-align: center;
    margin-bottom: 10px;
}

.click_btn {
    display: flex;
    justify-content: space-between;
}

.click_btn button {
    padding: 10px 30px;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
button.close_popup-1 {
    background: #b8afaf;
}
button.close_popup_2 {
    background: #007350;
}

.icon_popup {
    text-align: center;
    position: relative;
}

.icon_popup i.fa.fa-times-circle {
    position: absolute;
    right: -18px;
    font-size: 30px;
    top: -20px;
}

.icon_popup i.fa.fa-exclamation {
    font-size: 23px;
    padding: 7px 15PX;
    background: #524e4e;
    border-radius: 50%;
    margin-bottom: 10px;
    color: #fff;
}
button.close_popup-1 a {
    color: #fff;
}