@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --doc-height: 100%;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 100%;
    --doc-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    background: #f8f8f8;
    -webkit-overflow-scrolling: touch;
    min-height: -webkit-fill-available;
    font-family: 'Roboto', sans-serif;
}



h1:focus {
    outline: none;
}

img {
    max-width: 100%;
}

a, .btn-link {
    color: #0071c1;
}

a {
    text-decoration: none;
    color: #202020;
}

    a:hover {
        color: #50cd89;
    }

li, ul, ol {
    list-style: none;
}

input[type=search] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    cursor: pointer;
}

ul {
    padding-left: 0;
}

.cursor-default {
    cursor: pointer;
}

select:focus-visible, .custom-select select:focus-visible {
    outline: none;
    border: 1px solid #6c757d;
}

select {
    -webkit-appearance: none;
}

    select::-ms-expand {
        display: none;
    }

.custom-select {
    position: relative;
    cursor: pointer;
}

    .custom-select.no-selectpicker::after {
        position: absolute;
        display: block;
        content: "";
        width: 8px;
        height: 8px;
        top: 50%;
        right: 10px;
        margin-top: -3px;
        border-bottom: 1px solid #cacaca;
        border-right: 1px solid #cacaca;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
    }

    .custom-select .bootstrap-select > .dropdown-toggle {
        background: #fff;
        border-color: #ced4da;
        padding: 6px;
    }

    .custom-select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }

    .custom-select .bootstrap-select .dropdown-toggle:focus {
        outline: none !important;
        box-shadow: none;
    }

    .custom-select .show > .btn-light.dropdown-toggle {
        border-color: #6c757d;
    }

    .custom-select select {
        width: 100%;
        color: #232324;
        padding: 6px;
        border: 1px solid #ced4da;
        border-radius: 4px;
    }

.dropdown-menu {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01);
}

.form-control {
    padding: 6px;
}

.login .form-control {
    padding: 10px;
}

.form-dashed {
    border-style: dashed;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #6c757d;
}

.form-check-input:checked {
    background-color: #50cd89;
    border-color: #50cd89;
}

    .form-check-input:checked:focus {
        border-color: #50cd89;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(80 205 137 / 20%);
    }

.btn {
    background-color: #ebebeb;
}

.btn-primary {
    background: #50cd89;
    border: 1px solid #50cd89;
    padding: 8px 23px;
    font-weight: 500;
    border-radius: 5px;
    color: #ffffff;
}

.btn-border {
    border: 1px solid #ced4da;
    background: #fff;
    padding: 8px 23px;
    border-radius: 5px;
}

.btn-radius {
    border-radius: 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0,0.2);
}

.btn-delete {
    color: #fff;
    border: 1px solid #dc3545;
    background: #dc3545;
    padding: 8px 23px;
    border-radius: 5px
}

.btn-primary.disabled, .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    pointer-events: none;
    opacity: 0.5;
}

.btn-border span {
    margin-right: 5px;
}

.btn-border:hover {
    color: #ffffff;
    background: #50cd89;
    border-color: #50cd89;
}

.btn-primary:hover,
.btn-check:focus + .btn-primary, .btn-primary:focus,
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    background: #ffffff;
    color: #222222;
    border-color: #50cd89;
}

    .btn-check:focus + .btn-secondary, .btn-secondary:focus,
    .btn-check:focus + .btn-primary, .btn-primary:focus,
    .btn-check:focus + .btn, .btn:focus,
    .btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: none;
    }

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    border-color: #2ECE5A;
}

.invalid {
    border-color: #F64343;
}

.validation-message {
    color: red;
    padding-top: 10px;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }


.search-filter {
    border-radius: 5px;
    padding: 10px 0 0px;
    background: #ffffff;
    margin-bottom: 15px;
    box-shadow: 0 0.3125rem 0.3125rem 0 rgba(82, 63, 105, 0.05);
}

.filter-twoway .btn-filter + .dropdown-menu {
    min-width: 600px;
    right: 0;
}

.tab-func {
    border-radius: 5px;
    padding: 10px;
    background: #ffffff;
    margin-bottom: 10px;
    box-shadow: 0 0.3125rem 0.3125rem 0 rgba(82, 63, 105, 0.05);
}

    .tab-func .dropdown-menu {
        cursor: pointer;
    }

.title {
    margin-bottom: 30px;
    margin-top: 10px;
}

.boxed-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#table-campaign table {
    font-size: 14px;
    background: #fff;
    border-radius: 4px;
}

#table-campaign .boxed-table {
    position: relative;
    overflow: auto;
    max-height: 50vh;
}

.content-campaign {
    background: #f8f8f8;
    padding: 10px;
    height: calc(100vh - 80px);
    overflow-y: auto;
}

th, td {
    min-width: 100px;
}

.table > thead {
    background: #cacaca;
    color: #222222;
}

    .table > thead > tr > th {
        padding: 12px 20px;
        vertical-align: middle;
        white-space: nowrap;
    }

        .table > thead > tr > th:first-child,
        .table > tbody > tr > td:first-child {
            min-width: 50px;
            padding: 12px 15px;
        }

.table > :not(caption) > * > * {
    padding: 10px 20px;
    vertical-align: middle;
}

.boxed-table::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 4px;
}

.boxed-table::-webkit-scrollbar-thumb {
    background: #50cd89;
}

.boxed-table::-webkit-scrollbar-track {
    background: #ddd;
}

table thead th .tb-title {
    position: relative;
    display: inline-block;
}

.pagination {
    margin-bottom: 0;
    flex-wrap: wrap;
}

    .pagination > li > .page-link {
        border: none;
        background: none;
        font-weight: bold;
        color: #222222;
        margin-right: 7px;
    }

    .pagination > li:first-child > .page-link,
    .pagination > li:last-child > .page-link {
        padding: 7px 15px;
        background: #cacaca;
        border-radius: 5px;
        color: #202020;
    }

    .pagination > li:nth-child(2) > .page-link {
        padding: 7px 15px;
        background: #cacaca;
        border-radius: 5px;
        color: #202020;
    }

    .pagination > li > .page-link-next {
        padding: 7px 15px;
        background: #cacaca;
        border-radius: 5px;
        color: #202020;
    }

    .pagination > li.disabled > .page-link {
        background: rgba(202, 202, 202, 0.3);
        pointer-events: none;
        opacity: 0.5;
    }

    .pagination > li.active > .page-link {
        color: #fff;
        background-color: #50cd89;
        border-color: #50cd89;
        border-radius: 4px;
    }

.dataTables_length {
    margin-left: 30px;
}

    .dataTables_length select {
        padding: 7px;
        margin-right: 10px;
    }

.sortBy {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

    .sortBy > span {
        margin-bottom: 2px;
    }

    .sortBy .sort-ascending {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 7px solid #222222;
        cursor: pointer;
    }

    .sortBy .sort-ascending-thick {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 7px solid #747272;
        cursor: pointer;
    }

    .sortBy .sort-descending {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 7px solid #222222;
        cursor: pointer;
    }

    .sortBy .sort-descending-thick {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 7px solid #747272;
        cursor: pointer;
    }

.list-group-filter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 0;
}

    .list-group-filter > div, .list-group-filter > li {
        margin-right: 15px;
    }

        .list-group-filter > div:hover .btn,
        .list-group-filter > li:hover .btn,
        .list-group-filter > div.active .btn,
        .list-group-filter > li.active .btn {
            color: #ffffff;
            background: #222222;
        }

        .list-group-filter > div i {
            font-size: 10px;
        }

.form-search {
    position: relative;
}

    .form-search .icon-search {
        position: absolute;
        top: 55%;
        left: 10px;
        transform: translateY(-50%);
    }

    .form-search .icon-clear, .box-filter .icon-clear {
        position: absolute;
        top: 45%;
        right: 10px;
        transform: translateY(-50%);
    }

        .form-search .icon-clear > i, .box-filter .icon-clear > i {
            font-size: 8px;
            border: 1px solid #232324;
            width: 20px;
            height: 20px;
            display: inline-block;
            line-height: 17px;
            text-align: center;
            border-radius: 50%;
            color: #333333;
        }

    .form-search input {
        padding: 7px 15px 7px 35px;
        height: 40px;
    }

.group-tab > * {
    margin-right: 15px;
}

    .group-tab > *:last-child {
        margin-right: 0;
    }

.contact-item {
    cursor: pointer;
}

/*sidebar-right*/

.wrapper-sidebar .sidebar-right {
    padding: 0;
    position: fixed;
    min-width: 350px;
    height: 100vh;
    background: #ffffff;
    border: solid 1px #e6e6e6;
    z-index: 1060;
    top: 0px;
    box-shadow: 0 2px 4px #e6e6e6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    right: -999px;
    transition: .5s;
    font-size: 15px;
}

.wrapper-sidebar.open .sidebar-right {
    right: 0px;
    transition: .5s;
}

.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
    background-color: rgba(0,0,0,.7);
}

.wrapper-sidebar.open .bg-overlay {
    visibility: visible;
    opacity: 1;
}

.sidebar-right .btn-action {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    padding: 30px 20px 30px;
}

    .sidebar-right .btn-action > button {
        min-width: 100px;
        margin-left: 15px;
    }

.sidebar-right .wrapper-scroll {
    position: relative;
    flex: 1 1 auto;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 200px);
}

    .sidebar-right .wrapper-scroll > div {
        height: 100%;
    }

.sidebar-right .cart-drawer-bubble {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sidebar-right .content-scroll {
    height: 100%;
    overflow-y: auto;
}

    .sidebar-right .content-scroll::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .sidebar-right .content-scroll::-webkit-scrollbar-thumb {
        background: #50cd89;
    }

    .sidebar-right .content-scroll::-webkit-scrollbar-track {
        background: #ddd;
    }

.sidebar-right .list-contact {
    padding-left: 0;
}

    .sidebar-right .list-contact > li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
        padding: 0 5px 15px;
    }

        .sidebar-right .list-contact > li > div {
            width: 50%;
            margin: 0 15px;
        }

.sidebar-right .btn-close {
    background-color: #ebebeb;
    padding: 8px 10px;
    position: absolute;
    top: 15px;
    right: 15px;
    border: 1px solid #e5e5e5;
}

.sidebar-right h2 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 20px;
    padding-right: 60px;
}

#popupDelete .modal-header {
    border-bottom: 0;
}

#popupDelete .modal-footer {
    border-top: 0;
}

    #popupDelete .modal-footer > button {
        min-width: 100px;
    }

.list-config {
    padding-left: 0;
    position: relative;
}

    .list-config .card-body {
        padding: 0;
    }

    .list-config .card-header {
        background: transparent;
        border: none;
        padding: 0;
    }

.selected-items {
    display: none;
}

.list-config .icon-edit {
    cursor: pointer;
}

    .list-config .icon-edit.disabled {
        pointer-events: none;
        opacity: 0.5;
    }

.list-config > .config-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 15px;
    /* align-items: center; */
}

.list-config .create-new {
    margin-bottom: 50px;
}

.list-config.open .create-new {
    margin-bottom: 15px;
}

.list-config .create-new .dropdown-config {
    margin-top: -58px;
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    transition: all .3s;
}

.list-config.open .create-new .dropdown-config {
    visibility: visible;
    max-height: 500px;
    opacity: 1;
}

.list-config .create-new .create-new-field {
    visibility: visible;
    opacity: 1;
}

.list-config.open .create-new .create-new-field {
    opacity: 0;
    visibility: hidden;
}

.create-new-field {
    color: #737975;
    border: 1px dashed #ced4da;
    padding: 10px 20px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 15px;
    border-radius: 4px;
}

.p-20 {
    padding: 0 20px;
}

.content-status h4, .content-edit h4 {
    margin-bottom: 20px;
}

#edit-tag .sidebar-right .wrapper-scroll {
    height: calc(100vh - 280px);
}

#edit-tag .sidebar-right .mess-error + .wrapper-scroll {
    height: calc(100vh - 340px);
}

.edit-tag .sidebar-right .wrapper-scroll {
    height: calc(100vh - 280px);
}

.edit-tag .sidebar-right .mess-error + .wrapper-scroll {
    height: calc(100vh - 340px);
}

.list-tag {
    margin-top: 20px;
}

    .list-tag > li {
        margin-top: 15px;
    }

    .list-tag .form-check {
        width: 70%;
    }

    .list-tag .label.tag {
        background: #f5f5f5;
        padding: 10px;
        color: #000;
        border-radius: 4px;
        width: 100%;
    }

    .list-tag .custom-select select {
        border: none;
    }

    .list-tag input[type=checkbox]:checked + .label {
        background: #50cd89;
        color: #ffffff;
    }

.create-new-tag .form-control {
    padding: 10px;
}

.tag[data-color="green"] {
    color: white !important;
    background-color: #50cd89 !important;
    border-color: #50cd89;
}

.tag[data-color="black"] {
    color: white !important;
    background-color: #000000 !important;
    border-color: #000000;
}

.tag[data-color="red"] {
    color: white !important;
    background-color: #E92222 !important;
    border-color: #E92222;
}

.list-tag .custom-select select:disabled {
    opacity: 0.5;
}

.list-tag .label.tag {
    transition: all 0.2s;
}

.mess-error {
    color: #fff;
    padding: 15px 45px 15px 15px;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    margin: 15px auto 0;
    background: #F64343;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
/*---------import-contact-step 1--------*/
.import-file .group-icon .icon-csv {
    display: none;
}

.import-file.open .group-icon .icon-csv {
    display: block;
}

.import-file .icon-import {
    border: 1px solid #202020;
    width: 50px;
    display: inline-block;
    line-height: 58px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    cursor: pointer;
}

.import-file .group-icon > * {
    margin-right: 15px;
}

.import-file .filupp-file-name {
    border: none;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: initial;
    padding-top: 15px;
    display: block;
}

.import-file .filupp > input[type=file] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#import-contact-step1 {
    z-index: 1;
}

#import-contact-step2 {
    z-index: 2;
}

#import-contact-step3 {
    z-index: 3;
}

#import-contact-step4 {
    z-index: 4;
}

#import-contact-step5 {
    z-index: 5;
}

/*---------import-contact-step 2--------*/
.width-md.wrapper-sidebar .sidebar-right {
    min-width: 600px;
}

.width-sm.wrapper-sidebar .sidebar-right {
    min-width: 450px;
}

#import-contact-step2 .sidebar-right .wrapper-scroll {
    height: calc(100vh - 240px);
}

#import-contact-step2 .list-field-contact > li {
    margin: 10px -10px 0;
}

    #import-contact-step2 .list-field-contact > li > div {
        width: 33.333%;
        padding: 0 10px;
    }

#import-contact-step2 .list-field-contact .label {
    padding: 6px 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 20px;
}

/*---------import-contact-step 4--------*/
#import-contact-step4 .sidebar-right .wrapper-scroll {
    height: calc(100vh - 300px);
}

.list-tag .form-check .form-check-input {
    margin-right: 15px;
}


/*---------import-contact-step 5--------*/
.content-success {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
    padding: 0 15%;
}

.progress {
    height: 10px;
}

.progress-bar {
    background-color: #50cd89;
}
/*dropdown filter*/
.dropdown-filter button {
    width: 100%;
    background: #fff;
    color: #222222;
    border-color: #ced4da;
    height: 40px;
}

.dropdown-filter.open .dropdown-menu {
    display: block;
}

.dropdown-filter .dropdown-menu {
    width: 100%;
    padding: 20px;
}

.dropdown-filter .check-filter {
    width: 10%;
}

.dropdown-filter .custom-select, .dropdown-filter .custom-text {
    width: 30%;
}

.list-filter-item .custom-text {
    position: relative;
}

.custom-text input {
    padding: 7px;
}

.list-filter > li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .list-filter > li:last-child {
        margin-bottom: 0;
    }

    .list-filter > li > * {
        margin-right: 15px;
    }

        .list-filter > li > *:last-child {
            margin-right: 0;
        }

.dropdown-config {
    width: 100%;
    margin: 10px 0 0;
    background: rgba(0, 0, 0, 0.15);
    padding: 10px 35px 10px 10px;
    border-radius: 4px;
    transition: all 0.5s;
    position: relative;
}

    .dropdown-config > div {
        margin-bottom: 5px;
    }

    .dropdown-config .btn-action {
        display: flex;
        flex-direction: column;
        color: green;
        right: 8px;
        position: absolute;
        font-size: 18px;
        padding: 0;
        top: 50%;
        transform: translateY(-50%);
        border-top: 0;
        margin-bottom: 0;
    }

        .dropdown-config .btn-action > * {
            margin-bottom: 5px;
            cursor: pointer;
        }

/*-------------- loading ------------*/
.spinner {
    border: 10px solid #ffffff;
    border-top: 10px solid #50cd89;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
    z-index: 9999;
}

.bg-overlay-lg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    pointer-events: auto;
    background-color: rgba(0,0,0,.7);
}

.list-group-filter .dropdown.open .dropdown-menu {
    display: block;
    padding: 20px;
    margin-top: 5px;
    min-width: 200px;
    border-radius: 5px;
}

.list-group-filter .btn {
    padding: 10px 20px;
    background: #e5e5e5;
    border-radius: 20px;
    color: #222222;
    line-height: 1.3;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 15px;
}

    .list-group-filter .btn span {
        padding-left: 3px;
        vertical-align: middle;
        line-height: 1;
    }

.list-group-filter ul {
    margin-bottom: 0;
}

.list-group-filter .list-filter > li {
    transition: all 500ms ease;
    text-transform: capitalize;
}

    .list-group-filter .list-filter > li.active, .list-group-filter .list-filter > li:hover {
        font-weight: bold;
        color: #50cd89;
    }

    .list-group-filter .list-filter > li label {
        cursor: pointer;
    }

/*------compaign-------*/
.input-date {
    position: relative;
    border: 1px solid #ced4da;
    padding: 7px;
    border-radius: 4px;
    padding-left: 35px;
    justify-content: center;
}

    .input-date .daterangepicker.opensright,
    .custom-text .daterangepicker.opensright {
        right: 0 !important;
        left: auto !important;
    }

    .input-date .daterangepicker,
    .custom-text .daterangepicker {
        margin-top: 7px;
        position: absolute !important;
        top: 100% !important;
        min-width: 500px;
    }

        .input-date .daterangepicker.opensright:before,
        .input-date .daterangepicker.opensright:after,
        .custom-text .daterangepicker.opensright:before,
        .custom-text .daterangepicker.opensright:after {
            right: 20%;
            left: auto;
        }

        .custom-text .daterangepicker select,
        .input-date .daterangepicker select {
            text-align: center;
            padding: 0 10px;
        }

.daterangepicker .drp-buttons .btn {
    height: auto;
    width: auto;
}

.input-date .input-group-addon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    color: #222222;
}

.input-date input {
    border: none;
    text-align: center;
    width: 100%;
    min-width: 150px;
}

    .input-date input:focus-visible {
        outline: none;
    }

.ui-datepicker-calendar td, .ui-datepicker-calendar th {
    min-width: auto;
}

.width-xl.wrapper-sidebar .sidebar-right {
    width: 800px;
    justify-content: flex-start;
}

#add-new-campaign .sidebar-right .wrapper-scroll {
    height: calc(100vh - 620px);
}

.width-xl.wrapper-sidebar .sidebar-right h2 {
    border-bottom: 0;
    margin-bottom: 0;
}

.wrapper-campaign {
    margin: 0 5px;
}

    .wrapper-campaign .content-top {
        overflow: auto;
    }

.sidebar-right .btn-action {
    margin-bottom: 0;
}

.wrapper-campaign .col-left, .wrapper-campaign .col-right {
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 4px;
    padding-top: 20px;
    height: calc(100vh - 80px);
    position: relative;
}

.wrapper-campaign .col-left {
    overflow-y: auto;
    padding-bottom: 20px;
}

.wrapper-campaign .mess-prev {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    height: calc(100% - 1px);
    width: 100%;
    padding: 20px;
    z-index: 200;
    display: none;
}

.content-prev {
    text-align: center;
    background: url('../images/prev-mobile.png') no-repeat center;
    position: relative;
    width: 245px;
    height: 496px;
    margin: 0 auto;
}

    .content-prev .list-mess {
        position: absolute;
        top: 60px;
        margin: 0 15px 0 15px;
        overflow-y: scroll;
        height: 375px;
    }

        .content-prev .list-mess .item-mess {
            padding: 15px;
            background: #DCF7C5;
            box-shadow: 0px 4px 4px rgba(0, 0, 0,0.25);
            border-radius: 8px;
            text-align: left;
            margin-bottom: 15px;
            margin-left: 20px;
        }

.step-campaign .col-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

    .step-campaign .col-column.active {
        background: #f8f9fa;
        padding: 10px 0;
    }

    .step-campaign .col-column.error .cp-title,
    .step-campaign .col-column.process.error .cp-title {
        background: #E92222;
        border-color: #E92222;
        color: #fff;
    }

    .step-campaign .col-column.process .cp-title {
        background: #50cd89;
        border-color: #50cd89;
        color: #fff;
    }

.step-campaign span {
    padding: 10px 20px;
    min-width: 200px;
    text-align: center;
    border: 1px solid #dcdcdc;
}

    .step-campaign span:not(:first-child) {
        margin-top: 2px;
    }

    .step-campaign span.cp-title {
        background: #e5e5e5;
        border-color: #dcdcdc;
        font-weight: bold;
    }

.step-campaign .text-ready {
    color: #50cd89;
}

.step-campaign .text-err {
    color: #E92222;
}

.step-campaign .line-down {
    height: 100px;
    width: 1px;
    background: rgba(137,139,141, 0.5);
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

    .step-campaign .line-down::before {
        content: '';
        width: 1.5px;
        height: 10px;
        background: rgba(137,139,141, 0.5);
        display: inline-block;
        transform: rotate(45deg);
        position: absolute;
        bottom: 0px;
        left: 4px;
    }

    .step-campaign .line-down::after {
        content: '';
        width: 1.5px;
        height: 10px;
        background: rgba(137,139,141, 0.5);
        display: inline-block;
        transform: rotate(-45deg);
        position: absolute;
        bottom: 0px;
        right: 4px;
    }

.list-status {
    margin-bottom: 30px;
}

    .list-status > li {
        margin-bottom: 10px;
    }

        .list-status > li label {
            width: 70%;
            border: 1px solid #dcdcdc;
            padding: 6px 20px;
            border-radius: 4px;
            margin-left: 10px;
        }

.wrapper-campaign .card-body {
    padding: 0;
}

.text-error {
    color: #E92222;
    font-weight: 300;
    font-size: 13px;
}

.type-mess {
    padding: 10px 20px;
    background: #ddd;
    border-radius: 4px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
}

    .type-mess .form-switch {
        position: absolute;
        top: 45%;
        right: 5px;
        transform: translateY(-50%);
        padding-left: 0;
    }

        .type-mess .form-switch input {
            cursor: pointer;
        }

.accordion-follow, .accordion-twoWay, accordion-summary {
    display: none;
    transition: all 0.3s ease;
}

    .accordion-follow.open, .accordion-twoWay.open, accordion-summary.open {
        display: block;
    }

    .accordion-follow .type-mess, .accordion-twoWay .type-mess, accordion-summary .type-mess {
        background: rgba(221, 221, 221, 0.25);
        padding: 7px 20px;
    }


.type-mess span.icon-remove {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 100;
}

.type-mess span.icon-bottom {
    vertical-align: middle;
    display: inline-block;
    transition: all 500ms ease;
    padding-right: 10px;
}

.type-mess .edit-template {
    padding-left: 10px;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    z-index: 100;
}

.cus-broad label {
    white-space: nowrap;
    padding-right: 15px;
    width: 65%;
}

#collapseSummary .cus-broad label {
    white-space: normal;
}

.wrapper-campaign .col-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dropdown-import {
    position: relative;
}

    .dropdown-import .import-mess {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        z-index: 100;
        font-size: 16px;
    }

    .dropdown-import .import-view {
        position: absolute;
        bottom: 10px;
        right: 10px;
        cursor: pointer;
        z-index: 100;
        font-size: 16px;
    }


.import-template {
    /*display: none;*/
}

    .import-template.pos-abs {
        position: absolute;
        top: 0;
        right: 0;
        background: #f9fafb;
        z-index: 1000;
        max-height: calc(100vh - 300px);
        padding-right: 2px;
        overflow-y: auto;
        box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
        padding: 10px;
        border-radius: 4px;
    }

    .import-template .item-template .desc {
        padding: 20px;
    }

    .import-template.pos-abs .item-template .desc {
        border: 1px dashed #ddd;
        border-radius: 4px;
    }

    .import-template label {
        vertical-align: middle;
        margin-left: 10px;
    }

    .import-template .form-check-input[type=radio] {
        margin-top: 0;
    }

.wrapper-template {
    height: 150px;
    border-radius: 4px;
    overflow-y: auto;
}

.edit-view-mess {
    height: auto;
}

    .edit-view-mess textarea {
        padding: 20px;
        height: 150px;
    }

.wrapper-template textarea {
    border: none;
    outline: none;
}

.choose-templates {
    display: flex;
}

.add-new {
    text-align: center;
    border: 2px dashed #50cd89;
    padding: 9px;
    border-radius: 4px;
    cursor: pointer;
}

.add-keywords .title-keyword {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

    .add-keywords .title-keyword + input {
        margin-bottom: 20px;
    }

.list-keywords {
    padding-left: 10px;
}

    .list-keywords > li {
        margin-bottom: 10px;
        color: #202020;
        font-weight: lighter;
        font-size: 15px;
    }

.add-key, .remove-key {
    cursor: pointer;
    font-size: 12px;
}

.text-editor {
    padding: 7px;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 4px;
    margin-bottom: 5px;
}

    .text-editor .number-text {
        position: absolute;
        right: 12px;
        font-size: 10px;
    }

    .text-editor .add-text {
        padding: 5px 15px;
        cursor: pointer;
        color: #50cd89;
        margin-left: 5px;
    }

.title-follow {
    border: none;
    background: transparent;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 10px;
    width: calc(100% - 70px);
    text-overflow: ellipsis;
    border: 1px solid transparent;
}

    .title-follow.edit {
        background: #fff;
        border-color: #ccc;
        border-radius: 4px;
    }

    .title-follow:focus, .title-follow:focus-visible {
        outline: none;
    }

/* tab completed*/

.nav-tabs {
    border-bottom: 0;
}

    .nav-tabs .nav-link {
        color: rgba(51, 51,51, 0.5);
        margin: 0;
        border: none;
        cursor: pointer;
        border-radius: 0;
        background: transparent;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            border: none;
            color: #202020;
        }

#tab-report {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0,0.1);
    border-radius: 20px;
    padding: 6px;
    margin-left: 30px;
}

    #tab-report .nav-link {
        border-radius: 20px;
        padding: 5px 15px;
    }

        #tab-report .nav-link.active {
            background: #50cd89;
            color: #fff;
        }

}

.status-sucess span {
    background: rgba(46, 206, 90,0.5);
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff
}

.status-fail span {
    background: rgba(233, 34, 34, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff
}

/* -- dashboard ----*/
.content-board, .custom-new {
    background: #ffffff;
}

.view-board {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}

    .view-board > div {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .view-board .item-board .block-board {
        box-shadow: 0px 5px 10px rgba(0, 0, 0,0.1);
        border-radius: 8px;
        padding: 25px;
        overflow: hidden;
        border: 1px solid #e9ecef;
    }

.item-board .block-board h4, .item-board .block-board .text-des {
    font-size: 16px;
    font-weight: normal;
    color: #8a92a6;
}

.item-board .block-board .amount-board {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 10px;
}

    .item-board .block-board .amount-board span {
        margin-left: 30px;
    }

.item-board .block-board .value {
    padding: 7px 10px;
    margin-right: 20px;
    border-radius: 4px;
    font-size: 15px;
    background: #dbdbdb;
}

    .item-board .block-board .value.up {
        color: #50cd89;
        background: rgba(80, 205, 137, 0.3);
    }

    .item-board .block-board .value.down {
        background: rgba(233, 34, 34,0.2);
        color: #e92222;
    }
/* ----- list-field-tenant-----*/
.list-field-tenant {
    padding: 20px 0;
    background: #fff;
    margin-bottom: 35px;
    box-shadow: 0 0.3125rem 0.3125rem 0 rgba(82, 63,105, 0.05);
    border-radius: 5px;
    overflow: auto;
    height: calc(100vh - 260px);
    display: flex;
    flex-wrap: wrap;
}

    .list-field-tenant .item-field {
        margin-bottom: 25px;
        max-width: 50%;
        flex: 0 0 50%;
        padding-left: 15px;
        padding-right: 15px;
    }

        .list-field-tenant .item-field:last-child {
            border-bottom: 0;
        }

        .list-field-tenant .item-field input {
            width: 100%;
        }

.list-coutry .custom-select select {
    width: 50%;
}

.list-field-tenant .add-country {
    position: relative;
    margin-bottom: 10px;
}

.list-coutry > li {
    position: relative;
    width: 100%;
    margin: 10px 0;
    display: inline-block;
}

    .list-coutry > li:last-child {
        margin-bottom: 0;
    }

.list-coutry {
    margin-bottom: 0;
}

    .list-field-tenant .add-country .icon-add-country, .list-coutry > li .icon-remove {
        position: absolute;
        right: 0;
        font-size: 12px;
        color: #333333;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        cursor: pointer;
    }

/* ---- filter page inbound outbound ----- */
.box-filter {
    display: flex;
    align-items: center;
    padding: 15px 0 10px;
    flex-wrap: wrap;
}

    .box-filter .position-relative {
        width: 80%;
    }

    .box-filter .dropdown-menu {
        position: absolute;
        width: 100%;
        left: 0;
    }

        .box-filter .dropdown-menu li {
            padding: 10px 15px;
            color: #222222;
            transition: all 0.3s ease;
        }

            .box-filter .dropdown-menu li:hover {
                color: #50cd89;
            }

.search-filter .col-right {
    justify-content: flex-end;
}

.search-filter .col-left, .search-filter .col-right {
    display: flex;
    width: 50%;
    align-items: center;
    white-space: nowrap;
}

.box-filter label {
    margin-right: 20px;
}

.add-element i {
    font-size: 12px;
}

.btn-update {
    margin-left: auto;
    margin-right: auto;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #50cd89;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media screen and (min-width: 1440px) {
    .search-filter .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .search-filter .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media screen and (min-width: 768px) {
    .content-board, .custom-new {
        height: calc(100vh - 100px);
    }
}

@media(min-width: 650px) and (max-width: 1024px) {
    .dropdown-filter.open .dropdown-menu {
        min-width: 350px;
        right: 0;
    }

    .search-filter .form-search {
        margin-bottom: 10px;
    }

    .content-campaign .search-filter .form-search {
        margin-bottom: 0;
    }

    .view-board > div {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .view-board .item-board .block-board {
        margin-bottom: 20px;
    }

    .filter-twoway .btn-filter + .dropdown-menu {
        min-width: 500px;
    }

    .list-coutry .custom-select select {
        width: 80%;
    }

    .search-filter .full-mb {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab-func .group-tab > * {
        margin-bottom: 5px;
    }

    .group-tab {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 991px) {
    .width-xl.wrapper-sidebar .sidebar-right {
        width: auto;
    }

    .list-group-filter > li {
        margin-bottom: 10px;
    }

    .search-filter .form-search {
        margin-bottom: 10px;
    }

    .mb-20 {
        margin-bottom: 10px;
    }

    .view-board > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .view-board .item-board .block-board {
        margin-bottom: 20px;
    }

    .view-board .item-board:last-child .block-board {
        margin-bottom: 0;
    }

    .list-field-tenant .item-field input {
        width: 100%;
    }

    .list-field-tenant .add-country,
    .list-coutry > li {
        width: calc(100% - 30px);
    }

        .list-field-tenant .add-country .icon-add-country, .list-coutry > li .icon-remove {
            right: -30px;
        }

    .search-filter .col-left, .search-filter .col-right {
        flex-direction: column;
    }

    .search-filter .col-left {
        align-items: flex-start;
    }

    .search-filter .col-right {
        align-items: flex-end;
    }

    .box-filter .col-left > label,
    .box-filter .col-right > label {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

@media screen and (max-width: 640px) {
    .tab-func .group-tab {
        flex-direction: column;
    }

        .tab-func .group-tab > * {
            margin-right: 0;
            margin-bottom: 10px;
        }

            .tab-func .group-tab > *:last-child {
                margin-bottom: 0;
            }

        .tab-func .group-tab .dropdown-toggle {
            width: 100%;
        }

    .width-md.wrapper-sidebar .sidebar-right, .width-sm.wrapper-sidebar .sidebar-right, .wrapper-sidebar .sidebar-right {
        min-width: 100%;
    }

    #import-contact-step2 .list-field-contact > li {
        flex-wrap: wrap;
    }

        #import-contact-step2 .list-field-contact > li > div {
            width: 50%;
            padding: 0 5px 10px;
        }

        #import-contact-step2 .list-field-contact > li:not(:first-child) {
            margin-top: 0;
        }

    .content-success {
        padding: 0 10%;
    }

    .form-search {
        margin-bottom: 10px;
    }

    .tab-func {
        padding: 10px;
        margin-bottom: 10px;
    }

    .wrapper-campaign {
        margin-right: 0;
        margin-left: 0;
    }

    .step-campaign span {
        min-width: 100%;
    }

    .sidebar-right .btn-action {
        flex-wrap: wrap;
    }

    .col-left.col-xs-4 {
        width: 35%;
    }

    .col-right.col-xs-8 {
        width: 65%;
    }

    .wrapper-campaign .col-right h5 {
        font-size: 16px;
    }

    .list-tag .form-check {
        width: 100%;
    }

    .wrapper-campaign .btn-action {
        padding: 15px;
        justify-content: center;
    }

        .wrapper-campaign .btn-action > button {
            min-width: auto;
            margin-left: 10px;
            padding: 8px 15px;
        }

    .hide-mb {
        display: none;
    }

    #add-new-campaign .sidebar-right .wrapper-scroll {
        height: calc(100vh - 680px);
    }

    .step-campaign .col-column.active {
        padding: 20px 0;
    }

    .cus-broad label {
        white-space: normal;
    }

    .type-mess {
        padding: 10px;
        font-size: 16px;
    }

    .wrapper-campaign .mess-prev {
        padding: 20px 10px;
    }

    .search-filter .col-left, .search-filter .col-right, .box-filter .position-relative {
        width: 100%;
    }

    .box-filter .col-left > label, .box-filter .col-right > label {
        margin-bottom: 10px;
    }

    .search-filter .col-right {
        justify-content: flex-start;
        margin-top: 20px;
        align-items: flex-start;
    }

    .filter-twoway .btn-filter + .dropdown-menu {
        min-width: 100%;
    }

    .item-twoway > div {
        width: 100%;
    }

    .input-date .daterangepicker, .custom-text .daterangepicker {
        min-width: auto;
    }

    .cus-broad {
        flex-wrap: wrap;
    }

        .cus-broad label {
            margin-bottom: 5px;
        }

    .pos-fix .sidebar-right .btn-action {
        right: -999px;
    }

    .pos-fix.open .sidebar-right .btn-action {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        transition: .5s;
        background: #ffffff;
    }
}

@media screen and (max-width: 550px) {
    .content {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .search-filter {
        margin-bottom: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .dataTables_length {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .list-group-filter > div {
        margin-right: 10px;
        margin-bottom: 7px;
    }

    .list-group-filter .btn {
        padding: 7px 10px;
        margin-right: 0;
    }

    .dropdown-filter-tags.open .dropdown-menu {
        right: 0;
    }

    .dropdown-filter-status.open .dropdown-menu {
        right: 0;
    }

    .content-prev {
        transform: scale(0.8);
    }

    .content-campaign {
        max-width: 360px;
        margin: 0 auto;
        padding: 5px 0;
    }

    .list-group-filter > div, .list-group-filter > li {
        margin-right: 10px;
    }

    .list-group-filter .btn span {
        font-size: 10px;
    }

    #tabCampaign h2 {
        font-size: 18px;
        padding: 10px 0;
    }

    #tab-report .nav-link {
        padding: 5px 13px;
    }

    #tabContentCampaign.tab-content {
        margin-top: 20px;
    }

    .list-field-tenant .item-field {
        flex: 0 0 100%;
        max-width: 100%;
    }

    table thead th .tb-title {
        min-width: 150px;
    }

        table thead th .tb-title .sortBy {
            right: 0;
        }

    #tabCampaign {
        flex-direction: column;
    }

    .wrapper-sidebar .sidebar-right h2 {
        padding-right: 50px;
    }
}

#blazored-toasts-gtw .blazored-toast-container {
    z-index: 9999999999;
}

.template-toasts .blazored-toast-container {
    z-index: 2000 !important
}

@media screen and (min-width: 991px) {
    input.dateInput {
        position: relative;
    }

        input.dateInput:before {
            content: attr(data-date);
            display: inline-block;
            color: black;
            height: 21px;
        }

        input.dateInput::-webkit-datetime-edit, input.dateInput::-webkit-inner-spin-button, input.dateInput::-webkit-clear-button {
            display: none;
        }

        input.dateInput::-webkit-calendar-picker-indicator {
            position: absolute;
            top: 3px;
            right: 0;
            color: black;
            opacity: 1;
        }
}

.components-reconnect-show, .components-reconnect-failed, .components-reconnect-rejected {
    display: none;
}

.increase-h-scroll::-webkit-scrollbar {
    height: 10px;
}

@media screen and (max-width:1113px) {
    .item-manage-account {
        width: 100% !important;
    }
}

}

#blazored-toasts-country .blazored-toast-container {
    z-index: 1000
}

.btn-add-param {
    float: right;
    border: 1px solid #ced4da;
    padding: .15rem .3rem;
}
