@font-face {
    font-family: 'Kunstler Script';
    src: url('../../font/KUNSTLER.TTF');
    font-weight: normal;
    font-style: normal;
}

pre.cake-debug {
    width: 80%;
    margin-left: 10%;
    margin-top: 10%;
}

.body-sign .message.error {
    width: 500px;
    position: absolute;
    top: 10%;
}

i.fas.fa-star {
    color: #f1cc03 !important;
}

.select2-container {
    height: calc(1.85em + 0.75rem + 2px) !important;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    font-size: 1rem;
}

.select2-container--default .select2-selection--single {
    padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
    height: calc(1.85em + 0.75rem + 2px) !important;
    border-radius: 0 !important;
    border: 1px solid #ced4da !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.85em + 0.75rem + 2px) !important;
}

.ai-center { align-items: center; }
.h-90 { height: 90px; }
.h-80 { height: 80px; }
.font1 { font-family: 'Kunstler Script'; }
.fs-70 { font-size: 70px; }
.fs-60 { font-size: 60px; }
.mh-43 { min-height: 43px !important; }

.bulll {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 6px;
    border-radius: 100%;
    border: 1px solid black;
}

.fc-annule {
    text-decoration: line-through !important;
}

.nav-tabs li {
    padding: 10px;
    border: 1px solid #e6e4e4;
    border-bottom: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.nav-tabs li.active {
    background-color: #eee;
}

.custom-checkbox {
    display: flex;
    align-items: center;
}
.unstyled {
    list-style: none;
}

.widget-summary .summary .title, .widget-summary .summary .amount{
    word-break: normal;
}

table, table tr, table td, table th{
    text-transform: uppercase !important;
}
