html {
    font-size: 14px;
}

/*:root {*/
/*    --bs-body-font-family: 'Public Sans', sans-serif !important;*/
/*}*/

:root {
    --bs-body-font-family: "Roboto", sans-serif!important;
    --bs-body-font-size: .9!important;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

#sidebar-menu ul li a {
    font-size: 14px !important;
}

#sidebar-menu ul li ul.sub-menu li a {
    font-size: 14px !important;
}

@media (max-width: 1366px) {
    html {
        font-size: 14px;
    }

    #sidebar-menu ul li a {
        font-size: 14px !important;
    }

    #sidebar-menu ul li ul.sub-menu li a {
        font-size: 14px !important;
    }
}

.btn:not(.badge) {
    font-size: .9rem!important;
}

.navbar-header {
    height: 70px !important;
}

.navbar-brand-box {
    width: 215px!important;
}

@media (max-width: 992px) {
    .navbar-brand-box {
        width: auto!important;
    }
}

.vertical-menu {
    width: 260px !important;
    top: 70px !important;
    box-shadow: 2px -1px 15px 0px rgba(0,0,0,0.08);
    -webkit-box-shadow: 2px -1px 15px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 2px -1px 15px 0px rgba(0,0,0,0.08);
}

.main-content {
    margin-left: 260px;
}

.page-content {
    padding: calc(60px + 24px) calc(24px / 2) 60px calc(24px / 2) !important;
}

#sidebar-menu {
    padding: 0 0 30px 0;
}

input + .input-group-text {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.js-datepicker + label {
    z-index: 3
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default!important;
}

.toast {
    width: auto !important;
    max-width: 100em !important;
}

.btn-xs {
    padding: 1px 5px;
    font-size: .85em;
}

.tr-borderless th, .tr-borderless td {
    border-style: none;
}

fieldset, legend {
    all: revert;
}

fieldset {
    padding: 0.75em 0 !important;
    border-top: 1px solid #dee2e6 !important;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.avatar img {
    display: block;
}

.avatar {
    position: relative;
    display: inline-block;
}

.avatar-5xl {
    width: 10.5rem;
    height: 10.5rem;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #495057;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

.select2-selection {
    background: #eee;
    box-shadow: none;
}

.select2-selection--single {
    height: calc(3.5rem + 2px) !important;
    font-size: .9rem !important;
    padding-top: 1.625rem !important;
    padding-bottom: .625rem !important;
}

.select2-selection--multiple {
    min-height: calc(3.5rem + 2px) !important;
    font-size: .9rem !important;
    padding-top: 1.625rem !important;
}

.select2-selection__arrow {
    display: none;
}

.select2-selection__clear {
    right: 2.5rem !important;
    background-size: 0.6rem !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: .9rem !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]
{
    background-color: #0d6efd !important;
    color: #fff !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    font-size: .9rem !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    font-size: .9rem !important;
    line-height: 1 !important;
    color: var(--bs-body-color); !important;
    background-color: var(--bs-light) !important;
    border: 0 !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 0.6rem !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    color: var(--bs-secondary); !important;
}

.select2 {
    width:100% !important;
}

.form-floating > label {
    z-index: 1 !important;
}

.v-m {
    vertical-align: middle;
}

.w-35 {
    width: 35% !important;
}

.w-15 {
    width: 15% !important;
}

.datepicker {
    z-index: 1100 !important;
}

.text-dfranquias {
    color: #C4151C;
}

.bg-dfranquias-red {
    background-color: #C4151C !important;
}

.btn-dfranquias-red {
    color: #fff;
    background-color: #C4151C;
    border-color: #C4151C;
}

.btn-dfranquias-red:hover {
    color: #fff;
    background-color: #830c10;
}

.btn-outline-dfranquias:hover {
    color: #fff;
    background-color: #C4151C;
}

.border-dfranquias-red {
    border-color: #C4151C !important;
}

.bg-dark {
    background-color: #2a3042 !important;
}

.ui-autocomplete {
    max-height: 90px;
    overflow-y: auto;
    overflow-x: hidden;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 1510 !important;
    float: left;
    display: none;
}

.franchise-data {
    width: 215px;
    height: 44px;
    border-radius: 3px;
    background-color: var(--bs-light) !important;
}

body[data-style-mode=dark] .vertical-menu {
    background: #262b3c !important;
}

body[data-style-mode=dark] #sidebar-menu ul li a:not(.active) {
    color: var(--bs-body-color) !important;
}

body[data-style-mode=dark] #sidebar-menu:not(.sidebar-mobile-menu) ul li a:not(.active):hover {
    color: #556ee6!important;
}

#sidebar-menu:not(.sidebar-mobile-menu) ul li a:not(.active):hover {
    color: #556ee6!important;
}

.navbar-header {
    padding: 0 !important;
}

.page-title-box {
    padding-bottom: 3px;
}

.noti-icon .badge {
    position: absolute;
    top: 20px;
    right: 4px;
}

.select2-selection__rendered {
    margin-top: 0!important;
}

.sticky-bottom {
    margin-bottom: 0 !important;
    position: sticky !important;
    bottom: 0;
    z-index: 1020;
}

.trix-image-btn {
    background-color: rgb(42, 48, 66, .8);
    color: whitesmoke;
}

.swal2-progress-steps .swal2-progress-step {
    width: auto!important;
    padding-right: 10px;
    padding-left: 10px;
}

label.label-required:after {
    content: " *";
    color: red;
}

.form-check-label:after {
    content: "" !important;
}

.col-form-label.required:after {
    content: " *";
    color: red;
}

.btn-not-action {
    cursor: inherit!important;
}

.btn-not-action:focus {
    outline: none;
    box-shadow: none;
}

.mobile-icon-menu {
    padding: .5rem!important;
    font-size: 3.2em!important;
    margin-bottom: 10px;
}

.bg-primary > .avatar-title {
    background-color: var(--bs-primary)!important;
}

.footer {
    padding: 8px calc(24px / 2)!important;
    height: 34px!important;
}

.modal-footer {
    position: sticky!important;
    bottom: 0;
    z-index: 9;
}

.clickable:hover {
    cursor: pointer!important;
}

.dropzone-container {
    border: 2px dashed #bbb;
    align-items: center;
    min-height: 100px;
    padding: 20px 10px;
    display: flex;
    position: relative
}

.dropzone-input {
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.dropzone-preview {
    align-items: center;
    max-width: 100%;
    display: flex
}

.dropzone-preview-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-basis: 0;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    margin-right: 10px
}

.dropzone-preview-filename {
    word-wrap: anywhere
}

.dropzone-preview-button {
    z-index: 1;
    width: auto;
    color: inherit;
    font: inherit;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: absolute;
    top: 0;
    right: 0;
    overflow: visible
}

.dropzone-preview-button:before {
    content: "Ã—";
    cursor: pointer;
    padding: 3px 7px
}

.dropzone-placeholder {
    text-align: center;
    color: #999;
    flex-grow: 1
}

