.modal-lg{
    max-width: 1200px;
}

.modal-md{
    max-width: 800px;
}

.dark-mode .accordion-button{
    color: white;
    background-color: #555;
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
    border-radius: 15px!important;
}

.dark-mode .accordion-button:not(.collapsed){
    color: white;
    background-color: #555;
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
    border-radius: 15px 15px 0px 0px!important;
}

.dark-mode hr{
    border-top-color: #ffffff;
}

.table-striped>tbody>tr.bg-primary:nth-of-type(odd)>*{
    background-color: #0284c7!important;
    --bs-table-accent-bg: transparent;
}

.table-short>tbody>tr>*{
    padding-top: 0px;
    padding-bottom: 0px;
}

.select2-container{
    z-index:100000;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 265px;
}

#page-container.main-content-boxed>#main-container .content.max-content, .max-content{
    max-width: none;
}

.maxwidthadmintable{
    max-width: 210px;
    overflow-x: hidden;
}

.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}

#page-container.main-content-boxed > #main-container .content.cont-md{
    max-width: 700px;
}

#page-container.main-content-boxed > #main-container .content.cont-lg{
    max-width: 1920px;
}

.table-striped>tbody>tr.bg-secondary:nth-of-type(odd)>*, .table-striped>tbody>tr.bg-warning:nth-of-type(odd)>*, .table-striped>tbody>tr.bg-dark:nth-of-type(odd)>*{
    --bs-table-accent-bg: transparent;
}
.table-striped>tbody>tr.text-white:nth-of-type(odd)>*{
    color: white;
}


.modal-dialog.ordbig{
    width:90%;
    max-width:1200px;
    pointer-events: all;
}

.border-thick-right{
    border-right: 4px solid #e4e7ed!important;
}
.fakecol{
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
}
.col-3half{
    width: 28%;
}


.w-35{
    width: 35%;
}

.w-60pr{
    width: 60%!important;
}
.w-45pr{
    width: 45%!important;
}
.w-20pr{
    width: 20%!important;
}
.w-10pr{
    width: 10%!important;
}
.w-37p{
    width: 37px;
}
.w-44p{
    width: 44px;
}

.miw-120p{
    min-width: 120px;
}
.miw-280p{
    min-width: 280px;
}

.dark-mode table.dataTable tbody tr{
    background-color: transparent;
}
.dark-mode .dataTables_wrapper .dataTables_length, .dark-mode .dataTables_wrapper .dataTables_filter, .dark-mode .dataTables_wrapper .dataTables_info, .dark-mode .dataTables_wrapper .dataTables_processing, .dark-mode .dataTables_wrapper .dataTables_paginate {
    color: #a0aab3;
}
.dark-mode .dataTables_wrapper .dataTables_length select, .dark-mode .dataTables_wrapper .dataTables_filter input, .dark-mode .dataTables_wrapper .dataTables_paginate .paginate_button{
    color: white!important;
}

.table tbody tr.highlight td {
    background-color: #ddd!important;
    --bs-table-accent-bg: #ddd!important;
}

.h-44p{
    height: 44px;
}

.mt-2r{
    margin-top: 2rem!important;
}

.mr-4{
    margin-right: 1.5rem !important;
}
.mr-3{
    margin-right: 1rem !important;
}
.mr-2{
    margin-right: 0.5rem !important;
}
.mr-1{
    margin-right: 0.25rem !important;
}
.mr-0{
    margin-right: 0 !important;
}

.ml-4{
    margin-left: 1.5rem !important;
}
.ml-3{
    margin-left: 1rem !important;
}
.ml-2{
    margin-left: 0.5rem !important;
}
.ml-1{
    margin-left: 0.25rem !important;
}
.ml-0{
    margin-left: 0 !important;
}

.mt-5p{
    margin-top: 5px;
}
.mr-5p{
    margin-right: 5px;
}
.ml-5p{
    margin-left: 5px;
}

.pr-4{
    padding-right: 1.5rem !important;
}
.pr-3{
    padding-right: 1rem !important;
}
.pr-2{
    padding-right: 0.5rem !important;
}
.pr-1{
    padding-right: 0.25rem !important;
}
.pr-0{
    padding-right: 0 !important;
}

.pl-4{
    padding-left: 1.5rem !important;
}
.pl-3{
    padding-left: 1rem !important;
}
.pl-2{
    padding-left: 0.5rem !important;
}
.pl-1{
    padding-left: 0.25rem !important;
}
.pl-0{
    padding-left: 0 !important;
}

.tablecut{
    max-width: 340px;
    overflow: hidden;
    white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice{
    background-color: #0284c7;
}

#btabs-static-abij .select2-container{
    min-width: calc(100% - 50px)!important;
    max-width: calc(100% - 50px)!important;
}

.w-20p{
    width: 20px;
}
.w-50p{
    width: 50px;
}
.w-80p{
    width: 80px;
}
.w-100p{
    width: 100px;
}
.w-130p{
    width: 130px;
}
.w-220p{
    width: 220px;
}
.maw-70p{
    max-width: 70px;
}
.maw-100p{
    max-width: 100px;
}
.maw-100{
    max-width: 100%;
}
.maw-130p{
    max-width: 130px;
}
.maw-150p{
    max-width: 150px;
}
.maw-180p{
    max-width: 180px;
}
.maw-200p{
    max-width: 200px;
}
.maw-220p{
    max-width: 220px;
}
.maw-280p{
    max-width: 280px;
}
.miw-100p{
    min-width: 100px;
}
.miw-130p{
    min-width: 130px;
}
.miw-150p{
    min-width: 150px;
}
.miw-180p{
    min-width: 180px;
}
.miw-200p{
    min-width: 200px;
}
.miw-220p{
    min-width: 220px;
}
.mah-40p{
    height: 40px;
}
.mah-400p{
    height: 400px;
}

@media (min-width: 768px){
    .w-md-59{
        width: 59%!important;
    }

    .w-md-40{
        width: 40%!important;
    }
}

.probig{
    max-width: 1400px;
}

:root{
    --bs-body-font-size: 0.8rem;
}

/* .select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--multiple {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
} */
