/* FontFace */
@font-face {
    font-family: 'ITC Avant Garde Gothic Std Book';
    src: url('../fonts/ITCAvantGardeStd-Bk.eot');
    src: url('../fonts/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Bk.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-Bk.ttf') format('truetype'),
        url('../fonts/ITCAvantGardeStd-Bk.svg#ITCAvantGardeStd-Bk') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('../fonts/ITCAvantGardeStd-BkObl.eot');
    src: url('../fonts/ITCAvantGardeStd-BkObl.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ITCAvantGardeStd-BkObl.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-BkObl.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-BkObl.ttf') format('truetype'),
        url('../fonts/ITCAvantGardeStd-BkObl.svg#ITCAvantGardeStd-BkObl') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('../fonts/ITCAvantGardeStd-Bold.eot');
    src: url('../fonts/ITCAvantGardeStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ITCAvantGardeStd-Bold.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Bold.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-Bold.ttf') format('truetype'),
        url('../fonts/ITCAvantGardeStd-Bold.svg#ITCAvantGardeStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('../fonts/ITCAvantGardeStd-DemiObl.eot');
    src: url('../fonts/ITCAvantGardeStd-DemiObl.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ITCAvantGardeStd-DemiObl.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-DemiObl.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-DemiObl.ttf') format('truetype'),
        url('../fonts/ITCAvantGardeStd-DemiObl.svg#ITCAvantGardeStd-DemiObl') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('../fonts/ITCAvantGardeStd-Md.eot');
    src: url('../fonts/ITCAvantGardeStd-Md.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ITCAvantGardeStd-Md.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Md.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-Md.ttf') format('truetype'),
        url('../fonts/ITCAvantGardeStd-Md.svg#ITCAvantGardeStd-Md') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
    /* font-size: 0.875rem; */
    font-family: 'ITC Avant Garde Gothic Std';
}

.header-bg-orange {
    background-color:#ffb600;
}

.button-amber {
    color: #000;
    background-color:#ffb600;
}

.button-amber-light:hover {
    color: #000;
    background-color:rgb(253, 210, 110);
}

.button-disable {
    color: #000;
    background-color:rgb(136, 139, 141) !important;
}

.noti-success {
    background-color:#ffb600;
}

.text-warmgray {
    color: rgb(136, 139, 141);
}

.swal-footer {
    text-align: center !important;
}

.default-font-type {
    font-family: 'ITC Avant Garde Gothic Std' !important;
}

.font-enhance {
    font-family: 'ITC Avant Garde Gothic Std' !important;
    font-weight: normal !important;
    font-style: normal !important;
    color: black !important;
}

/* width */
#divmenu::-webkit-scrollbar {
    width: 10px;
    height:4px;
}

/* Track */
#divmenu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#divmenu::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
#divmenu::-webkit-scrollbar-thumb:hover {
    background: #555;
}