:root{
    --bg-dark: #171a20;
    --muted-color: #f3f3f3;
    --primary-color: #f44336;
    --text-color: #4b4b4b;
}
.pace-progress{/*background-color: transparent!important;*/}
.translate{opacity: 0;transition-delay: 1ms;}
.changeDateLocale{

}
.brand-text img{
    object-fit: contain;
    max-height: 40px;
}
div.iti{
    width: 100%;
}


.light-layout .toast-container .toast{
    opacity: 1!important;
}


.light-layout .toast-container .toast{
    opacity: 1!important;
}
.light-layout .toast-container .toast-success .toast-title{
    color: #46ff99!important;
}
.light-layout .toast-container .toast .toast-message{
    color: white!important;
}

.fileInPage a{
    word-wrap: anywhere;
}
.fileInPage select{
    min-width: 100px;
}

.isBuild .header-navbar .curserver{
    color: #f43d3d !important;
    background-color: #f43d3d1c !important;
}
.isBuild #goToTurboButton{
    display: none !important;
}
.futureMessage{
    opacity: .6;
}
.lastMsg.fromMe::before{
    content: '✔';
    color: #0a53be;
    margin-right: 5px;
}

.dropdown-toggle.hidde-arrow::after {
    display: none !important;
}

h2.content-header-title.float-start, .content-header-title{
    display: flex !important;
    align-items: center;
}
.backIcon{
    display: flex;
    align-content: center;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    border-color: #fff !important;
}


@media print {
    .app-content.content{
        padding: 5px!important;
    }
    .main-menu{
        display: none!important;
    }
    .header-navbar{
        display: none!important;
    }
    .header-navbar-shadow{
        display: none!important;
    }
    .noPrint{
        display: none!important;
    }

}
@media screen {
    .onlyPrint {
        display: none !important;
    }

}

.dark-layout .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #191e28 !important;
    opacity: 0.7;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #fff !important;
    opacity: 0.2;
}
.expanded .turboBadge, .menu-expanded .turboBadge, .raceLogo .turboBadge{
    margin-left:  1.64rem !important;
}
.turboBadge{
    margin-left:  0.8rem;
    margin-top: 1rem;
}

.anvisaBody td{
    padding: .42rem 1.4rem !important;
}

.cp,.cP {
    cursor: pointer !important;
}

.cD {
    cursor: default !important;
}

.datatable-footer .paginate_button:not(.current){
    margin-right: 5px;
}
.datatable-footer .ellipsis{
    margin-right: 5px;
}
.leaflet-control-attribution{
    display: none;
}
.expanded .brand-logo, .menu-expanded .brand-logo , .raceLogo .brand-logo  {
    display: none;
}
.dark-layout .hideIfDark{display: none!important;}
.light-layout .hideIfLight{display: none!important;}

.monoSpacePlz, .monospace{
    font-family: Consolas, "Courier New", serif !important;
}

#freteTotal.form-control:focus{
    border-color:#28c76f !important; ;
}

.tdGreen{
    color:green;
}
.tdSuperGreen{
    color:#29b729;
}

.tdYellow{
    color:#91911f;
}

.tdBlue{
    color:blue;
}
.tdRed{
    color:red;
}
.tdBlack{
    color: black;
}

.modal .modal-header .btn-close:hover, .modal .modal-header .btn-close:focus, .modal .modal-header .btn-close:active {
    opacity: 1;
    outline: none;
    transform: translate(18px,-10px)scale(1.3);
    box-shadow: none;
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: unset!important;
    opacity: 0.8;
    background-color: transparent;
}

/*
LIGHT THING START

 */

.light-layout #paymentLocation{
    color: white;
}
.light-layout #paymentLocation h2{
    color: white;
}


.menu-light .navbar-brand, .light-layout .companyImage{
    /*filter:invert(1);*/
}

.text-only-white {
    color: #fff !important;
}

.light-layout .text-white,.light-layout .tabColorW, .light-layout .custom-option-item, .light-layout .form-select{
    color: #5e5873!important;
}
/*.light-layout .navbar-dark, .light-layout .export-card {
    background-color: #fff!important;
}*/
.light-layout .export-card {
    background-color: #fff!important;
}
.light-layout .navbar-dark .search-input.open .input {
    color: #5e5873 !important;
}
.light-layout .perms-card .user-item {

     background-color: unset;
}
.light-layout .perms-card h2 {

    color: #262626 !important;
}

.light-layout .nav-pills .nav-link.active {
    border-color: unset !important;
    box-shadow: unset !important;
}

.light-layout .mainTabs1 .tab-pane {
    background-color: #8d8d8d3b;
    box-shadow: unset;
}
.light-layout .navbar-dark {
    background-color: #fff;
}


.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox .checkbox-button {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid var(--bs-primary);
    border-radius: 5px;
    position: relative;
    margin-right: 8px;
    cursor: pointer;
}

.custom-checkbox .checkbox-button::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: var(--bs-primary);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-button::before {
    transform: translate(-50%, -50%) scale(1);
}

.dropdown-item.custom-checkbox:focus, .dropdown-item.custom-checkbox:hover {
    color: #fff;
}

#tagsPlace.notChanging .deletebt{
    display: none!important;
}
.isFiltering .pathRedWhenFilter path{
    stroke: red !important;
}
/*
LIGHT THING END
 */

.btn-auth {
    background-color:#131313;
    border-color: transparent;
    color: #fff !important;
    border: none;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}
.line1{
    margin-right: auto;
    margin-left: auto;
    height: 6px;
    width: 1px;
    border-left: 1px solid rgba(208, 208, 208, 0.6);
}
.box1{
    border: 1px solid rgba(208, 208, 208, 0.6);
    display: block;
    padding:3px;
    text-align: center;
}
.filepond--root {
    background: var(--bg-dark) !important;
}
.filepond--root label {
    cursor: pointer !important;
}
.filepond--panel-root {
    border-radius: 0.5em;
    background-color: var(--bg-dark) !important;
    border: 1px solid rgba(241, 241, 241, 0.3);
}
.filepond--drop-label {
    color:  var(--muted-color) !important;
}
.filepond--credits {
    display: none !important;
}
.filepond {
    border-radius: 40px;
}
.bypassed{
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
}
.bypassed .bypassColWidth{
    width: 360px!important;
}
.bypassed .bypassColWidth2{
    width: 460px!important;
}
.redColor{
    color: #ff0e0e!important;
}
.hasDiscountText{
    color: #00ff85;
}
.buttonsDiscount button{
    padding: 10px;
}
.card.disabled{
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed !important;

}
.select2-selection__rendered{
    color: white !important;
}
.backIcon svg {
    width: 24px;
    height: 24px;
}
.nav-tabs .nav-link::after {
    background: linear-gradient(30deg, #0e5634, rgba(14, 86, 52, 0.5)) !important;
}
.select2-selection__arrow{
    display: none;
}
#filters span.redColor{
    display: none;
}
.daterangepicker::before, .daterangepicker::after {
   display: none!important;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin: 0 auto;
    background-color: #191e28 !important;
    color: #b4b7bd;
    border: 1px solid #d8d6de;
    border-radius: 0.357rem;
}
.daterangepicker td.in-range {
    background-color:#0e1831 !important;
    border-color: transparent;
    color: #b4b7bd !important;;
}
.daterangepicker .end-date , .daterangepicker .start-date  {
    background-color: #357ebd !important;
    border-color: transparent;
    color: #fff;
}
.daterangepicker .calendar-table, .daterangepicker .drp-calendar, .calendar-time select, .daterangepicker .drp-buttons {
  border: 0px !important;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #2e3441 !important;;
    border-color: transparent;
    color: #b4b7bd !important;;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #0f1115 !important;
    border-color: transparent;
    color: #87888d !important;;
}
.daterangepicker {
    border-color: rgba(25, 30, 40, 0.24) !important;
    color: inherit;
    background-color: #191e28 !important;
}
.daterangepicker .ranges li:hover {
    background-color: #394157 !important;
}
.daterangepicker .calendar-table {
    border: 1px solid rgba(25, 30, 40, 0.24);
    border-radius: 4px;
    background-color: #10131a !important;
}
.dark-layout .select2-container .select2-selection, .dark-layout .select2-container .select2-search__field, .dark-layout .select2-container .select2-selection__placeholder {
    /*background: #10131a;*/
    /*border-color: #404656;*/
    /*color: #b4b7bd;*/
    background-color: #191e28;
    border-color: #404656;
    color: #b4b7bd;
}



.dark-layout .select2-container .select2-dropdown {
    background: #10131a;
    border-color:#404656;
}
.file-manager-item {
    flex-direction: row;
    flex: 0 0 100%;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0.75rem;
    margin-right: 0;
}
.ddd .datatable-header{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.ddd .datatable-footer{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.DataTables_Table_0_previous, .paginate_button.previous{
    margin-right: 5px;
}
.DataTables_Table_0_previous, .paginate_button.next{
    margin-left: 5px;
}
table.dataTable thead {
    padding-right: 15px;
}
table.dataTable thead .sorting { background: url('/assets/images/sort_both.png') no-repeat center right; }
table.dataTable thead .sorting_asc { background: url('/assets/images/sort_asc.png') no-repeat center right; }
table.dataTable thead .sorting_desc { background: url('/assets/images/sort_desc.png') no-repeat center right; }
table.dataTable thead .sorting_asc_disabled { background: url('/assets/images/sort_asc_disabled.png') no-repeat center right; }
table.dataTable thead .sorting_desc_disabled { background: url('/assets/images/sort_desc_disabled.png') no-repeat center right; }
.unsetBG{
    background-image: unset!important;
}
.btn-reset-filters {
    letter-spacing: 0.04em;
}
#filters  .redColor {
    display: none !important;
}

:root {
    --bg-tooltip: #1d1e1e;
}
#tooltip,
#simulateTooltip {
    background-color: #191E28;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 10px;
    border-radius: 4px;
    position: fixed;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
}
#simulateTooltip {
    visibility: hidden;
}
.perms-card h2 {
    font-size: 2.2rem;
    color: #eeeeee;
}
.light-layout .perms-card h2 {
    color: rgb(110, 107, 123);
}
.perms-card h3 {
    font-size: 1.2rem;
}
.perms-card a {
    font-size: .95rem;
}
.perms-card .user-item,
.users-list .user-item {
    position: relative;
    transition: transform .25s ease;
    cursor: pointer;
    margin-left: -2px;
    background-color: #161d31;
    border-radius: 50%;
}
.perms-card .user-item:hover,
.users-list .user-item:hover {
    transform: translateY(-4px) scale(1.07);
}
.perms-card .user-item img,
.perms-card .user-item .badge,
.users-list .user-item img,
.users-list .user-item .badge
{
    width: 32px;
    min-width: 32px;
    box-shadow: 0 0 0 2px #283046, inset 0 0 0 1px rgba(40, 48, 70, 0.07);
}
.perms-card .user-item .badge,
.users-list .user-item .badge {
    background-color: #7367f0;
    display: flex;
    align-items: center;
    height: 32px;
    font-size: .95rem;
}
.badge.badge-primary {
    background-color: #7367f0;
    font-size: .85rem;
    padding: .3rem .75rem;
    box-shadow: 0 0 0 2px #283046, inset 0 0 0 1px rgba(40, 48, 70, 0.07);
}
.perms-card .btn-add-user {
    padding: .25rem .5rem;
    transform: translateX(.5rem);
}
.perms-card .feather-user-plus {
    width: 24px;
    height: 24px;
    transition: stroke .2s ease;
}
.perms-card .btn-add-user:hover .feather-user-plus  {
    stroke: #18a663;
}
.perms-table tbody tr td:first-child {
    padding-left: 2rem !important;
}
.tabColorW{
    color: rgba(255, 255, 255, 0.8);
}
.active .tabColorW{
    color: rgb(115, 103, 240);
}
.stroke-dark {
    stroke: #000;
}
.dark-layout .stroke-dark {
    stroke: #fff;
}
.box {
    width: 38px;
    height: 38px;
    background-color: rgba(186, 191, 199, 0.12);
    border-radius: 0.35rem;
    display: flex;
    justify-content: center;
    align-items: center;

}
.box svg{
    color: #babfc7;
}
.active .box {
    background-color: #7367f0;
    color: #fff;
    box-shadow: 0 3px 6px 0 rgba(115, 103, 240, 0.4);
}
.active .box svg {
    color: #fff
}
.mainTabs1 .tab-pane{
    background-color: #0000003b;
    padding: 1.5rem 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.24);
}

.card.personal-info-card:not(:last-child) {
    margin-bottom: 1.5rem !important;
}
.card.personal-info-card:last-child {
    margin-bottom: 0 !important;
}

.nav-pills .nav-link.active {
    border-color: #30e48f;
    box-shadow: 0 4px 18px -4px rgb(48, 228, 143);
}

input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
input[type='search'] { width: 300px; }
input[type="search"] + svg,
input[type="search"] + svg + svg {
    position: absolute;
    top: 50% !important;
    right: 0% !important;
    transform: translate(calc(-50% - .5rem), -50%) !important;
}
input[type="search"].form-control.searched,
.form-control.active,
.form-select.active {
    box-shadow: 0 3px 10px 0 rgba(34,41,47,.1) !important;
    border-color: #18a663 !important;
    outline: 0 !important;
}
input[type="search"].searched + svg.feather-search { display: none !important; }
input[type="search"].searched + svg + svg.feather-x { display: inline-block !important; cursor: pointer }
input[type="search"]:not(.searched) + svg + svg.feather-x { display: none !important; }

.disabled1{
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
}

.languages-dropdown #flagLocale {
    /*width: 1.7rem;*/
    /*height: 1.7rem;*/
    /*min-width: 22px;*/
    /*min-height: 22px;*/
    width: 22px;
    height: 22px;
}
.languages-dropdown .dropdown-menu .dropdown-item img {
    width: 1rem;
    height: 1rem;
}
.flex-auto {
    flex: 1 1 auto;
}



.loader {
    display: inline-block;
    font-size: 48px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: var(--text-color);
    position: relative;
}
.loader::before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 5px solid var(--text-color);
    border-bottom-color: var(--primary-color);
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
}

.fw-900 {
    font-weight: 900;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.export-card {
    background-color: #191e28;
    box-shadow: unset;
}
.export-card .separator {
    color: #191e28;
    font-size: 2rem;
    margin: 0 1.75rem 0 .5rem;
    transition: color .4s ease;
}
.export-card .icon-container {
    width: 4.5rem;
    height: 4.5rem;
}
.export-card .icon-container i,
.export-card:hover .icon-container i,
.dark-layout  .export-card:hover a:hover {
    color: #7367f0 !important;
}
.export-card .background-circle {
    background: rgba(115,103,240,.12);
    width: 60px!important;
    height: 60px!important;
    transition: transform .7s ease;
}
.export-card:hover .icon-container .background-circle {
    transform: scale(20) !important;
}
.export-card:hover .separator {
    color: #797979;
}

/*Osses changes*/

.card .card-header {
    min-height: 70px;
}

.nav-tabs .nav-link.active {
    color: #18a663;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23535353' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
}
.form-check-input:checked[type="checkbox"] {
    background-size: 75%;
}
.form-switch .form-check-input:checked[type="checkbox"] {
    background-size: 55%;
}
.custom-option-item {
    transition: all .2s ease;
}
.custom-option-item-check:checked + .custom-option-item {
    color: #fff;
    background-color: rgba(24,166,99,.2);
}

.light-layout .custom-option-item-check:checked + .custom-option-item  span {
    color: #000 !important;
}

.dark-layout .custom-option-item-check:checked + .custom-option-item  span {
    color: #fff !important;
}

div.dataTables_wrapper .dataTables_info {
    padding-top: 0 !important;
}

.datatable-footer {
    margin-top: .5rem;
}

.text-blue {
    color: #2560ff !important;
}

.select2-selection__rendered {
    display: flex !important;
    align-items: center;
    padding: 0 1rem !important;
}

.select2-search__field {
    margin: .7rem 0 !important;
}

.form-control,
.form-select,
.select2-selection__rendered,
.select2-selection.select2-selection--single {
    min-height: 3.3rem;
}

.select2-selection__choice {
    margin: .6rem .6rem .6rem 0;
}

.select2-selection.select2-selection--single  {
    padding: 0;
}

.newLayout {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: unset !important;
    transition: all .25s ease;
}

.light-layout .newLayout {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.newLayout:hover {
    border-color: #7367f0;
    background-color: rgba(115, 103, 240, 0.1) !important;
}


:root {
    --bs-my-pink: 255, 111, 255;
    --bs-my-blue: 100, 157, 255;
    --bs-my-yellow: 198, 220, 0;
}

.text-pink {
    color: rgba(var(--bs-my-pink), 1) !important;
}

.bg-light-pink {
    background-color: rgba(var(--bs-my-pink), .1) !important;
}

.text-blue {
    color: rgba(var(--bs-my-blue), 1) !important;
}

.bg-light-blue {
    background-color: rgba(var(--bs-my-blue), .1) !important;
}

.text-yellow {
    color: rgba(var(--bs-my-yellow), 1) !important;
}

.bg-light-yellow {
    background-color: rgba(var(--bs-my-yellow), .12) !important;
}

.fs-7 {
    font-size: .875rem;
}

@media(min-width: 767px) {
    .w-md-auto,
    .w-md-auto.w-100 {
        width: auto !important;
    }
}