/*# sourceMappingURL=custom.min.css.map */

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: var(--vz-success) !important;
    color: #fff;
    font-size: 13px !important;
    outline: none !important;
    outline: none !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important ;
}

.swal2-html-container {
    font-size: 13px !important;
}

.swal2-container .swal2-title {
    padding: 0 !important;
    margin-top: 10px !important;
    font-size: 13px !important;
    text-transform: capitalize;
}

.swal2-title {

    font-size: 13px !important;
}

.swal2-actions {
    margin: 1em auto 1em auto !important;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background: rgb(0 0 0 / 75%) !important;
}

.text-upper {
    text-transform: capitalize !important;
}

.complete-wrap {
    background: #00000094;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1005;
    backdrop-filter: blur(3px);
}

.complete-card {
    z-index: 1006;
}

th {
    font-weight: 100 !important;
    text-wrap: nowrap !important;
}

td {
    text-wrap: nowrap !important;
}

.currency-icon {
    font-size: 12px !important;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 1.5rem !important;
    }
}

label {
    font-weight: 100 !important;
    margin-bottom: 0.5rem;
}

.tab-title {
    font-weight: 100 !important;
}

.page-title-box h4 {
    font-weight: 200;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
} 

.ml-2 {
    margin-left: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.table > :not(caption) > * > * {
    border-bottom-width: 0 !important;
}

.modal-error {
    font-size: 10px;
    color: red;
    float: right;
    letter-spacing: 5px;
}

.table-profile td{
    font-size:13px !important;
}

.table-user-information td{
    font-size:13px !important;
}

.table-user-information td p{
    font-size:13px !important;
}

.logo-wrap{
    display:flex;
    flex-direction: column;
}

.float-right{
    float: right !important;
}
/* * {
    --vz-vertical-menu-bg : red !important;
    --vz-vertical-menu-border : red !important;
    --vz-primary : red !important;
    --vz-primary-text-emphasis : red !important;
    --vz-primary-rgb : red !important;
    --vz-vertical-menu-item-color : yellow !important
} */
.select2-container {
    z-index: 99999;
}
.select2-container .select2-selection--single {
    height: 37.5px!important;
    padding: 0.5rem 0.9rem !important;
    font-size: 0.8125rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 1.5!important;
    padding-left: 0!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}
.btn-icon {
    align-items: flex-start !important;
}

.image-barge{
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn{
    white-space: nowrap
}