﻿
@font-face {
    font-family: 'montserratmedium';
    src: url('/lib/font-montserrat/montserrat-medium-webfont.woff2') format('woff2'), url('/lib/font-montserrat/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 14px;
    color: #212529 !important;
}

body, h1, h2, h3, h4, h5, h6, p {
    font-family: montserratmedium !important;
}

h6 {
    font-weight: 600 !important;
}

.btn {
    font-size: 14px !important;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.invalid-feedback {
    display: block !important;
}

.select2-container {
    width: 100% !important;
    padding: 0;
}

.table thead th {
    border-bottom: 0 !important;
}

.page-header {
}

.page-details {
}

.dataTable thead th {
    font-weight: normal;
}

.dataTables_wrapper .dt-buttons {
    display: none;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 30px !important;
    float: left !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: #fff !important;
        background-color: #064ea0 !important;
        border-color: #064ea0 !important;
        cursor: pointer;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        background-color: #064ea0 !important;
        color: #fff !important;
        padding: 7px 21px !important;
        font-weight: 500;
        font-size: 16px;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
        background-color: #064ea0 !important;
        color: #fff !important;
        padding: 7px 21px !important;
        font-weight: 500;
        font-size: 16px;
    }

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0 !important;
}


/*body .dropdown-menu.open:hover {
    position: absolute;
}*/

/*.dropdown-menu {
    padding: .1rem 0 !important;
}*/

.dataTables_scrollBody {
    position: unset !important;
}

    .dataTables_scrollBody .btn-group, .btn-group-vertical {
        position: unset;
    }

.field-required {
    color: red;
}

.dataTables_length {
    display: none;
}

.dataTables_filter {
    display: none;
}

.dataTable tbody td > a:hover {
    text-decoration-line: underline;
    color: #094a71;
}

.dataTables_info {
    width: 100%;
    margin-top: 10px;
    text-align: left !important;
}

.filter-section {
    position: relative;
    margin-bottom: 15px;
}

    .filter-section .body-section {
        display: none;
        position: absolute;
        z-index: 10;
        top: 50px;
        width: 100%;
        border: 1px solid rgba(0,0,0,.0625);
        padding: 25px;
        background: white;
    }

    .filter-section .footer-section {
        margin-top: 5px;
    }

.fsz-sm {
    width: max-content;
}

.form-control:focus {
    border-color: #064ea0 !important;
    box-shadow: none !important;
}

.select2-container .select2-selection--single:focus {
    box-shadow: none !important;
    border: 1px solid #064ea0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: black;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection:focus {
    box-shadow: none !important;
    border: 1px solid #064ea0 !important;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border: 1px solid #064ea0 !important;
    box-shadow: none !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    border-color: #828282 transparent transparent transparent !important;
}

.form-control {
    color: black !important;
    border-radius: 0.3125em !important;
    font-size: 14px !important;
}

.btn.disabled, .btn:disabled {
    opacity: .4 !important;
}


.btn-search, #btn-filter {
    font-size: 14px !important;
    border-bottom-right-radius: 50px !important;
    border-top-right-radius: 50px !important;
}

.input-group .form-control {
    border-radius: 0.3125em 0 0 0.3125em !important;
}

.input-group .input-group-text {
    border-radius: 0 0.3125em 0.3125em 0 !important;
    font-size: 14px;
}

.wo-calendar-filter {
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.0625);
    border-bottom: none !important;
}

.fc-event {
    cursor: pointer;
}

.fc-event-container .fc-event {
    /*color: #fff !important;*/
    font-size: 12px;
    padding: 0 !important;
}

.fc-extension-calendar {
    position: relative !important;
    left: 0% !important;
    margin-right: 0% !important;
    margin-bottom: 2px !important;
}

.fc-time-grid-event {
    max-width: 270px !important;
}

.fc-day-grid-event {
    /*max-width: 280px !important;*/
}

.header .header-container .nav-left > li > a {
    padding: 0 !important;
    content: "";
}

.fc .fc-axis, .fc button, .fc-day-grid-event .fc-content, .fc-list-item-marker, .fc-list-item-time, .fc-time-grid-event .fc-time, .fc-time-grid-event.fc-short .fc-content {
    white-space: unset !important;
}

.fc-more-cell {
    text-align: center !important;
}

a.fc-more {
    font-weight: bold;
}

.btn-system {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    font-weight: 500 !important;
    padding: 7px 26px !important;
    margin-right: 10px;
    font-size: 16px;
}

.system-active-bg-color {
    background-color: #064ea0 !important;
    border-color: #064ea0 !important;
    color: #fff !important;
}

    .system-active-bg-color:hover:enabled {
        background-color: #385478 !important;
        border-color: #385478 !important;
        color: #e3e2e2 !important;
    }

a.system-active-bg-color:hover {
    background-color: #385478 !important;
    border-color: #385478 !important;
    color: #e3e2e2 !important;
}

.reject-bg-color {
    background-color: #B50000 !important;
    border-color: #B50000 !important;
    color: #fff !important;
}

    .reject-bg-color:hover:enabled {
        background-color: #eb0909 !important;
        border-color: #eb0909 !important;
        color: #e3e2e2 !important;
    }

#wizard-back, #btn-clear-filter, .btn-modal-close, #wizard-cancel, .btn-cancel, .btn-white {
    background-color: #ffffff !important;
    border-color: #064ea0 !important;
    color: #064ea0 !important;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    font-weight: 500 !important;
    padding: 7px 26px !important;
    font-size: 16px;
}

    #wizard-back:hover:enabled, #btn-clear-filter:hover:enabled, .btn-modal-close:hover:enabled, #wizard-cancel:hover:enabled, .btn-close-modal:hover:enabled, .btn-cancel:hover:enabled, .btn-white:hover:enabled {
        background-color: #ebebeb !important;
        border-color: #385478 !important;
        color: #385478 !important;
    }

.submit-bg-color, button[type="submit"] {
    background-color: #068015 !important;
    border-color: #068015 !important;
    color: #fff !important;
}

    .submit-bg-color:hover:enabled, button[type="submit"]:hover:enabled {
        background-color: #0b5614 !important;
        border-color: #0b5614 !important;
        color: #e3e2e2 !important;
    }

#btn-apply-filter {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    font-weight: 500 !important;
    padding: 7px 26px !important;
    background-color: #064ea0 !important;
    border-color: #064ea0 !important;
}

.c-system-disbled {
    color: #6791D0;
}

.c-system-active {
    color: #064ea0;
}

.c-black {
    color: #000000 !important;
}

.sidebar-menu a.active {
    border-right: 5px solid #064ea0;
    display: block;
}

/*NOTIFI*/
.alert-notification-success {
    border-left: 14px solid green;
}

.alert-notification-danger {
    border-left: 14px solid red;
}

.i-notification-success {
    background-color: green;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    font-size: 26px !important;
}

.i-notification-danger {
    color: red;
}

.i-notification {
    font-size: 39px;
}

.alert-notification {
    padding: 12px;
    margin-bottom: 20px;
    color: black;
    background-color: #fff;
    box-shadow: 0px 0px 12px -2px #333333;
    width: 400px !important;
}

    .alert-notification .notify-msg {
        padding-bottom: 5px;
    }

    .alert-notification .close {
        border: 0;
        position: absolute;
        right: 10px;
        /* top: 5px; */
        z-index: 1033;
        outline: 0;
        font-size: 44px;
        top: 0 !important;
        color: #b5b3b3;
    }

.alert-notification-title {
    padding-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.alert-notification-success .alert-notification-title {
    color: green;
}

.alert-notification-danger .alert-notification-title {
    color: red;
}

/*HEADER*/
#navbarSupportedContent {
    z-index: 1;
}

.navbar-right .dropdown-menu {
    left: auto;
    right: -28px;
}

    .navbar-right .dropdown-menu > li > a {
        line-height: 1.5;
        min-height: auto;
        padding: 8px 8px;
    }

.dropdown-menu .user-role {
    margin-bottom: 8px !important;
}

    .dropdown-menu .user-role a {
        cursor: default !important;
        position: relative;
        padding-bottom: 8px !important;
    }

        .dropdown-menu .user-role a > i {
            font-size: 13px;
        }

        .dropdown-menu .user-role a:after {
            position: absolute;
            content: '';
            border-bottom: 1px solid rgba(0,0,0,.25);
            width: 93%;
            transform: translateX(-50%);
            bottom: 0;
            left: 50%;
        }

.user-role span, .user-role i {
    color: #979797;
}

.user-role .super-admin {
    color: #6d6d6d !important;
}

.tooltip.bottom .tooltip-inner {
    background-color: red;
}

.tooltip-inner {
    background-color: #72777a !important;
    color: #f00;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #5e6163 !important;
}

.dropdown-menu .bgcH-grey-100:hover {
    background-color: #ebebeb !important;
}

.navbar {
    padding: .8rem 1rem !important;
}

.navbar-nav li.nav-item {
    display: block;
    height: 66px;
    text-align: center;
    padding: 14px 1px 10px 1px;
    min-width: 152px;
}

    .navbar-nav li.nav-item:hover {
        background-color: #0f65c6;
    }

    /*.navbar-nav li.nav-item :hover {
        background-color: #2377bd;
    }*/

    .navbar-nav li.nav-item a {
        color: #fff !important;
        font-weight: 500;
        font-size: 13px;
    }

.nav-user-show {
    padding: 10px !important;
}

#mainContent {
    min-height: 85vh;
    background: #565656;
}

    #mainContent .container, #mainContent .container-fluid {
        background-color: #565656;
        min-height: 85vh;
    }

.static-top {
    background-color: #1e1e1e !important;
    color: #fff !important;
    padding: 0 !important;
    /*height: 66px;*/
}

.logo {

}

.features-icons {
    padding-top: 10px !important
}


@media screen and (min-width: 992px) {
    .static-top {
        height: 66px;
    }

    .dv-logo {
        margin-left: -15px;
        z-index: 1;
    }
}

@media screen and (max-width: 768px) {
    .navbar-nav li.nav-item {
        min-width: 133px;
    }

    .bgc-white.p-20 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (min-width: 1024px) {
}

@media screen and (max-width: 600px) {
    .mobile-mT-15 {
        margin-top: 15px;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .bgc-white.p-20 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navbar.navbar-light.navbar-expand-md.static-top {
        padding: 0 !important;
        min-height: 108px;
    }

    .dv-logo {
        position: absolute;
        right: 0;
        top: 0;
    }

    .nav-right {
        position: absolute;
        right: 17px !important;
        top: 82px !important;
    }

    .navbar-light .navbar-toggler {
        color: #fff !important;
        font-size: 14px;
    }

    .navbar-nav li.nav-item {
        text-align: left !important;
    }

        .navbar-nav li.nav-item.active {
            border-bottom: none !important;
        }

            .navbar-nav li.nav-item.active a {
                border-bottom: 5px solid #fff;
            }

    .navbar-toggler.btn-navbarSupportedContent {
        position: absolute;
        top: 10px;
    }

    .btn-navbarSupportedContent[aria-expanded="true"] i {
        transform: rotate(180deg);
    }

    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }

    #navbarSupportedContent {
        margin-top: 108px;
    }

    .ul-notifications {
        left: -20px;
        top: 80px !important;
        right: unset !important;
    }

        .ul-notifications .dropdown-menu.show {
            left: auto !important;
            right: auto !important;
        }

    .filter-section {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

        .filter-section .close-advanced-filter {
            display: none;
        }
}

.btn-navbarSupportedContent {
    outline: none !important;
}

    .btn-navbarSupportedContent:focus {
        border: none !important;
        outline: none !important;
    }

    .btn-navbarSupportedContent:hover {
        border: none !important;
        outline: none !important;
    }

.btn-navbarSupportedContent {
    outline: none !important;
}

    .btn-navbarSupportedContent:focus {
        border: none !important;
        outline: none !important;
    }

    .btn-navbarSupportedContent:hover {
        border: none !important;
        outline: none !important;
    }

.btn-navbarSupportedContent {
    outline: none !important;
}

    .btn-navbarSupportedContent:focus {
        border: none !important;
        outline: none !important;
    }

    .btn-navbarSupportedContent:hover {
        border: none !important;
        outline: none !important;
    }

/*CONFIRM*/
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    font-weight: 500 !important;
    padding: 7px 20px !important;
    margin-left: 10px;
    background-color: #068015 !important;
    border: 1px solid #068015 !important;
    text-transform: capitalize !important;
    font-size: 15px !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    background-color: #ffffff !important;
    border: 1px solid #064ea0;
    color: #064ea0 !important;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    /*padding: 7px 26px !important;*/
    font-size: 15px !important;
    padding: 7px 20px !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-danger {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    font-weight: 500 !important;
    padding: 7px 20px !important;
    margin-left: 10px;
    background-color: #B50000 !important;
    border: 1px solid #B50000 !important;
    text-transform: capitalize !important;
    font-size: 15px !important;
    color: #fff !important
}

/*Iput number format*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


@media screen and (min-width: 768px) {
    .abc-xxx {
        position: absolute;
        right: 17px;
        z-index: 10000;
        top: 25px;
    }

    .navbar .nav-right {
        position: relative !important;
        right: 10px;
    }

    .ul-notifications {
        position: relative !important;
        float: left;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .abc-xxx {
        top: 42%;
    }

    .ul-notifications {
        right: 30px !important;
    }

    .header-full-name {
        max-width: 70px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
        margin-right: 40px;
    }
}

a.menu-list-action {
    font-size: 31px;
    line-height: 0px;
    font-weight: bold;
}

td.menu-list-action {
    text-align: center;
}

a.menu-list-action {
    font-size: 31px;
    line-height: 0px;
    font-weight: bold;
}

td.menu-list-action {
    text-align: center;
}

.search-keyword {
    border-radius: 5px 0px 0px 5px !important;
}

.logo img {
    height: 20px;
}

no-border-b {
    border-bottom: none !important;
}

.no-brd-left {
    border-left: none !important;
}

.no-brd-right {
    border-right: none !important;
}

/*HEADER*/
.navbar .nav-right {
    position: absolute;
    right: 10px;
}

    .navbar .nav-right .dropdown-menu {
        left: auto;
        right: -8px;
        border-radius: 0 0 10px 10px !important;
        top: 38px !important;
    }

        .navbar .nav-right .dropdown-menu > li > a {
            line-height: 1.5;
            min-height: auto;
            padding: 10px 8px;
        }

.dropdown-toggle i.fa-angle-down {
    margin-left: 10px;
}

.dropdown.show .dropdown-toggle i.fa-angle-down {
    transform: rotate(180deg);
}

.nav-right .dropdown-menu > li {
    padding: 7px 20px !important;
    border-bottom: 1px solid #ced4da;
}

    .nav-right .dropdown-menu > li:hover {
        border-left: solid 5px #064ea0;
        padding-left: 15px !important;
    }

    .nav-right .dropdown-menu > li > a {
        color: #064ea0 !important;
        text-decoration: underline;
    }

        .nav-right .dropdown-menu > li > a:hover {
            background-color: #fff !important;
        }

        .nav-right .dropdown-menu > li > a span:hover {
            background-color: #fff !important;
            text-decoration: underline;
        }

.navbar-light .navbar-toggler {
    border: none !important;
}

.navbar {
    padding: .8rem 1rem !important;
}

.navbar-nav li.nav-item {
    display: block;
    height: 66px;
    text-align: center;
    padding: 12px 10px 10px 10px;
}

    .navbar-nav li.nav-item.active {
        border-bottom: 5px solid #fff;
    }

    /*.navbar-nav li.nav-item :hover {
        background-color: #2377bd;
    }*/

    .navbar-nav li.nav-item a {
        color: #fff !important;
        font-weight: 500;
        font-size: 14px;
    }

.nav-user-show {
    padding: 0 !important;
}

.no-border-b {
    border-bottom: none !important;
}

.text-align-right {
    text-align: right;
}

.bg-light-red {
    background: #d79b9b !important;
}

.bg-light-blue {
    background-color: #e9f8ff !important;
}

.bg-light-green {
    background-color: #e9fee9 !important;
}

.c-light-red {
    color: #fce8e8 !important;
}

.c-light-blue {
    color: #e9f8ff !important;
}

.c-light-green {
    color: #e9fee9 !important;
}

.brd-red {
    border: 1px solid #B50000 !important;
}

.brd-blue {
    border: 1px solid #064ea0 !important;
}

.brd-green {
    border: 1px solid #008000 !important;
}

.c-green {
    color: #008000 !important;
}

.c-blue {
    color: #064ea0 !important;
}

.c-red {
    color: #B50000 !important;
}

.c-amber {
    color: #EA6100 !important;
}

.bg-green {
    background-color: #008000 !important;
}

.bg-blue {
    background-color: #064ea0 !important;
}

.bg-red {
    background-color: #B50000 !important;
}

.notifications .counter {
    background-color: #ff3c7e;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    padding: 3px 5.5px;
    position: absolute;
    right: -10px;
    top: -7px;
}

.ul-notifications {
    position: absolute;
    right: 40px;
    list-style: none;
    z-index: 1000;
    top: -5px;
}

    .ul-notifications .dropdown-toggle {
        color: #72777a !important;
        display: block;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .ul-notifications .fa-bell {
        font-size: 20px;
    }

    .ul-notifications .dropdown-menu.show {
        left: auto;
        right: -8px;
    }

    .ul-notifications .dropdown-menu li:hover {
        border-left: none !important;
    }

.notification-item {
    width: 450px !important;
    cursor: pointer;
}

.notifications.dropdown {
    margin-top: 0px;
}

.notifications .dropdown-menu {
    min-width: 350px;
    padding: 0;
}

.notifications .unread {
    font-size: 12px;
    position: absolute;
    color: #064ea0;
    right: 10px;
    top: 25px;
}

.filter-section {
    background-color: #e8e9ea;
    padding: 30px;
    border-radius: 5px;
}

.advanced-search-section {
    opacity: 0;
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
}

    .advanced-search-section.open {
        opacity: 1;
    }

.btn-open-advanced-search.open i.fa-angle-down {
    transform: rotate(180deg);
}

.wo-export-csv {
    float: right;
    padding: 0;
}

    .wo-export-csv i {
        font-size: 40px;
    }

.fZ-20 {
    font-size: 20px !important;
}


.bootstrap-datetimepicker-widget {
    width: 300px !important;
    padding: 0 !important;
    font-size: 12px !important;
}

.header-full-name {
    margin-right: 42px;
}

    .header-full-name:hover {
        text-decoration-line: underline;
    }

.dropdown.user-header .fas.fa-angle-down.c-white {
    position: absolute;
    right: 0;
    top: -3px;
    font-size: 20px;
}
.pr-15px {
    padding-right: 15px !important;
}

.fZ-14 {
    font-size: 14px;
}

.input-group.date {
    min-width: 188px;
}

.wo-flag-equipment {
    color: #064ea0;
}

.wo-flag-client {
    color: #810DA9;
}

.wo-flag-invoice {
    color: #EA6100;
}

.wo-flag-rejected {
    color: #B50000;
}

.wo-flag-messagereceived, .wo-flag-message.received {
    color: #72777a;
}


.notification-item {
    width: 450px !important;
    cursor: pointer;
}

.notifications.dropdown {
    margin-top: 3px;
}

.notifications-list {
    max-height: 537px;
    overflow: scroll;
}

    .notifications-list::-webkit-scrollbar {
        width: 5px;
    }

    .notifications-list::-webkit-scrollbar-track {
        box-shadow: inset 0 0 1px #9699a5;
    }

    .notifications-list::-webkit-scrollbar-thumb {
        background: grey;
        border-radius: 10px;
    }

        .notifications-list::-webkit-scrollbar-thumb:hover {
            background: #b30000;
        }

.file-error {
    font-size: 12px;
    color: red;
}

[typebutton] {
    -webkit-appearance: unset !important;
}

.wo-flag-message {
    color: #72777a !important;
}

.input-validation-error{
    border-color: red !important;
}