html {
    height: 100%;
    box-sizing: border-box;
}

body {
    padding-top: 0;
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
}

@font-face {
    font-family:Wallpoet-Regular;
    src: url("../fonts/Wallpoet-Regular.ttf");
}

@font-face {
    font-family:"ZCOOLKuaiLe-Regular";
    src: url("../fonts/ZCOOLKuaiLe-Regular.ttf");
}

@font-face {
    font-family:"Indie Flower";
    src: url("../fonts/IndieFlower-Regular.ttf");
}

/*@font-face {
    font-family:"Helvatica";
    src: url("../fonts/HelveticaLTStd-Roman_INSTALAR.OTF");
}*/

/* @font-face {
    font-family:"Helvatica-std-95";
    src: url("../fonts/Helvetica-Neue-LT-Std-95-Black_22551.ttf");
} */

/*@font-face {
    font-family:"Helvatica-std-75";
    src: url("../fonts/Helvetica-Neue-LT-Std-75-Bold_22539.ttf");
}*/

.card-title-custom{
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #949494 !important;
}

.small-italic{
    font-style: oblique !important;
    font-size: 12px !important;
}

.navbar-space{
    margin-bottom: 4% !important;
}

.card-text-cap{
    text-transform: capitalize !important;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
    border-color: #ffffff !important;
}

.container-fluid{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.no-back:hover{
    background-color: transparent;
}

.no-templates{
    text-align: center;
    margin-top: 50px;
}

.click{
    text-align: right;
}


.custom-card-body{
    padding: 0 !important;
    padding-top: 7px !important;
}

.custom-card{
    background-color: transparent !important;
    border: none !important;
}

.custom-card-image:hover{
    cursor: pointer;
    box-shadow: 0px 0px 8px 5px #a8ca34;
}

.plus-card{
    background: #808080a3 !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    color: #000000b5 !important;
    font-size: 100px;
    text-align: center;
    border-radius: 3px;
}

/* loading overlay */
/*.overlay {
    background: #e9e9e9 url('https://thumbs.gfycat.com/NecessaryEvilGuillemot-size_restricted.gif') center center no-repeat;
    display: none;
    height: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 200000;
}*/

#loading-img {
    height: 100%;
}
/* end loading overlay */

.hidden-image{
    display: none;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 50% !important;
    height: auto;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
}

#session-language-dropdown {
    margin: 13px 15px 0 0;
}

#session-language-dropdown li {
    position: relative;
}

#captcha {
    width: 100px !important;
    display: inline-block !important;
}


@media (max-width:767px) {
    #session-language {
        margin: 12px 0 0 15px;
    }
}

pre.error-404 {
    border: 0;
    margin: 0 auto;
    display: table;
}
