.logo .logo-lg img {
    width: 100%;
    max-width: 180px;
}

.logo .logo-sm img {
    width: 100%;
    max-width: 40px;
}
.auth-logo img {
    width: 100%;
    max-width: 300px;
}

#toastContainer .toast-header .btn-close{
    background: none;
    line-height: 20px;
}

#toastContainer .toast-header{
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#toastContainer .toast-body{
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.no-bg.form-control.is-invalid, .was-validated .no-bg.form-control:invalid {
    background-image: none !important;
}

@media (max-width:480px) {
    #toastContainer {
        width:100%;
    }
}

.form-control.is-invalid~.select2 .select2-selection {
    border-color: var(--vz-form-invalid-border-color) !important;
}

.modal form{
    display: contents;
}

select.form-control-sm~.select2-container .select2-selection{
    height: 27px;
}

select.form-control-sm~.select2-container .select2-selection .select2-selection__rendered {
    line-height: 27px;
    font-size: .7109375rem;
}

select.form-control-sm~.select2-container .select2-selection .select2-selection__placeholder{
    line-height: 27px;
}

select.form-control-sm~.select2-container .select2-selection .select2-selection__arrow {
    height: 24px;
    width: 24px;
}

select.form-control-sm~.select2-container .select2-selection .select2-selection__arrow b {
    border-width: 4px 4px 0 4px;
    margin-left: -2px;
    margin-top: -2px;
}

select.form-control-sm~.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 4px 4px 4px !important;
}

.show-in-quote .form-switch-md .form-check-input {
    left: 0;
}

.product-item-row input.form-control {
    min-width: 50px;
}

span.tox-statusbar__branding,
.tox .tox-promotion {
    display: none;
}

.tox-tinymce {
    border: var(--vz-border-width) solid var(--vz-input-border-custom)!important;
    border-radius: var(--vz-border-radius) !important;
}

textarea.form-control.is-invalid~.tox-tinymce {
    border: 1px solid #ff3f3f !important;
}

.editor.normal~.tox-tinymce{
    height: 250px !important;
}

.wip-group {
    position: relative;
    width: 200px;
}

.wip-group span {
    position: absolute;
    top: 4px;
    right: 10px;
}

.bg-striped{
    --vz-bg-opacity: 1;
    background-color: rgba(var(--vz-body-color-rgb), 0.02) !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 7px;
    position: relative;
    z-index: 999;
}

.select2-container .select2-selection.select2-selection--single.select2-selection--clearable .select2-selection__rendered {
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
}

select.form-control-sm~.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 8px;
}

.flatpickr-clear-btn {
    line-height: normal;
    padding: 3px 6px;
    font-size: 12px;
    margin: 5px 0;
}

#productComponents input,select:not(.inline-width)~.select2.select2-container {
    width: 100%;
    min-width: 60px;
}

.calculation-details input.form-control[value="N/A"] {
    background-color: var(--vz-tertiary-bg);
    opacity: 1;
}

.email-checks.form-check .form-check-input {
    width: 18px;
    height: 18px;
}

.stock-tooltip .tooltip-inner {
    max-width: 400px;
    text-align: left;
}

.stock-tooltip .tooltip-inner div {
    white-space: nowrap;
}
