#model_gs_body__add_country_popup {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
.model-inner {
    background-color: #fff;
    max-width: 600px;
    margin: 50px auto;
    padding: 15px;
}
.gs_model_header {
    background-color: #000;
    padding: 10px;
    color: #fff;
    margin: -15px -15px 15px -15px;
    position: relative;
}
.model-inner > div {
    margin-bottom: 10px;
}
a.model_gs_close {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: rgb(173, 46, 0);
    border:2px solid #fff;
    width:35px;
    height:35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight:700;
    font-size: 20px;
    color: #fff;
    border-radius: 100%;
    line-height: 1;
}

.gs_model_body{
    display: none;
}
.gs_model_header{

}
.gs_model_content{

}
.gs_model_footer{

}