/*everywhere is used as font-family: 'ContiStagSans', so just redefine it with conti fonts*/

@font-face { font-family: 'ContiStagSans';
    src: url('fonts/ContiStagSans/ContinentalStagSans-Light.otf') format('opentype');
}

@font-face { font-family: 'ContiStagSans';
    src: url('fonts/ContiStagSans/ContinentalStagSans-Book.otf') format('opentype'); font-weight: bold;
}

@font-face { font-family: 'ContiStagSans';
    src: url('fonts/ContiStagSans/ContinentalStagSans-Med.otf') format('opentype'); font-weight: 800;
}

/*

.icons_arrow_down,
#main_img,
.tab_icon_img {
    filter: invert(100%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);
}



.note-editor.note-frame.fullscreen, .note-editor.note-airframe.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 10002 !important;
}

.note-editor.note-frame .note-editing-area .note-editable, .note-editor.note-airframe .note-editing-area .note-editable {
    overflow-x: hidden !important;
}

.note-fullscreen-body #main_top {
    display: none;
}



table {
    width: 100% !important;
}

li {
    list-style-position: inside;
}

li span {
    min-width: 400px;
    display: inline-flex;
}

.swal2-content-id__data_protection_notice {text-align: left;}
.swal2-content-id__footer__legal_notice {text-align: left;}

td[aria-describedby="list_country_falg"] {
    font-size: 21px !important;
}

*/






















