.card.custom-card.contact-us {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;

    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;

    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;

    min-height: 250px;
}

.card.custom-card.contact-us .card-body {
    flex: none;
    width: 100%;
}


/* .auth-page-wrapper .auth-page-content {
    margin-top: -100px;
} */



table.bes-datatable>thead>tr>th{ 
    border-top: 1px solid #e9ebec;
    border-bottom: 1px solid #e9ebec;
    padding: .75rem .6rem;
    font-weight: 600;
}
table.bes-datatable>tbody>tr>td{ 
    border-top: 0px;
    border-bottom: 1px solid #e9ebec;
    padding: .75rem .6rem;
}
table.dataTable.no-footer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.DataTableContainer .dataTables_wrapper .dataTables_filter{
    display: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    color: #405189 !important;
    font-weight: 500 !important;
    padding: 0.375rem 0.75rem !important;
    background-color: var(--vz-card-bg-custom) !important;
    border: 1px solid var(--vz-border-color) !important;
    border-radius: 0.25rem !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    color: #878a99 !important;
    cursor: default !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: #7283bd !important;
    background: none !important;
}
.dataTables_length label{
    font-weight: inherit !important;
    display: inline-block !important;
}
.dataTables_length .choices{
    display: inline-block !important;
}

.choices .choices__item{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.choices.is-open .choices__item{
    white-space: inherit !important;
    overflow: inherit !important;
    text-overflow: inherit !important;
}

.choices__inner{
    padding-right: 25px !important;
}



.card.custom-card.contact-us {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;

    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;

    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;

    min-height: 250px;
}

.card.custom-card.contact-us .card-body {
    flex: none;
    width: 100%;
}


/* .auth-page-wrapper .auth-page-content {
    margin-top: -100px;
} */



table.bes-datatable>thead>tr>th{ 
    border-top: 1px solid #e9ebec;
    border-bottom: 1px solid #e9ebec;
    padding: .75rem .6rem;
    font-weight: 600;
}
table.bes-datatable>tbody>tr>td{ 
    border-top: 0px;
    border-bottom: 1px solid #e9ebec;
    padding: .75rem .6rem;
}
table.dataTable.no-footer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.DataTableContainer .dataTables_wrapper .dataTables_filter{
    display: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    color: #405189 !important;
    font-weight: 500 !important;
    padding: 0.375rem 0.75rem !important;
    background-color: var(--vz-card-bg-custom) !important;
    border: 1px solid var(--vz-border-color) !important;
    border-radius: 0.25rem !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    color: #878a99 !important;
    cursor: default !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: #7283bd !important;
    background: none !important;
}
.dataTables_length label{
    font-weight: inherit !important;
    display: inline-block !important;
}
.dataTables_length .choices{
    display: inline-block !important;
}

.choices .choices__item{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.choices.is-open .choices__item{
    white-space: inherit !important;
    overflow: inherit !important;
    text-overflow: inherit !important;
}

.choices__inner{
    padding-right: 25px !important;
}





@media (min-width: 768px) {
    .pdf-content .main-content {
        margin-left: 0;
    }

    .email-templates-content .main-content {
        margin-left: 0;
    }
}




.avatar-upload {
	position: relative;
	max-width: 255px;
	/* margin: 20px auto; */
}
.avatar-upload .avatar-edit {
	position: absolute;
	right: -12px;
	z-index: 1;
	top: -16px;
}
.avatar-upload .avatar-edit input {
	display: none;
}
.avatar-upload .avatar-edit input + label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	background: #ffffff;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
	font-size: 19px;
}
.avatar-upload .avatar-edit input + label:hover {
	background: #f1f1f1;
	border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:hover:after  {
	color: var(--dark-blue);
}
.avatar-upload .avatar-edit input + label:after {
	content: "\ec85";
	font-family: remixicon!important;
	color: #757575;
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}
.avatar-upload .avatar-preview {
	width: 250px;
	height: 150px;
	position: relative;
	/* box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%); */
	padding: 1px;
}
.avatar-upload .avatar-preview > div {
	width: 100%;
	height: 100%;
    background-color: var(--vz-input-bg);
    border: 1px solid var(--vz-input-border);	
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    border-radius: .25rem;
}















/* .table .sort-data {
    position: relative !important;
} */

.table.dataTable thead>tr>th.sorting:after{
    opacity: 0.7 !important;
    font-size: 0.4rem !important;
}
.table.dataTable thead>tr>th.sorting:before{
    opacity: 0.7 !important;
    font-size: 0.4rem !important;
    
}
.table.dataTable thead>tr>th.sorting_asc:before{
    opacity: 1 !important;
}

.table.dataTable thead>tr>th.sorting_desc:before{
    opacity: 0.7 !important;
}

.table.dataTable thead>tr>th.sorting_desc:after{
    opacity: 1 !important;
}

.table.dataTable thead>tr>th {
    border-bottom:0 !important;
}

.underline {
    box-shadow: 0 0.5px 0 0 var(--vz-link-color) !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #405189 !important;
    color:white !important;
}

.is-selected{
    background-color: #405189 !important;
    color:white;
}

#deleteRecord-close {
    background-color: #0ab39c !important;
    color:white;
}

.selectpriority::after{
    position: absolute;
    right: 5px;
}

.tooltip-btn {
    position: relative;
    display: inline-block;
}

.tooltip-btn:hover::after {
    content: "DELETE";  /* Text to show */
    position: absolute;
    background-color: black;
    color: white;
    padding: 5px 8px;
    border-radius: 5px;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 12px;
}

.tooltip-btn1 {
    position: relative;
    display: inline-block;
}

.tooltip-btn1:hover::after {
    content: "ASSIGNEE";  /* Text to show */
    position: absolute;
    background-color: black;
    color: white;
    padding: 5px 8px;
    border-radius: 5px;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 12px;
}

.tooltip-btn2 {
    position: relative;
    display: inline-block;
}

.tooltip-btn2:hover::after {
    content: "PRIORITY";  /* Text to show */
    position: absolute;
    background-color: black;
    color: white;
    padding: 5px 8px;
    border-radius: 5px;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 12px;
}


table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:after,
.table.dataTable thead>tr>th.sorting:before {
    font-size: 0.4rem !important;
}



.tooltip-btn {
    position: relative;
    display: inline-block;
}

.tooltip-btn:hover::after {
    content: "DELETE";  /* Text to show */
    position: absolute;
    background-color: black;
    color: white;
    padding: 5px 8px;
    border-radius: 5px;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 12px;
}

.tooltip-btn1 {
    position: relative;
    display: inline-block;
}

.tooltip-btn1:hover::after {
    content: "ASSIGNEE";  /* Text to show */
    position: absolute;
    background-color: black;
    color: white;
    padding: 5px 8px;
    border-radius: 5px;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 12px;
}

.tooltip-btn2 {
    position: relative;
    display: inline-block;
}

.tooltip-btn2:hover::after {
    content: "PRIORITY";  /* Text to show */
    position: absolute;
    background-color: black;
    color: white;
    padding: 5px 8px;
    border-radius: 5px;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 12px;
}

















.card.custom-card.contact-us {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;

    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;

    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;

    min-height: 250px;
}

.card.custom-card.contact-us .card-body {
    flex: none;
    width: 100%;
}


/* .auth-page-wrapper .auth-page-content {
    margin-top: -100px;
} */



table.bes-datatable>thead>tr>th{ 
    border-top: 1px solid #e9ebec;
    border-bottom: 1px solid #e9ebec;
    padding: .75rem .6rem;
    font-weight: 600;
}
table.bes-datatable>tbody>tr>td{ 
    border-top: 0px;
    border-bottom: 1px solid #e9ebec;
    padding: .75rem .6rem;
}
table.dataTable.no-footer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.DataTableContainer .dataTables_wrapper .dataTables_filter{
    display: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    color: #a63e37 !important;
    font-weight: 500 !important;
    padding: 0.375rem 0.75rem !important;
    background-color: var(--vz-card-bg-custom) !important;
    border: 1px solid var(--vz-border-color) !important;
    border-radius: 0.25rem !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color: #e12b25 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    color: #878a99 !important;
    cursor: default !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: #7283bd !important;
    background: none !important;
}
.dataTables_length label{
    font-weight: inherit !important;
    display: inline-block !important;
}
.dataTables_length .choices{
    display: inline-block !important;
}

.choices .choices__item{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.choices.is-open .choices__item{
    white-space: inherit !important;
    overflow: inherit !important;
    text-overflow: inherit !important;
}

.choices__inner{
    padding-right: 25px !important;
}





:root {
    --vz-vertical-menu-bg: #fff;
    --vz-vertical-menu-item-color: #6d7080;
    --vz-vertical-menu-item-hover-color: #a63e37;
    --vz-vertical-menu-item-active-color: #a63e37;
    --vz-vertical-menu-sub-item-color: #7c7f90;
    --vz-vertical-menu-sub-item-hover-color: #a63e37;
    --vz-vertical-menu-sub-item-active-color: #a63e37;
    --vz-vertical-menu-title-color: #919da9;
    --vz-vertical-menu-bg-dark: #a63e37;
    --vz-vertical-menu-item-color-dark: #FFFFFF99;
    --vz-vertical-menu-item-hover-color-dark: #fff;
    --vz-vertical-menu-item-active-color-dark: #fff;
    --vz-vertical-menu-sub-item-color-dark: #FFFFFF99;
    --vz-vertical-menu-sub-item-hover-color-dark: #fff;
    --vz-vertical-menu-sub-item-active-color-dark: #fff;
    --vz-vertical-menu-title-color-dark: #FFFFFF99;
    --vz-header-bg: #fff;
    --vz-header-item-color: #e9ecef;
    --vz-header-bg-dark: #a63e37;
    --vz-header-item-color-dark: #b0c4d9;
    --vz-topbar-search-bg: #f3f3f9;
    --vz-topbar-user-bg: #f3f3f9;
    --vz-topbar-user-bg-dark: #52639c;
    --vz-footer-bg: #fff;
    --vz-footer-color: #98a6ad;
    --vz-topnav-bg: #fff;
    --vz-topnav-item-color: #6d7080;
    --vz-topnav-item-color-active: #a63e37;
    --vz-twocolumn-menu-iconview-bg: #fff;
    --vz-twocolumn-menu-bg: #fff;
    --vz-twocolumn-menu-iconview-bg-dark: var(--vz-vertical-menu-bg-dark);
    --vz-twocolumn-menu-bg-dark: #435590;
    --vz-twocolumn-menu-item-color-dark: var(--vz-vertical-menu-item-color-dark);
    --vz-twocolumn-menu-item-active-color-dark: #fff;
    --vz-twocolumn-menu-item-active-bg-dark: rgba(255, 255, 255, 0.15);
    --vz-boxed-body-bg: #e5e5f2;
    --vz-heading-color: #495057;
    --vz-link-color: #a63e37;
    --vz-link-hover-color: #a63e37;
    --vz-border-color: #e9ebec;
    --vz-card-bg-custom: #fff;
    --vz-card-logo-dark: block;
    --vz-card-logo-light: none;
    --vz-list-group-hover-bg: #f3f6f9;
    --vz-input-bg: #fff;
    --vz-input-border: #ced4da;
    --vz-input-focus-border: #a0a8c4;
    --vz-input-disabled-bg: #eff2f7;
    --vz-input-group-addon-bg: #eff2f7;
    --vz-input-check-border: var(--vz-input-border);
  }
  :root .nav-tabs {
    --vz-nav-tabs-link-active-bg: #f3f3f9;
  }
  :root .choices, :root .flatpickr-calendar, :root .ck, :root .ql-toolbar, :root .select2-container, :root .menu-dropdown {
    --vz-choices-bg: #fff;
    --vz-choices-link-color: #212529;
    --vz-choices-link-hover-bg: #f3f6f9;
    --vz-choices-link-active-color: #1e2125;
  }
  
  [data-layout-mode=dark] {
    --vz-gray-100: #1a1d21;
    --vz-gray-200: #212529;
    --vz-gray-300: #2a2f34;
    --vz-gray-400: #878a99;
    --vz-gray-500: #adb5bd;
    --vz-gray-600: #bfc8e2;
    --vz-gray-700: #ced4da;
    --vz-gray-800: #eff2f7;
    --vz-gray-900: #f3f6f9;
    --vz-body-bg: #1a1d21;
    --vz-body-bg-rgb: 26, 29, 33;
    --vz-body-color: #ced4da;
    --vz-body-color-rgb: 206, 212, 218;
    --vz-vertical-menu-bg: #fff;
    --vz-vertical-menu-item-color: #5f6270;
    --vz-vertical-menu-item-hover-color: #a63e37;
    --vz-vertical-menu-item-active-color: #a63e37;
    --vz-vertical-menu-sub-item-color: #686b7b;
    --vz-vertical-menu-sub-item-hover-color: #a63e37;
    --vz-vertical-menu-sub-item-active-color: #a63e37;
    --vz-vertical-menu-title-color: #878a99;
    --vz-vertical-menu-bg-dark: #212529;
    --vz-vertical-menu-item-color-dark: #878a99;
    --vz-vertical-menu-item-hover-color-dark: #fff;
    --vz-vertical-menu-item-active-color-dark: #fff;
    --vz-vertical-menu-sub-item-color-dark: #7c7f90;
    --vz-vertical-menu-sub-item-hover-color-dark: #fff;
    --vz-vertical-menu-sub-item-active-color-dark: #fff;
    --vz-vertical-menu-title-color-dark: #FFFFFF99;
    --vz-header-bg: #292e32;
    --vz-header-item-color: #e9ecef;
    --vz-header-bg-dark: #a63e37;
    --vz-header-item-color-dark: #b0c4d9;
    --vz-topbar-search-bg: #202328;
    --vz-topbar-user-bg: #31373c;
    --vz-topbar-user-bg-dark: #52639c;
    --vz-footer-bg: #212529;
    --vz-footer-color: #878a99;
    --vz-topnav-bg: #272b30;
    --vz-topnav-item-color: #878a99;
    --vz-topnav-item-color-active: #fff;
    --vz-twocolumn-menu-iconview-bg: #fff;
    --vz-twocolumn-menu-bg: #fff;
    --vz-twocolumn-menu-iconview-bg-dark: var(--vz-vertical-menu-bg-dark);
    --vz-twocolumn-menu-bg-dark: #30363a;
    --vz-twocolumn-menu-item-color-dark: var(--vz-vertical-menu-item-color-dark);
    --vz-twocolumn-menu-item-active-color-dark: #fff;
    --vz-twocolumn-menu-item-active-bg-dark: rgba(255, 255, 255, 0.15);
    --vz-boxed-body-bg: #111316;
    --vz-heading-color: #ced4da;
    --vz-light: #2a2f34;
    --vz-light-rgb: 42, 47, 52;
    --vz-dark: #eff2f7;
    --vz-dark-rgb: 239, 242, 247;
    --vz-link-color: #ced4da;
    --vz-link-hover-color: #ced4da;
    --vz-border-color: #32383e;
    --vz-card-bg-custom: #212529;
    --vz-card-logo-dark: none;
    --vz-card-logo-light: block;
    --vz-list-group-hover-bg: #272b30;
    --vz-input-bg: #262a2f;
    --vz-input-border: #2a2f34;
    --vz-input-focus-border: #33393f;
    --vz-input-disabled-bg: #212529;
    --vz-input-group-addon-bg: #2a2f34;
    --vz-input-check-border: #33393f;
  }
  [data-layout-mode=dark] .dropdown-menu {
    --vz-dropdown-bg: #292e33;
    --vz-dropdown-link-color: #adb5bd;
    --vz-dropdown-link-hover-color: #b9bfc4;
    --vz-dropdown-link-hover-bg: #2f343a;
    --vz-dropdown-border-width: 1px;
    --vz-dropdown-link-active-color: #adb5bd;
    --vz-dropdown-link-active-bg: #2f343a;
  }
  [data-layout-mode=dark] .choices, [data-layout-mode=dark] .flatpickr-calendar, [data-layout-mode=dark] .ck, [data-layout-mode=dark] .ql-toolbar, [data-layout-mode=dark] .select2-container, [data-layout-mode=dark] .menu-dropdown {
    --vz-choices-bg: #292e33;
    --vz-choices-link-color: #adb5bd;
    --vz-choices-link-hover-bg: #2f343a;
    --vz-choices-link-active-color: #dbdde0;
  }






  :root {
    --vz-vertical-menu-bg: #fff;
    --vz-vertical-menu-item-color: #6d7080;
    --vz-vertical-menu-item-hover-color: #a63e37;
    --vz-vertical-menu-item-active-color: #a63e37;
    --vz-vertical-menu-sub-item-color: #7c7f90;
    --vz-vertical-menu-sub-item-hover-color: #a63e37;
    --vz-vertical-menu-sub-item-active-color: #a63e37;
    --vz-vertical-menu-title-color: #919da9;
    --vz-vertical-menu-bg-dark: #a63e37;
    --vz-vertical-menu-item-color-dark: #FFFFFF99;
    --vz-vertical-menu-item-hover-color-dark: #fff;
    --vz-vertical-menu-item-active-color-dark: #fff;
    --vz-vertical-menu-sub-item-color-dark: #FFFFFF99;
    --vz-vertical-menu-sub-item-hover-color-dark: #fff;
    --vz-vertical-menu-sub-item-active-color-dark: #fff;
    --vz-vertical-menu-title-color-dark: #FFFFFF99;
    --vz-header-bg: #fff;
    --vz-header-item-color: #e9ecef;
    --vz-header-bg-dark: #a63e37;
    --vz-header-item-color-dark: #b0c4d9;
    --vz-topbar-search-bg: #f3f3f9;
    --vz-topbar-user-bg: #f3f3f9;
    --vz-topbar-user-bg-dark: #52639c;
    --vz-footer-bg: #fff;
    --vz-footer-color: #98a6ad;
    --vz-topnav-bg: #fff;
    --vz-topnav-item-color: #6d7080;
    --vz-topnav-item-color-active: #a63e37;
    --vz-twocolumn-menu-iconview-bg: #fff;
    --vz-twocolumn-menu-bg: #fff;
    --vz-twocolumn-menu-iconview-bg-dark: var(--vz-vertical-menu-bg-dark);
    --vz-twocolumn-menu-bg-dark: #435590;
    --vz-twocolumn-menu-item-color-dark: var(--vz-vertical-menu-item-color-dark);
    --vz-twocolumn-menu-item-active-color-dark: #fff;
    --vz-twocolumn-menu-item-active-bg-dark: rgba(255, 255, 255, 0.15);
    --vz-boxed-body-bg: #e5e5f2;
    --vz-heading-color: #495057;
    --vz-link-color: #a63e37;
    --vz-link-hover-color: #a63e37;
    --vz-border-color: #e9ebec;
    --vz-card-bg-custom: #fff;
    --vz-card-logo-dark: block;
    --vz-card-logo-light: none;
    --vz-list-group-hover-bg: #f3f6f9;
    --vz-input-bg: #fff;
    --vz-input-border: #ced4da;
    --vz-input-focus-border: #a0a8c4;
    --vz-input-disabled-bg: #eff2f7;
    --vz-input-group-addon-bg: #eff2f7;
    --vz-input-check-border: var(--vz-input-border);

    --lord-icon-primary-base: #a63e37 !important;
    --lord-icon-secondary-base: #405189 !important;
}





.btn-success {
    --vz-btn-color: #fff;
    --vz-btn-bg: #405189;
    --vz-btn-border-color: #405189;
    --vz-btn-hover-color: #fff;
    --vz-btn-hover-bg: #536294;
    --vz-btn-hover-border-color: #405189;
    --vz-btn-focus-shadow-rgb: 47,190,171;
    --vz-btn-active-color: #fff;
    --vz-btn-active-bg: #405189;
    --vz-btn-active-border-color: #405189;
    --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --vz-btn-disabled-color: #fff;
    --vz-btn-disabled-bg: #281a8f;
    --vz-btn-disabled-border-color: #281a8f;
}



.auth-one-bg .bg-overlay {
    background: -webkit-gradient(linear,left top,right top,from(#000),to(#000));
    background: linear-gradient(to right,#000,#000);
    opacity: .9;
}


form input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: -internal-light-dark(rgba(226, 189, 198, 1), rgba(226, 189, 198, 0.6)) !important;
    color: fieldtext !important;
}



.alert-warning.bes-custom {
    --vz-alert-color: #a63e37 !important;
    --vz-alert-bg: rgba(226, 189, 198, 0.31) !important;
    --vz-alert-border-color: rgba(226, 189, 198, 0.31) !important;
    --vz-warning-rgb: #a63e37 !important;
}



:is([data-layout=vertical],[data-layout=semibox])[data-sidebar=dark] .navbar-menu {
    background: black;
    border-right: 1px solid black;
}


#hint_id_password {
    display: none !important;
}


.auth-pass-inputgroup .password-addon.field-type-password .ri-eye-fill:before {
    content: "\ecb6";
}

.auth-pass-inputgroup .password-addon.field-type-text .ri-eye-fill:before {
    content: "\ecb4";
}




[data-layout="vertical"][data-sidebar="dark"][data-sidebar-size="sm"] .navbar-brand-box {
    background: #000 !important;
}

[data-layout="vertical"][data-sidebar="semibox"][data-sidebar-size="sm"] .navbar-brand-box {
    width: 65px !important;
}

.hide_temp {
    display: none;
}