pre {
    font-size: 8px;
    background: #efefef;
    color: #000;
}

select {
    padding: .5rem;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #ddd;
}

body[data-form-submit="regular"] .container-wrap input[type="submit"]#inputSubmit {
    padding: .5rem !important;
}

#inputSubmit[disabled] {
    opacity: 0.5;
}

body[data-button-style="slightly_rounded_shadow"] .container-wrap input[type="submit"]#inputSubmit:hover {
    box-shadow: none !important;
    -ms-transform: none;
    transform: none;
    -webkit-transform: none;
}

.tableexport-caption {
    text-align: left;
    padding: 2rem 0;
}

.dflex {
    display: flex !important;
}

.dnone {
    display: none !important;
}

.addCartitem {
    cursor: pointer
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.text-left {
    text-align: left !important
}

.text-justify {
    text-align: justify !important
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, .4);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: 1.25rem;
    background-color: #f7f7f7
}

.dzi-list img {
    margin-left: 5px;
    box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 60%);
}

.onlyregion {
    position: relative !important;
    display: block;
    padding: 1rem !important;
    background: #2d5b91;
    box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 60%);
    color: #fff;
    text-align: left;
    line-height: 24px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

h3.card-title {
    line-height: 2rem !important;
    vertical-align: middle !important;
    display: inline !important;
}

.card-text .row {
    display: flex
}
.card-upper {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.card-header-top {
    line-height: 0;
    display: flex;
    align-self: flex-end;
}

.dzi-list {
    display: inline-block;
}

.dzi-list > a {
    height: 58px;
    display: inline-block;
}

.row .col .dzi-list img {
    height: 58px;
    width: auto;
    /* position: absolute; */
    right: 0;
    top: 0;
}

.width-1,
.width-2,
.width-3 {
    padding: 0 5px;
}

.width-1 {
    width: 8.33333333%;
}

.width-2 {
    width: 16.66666667%;
}

.width-3 {
    width: 25%;
}

.searchResults {
    display: none;
}

.searchResults.active {
    display: flex;
}

@media only screen and (max-width: 1000px) {
    .width-1,
    .width-2,
    .width-3 {
        width: 50%;
    }
    .card-header-top {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 690px) {
    .card-text .row {
        flex-direction: column
    }
}

.card-footer {
    background: #EF7D00;
    font-size: .8rem
}

.card-footer>div {
    padding: .5rem;
    margin: 0
}

.card-footer>div:last-child {
    background: #666
}

.card-footer a,
.card-footer a:hover {
    color: #fff;
}

.text-center {
    text-align: center !important;
}

.betabadge {
    background: orange;
    color: #fff;
    padding: .15rem .25rem .05rem .25rem;
    ;
    font-size: .5rem;
    border-radius: .25rem
}

.item.add_pdf_msg {
    background-size: 110px;
    background-color: #fff;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center top
}

#total_items {
    color: #fff;
    background: transparent;
    padding: 0;
}

.overlay-hide-wrap .row-bg-wrap {
    display: none !important;
}

.right-outer-box-inner {
    max-width: 70%;
    margin: 0 auto;
}

.right-outer-box {
    background-color: #efefef;
    padding: 45px 0 75px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.right-outer-box2 {
    background-color: #f7f7f7;
    border: 1px solid #ededed;
    margin-top: 0;
    position: relative;
    margin-bottom: 3rem
}

.form-group {
    margin-bottom: 10px;
}

.right-content p {
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #868686;
}

.dashboard-wrap {
    width: 100%;
    height:auto;
}

.dashboard-wrap .dashboard-section {
    width: 20%;
    float: left;
    margin: 18px;
}

.dashboard-wrap .dashboard-section .button {
    padding: 6px 20px;
    font-size: 16px;
    height: auto;
}

.dashboard-wrap .dashboard-section .button:hover {
    background-color: #006799 !important;
}

#cart_button input[type=button] {
    background: transparent !important
}

.cart_items b {
    margin: 1.5rem 0 .5rem 0;
    background: #fff;
    border-radius: 2px;
    padding: .25rem .5rem;
    color: #EF7D00;
    display: inline-block;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

h2 {
    color: #868686;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-0 {
    margin-bottom: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.mt-50 {
    margin-top: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.light-orange {
    color: #ef7d00;
}

.text-medium {
    font-size: 20px;
}

.badge {
    background-color: #ef7d00;
    color: #fff;
    margin: 0px 5px;
    position: relative;
    padding: 3px 3px;
    font-size: 13px;
    line-height: 40px;
}

span.close-btns {
    position: absolute;
    background: #000;
    font-size: 6px;
    width: 12px;
    cursor: pointer;
    height: 12px;
    vertical-align: middle;
    top: -6px;
    z-index: 999;
    right: -8px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 0;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-label {
    margin-bottom: 0;
    border: 1px solid #000;
    font-size: 13px;
    cursor: pointer;
    display: block;
    text-align: center;
    padding: 8px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label {
    border: 1px solid #000;
    background-color: #ef7d00;
    color: #fff;
    cursor: pointer;
}

.custom-checkbox2 .custom-control-input:checked~.custom-control-label {
    border: 1px solid #000;
    background-color: #ef7d00;
    color: #fff;
    cursor: pointer;
}

.title-sec-left {
    float: left;
}

.title-sec-right {
    float: right;
}

.title-sec-right input[type=submit],
button[type=submit],
input[type="button"] {
    background-color: transparent;
    padding: 0;
    border: none;
    color: #000;
    cursor: pointer;
    transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -moz-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    width: auto;
    font-size: 12px;
}

.title-sec-right input[type=submit]:hover,
button[type=submit]:hover,
input[type="button"]:hover {
    background-color: transparent !important;
}

.pdf_download {
    border: 1px solid #865219;
    padding: .5rem;
    text-align: center;
    cursor: pointer;
    width: auto;
    background: #ef7d00;
    display: inline;
    top: -50px;
    color: #fff;
    box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, .5);
    left: 0;
    position: absolute;
}

.row .col img {
    margin-bottom: 0px !important;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.fade:not(.show) {
    opacity: 0;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    height: 0;
    MARGIN-TOP: 100PX;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99998;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.fade {
    transition: opacity .15s linear;
}
.modal-backdrop.show {
    opacity: .5;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
#searchcontainer {
    position: relative;
    padding: 1rem;
    background: #f7f7f7;
    margin-bottom: 1rem;
    border: 1px solid #ededed
}
#searchcontainer input[type="text"] {
    background: #fff
}

#searchcontainer.loading .ajaxLoader {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    justify-content: center;
    align-items: center;
    left: 0;
    z-index: 99;
}

#searchcontainer.loading .ajaxLoader .loader{
    display: block;
    border: 16px solid transparent; /* Light grey */
    border-top: 16px solid #ef7d00; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

#searchcontainer.loading .container{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.pdf_download {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    margin-left: 1rem;
    z-index: 99;
    border: 1px solid #865219;
    padding: .5rem;
    text-align: center;
    cursor: pointer;
    width: auto;
    background: #ef7d00;
    display: inline;
    color: #fff;
    box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, .5);
    left: 0;
}
.admin-bar .pdf_download{
    top: 142px;
}
.single-fa_campaigns .pdf_download {
    position: fixed;
    top: 150px;
    left: 137px;
    z-index: 100
}

.admin-bar.single-fa_campaigns .pdf_download {
    top: 170px;
}

.admin-bar #mydlclose {
    top: 190px;
}

.badge {
    background-color: #ef7d00;
    color: #fff;
    margin: 0px 5px;
    position: relative;
    padding: 3px 3px;
    font-size: 13px;
}
span.close-btns {
    position: absolute;
    background: #000;
    font-size: 6px;
    width: 12px;
    cursor: pointer;
    height: 12px;
    vertical-align: middle;
    top: -6px;
    z-index: 999;
    right: -8px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hover_bkgr_fricc {
    background: rgba(0, 0, 0, .4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
    left: 0;
    right: 0;
}
.hover_bkgr_fricc .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.hover_bkgr_fricc>div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 800px;
    min-height: 300px;
    vertical-align: middle;
    width: 80%;
    position: relative;
    border-radius: 8px;
    padding: 1rem;
}
.popupCloseButton {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    line-height: 1.6;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #333;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
}
.search-result-box {
    position: relative;
    background-size: contain;
    background-position: center;
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    border: 10px solid #f7f7f7;
}

.search-result-box.new-card .ribbon {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    right: -10px;
}

.search-result-box.new-card .ribbon span {
    position: absolute;
    display: block;
    width: 100px;
    padding: 2px 0;
    background-color: #ef7d00;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    left: -10px;
    top: 7px;
    transform: rotate(45deg);
}

.hover_bkgr_fricc .search-result-box {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0 none;
    cursor: pointer;
    height: 480px;
    width: 640px;
    margin: 0 auto;
    background-color: #fff;
}
.hover_bkgr_fricc .srch-file-size {
    display: block;
    background: #f7f7f7;
    padding: .25rem;
}
.hover_bkgr_fricc .search-result-box img {
    max-width: 100%;
    max-height: 100%
}
.search-box-list {
    width: 100%;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    background-color: #efefef;
}
.search-box-list::before {
    content: '';
    padding-top: 100%;
    float: left;
}
.search-box-list::after {
    content: '';
    display: block;
    clear: both;
}
.pdf-box-section {
    border: 1px solid #CCC;
    margin: 2px !important;
    padding: 2px;
    font-size: 10px;
    text-align: center;
}
.pdf-box-section .fil-size {
    color: #ef7d00;
    font-weight: 300;
}
.download-pdf-icon {
    margin: 5px 0 0 0;
}
.download-pdf-icon img {
    margin: 0 !important;
}
.srch-file-size {
    font-size: 9px;
    text-align: center;
}
.teasertext {
    font-size: .85rem;
    line-height: 1.25rem;
    text-align: left;
}
.teasertext h3 {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    text-align: left
}
.right-box {
    border: 1px solid #ef7d00;
    padding: 15px 5px 0;
    margin-top: 30px;
}
input.remove-item {
    color: #f2942e !important;
}
input#sm_pdf_mail:hover {
    background: #ef7d00d1 !important;
}

#addPublication, #sm_pdf_mail {
    position: relative !important;
}

input.sm_bttn-new,
button.sm_bttn-new {
    margin: 16px auto;
}
input.bttn-new_s {
    padding: 10px 89px;
    color: #fff;
    background: #ef7d00;
    text-align: center;
    margin: 16px auto;
    width: 100%;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    height: 0;
    margin-top: 160PX;
}
.itempdf {
    margin: 1% 7px!important;
}
.campaignduration {
    display: inline-block;
    background: #efefef;
    padding: .25rem;
    position: fixed;
    top: 65px;
    right: -2%;
    border: 1px solid #ddd;
    font-size: .75rem;
    font-weight: 600;
}
@media (min-width: 375px) {
    .title-sec-right {
        width: 100%;
        margin: 10px 0;
    }
}
@media (min-width: 768px) {
    .title-sec-right {
        width: 100%;
        margin: 10px 0;
    }

    .campaignduration {
        position: absolute;
        right: -2%;
        top: 0;
    }

    .dzi {
        position: absolute;
        right: -2%;
    }
}
.modal.show .modal-dialog {
    margin-top: 170PX;
}
.modal-dialog-custom {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.modal-body-custom {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
#form-plzbox {
    border: 1px solid #000;
    border-radius: 0 !important;
}
@media (min-width: 999px) {
    .ditailsuche-form .left-area {
        margin-top: -42px;
    }

    .ditailsuche-form .left-section {
        margin-top: -40px;
    }
}
@media (min-width: 576px) {
    .modal-dialog-custom {
        max-width: 340px;
        margin: 1.75rem auto;
    }

    .title-sec-right {
        float: right;
        text-align: center;
        width: 100%;
    }
}
@media (min-width: 320px) {
    .title-sec-right {
        float: right;
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .add_pdf_msg {
        text-align: center;
        color: #fff;
        cursor: pointer;
    }
}
section.content-start,
.content-start {
    margin-top: 20px;
    position: relative;
    z-index: 999;
}
.cart_fixed {
    position: fixed;
    top: 100px !important;
    width: 190px !important;
    right: 5px !important;
    z-index: 999 !important;
}
@media only screen and (min-width: 1000px) {
    .cart_fixed {
        top: 180px !important;
        left: 20px !important;
    }
}
.no-result {
    font-size: 18px;
    margin-top: 20px;
}
.total_items {
    color: #fff;
    background: transparent
}
.conbox {
    background: #EF7D00;
    vertical-align: middle;
}
.conbox h2,
.conbox .h2 {
    font-size: .85rem;
    color: #fff;
    display: inline-block;
    font-weight: 800;
    font-family: "Merriweather Sans";
    padding: 1rem 1rem .5rem 1rem;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0
}
body .wpb_text_column .conbox h2:last-child {
    margin-bottom: 0
}
.conbox img {
    margin: .5rem 1rem;
}
.concontent {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 30px -14px rgba(0, 0, 0, .55);
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: left;
    align-items: left;
    align-content: center;
    padding: .25rem;
}
.item {
    background: #efefef;
    border: 5px solid #fff;
    margin: 5px;
    width: 130px;
    height: 130px;
    position: relative;
}
.fil-size {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: black;
    color: white;
    font-size: .5rem;
    line-height: 1rem;
}
.confooter {
    background: #EF7D00;
    width: 100%
}
.confooter span {
    padding: .25rem .5rem;
    color: #fff;
    display: inline-block;
    font-size: .75rem;
    vertical-align: top !important;
    height: 2.2rem;
    border: 0 none;
}
.confooter span.cfleft {
    background: #EF7D00;
    width: 25%;
    cursor: pointer;
}
.confooter span.cfcenter {
    background: #2D5B91;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.confooter span.cfright {
    background: #67757A;
    width: 25%;
    text-align: right;
    text-decoration: none
}
.confooter span a {
    color: #fff;
    font-size: .75rem;
}

/* LOADING */
.cssload-thecube {
    width: 73px;
    height: 73px;
    margin: 0 auto;
    margin-top: 49px;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(43, 160, 199);
    animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
    animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}
@keyframes cssload-fold-thecube {
    0%,
    10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}
@-o-keyframes cssload-fold-thecube {
    0%,
    10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -o-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}
@-ms-keyframes cssload-fold-thecube {
    0%,
    10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -ms-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}
@-webkit-keyframes cssload-fold-thecube {
    0%,
    10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}
@-moz-keyframes cssload-fold-thecube {
    0%,
    10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -moz-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

.form-control.mainFilter, .form-control.mainFilter:focus {
    background-color: #ef7d0090;
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pswp {
    z-index: 10000 !important;
}