/*@font-face {
    font-family: 'Century Gothic';
    src: url('~/plugins/global/fonts/GOTHIC.TTF');*/
/* Define multiple sources using a comma-separated list */
/*src: url('~/plugins/global/fonts/GOTHICB.TTF') format('truetype'), url('~/plugins/global/fonts/GOTHICBI.TTF') format('truetype'), url('~/plugins/global/fonts/GOTHICI.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/GOTHIC.TTF'), url('../fonts/GOTHICB.TTF') format('truetype'), url('../fonts/GOTHICB0.TTF') format('truetype'), url('../fonts/GOTHICBI.TTF') format('truetype'), url('../fonts/GOTHICI.TTF') format('truetype'), url('../fonts/CenturyGothic.ttf') format('truetype'), url('../fonts/Century Gothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #ffffff !important;
}
.showt {
    display: block;
}

.hide {
    display: none;
}
.show-element {
    display: block;
}

.hide-element {
    display: none;
}

.color-red {
    color: red;
}

.error {
    color: red;
}

.success-message {
    background: #50cd89;
    border-radius: 8px;
    padding: 10px !important;
    display: none
}

.cursot-not-allowed {
    pointer-events: auto !important;
    cursor: not-allowed !important;
}

.hidden-radio {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.dashboard-card {
    height: 80vh;
    max-height: 80vh;
}

    .dashboard-card .dashboard-card-body {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .dashboard-card .dashboard-card-body .dashboard-content {
            max-width: 650px;
        }

.weld-nav-dropdown span {
    font-weight: normal !important;
}

.weld-nav-dropdown a.active, .weld-nav-dropdown a:hover {
    background-color: #009292 !important;
}

    .weld-nav-dropdown a.active span, .weld-nav-dropdown a:hover span {
        color: #ffffff !important;
        font-weight: normal !important;
    }

@media (max-width:991px) {
    .drawer {
        background-color: #ccc !important;
    }
}

.upgrader-link {
    color: var(--bs-primary);
}

    .upgrader-link:hover {
        color: var(--bs-primary-active);
    }

.danger-text {
    color: var(--bs-danger);
}

    .danger-text a {
        color: var(--bs-danger);
    }

        .danger-text a:hover {
            color: var(--bs-heading-color);
        }
