body {
    --font-family: "DM Sans", sans-serif;
    background-color: rgb(239, 244, 255);
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.wrapper {
    background-color: rgb(239, 244, 255);
}

pre {
    border: #eee 1px solid;
}

.rule-filter-container > select, .rule-operator-container > select, rule-value-container > select {
    height: auto !Important;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24
}

.material-symbols-outlined {
    margin-top: 4px;
}

.main-header .nav-link {
    top: -8px;
}

.nav-link {
    color: rgba(0, 0, 0, .5) !important;
}


.nav-sidebar > .nav > li > a {
    padding: 4px 4px;
}

.actionbar {
    background-color: white;
    padding: 10px;
    border-radius: 15px;
}


.disabled {
    background-color: #f6f6f6;
}

.card {
    box-shadow: none;
    border: solid 0px #ccc !Important;
}

.main-footer {
    border-top: 0px solid #dee2e6;
}

.row {
    padding-right: 0px;
    padding-left: 0px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 2px;
    padding-left: 2px;
}

.form-control {
    border-radius: 5px !important;
    height: 24px;
    padding: 6px 6px;
    padding-right: 6px;
    padding-left: 6px;
    border-color: #eee;
    display: inline-table;
}

.select2-selection--single {
    border-color: #eee !Important;
}

.select2-selection--multiple {
    border: solid #eee 1px !Important;
}

.select2-container .select2-selection--single {
    height: 24px;
    padding-top: 6px;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 1px 6px;
    height: 24px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 0px;
}

.select2-selection {
    width: 100%
}

.btn {
    padding: 1px 12px;
}

fieldset, .fieldset {
    margin-bottom: 5px;
    padding-bottom: 15px;
}

legend {
    border-bottom: none;
}

.breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: 5px;
    right: 10px;
    border-radius: 2px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

label {
    margin-bottom: 0px !Important;
    padding-left: 8px !important;
}

textarea {
    scroll-behavior: smooth;
}

div.dt-buttons {
    float: right;
}

.nav-tabs > li {
    --background-color: #eee;
}
/*	.dropdown-menu { width: 450px !Important; } */
.h3, h3 {
    font-size: 18px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.font-weight-bold {
    font-weight: bold;
}

.select2-selection__choice {
    background-color: #3c8dbc !Important;
    margin-right: 2px !Important;
    margin-top: 2px !Important;
}

.select2-selection--multiple {
    height: 27px;
}

.select2-container--default .select2-selection--multiple {
    display: inline-table;
}

.nav-link.active {
    border: 0px;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid #e3e6f0 !Important;
    border-radius: 1rem !Important;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(.35rem - 1px);
            border-top-right-radius: calc(.35rem - 1px)
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.35rem - 1px);
            border-bottom-left-radius: calc(.35rem - 1px)
        }

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0
}

    .card-header:first-child {
        border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f8f9fc;
    border-top: 1px solid #e3e6f0
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.35rem - 1px) calc(.35rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img, .card-img-bottom, .card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.35rem - 1px);
    border-top-right-radius: calc(.35rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.35rem - 1px);
    border-bottom-left-radius: calc(.35rem - 1px)
}

.card-deck .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -.75rem;
        margin-left: -.75rem
    }

        .card-deck .card {
            flex: 1 0 0%;
            margin-right: .75rem;
            margin-bottom: 0;
            margin-left: .75rem
        }
}

.card-group > .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion > .card {
    overflow: hidden
}

    .accordion > .card:not(:last-of-type) {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .accordion > .card:not(:first-of-type) {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .accordion > .card > .card-header {
        border-radius: 0;
        margin-bottom: -1px
    }


.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.arrow-steps .step {
    font-size: 11px;
    text-align: center;
    color: #FFF;
    cursor: default;
    margin: 0 1px;
    padding: 4px 10px 4px 30px;
    min-width: 5%;
    float: left;
    position: relative;
    background-color: #7A1E83;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
}

    .arrow-steps .step:after,
    .arrow-steps .step:before {
        content: " ";
        position: absolute;
        top: 0;
        right: -17px;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 17px solid #7A1E83;
        z-index: 2;
        transition: border-color 0.2s ease;
    }

    .arrow-steps .step:before {
        right: auto;
        left: 0;
        border-left: 17px solid #fff;
        z-index: 0;
    }

    .arrow-steps .step:first-child:before {
        border: none;
    }

    .arrow-steps .step:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .arrow-steps .step span {
        position: relative;
    }

        .arrow-steps .step span:before {
            opacity: 0;
            font-family: FontAwesome;
            //content: "\f00c";
            position: absolute;
            //top: -2px;
            //left: -20px;
        }

    .arrow-steps .step.done span:before {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.5s;
        -moz-transition: opacity 0.3s ease 0.5s;
        -ms-transition: opacity 0.3s ease 0.5s;
        transition: opacity 0.3s ease 0.5s;
    }

    .arrow-steps .step.current {
        color: #fff;
        background-color: #76b932;
    }

        .arrow-steps .step.current:after {
            border-left: 17px solid #76b932;
        }

    .arrow-steps .step.cancel {
        color: #fff;
        background-color: #aaa;
    }

        .arrow-steps .step.cancel:after {
            border-left: 17px solid #aaa;
        }

.tab-content {
    min-height: 250px;
    padding: 10px;
    background-color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.nav-tabs {
    padding-top: 5px;
    border-bottom: 0px solid #dee2e6;
    --background-color: #eee;
}

@media (max-width: 600px) {
    .arrow-steps .step.done span:before {
        display: none;
    }

    .arrow-steps .step.current:after {
        display: block;
        border-left: 17px solid #76b932;
    }

    .arrow-steps .step.current {
        display: block;
        min-width: 96%;
    }

    .arrow-steps .step {
        display: none;
    }
}

@media (min-width: 601px) and (max-width: 1450px) {
    .arrow-steps .step.done span:before {
        display: none;
    }

    .arrow-steps .step.current:after {
        display: block;
        border-left: 17px solid #76b932;
    }

    .arrow-steps .step.current {
        display: block;
    }

    .arrow-steps .step {
        font-size: 10px;
        padding: 2px;
    }

        .arrow-steps .step:after,
        .arrow-steps .step:before {
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 17px solid #7A1E83;
        }

        .arrow-steps .step:before {
            right: auto;
            left: 0;
            border-left: 17px solid #fff;
            z-index: 0;
        }

        .arrow-steps .step span {
            margin-left: 20px;
        }
}

table {
    margin-bottom: 0px !Important;
}

.Whatsapp {
    width: 18px;
    height: 18px;
    background: transparent url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 01-13.754 2.299l-5.814.735a.392.392 0 01-.438-.44l.748-5.788A12.002 12.002 0 013.517 3.517zm3.61 17.043l.3.158a9.846 9.846 0 0011.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 00-1.747 11.554l.16.303-.51 3.942a.196.196 0 00.219.22l3.961-.501zm6.534-7.003l-.933 1.164a9.843 9.843 0 01-3.497-3.495l1.166-.933a.792.792 0 00.23-.94L9.561 6.96a.793.793 0 00-.924-.445 1291.6 1291.6 0 00-2.023.524.797.797 0 00-.588.88 11.754 11.754 0 0010.005 10.005.797.797 0 00.88-.587l.525-2.023a.793.793 0 00-.445-.923L14.6 13.327a.792.792 0 00-.94.23z'/%3E%3C/svg%3E) 50% no-repeat;
    background-size: 60%;
}


html {
    font-size: 14px !Important;
}

.card-header {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}

.card-footer {
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.tab-content {
    border-top-right-radius: 25px !important;
}


.form-tabs {
    margin-top: 15px !important;
    background-color: rgb(239, 244, 255);
    padding: 5px;
    border-top-right-radius: 25px !important;
    border-top-left-radius: 25px !important;
}

.form-inline {
    display: block !Important;
}

.fade {
    opacity: 100;
}

.breadcrumb .label {
    margin-left: 2px;
}

.btn-primary {
    color: #fff !important;
    background-color: #007bffbf !important;
    border-color: #007bff !important;
}

.btn-success {
    color: #fff !important;
    background-color: #29a847bf !important;
    border-color: #28a745 !important;
}

.btn-info {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.btn-info {
    background-color: #17a4babf !important;
    border-color: #17a2b8 !important;
}

.rules-group-header btn {
    background-color: #ccc !Important;
}

.rules-group-header .active {
    color: #fff;
    background-color: green !Important;
    border-color: #005cbf !Important;
}

input[type=file] {
    height: 42px;
}
