#lightboxSecondary {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(244, 244, 244, 0.8);
    z-index: 997;
}
.cb-modal-scroller {
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    overflow: auto;
    position: fixed;
    visibility: visible;
    z-index: 1009;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cb-modal-secondary {
    display: block;
    border-radius: 8px;
    position: relative;
}
.cb-modal-secondary-wrapper {
    padding-top: 60px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.cb-modal-secondary-inner {
    width: inherit;
    height: inherit;
}
.cb-modal-secondary-shadow {
    box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.cb-modal-secondary-header {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    align-items: center;
    height: 60px;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
}
.cb-modal-secondary-header-text {
    outline: none;
    display: block;
    line-height: 1.2;
    word-wrap: break-word;
    max-width: 100%;
    margin-bottom: -5px;
    white-space: nowrap;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-overflow: ellipsis;
    margin-top: -4px;
    overflow-x: hidden;
    font-size: 1.25rem;
    color: #050505;
    word-break: break-word;
    overflow-y: hidden;
}
.cb-modal-secondary-back-section {
    position: absolute;
    top: 12px;
    left: 16px;
}
.cb-modal-secondary-close-section {
    position: absolute;
    top: 12px;
    right: 16px;
}
.cb-modal-secondary-back-tab,.cb-modal-secondary-close-tab {
    border: 0px;
    display: flex;
    justify-content: center;
    background-color: #e4e6eb;
    width: 36px;
    height: 36px;
    position: relative;
    align-items: center;
    border-radius: 50%;
}
.cb_uiIcon {
    background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yU/r/yxOIHM4Xkoq.png);
    background-size: auto;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
}
.cb_uiIcon.icon_back {
    background-position: 0 -116px;
    vertical-align: -0.25em;
    opacity: .5;
}
.cb_uiIcon.icon_close {
    background-position: 0 -242px;
    vertical-align: -0.25em;
    opacity: .5;
}
.cb-modal-secondary-back-tab-bg,.cb-modal-secondary-close-tab-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.05);
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.cb-modal-secondary-back-tab-bg:hover,.cb-modal-secondary-close-tab-bg:hover {
    opacity: 1;
}
.cb-modal-secondary-body {
    overflow: hidden;
    overflow-y: auto;
    height: inherit;
    width: inherit;
}
.cb-modal-secondary-body.padding-none {
    padding: 0;
}
.cb-modal-secondary-body-preloader {
    padding-left: 65px;
    background-image: url(../../assets/images/animations/ajax-preloader-black-solid/48x48.gif);
    height: inherit;
    min-height: 65px;
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 21px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
}
