.btn-danger {
    --vz-btn-color: #fff;
    --vz-btn-bg: #D62828;
    --vz-btn-border-color: #D62828;
    --vz-btn-hover-color: #fff;
    --vz-btn-hover-bg: #cc563d;
    --vz-btn-hover-border-color: #c0513a;
    --vz-btn-focus-shadow-rgb: 242, 124, 99;
    --vz-btn-active-color: #fff;
    --vz-btn-active-bg: #c0513a;
    --vz-btn-active-border-color: #b44c36;
    --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --vz-btn-disabled-color: #fff;
    --vz-btn-disabled-bg: #D62828;
    --vz-btn-disabled-border-color: #D62828;
}

.btn-pink {
    --vz-btn-color: #fff;
    --vz-btn-bg: #f73e9a;
    --vz-btn-border-color: #f73e9a;
    --vz-btn-hover-color: #fff;
    --vz-btn-hover-bg: #F47B21;
    --vz-btn-hover-border-color: #F47B21;
    --vz-btn-focus-shadow-rgb: 242, 124, 99;
    --vz-btn-active-color: #fff;
    --vz-btn-active-bg: #F47B21;
    --vz-btn-active-border-color: #F47B21;
    --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --vz-btn-disabled-color: #fff;
    --vz-btn-disabled-bg: #f73e9a;
    --vz-btn-disabled-border-color: #f73e9a;
}

.btn-dark {
    --vz-btn-color: #fff;
    --vz-btn-bg: #3BA9B0;
    --vz-btn-border-color: #3BA9B0;
    --vz-btn-hover-color: #fff;
    --vz-btn-hover-bg: #165A72;
    --vz-btn-hover-border-color: #165A72;
    --vz-btn-focus-shadow-rgb: 82, 88, 93;
    --vz-btn-active-color: #fff;
    --vz-btn-active-bg: #165A72;
    --vz-btn-active-border-color: #165A72;
    --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --vz-btn-disabled-color: #fff;
    --vz-btn-disabled-bg: #3BA9B0;
    --vz-btn-disabled-border-color: #3BA9B0;
}

.btn,
.form-control,
.dropzone {
    border-radius: 10px !important;
}

#back-to-top {
    bottom: 28px !important;
}

.dropzone {
    background-color: var(--vz-input-bg)!important;
        background-clip: padding-box!important;
        border: 1px dashed #999 !important;
}

.dropzone .dz-preview.dz-image-preview{
    background-color: var(--vz-input-bg)!important;
        background-clip: padding-box!important;
}

.input-group{
    flex-direction: row-reverse;
}

.input-group > button{
    position: absolute !important;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6 !important;
}

.input-group > input{
    padding-right: 2.5rem;
}


html[data-layout-mode="dark"]
    .form-label,
    .col-form-label-sm,
    .col-form-label-lg
    {
        color: #eff2f7;
    }

.form-label,
.col-form-label-sm,
.col-form-label-lg
{
    color: #000;
}

[data-layout-mode="dark"] .select2-results {
    background: #292e32 !important;
    border: 1px solid #292e32 !important;
}

[data-layout-mode="dark"]
    .select2-container--default
    .select2-results__option--selected,
[data-layout-mode="dark"] .swal2-popup {
    background-color: #26292c;
}

[data-layout-mode="dark"]
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: var(--lp-body-color);
}

[data-layout-mode="dark"] .select2-dropdown {
    border: 1px !important;
}

[data-layout-mode="dark"] .badge-soft-dark {
    color: #ffffff !important;
    background-color: rgb(255 255 255 / 10%) !important;
}

html[data-layout-mode="dark"]
    .select2-container--default
    .select2-selection--single {
    background-color: #262a2f !important;
    border: 1px solid #282c30 !important;
    border-radius: 4px;
}

html[data-layout-mode="dark"]
    .select2-container--default
    .select2-selection--multiple {
    background-color: var(--lp-input-bg);
}

html[data-layout-mode="dark"] .select2-selection__choice {
    background-color: var(--lp-input-bg) !important;
}

html[data-layout-mode="dark"]
    .select2.select2-container
    .select2-selection--multiple
    .select2-selection__choice {
    color: #fff;
    border: 1px solid var(--lp-input-border);
}

html[data-layout-mode="dark"]
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    border: 1px solid var(--lp-input-border);
}

html[data-layout-mode="dark"]
    .select2-container
    .select2-dropdown
    .select2-results
    ul {
    background-color: transparent !important;
}

html[data-layout-mode="dark"]
    .select2-container--default
    .select2-results__option[aria-selected="true"] {
    background-color: #262626;
}

.select2-container--default .select2-selection--single {
    padding: 5px 10px;
}

html[dir="rtl"] .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 5px !important;
    left: 13px !important;
    right: auto !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 5px !important;
    right: 13px !important;
}

.select2.select2-container.select2-container--open
    .select2-selection.select2-selection--multiple {
    border: 1px solid #3BA9B0;
}

.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px;
}

.select2-selection__clear > span {
    color: #3BA9B0 !important;
    font-size: 17px !important;
}

html[data-layout-mode="dark"] .select2-selection__clear > span {
    color: #3BA9B0 !important;
    font-size: 17px !important;
}

.select2.select2-container
    .select2-selection--multiple
    .select2-search--inline
    .select2-search__field {
    margin-top: 0;
    height: 32px;
}

.select2.select2-container
    .select2-selection--multiple
    .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
}

.select2.select2-container
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
    color: #000;
}

.select2.select2-container
    .select2-selection--multiple
    .select2-selection__choice
    .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: 700;
    font-size: 16px;
}

.select2-container .select2-dropdown .select2-results,
.select2-container .select2-dropdown .select2-search {
    padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
    outline: 0 !important;
    border: 1px solid #3BA9B0 !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #3BA9B0;
}

.select2-container
    .select2-dropdown
    .select2-results
    ul
    .select2-results__option--highlighted[aria-selected] {
    background-color: #3BA9B0;
}

.select2-selection {
    height: 40px !important;
}

.editable-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.editable-wrapper input {
    border: none;
    /* background: transparent; */
    padding: 2px 4px;
    font-size: 12px;
    height: 28px;
    width: 100px;
    text-align: center;
}

.editable-wrapper input:disabled {
    /* background-color: #fff; */
    border: 1px solid #a5a5a5;
    cursor: not-allowed;
}

html[data-layout-mode=dark]
    .editable-wrapper input {
    /* background-color: #fff; */
    border: 1px solid #a5a5a5;
    cursor: not-allowed;
    /* color: #000 !important; */
}

.editable-wrapper .icon-check{
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    color: #28a745;
    display: none;
}

.editable-wrapper .icon-pencil {
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    color: #0187c5;
    display: none;
}

.editable-wrapper:hover .icon-pencil {
    display: inline;
}

.editable-wrapper.editing .icon-check {
    display: inline;
}

.editable-wrapper.editing .icon-pencil {
    display: none;
}

.editable-wrapper.editing input {
    /* background-color: #fff; */
    border: 1px solid #f73e9a;
}

.editable-wrapper.editing .spinner {
    position: relative;
    right: auto;
    top: auto;
    animation: spin 1s linear infinite;
    font-size: 12px;
    color: green;
    cursor: pointer;
 }

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.icon-wrapper {
    position: relative;
    display: inline-block;
}

.icon-action {
    position: absolute;
    right: 8px;
    top: 5px;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #f73e9a;
    border-color: #f73e9a;
}

 .menu-dropdown > .nav-sm > .nav-item >.nav-link.active {
    background-color: #f73e9b62 !important;
}

.nav-border-top > .nav-item >.nav-link.active {
    border-top-color: #f73e9a !important;
}

.bg-pink {
    background-color: #f73e9a !important;
}

.nav-border-top > .nav-item >.nav-link:hover, .nav-border-top > .nav-item > .nav-link:focus {
    color: #f73e9a !important;
}

html[data-layout-mode="dark"] input[type="time"], html[data-layout-mode="dark"] input[type="date"], html[data-layout-mode="dark"] input[type="datetime-local"] {
    color-scheme: dark;
}

.bg-soft-pink {
    background-color: #f73e9b62 !important;
}

.text-pink {
    --vz-text-opacity: 1;
    color: rgba(247, 62, 154, 1)!important;
}
