/* TIPOGRAFIES */

/* EUROFENCE I VARIANTS */
@font-face {
    font-family: "Eurofurence Light";
    src:url('/fonts/eurof35.ttf') format('truetype'), url('/fonts/Eurofurencelight.woff') format('woff');
}
@font-face {
    font-family: "Eurofurence Light Italic";
    src:url('/fonts/eurof36.ttf') format('truetype') , url('/fonts/Eurofurencelightitalic.woff') format('woff');
}
@font-face {
    font-family: "Eurofurence Regular";
    src:url('/fonts/eurof55.ttf') format('truetype'), url('/fonts/Eurofurenceregular.woff') format('woff');
}
@font-face {
    font-family: "Eurofurence Italic";
    src:url('/fonts/eurof56.ttf') format('truetype'), url('/fonts/Eurofurenceitalic.woff') format('woff');
}
@font-face {
    font-family: "Eurofurence Bold";
    src:url('/fonts/eurof75.ttf') format('truetype'), url('/fonts/Eurofurencebold.woff') format('woff');
}
@font-face {
    font-family: "Eurofurence Bold Italic";
    src:url('/fonts/eurof76.ttf') format('truetype'), url('/fonts/Eurofurencebolditalic.woff') format('woff');
}

.euro{
    font-family: Eurofurence Regular;
}
.euro-i{
    font-family: Eurofurence Italic;
}
.euro-b{
    font-family: Eurofurence Bold;
}
.euro-l{
    font-family: Eurofurence Light;
}
.euro-li{
    font-family: Eurofurence Light Italic;
}
/* END TIPOGRAFIES */


#btn-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #243f41;
    color: white;
    cursor: pointer;
    /* padding: 10px 17px !important; */
    opacity: 0.5;
    border-radius: 50%;
    height: 30px;
    width: 40px;
    height: 40px;
}

.icon-top{
    background-color: rgb(255, 255, 255);
    -webkit-mask: url('/theme/logos/chevron-up-solid.svg') no-repeat center;
    mask: url('/theme/logos/chevron-up-solid.svg') no-repeat center;
    height: 100%;
}

.logo-lsw{
    max-height: 10px !important;
    margin-top: -3px !important;
    margin-left: 10px !important;
}

.items-tabs-menu{
    width:25%;
}

label {
    color: #7c87a6c7;
}

.d-icon{
    right: 5px;
    top: 30px;
}
.posicionar-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* OVERRIDE MAX SIZE */

@media (max-width: 1600px) {
    .items-tabs-menu{
        width:50%;
    }
}

@media (max-width: 1400px) {
    .items-tabs-menu{
        width:45% !important;
    }
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
    .items-tabs-menu{
        width:43% !important;
    }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {
    .items-tabs-menu{
        width:42% !important;
    }
}
/*Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
   .items-tabs-menu{
        width:23% !important;
    }

    .kt-login__container {
        position: fixed !important;
        top: 0;
        padding-top: 30px !important;
        width: 85% !important;
    }

    .kt-login__wrapper {
        position: absolute !important;
        left: 0px;
        bottom: 0px;
        display: flex;
        min-height: 80%;
        width: 85% !important;
    }
    #login_bg {
        display: none;
    }

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .items-tabs-menu{
        width:21% !important;
    }
}

/* END OVERRIDE MAX SIZE */




/* OVERRIDE MIN SIZE */
/* Extra small devices (portrait phones, less than 576px)
    No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
    
}



/* END OVERRIDE MIN SIZE */

