#surbma-yes-no-popup.uk-open {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#surbma-yes-no-popup .uk-modal-dialog {
    border: 2px solid #016dc1;
    border-radius: 10px;
    padding-left: 60px;
    padding-right: 60px;
    box-shadow: 1px 1px 15px 10px rgba(1, 109, 193, 0.7);
    overflow: hidden;
    position: relative;
}

#surbma-yes-no-popup .uk-modal-dialog:before,
#surbma-yes-no-popup .uk-modal-dialog:after {
    content: '';
    width: 250px;
    height: 250px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(63%, -22%) rotate(45deg);
    transform-origin: 50% 50%;
    background-color: #f0f8ff;
    z-index: -1;
}

#surbma-yes-no-popup .uk-modal-dialog:after {
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    transform: translate(-72%, 31%) rotate(45deg);
}

#surbma-yes-no-popup #button1 {
    background: rgba(0, 0, 0, 0.25) !important;
    color: white !important;
    font-weight: bold;
    display: block;
    width: 70%;
    margin: 0 auto 15px;
    box-shadow: 1px 1px 8px 5px rgba(136, 136, 136, 0.4);
}

#surbma-yes-no-popup #button2 {
    order: -1;
    background: #0081E7;
    color: white !important;
    font-weight: bold;
    display: block;
    width: 70%;
    margin: 0 auto 15px;
    box-shadow: 1px 1px 8px 5px rgba(1, 109, 193, 0.7);
    transition: all ease 0.4s;
}

#surbma-yes-no-popup #button2:hover {
    background: #016dc1 !important;
}

#surbma-yes-no-popup #button1:hover {
    background: rgba(0, 0, 0, 0.35) !important;
}

#surbma-yes-no-popup .uk-modal-dialog {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #060606;
}

#surbma-yes-no-popup .uk-modal-dialog small {
    font-size: 10px;
}

#surbma-yes-no-popup .uk-modal-dialog strong {
    color: #002b4d;
    font-weight: bold;
}

#surbma-yes-no-popup .uk-modal-dialog p {
    padding: 0;
    margin: 0 0 5px;
}

#surbma-yes-no-popup .uk-modal-dialog input[type="checkbox"] {
    vertical-align: middle;
}

#surbma-yes-no-popup .uk-modal-footer {
    margin: 0;
    padding: 15px 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

#surbma-yes-no-popup .uk-modal-content .geo-logo {
    width: 174px;
    margin: 15px auto 30px;
    position: relative;
}

#surbma-yes-no-popup .uk-modal-content .geo-logo img{
    width: 100%;
    height: auto;
    margin: 0;
    vertical-align: middle;
}

@media (max-width: 999px) {
    #surbma-yes-no-popup .uk-modal-dialog {
        padding-left: 15px;
        padding-right: 15px;
    }

    #surbma-yes-no-popup .uk-modal-content .geo-logo {
        width: 130px;
    }
}