.rstbox-close {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background: none;
    color: #aeaeae;
    text-decoration: none !important;
    font-size: 22px;
    font-weight: normal;
    font-family: Tahoma, Arial;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.rstbox-close:focus {
    outline: 0
}

.rstbox-close span {
    font-size: 16px;
    padding: 4px;
    line-height: 13px;
    background: rgb(129 129 129 / 10%);
    color: #999999;
    margin: 7px;
    border-radius: 50%;
    display: block;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.rstbox-close span:hover,
.rstbox-close span:focus {
    background: rgba(0, 0, 0, 0.3);
    ;
}

.rstboxRTL .rstbox-close {
    right: auto;
    left: 0
}

@-webkit-keyframes ebFadeIn {
    99% {
        visibility: hidden
    }
    100% {
        visibility: visible
    }
}

@keyframes ebFadeIn {
    99% {
        visibility: hidden
    }
    100% {
        visibility: visible
    }
}

.rstboxes {
    margin: 0;
    padding: 0
}

.rstboxes,
.rstboxes *,
.rstboxes *:before,
.rstboxes *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rstboxes .rstbox-acc {
    text-align: center
}

.rstboxes .rstbox-acr {
    text-align: right
}

.rstboxes .rstbox-acb .rstbox-container,
.rstboxes .rstbox-acm .rstbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.rstboxes .rstbox-acb .rstbox-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.rstboxes .rstbox-acm .rstbox-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rstboxes img {
    max-width: 100%
}

.rstboxes .rstbox {
    position: fixed;
    display: none;
    z-index: 99999;
    font-size: 14px;
    line-height: 1.4em;
    max-height: 100%;
    overflow: auto;
    width: 100%
}

.rstboxes .rstbox.rstbox_shd_1 {
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 1, 0.3);
    box-shadow: 0 0 2px 2px rgba(0, 0, 1, 0.3)
}

.rstboxes .rstbox.rstbox_shd_2 {
    -webkit-box-shadow: 6px 7px 4px 6px rgba(0, 0, 1, 0.3);
    box-shadow: 6px 7px 4px 6px rgba(0, 0, 1, 0.3)
}

.rstboxes .rstbox.rstbox_shd_3 {
    -webkit-box-shadow: 0 0 27px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 27px 15px rgba(0, 0, 0, 0.5)
}

.rstboxes .rstbox.velocity-animating {
    -webkit-transition: none;
    transition: none
}

.rstboxes .rstbox.rstbox_bottom-left {
    bottom: 0;
    left: 0
}

.rstboxes .rstbox.rstbox_bottom-center {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.rstboxes .rstbox.rstbox_bottom-right {
    bottom: 0;
    right: 0
}

.rstboxes .rstbox.rstbox_top-left {
    top: 0;
    left: 0
}

.rstboxes .rstbox.rstbox_top-center {
    top: 0;
    left: 0;
    right: 0;
    margin: auto
}

.rstboxes .rstbox.rstbox_top-right {
    top: 0;
    right: 0
}

.rstboxes .rstbox.rstbox_center {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.rstboxes .rstbox .rstbox-header {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 20px;
    opacity: 0.8
}

.rstboxes .rstbox .rstbox-header ul {
    list-style: disc inside none;
    margin: 0;
    padding: 0
}

.rstboxes .rstbox .rstbox-content {
    overflow: hidden
}

.rstboxes .rstbox .rstbox-content .rstbox_input {
    border: 1px solid #aeaeae;
    padding: 0.6em 0.8em;
    width: 100%;
    height: auto;
    font-family: "Arial";
    line-height: normal;
    margin: 0
}

.rstboxes .rstbox .rstbox-content input[type="checkbox"] {
    margin: 0;
    position: relative;
    top: -1px
}

.rstboxes .rstbox .rstbox-content .rstbox_field_row {
    margin-bottom: 0.5em
}

.rstboxes .rstbox .rstbox-content .rstbox_field_row label {
    display: inline-block;
    margin-bottom: 0.5em
}

.rstboxes .rstbox .rstbox-content .rstbox_btn {
    border: medium none;
    cursor: pointer;
    display: inline-block;
    padding: 0.6em 1em;
    font-size: 1em;
    margin: 0;
    overflow: visible
}

.rstboxes .rstbox .rstbox-content .rstbox_btn:hover {
    opacity: .8
}

.rstboxes .rstbox.formHor .rstbox-container {
    margin: 0 auto;
    max-width: 1000px
}

@media (min-width: 768px) {
    .rstboxes .rstbox.formHor form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -5px
    }
    .rstboxes .rstbox.formHor .rstbox-content form>* {
        padding: 0 5px;
        margin: 0;
        width: 100%
    }
    .rstboxes .rstbox.formHor .rstbox-content form .rstbox_footer {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 150px
    }
}

.rstboxes .rstbox.formHor button {
    width: 100%
}

.rstboxes .rstbox_overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.rstboxes.eboxWelcomeMats {
    position: relative;
    z-index: 999999999999999999999
}

.rstboxes.eboxWelcomeMats .rstbox {
    position: relative
}

iframe.eboxFitFrame {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.eboxPageNoScroll,
.eboxPageNoScroll body {
    overflow: hidden !important
}