* {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: auto;
    color: #333;
    background-color: #f5f5f5;
    /* background-color: #000; */
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol";
    font-size: 100%;
}

body.isOpenNav:before {
    transition: all 0.2s ease-in;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.2);
}

a {
    text-decoration: none !important;
    box-shadow: none;
    outline: none;
    display: block;
    color: #1d9bd1;
}

a:link {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none !important;
    color: inherit;
}

a:hover {
    text-decoration: none !important;
}

a:active,
a.dropdown-select.open {
    text-decoration: none !important;
}

ul {
    list-style: none;
    padding: 0px;
}

.max-width-true {
    max-width: 99%;
    width: 1150px;
    margin-right: auto;
    margin-left: auto;
}

.sidebar-and-content-wrapper {
    width: 100%;
}

.sidebar-and-content-wrapper .main-sidebar {
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100vh;
}

@media (min-width: 992px) {
    .sidebar-and-content-wrapper .main-sidebar {
        width: 240px;
    }
    #menu-close-trigger {
        display: none !important;
    }
}

.sidebar-and-content-wrapper .container-contents {
    width: 100%;
}

@media (min-width: 992px) {
    .sidebar-and-content-wrapper .container-contents {
        width: calc(100% - 240px);
        margin-left: auto;
    }
}

.title {
    font-size: 1.5em;
    line-height: 1.3em;
    color: #333;
    margin-bottom: 8px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol";
    font-weight: 700;
}

.title.small {
    font-size: 1em;
}

.title.title-main {
    font-size: 2.4em;
    font-weight: bold;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol";
}

@media (max-width: 767px) {
    .title.title-main {
        font-size: 1.8em;
    }
}

d .title.title-sm {
    font-size: 1em;
}

.title.w-400 {
    font-weight: 400;
}

.title.w-700 {
    font-weight: bold;
}

.title.w-600 {
    font-weight: 600;
}

.title.margin-bottom {
    margin-bottom: 20px;
}

.hidden-overflow {
    overflow: hidden;
}

.hidden-overflow-x {
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .min-767 {
        display: none;
    }
}

@media (min-width: 768px) {
    .max-767 {
        display: none;
    }
}

.pointer {
    cursor: pointer;
}

.p {
    font-size: 0.9em;
    line-height: 1.5em;
    color: #333;
    letter-spacing: 0.26px;
}

.p.text-danger {
    margin: 5px 0 0px 0;
    font-size: 1em;
    color: red;
}

.p.md {
    font-size: 1em;
}

.p.sm {
    font-size: 0.9em;
}

.p.xs {
    font-size: 0.85em;
}

.text-dim {
    color: #7a7b7b;
}

.text-manage {
    color: #676868;
}

.text-default {
    color: #333;
}

.link-hover {
    color: #333 !important;
}

.link-hover:hover {
    color: #1d9bd1 !important;
}

.text-link {
    color: #1d9bd1 !important;
}

.gutterX {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 1100px) {
    .gutterX {
        padding-left: 3%;
        padding-right: 3%;
    }
}

.gutterY {
    padding-top: 30px;
    padding-bottom: 30px;
}

.gutterY-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.gutterSec {
    padding-top: 30px;
    padding-bottom: 30px;
}

.calendars-popup {
    z-index: 10000000000000000 !important;
}

.contents {
    min-height: 600px;
    min-height: 80vh;
}

.contents.background {
    background-color: #fafafa;
}

.primary-color {
    color: #1d9bd1 !important;
}

.secondary-color {
    color: #1d9bd1;
}

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}

.transform-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.text-bold {
    font-weight: 700;
}

.text-regular {
    font-weight: 400;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

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

.justify-content-around {
    justify-content: space-around;
}

.flex-between,
.justify-content-between {
    justify-content: space-between;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.uppercase {
    text-transform: uppercase;
}

.capitalized {
    text-transform: capitalize;
}

.lowercase {
    text-transform: lowercase;
}

.transition {
    transition: all 0.25s ease-in;
}

.width-100i {
    width: 100% !important;
}

.width-50i {
    width: 50% !important;
}

.width-auto {
    width: auto !important;
}

.width-100 {
    width: 100%;
}

.scrollable-x {
    overflow-x: auto;
}

.scrollable-y {
    overflow-y: auto;
}

.text-primary {
    color: #1d9bd1;
}

.font-fam-heading {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol";
}

.font-fam-default {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol";
}

.loading {
    width: 100%;
    height: auto;
    padding-top: 100px;
    text-align: center;
}

.loading.form-loading {
    padding: 20px 0;
    padding-bottom: 10px;
}

.loading.inside-button {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 5%;
    width: 36px;
}

.loading.inside-button .spinner {
    transform: scale(0.6);
}

.loading.inside-input {
    top: 37px;
    opacity: 0.9;
}

.loading.inside-input .spinner {
    transform: scale(0.5);
}

.loading-message {
    color: #333; 
    font-size: 16px; 
    margin-top: 10px; 
}

.space-manage-bottom {
    margin-bottom: 10px;
}

.white {
    color: #fff !important;
}

.white.dim {
    color: #afafaf !important;
}

.breadcrumb {
    background: none;
    margin: 10px 0;
}

.breadcrumb li.active a {
    color: #1d9bd1;
}

.breadcrumb li a {
    display: inline-block;
}

.breadcrumb li a:hover {
    color: #1d9bd1;
    text-decoration: underline !important;
}

.table-default thead tr,
.table:not(.table-create-voucher) thead tr {
    font-weight: 600;
    background: #f4f5f7;
}

.table-default thead tr.some-bg,
.table:not(.table-create-voucher) thead tr.some-bg {
    background: #f4f5f7;
}

.table-default thead tr.some-bg:nth-of-type(odd),
.table:not(.table-create-voucher) thead tr.some-bg:nth-of-type(odd) {
    background: #fafbfc;
}

.table-default thead tr.some-bg:nth-of-type(even),
.table:not(.table-create-voucher) thead tr.some-bg:nth-of-type(even) {
    background: #fafbfc;
}

.table-default thead tr th,
.table:not(.table-create-voucher) thead tr th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #f4f5f7;
    z-index: 99;
    padding: 10px 15px;
    font-size: 15px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.table-default tbody .tr-border-black td,
.table:not(.table-create-voucher) tbody .tr-border-black td {
    border: 1px solid #afafaf !important;
}

.table-default tbody .tr-border-bottom-black td,
.table:not(.table-create-voucher) tbody .tr-border-bottom-black td {
    border-bottom: 1px solid #afafaf !important;
}

.table-default tbody .tr-border-none td,
.table:not(.table-create-voucher) tbody .tr-border-none td {
    border: none !important;
}

.table-default tbody tr,
.table:not(.table-create-voucher) tbody tr {
    padding: 2px 0;
    background: #fafbfc;
    border: none;
    background: #fff;
}

.table-default tbody tr td,
.table-default tbody tr th,
.table:not(.table-create-voucher) tbody tr td,
.table:not(.table-create-voucher) tbody tr th {
    border: 1px solid #ddd;
    padding: 7px 15px;
    font-size: 14.33px;
    vertical-align: middle;
}

.table-default tbody tr td .table,
.table-default tbody tr th .table,
.table:not(.table-create-voucher) tbody tr td .table,
.table:not(.table-create-voucher) tbody tr th .table {
    margin-bottom: 0;
}

.table-default tbody tr td .title,
.table-default tbody tr th .title,
.table:not(.table-create-voucher) tbody tr td .title,
.table:not(.table-create-voucher) tbody tr th .title {
    margin-bottom: 3px;
}

.table-default tbody tr td a:hover,
.table-default tbody tr th a:hover,
.table:not(.table-create-voucher) tbody tr td a:hover,
.table:not(.table-create-voucher) tbody tr th a:hover {
    color: #1d9bd1;
}

.table-default tbody tr td button,
.table-default tbody tr th button,
.table:not(.table-create-voucher) tbody tr td button,
.table:not(.table-create-voucher) tbody tr th button {
    margin: 2px;
}

.table-default tbody tr th,
.table:not(.table-create-voucher) tbody tr th {
    font-weight: bold;
}

.table-default tbody tr:nth-child(odd),
.table:not(.table-create-voucher) tbody tr:nth-child(odd) {
    background: #fff;
}

.table-default tbody tr:nth-of-type(even),
.table:not(.table-create-voucher) tbody tr:nth-of-type(even) {
    background: #fff;
}

.table-default tbody tr:hover,
.table:not(.table-create-voucher) tbody tr:hover {
    background: #fafbfc !important;
}

.table-default tbody tr.have-bg:nth-of-type(odd),
.table:not(.table-create-voucher) tbody tr.have-bg:nth-of-type(odd) {
    background: #fafbfc;
}

.table-default tbody tr.have-bg:nth-of-type(even),
.table:not(.table-create-voucher) tbody tr.have-bg:nth-of-type(even) {
    background: #fafbfc;
}

.table-default tbody tr.have-bg:hover,
.table:not(.table-create-voucher) tbody tr.have-bg:hover {
    background: #fff !important;
}

/* for dark themes for table */
/* Dark Theme Styles */

#color-table-text{
    color: #b7bbc1;
}

/* .table.table-dark {
    background: #191c24;
    color: #b7bbc1;
}

.table.table-dark thead tr {
    background: #1d2129;
}

.table.table-dark thead tr.some-bg {
    background: #1d2129;
}

.table.table-dark thead tr.some-bg:nth-of-type(odd),
.table.table-dark thead tr.some-bg:nth-of-type(even) {
    background: #2a2f38;
}

.table.table-dark thead tr th {
    background: #1d2129;
    color: #b7bbc1;
    border: 1px solid #3e4451;
}

.table.table-dark tbody tr {
    background: #191c24;
    color: #b7bbc1;
}

.table.table-dark tbody tr td {
    border: 1px solid #3e4451;
}

.table.table-dark tbody tr:nth-child(odd),
.table.table-dark tbody tr:nth-of-type(even) {
    background: #191c24;
}

.table.table-dark tbody tr:hover {
    background: #1d2129 !important;
}

.table.table-dark tbody tr.have-bg:nth-of-type(odd),
.table.table-dark tbody tr.have-bg:nth-of-type(even) {
    background: #2a2f38;
}

.table.table-dark tbody tr.have-bg:hover {
    background: #191c24 !important;
} */




.flow-box {
    background: #fff;
    border: 1px solid #dfe1e6;
    border-radius: 5px;
    margin: 0 auto 60px;
    padding: 30px;
    width: 100%;
    max-width: 850px;
}

.flow-box.medium {
    max-width: 600px;
}

.flow-box .flow-list {
    margin-bottom: 18px;
}

.flow-box .flow-devide {
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 20px 0;
}

.flow-box .flow-devide.no-border {
    border: none;
}

.modal-dialog .modal-content {
    background: #fff;
    border: none;
    border-radius: 8px !important;
    border-width: thin;
    box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.3),
        0 4px 8px 3px rgba(60, 64, 67, 0.15);
}

.tool-tip-default {
    width: 100%;
    min-width: 250px;
    transform: scale(0.7);
    z-index: 99999;
    background: #f9f9f9;
    position: absolute;
    left: 0;
    bottom: 35px;
    box-shadow: 0 3px 9px rgba(12, 12, 12, 0.17);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #f2f2f2;
}

.tool-tip-default .indicator {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fdfdfd;
    top: auto;
    left: 15px;
    transform: rotateZ(-270deg);
    bottom: -14px;
}

.tool-tip-default .tt-content {
    padding: 8px 8px;
    min-height: 30px;
}

.tool-tip-default .tt-content .p {
    color: #333 !important;
}

.tool-tip-default .tt-content .p.compare-p {
    font-size: 0.82em;
    line-height: 1.3em;
}

.tool-tip-default.center {
    left: 50%;
    transform: translateX(-50%);
}

.show-tool-tip {
    position: relative;
    cursor: pointer;
}

.show-tool-tip:hover .tool-tip-default {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.overFlowX {
    overflow-x: auto;
    overflow-y: visible;
}

.max-form {
    max-width: 600px;
    margin: 20px 0;
}

.content-wrapper {
    padding: 20px 30px;
    /* changed  this for full background on dark mode  */
    min-height: 88vh;
}

.container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-header {
    border: none;
}

.modal-backdrop {
    z-index: 888899;
}

.modal {
    z-index: 999999;
    overflow-y: auto;
}

.pagination .page-item.active .page-link {
    background: #dbf3ff;
    color: #1d9bd1 !important;
    border-color: #c1e9fd;
}

.pending {
    color: #997ee5;
}

.accepted {
    color: #9bfb9a;
}

.delivered {
    color: #006300;
}

.cancel {
    color: #cb2027;
}

.placeholder-image {
    width: 100%;
    margin: 30px auto;
    display: block;
    max-width: 300px;
}

.state-message {
    position: fixed;
    z-index: 9999999;
    color: #333;
    text-align: center;
    padding: 20px 30px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
    background: #fff;
    border-radius: 4px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 20px 32px -8px;
    border-radius: 3px;
    overflow: auto;
}

@media (min-width: 768px) {
    .state-message {
        left: 10%;
        transform: none;
    }
}

.state-message .p {
    font-weight: 600;
}

.text-white {
    color: #fff !important;
}

.main-sidebar-layout .sidebar > div {
    padding: 25px 20px;
    background: #fff;
    /* border: 1px solid #eee; */
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
}

i {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.narration {
    margin: 5px 0;
    border-top: 1px solid #e0dede;
}

.autocomplete-result-list {
    background: #eee;
    width: 100%;
    z-index: 9999999 !important;
}

.autocomplete-result-list li {
    padding: 3px 3px 2px 10px;
    border-bottom: 1px solid #ddd;
}

.autocomplete-result-list li:focus,
.autocomplete-result-list li:hover {
    color: #fff;
    background: #222;
}

.autocomplete-result-list li[aria-selected="true"] {
    color: #fff;
    background: #222;
}

@media (min-width: 700px) {
    .modal-dialog {
        max-width: 750px;
    }
}

.autocomplete-input {
    width: 100%;
}

.back {
    padding: 3px 10px;
    background: #303e4d;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999999;
    cursor: pointer;
}

.req:after {
    content: "*";
    display: inline-block;
    color: red;
    margin: 0 3px;
    font-weight: 400 !important;
}

.input.no-border,
.chosen-container-multi .no-border.chosen-choices {
    border: none;
}

.input.no-border:focus,
.chosen-container-multi .no-border.chosen-choices:focus {
    border: none;
}

form.password-form {
    max-width: 300px;
}

form.organization-form {
    max-width: 700px;
}

form.create-user-form {
    max-width: 900px;
    line-height: 175%;
}

form.update-permission-form {
    line-height: 145%;
}

form.organization-form,
form.password-form {
    line-height: 145%;
}

form.organization-form label,
form.password-form label {
    font-size: 1em;
    font-weight: 500;
}

table.all-user-table {
    line-height: 145%;
}

table.all-user-table tbody tr td {
    padding: 7px 3px !important;
}

.checkbox-label {
    font-size: 0.8em !important;
    font-weight: 400 !important;
}

form.account-edit-form {
    padding: 5px;
    margin-top: 2px;
    border-top: 1px solid #eee;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    transform: scale(0.6);
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #1d9bd1;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #1d9bd1 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.nepali-date-picker {
    z-index: 99999999999 !important;
}

.filter-contents {
    margin-bottom: 20px;
}

.filter-contents div {
    margin-top: 10px;
}

.user-label {
    width: 100px;
    font-weight: bold;
    color: #7a7b7b;
}

.user-label,
.user-val {
    display: inline-block;
}

.user-profile > div {
    background: #fff;
    padding: 15px;
    margin: 0;
    margin-bottom: 10px;
}

.sticky-global th{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
}

#header {
    border-bottom: 1px solid #f5f5f5;
    background: #f9f6f1 ;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px 0 rgba(153, 153, 153, 0.1);
}

#dark-theme,.dark-theme-sidebar{
    background-color: #191c24 !important;
}


#dark-background-text-color{
    color: #ffffff !important;
}

#dark-background-content{
    background-color: #000;
} 

@media (min-width: 992px) {
    #header {
        background: #fff ;
        /* background-color: #191c24 !important; */
        box-shadow: none;
        border: none;
    }
}

#header.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
}

#header .navbar-dark,
#header .bg-light {
    background: none !important;
    max-width: 1500px;
    margin: 0 auto;
    padding: 1px 0;
}

@media (max-width: 991px) {
    #header .navbar-dark,
    #header .bg-light {
        width: 96%;
    }
}

#header .navbar-toggler {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0;
}

@media (max-width: 991px) {
    #header .navbar-toggler {
        top: -2px;
        margin-right: 6px;
    }
}

#header .navbar-toggler .navbar-toggler-icon {
    width: 1.4em;
    height: 1.4em;
}

@media (min-width: 993px) {
    #header .navbar-left {
        margin-left: 20px;
    }
}

#header .nav-item .nav-link {
    color: #333;
    font-size: 1em;
}

@media (min-width: 993px) {
    #header .nav-item .nav-link {
        margin-right: 9px;
    }

    #header .nav-item .nav-link.last {
        margin-right: 0;
    }
}

#header .nav-item.active .nav-link {
    color: #1d9bd1;
}

#header .nav-item:hover .nav-link {
    color: #1d9bd1;
}

#header .nav-item.dropdown .dropdown-menu {
    padding: 0;
    position: absolute;
    left: 10px;
    min-width: 180px;
    background: #f4f4f4;
    margin-top: 0px;
    border-radius: 3px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in;
    visibility: hidden;
}

#header .nav-item.dropdown .dropdown-menu.is-open {
    visibility: visible;
    opacity: 1;
}

#header .nav-item.dropdown .dropdown-menu.on-right {
    left: auto;
    right: -10px;
}

#header .nav-item.dropdown .dropdown-menu a {
    color: #333;
    padding: 8px 13px;
    font-size: 0.9em;
    background: #f4f4f4;
    border-bottom: 1px solid #eee;
    margin: 0;
}

#header .nav-item.dropdown .dropdown-menu a:hover {
    color: #1d9bd1;
}

@media (min-width: 991px) {
    #header .nav-item.dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
    }
}

#header .navbar-brand {
    top: -2px;
    color: #333;
}

@media (max-width: 991px) {
    #header .navbar-brand {
        top: 0;
    }
}

@media (min-width: 767px) {
    #header .navbar-right .nav-item .nav-link {
        margin-left: 26px;
        margin-right: 0 !important;
    }

    #header .navbar-right .nav-item .nav-link.is-for-account {
        margin-left: 10px;
    }
}

#header .navbar-right .nav-item .nav-link.with-icon svg {
    width: 23px;
    height: 23px;
    fill: #7a7b7b;
}

#header .search-navbar {
    width: 260px;
    height: 32px;
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#header .search-navbar.search-box-mobile-only {
    display: none !important;
}

@media (max-width: 991px) {
    #header .search-navbar.search-box-mobile-only {
        display: block !important;
    }

    #header .search-navbar.search-box-mobile-only.visible {
        transform: translate3d(-50%, 0, 0);
        opacity: 1;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    #header .search-navbar {
        width: 180px;
    }
}

@media (max-width: 991px) {
    #header .search-navbar {
        width: 100%;
        max-width: 96%;
        height: 100%;
        background-color: #1d9bd1;
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 99;
        transform: translate3d(-50%, -50px, 0);
        opacity: 0;
        transition-duration: 0.3s;
    }
}

#header .search-navbar form {
    width: 100%;
}

@media (max-width: 991px) {
    #header .search-navbar form {
        width: calc(100% - 68px);
        float: left;
        position: relative;
        top: 14px;
    }
}

#header .search-navbar .cancel-search {
    color: #7a7b7b;
    font-size: 0.9em;
}

@media (max-width: 991px) {
    #header .search-navbar .cancel-search {
        width: 65px;
        float: right;
        position: relative;
        top: 18px;
    }
}

#header .search-navbar .search-input {
    background: #ececec;
    width: 100%;
    height: 32px;
    border: none !important;
    border-radius: 4px;
    box-shadow: none !important;
    -webkit-appearance: none;
    padding: 0 32px 1px 14px;
    font-size: 0.9em;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol";
    outline: none !important;
}

#header .search-navbar .search-input:focus {
    background-color: #eee;
}

#header .search-navbar .search-icon {
    width: 22px;
    height: auto;
    right: 10px;
    top: 0px;
    cursor: pointer;
    z-index: 20;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}

#header .search-navbar .search-icon img,
#header .search-navbar .search-icon svg {
    width: 15px;
    height: auto;
    max-height: 17px;
    margin-top: 3px;
    fill: #7a7b7b;
}

#header .search-navbar ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7a7b7b;
}

#header .search-navbar ::-moz-placeholder {
    /* Firefox 19+ */
    color: #7a7b7b;
}

#header .search-navbar :-ms-input-placeholder {
    /* IE 10+ */
    color: #7a7b7b;
}

#header .search-navbar :-moz-placeholder {
    /* Firefox 18- */
    color: #7a7b7b;
}

#header .search-navbar.revel-search {
    transform: translate3d(-50%, 0px, 0);
    opacity: 1;
}

.nav-user-action a:last-child {
    margin-right: 0;
}

.nav-user-action a svg {
    fill: #7a7b7b;
    width: 23px;
    height: 23px;
}

.nav-user-action a.no-margin-right {
    margin-right: 0;
}

.user-profile-sm {
    width: 35px;
    height: 35px;
    background-color: #d5e5f1;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 50%;
    color: #676868;
    font-size: 1.2em;
    line-height: 33px;
    margin: 0;
    font-weight: bold;
}

.user-profile-sm.md {
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.user-profile-sm.lg {
    width: 54px;
    height: 54px;
    line-height: 54px;
}

.user-profile-sm.xs {
    width: 30px;
    height: 30px;
}

.user-profile-sm.scale {
    transform: scale(0.92);
}

#mobileNav {
    background: #303e4d;
    /* background: #191c24; */
    z-index: 99999;
    transition: transform 0.2s linear;
    overflow-y: auto;
}

@media (max-width: 991px) {
    #mobileNav {
        width: 100%;
        max-width: 280px;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

@media (min-width: 992px) {
    #mobileNav {
        display: block;
        transform: translate3d(0, 0, 0) !important;
    }
}

@media (max-width: 991px) {
    #mobileNav {
        display: block;
    }
}

#mobileNav.isActive {
    transform: translate3d(0, 0, 0) !important;
}

#mobileNav .title {
    margin: 10px 0;
}

#mobileNav .nav-header {
    padding: 10px 25px;
    margin-top: 15px;
}

#mobileNav .nav-header .title {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
}

#mobileNav .nav-header .title.accounting-year {
    margin-top: 5px;
    font-size: 0.9em;
}

#mobileNav .nav-header img {
    width: 32px;
    margin-right: 10px;
}

#mobileNav nav h3 {
    padding: 7px 0;
    display: flex;
    padding: 10px 25px !important;
    margin: 0;
    color: #b7bbc1;
    font-size: 0.9em;
    font-weight: bold;
    border-bottom: 1px solid #83838346;
    align-items: center;
    justify-content: space-between;
}

#mobileNav nav h3:hover {
    color: #fff;
    background-color: #4a5664;
    cursor: pointer;
}

#mobileNav nav li {
    align-items: center;
}

#mobileNav nav li:hover,
#mobileNav nav li.active {
    color: #1d9bd1;
    background-color: #4a5664;
    cursor: pointer;
}

#mobileNav nav li:hover a,
#mobileNav nav li.active a {
    color: #eee;
}

#mobileNav nav li:hover a .fa,
#mobileNav nav li.active a .fa {
    color: #1d9bd1;
}

#mobileNav nav li:last-child {
    margin-bottom: 0;
}

#mobileNav nav li.special {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 8px 0 10px;
}

#mobileNav nav li a {
    color: #b7bbc1;
    padding: 5px 0 5px 25px;
    font-size: 0.9em;
}

#mobileNav nav li a .fa {
    color: #7a7b7b;
    width: 16px;
    margin-right: 5px;
    font-size: 0.8em;
    position: relative;
    top: -1px;
}

#mobileNav nav li a.active {
    color: #eee;
}

#mobileNav nav li a.active .fa {
    color: #1d9bd1;
}

.link-user-profile {
    margin-left: 0 !important;
}

.link-user-profile .user-profile-sm {
    display: inline-block;
}

.link-user-profile span {
    padding: 0 7px;
}

@media (max-width: 991px) {
    .link-user-profile span {
        display: none;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

.form-group {
    margin-bottom: 8px;
}

.form-group label {
    font-size: 1.02em;
    margin-bottom: 5px;
}

.form-control,
.input,
.chosen-container-multi .chosen-choices,
input:not([type="checkbox"]):not([type="radio"]) {
    display: block;
    width: 100%;
    padding-left: 5px;
    height: 30px;
    border: 1px solid #ccc;
}

.form-control.width-100,
.input.width-100,
.chosen-container-multi .width-100.chosen-choices,
input:not([type="checkbox"]):not([type="radio"]).width-100 {
    width: 100%;
}

.form-control[type="submit"],
.input[type="submit"],
.chosen-container-multi [type="submit"].chosen-choices,
input:not([type="checkbox"]):not([type="radio"])[type="submit"] {
    background: #1d9bd1 !important;
    line-height: 10px;
    box-shadow: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    cursor: pointer;
    margin-top: 10px;
}

.form-control[type="submit"].radius,
.input[type="submit"].radius,
.chosen-container-multi [type="submit"].radius.chosen-choices,
input:not([type="checkbox"]):not([type="radio"])[type="submit"].radius {
    border-radius: 22px;
}

.form-control[type="submit"]:disabled,
.input[type="submit"]:disabled,
.chosen-container-multi [type="submit"].chosen-choices:disabled,
input:not([type="checkbox"]):not([type="radio"])[type="submit"]:disabled {
    opacity: 0.5;
    cursor: default;
}

.form-control.width-specific,
.input.width-specific,
.chosen-container-multi .width-specific.chosen-choices,
input:not([type="checkbox"]):not([type="radio"]).width-specific {
    width: 265px;
}

.form-control.select,
.input.select,
.chosen-container-multi .select.chosen-choices,
input:not([type="checkbox"]):not([type="radio"]).select {
    color: #808182;
}

.form-control.bg,
.input.bg,
.chosen-container-multi .bg.chosen-choices,
input:not([type="checkbox"]):not([type="radio"]).bg {
    background: #fafafa;
}

input[type="hidden"] {
    height: 0 !important;
}

.react-datepicker-wrapper {
    display: block !important;
}

.checkbox-switch {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.checkbox-switch.sm {
    transform: scale(0.7);
}

.checkbox-switch .p {
    margin-right: 5px;
}

.checkbox-switch:focus {
    outline: none;
}

.checkbox-switch label {
    position: relative;
    display: block;
    width: 60px;
    height: 30px;
    background: #e1e7e9;
    border-radius: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0.4px 0.8px 2px rgba(0, 0, 0, 0.5) inset;
    transition: background 0.2s ease-in;
    font-size: 0.95em;
}

.checkbox-switch label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
    font-size: 12px;
    font-family: sans-serif;
    color: #666666;
    line-height: 30px;
    text-align: center;
    box-shadow: 0.2px 0.4px 2px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease-in;
}

.checkbox-switch input {
    display: none;
}

.checkbox-switch input:checked ~ label {
    background: #1d9bd1;
}

.checkbox-switch input:checked ~ label:after {
    content: "";
    transform: translateX(30px);
}

.chosen-container-multi .chosen-choices {
    min-height: 36px;
    max-height: 40px;
}

/* codepen https://codepen.io/hernansartorio/pen/vOrBym */

.dropdown-select {
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.25) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40FFFFFF", endColorstr="#00FFFFFF", GradientType=0);
    box-sizing: border-box;
    border: 1px solid #fcfcfc;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 36px;
    line-height: 34px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    margin-right: 15px;
}

.dropdown-select:focus {
    background-color: #f1f1f1;
}

.dropdown-select:hover {
    background-color: #f3f3f3;
}

.dropdown-select:active,
.dropdown-select.open {
    background-color: #f0f0f0 !important;
    border-color: #e4e4e4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: "";
    display: block;
    margin-top: -2px;
    position: absolute;
    right: 10px;
    top: 50%;
}

.dropdown-select.haslist {
    background-color: #f6f6f6;
    border-radius: 3px;
    border: solid 1px #eee;
}

.dropdown-select.open {
    background-color: #f6f6f6;
    border-radius: 3px;
    border: solid 1px #eee;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.0075);
}

.dropdown-select.open:after {
    transform: rotate(-180deg);
}

.dropdown-select.open .list {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.dropdown-select.open .option {
    cursor: pointer;
}

.dropdown-select.wide {
    width: 100%;
}

.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown-select .current {
    text-transform: capitalize;
}

.dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transform: scale(0.75);
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 3px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
}

.dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 34px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    text-transform: capitalize;
    border-bottom: 1px solid #f6f6f6;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
    font-weight: 600;
    background-color: #e7e7e7 !important;
}

.dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.password-group .show-password {
    top: 2px;
    right: 10px;
    line-height: 0;
    cursor: pointer;
}

.password-group .show-password svg {
    width: 20px;
    height: 20px;
    fill: #676868;
}

.password-group .show-password img {
    width: 20px;
    opacity: 0.8;
}

.password-group .show-password .icon-hide-password {
    display: none;
}

.password-group .show-password.visible-password .icon-show-password {
    display: none !important;
}

.password-group .show-password.visible-password .icon-hide-password {
    display: block !important;
}

.password-group .input,
.password-group .chosen-container-multi .chosen-choices,
.chosen-container-multi .password-group .chosen-choices {
    padding-right: 30px;
}

.button {
    outline: none !important;
    border: 1px solid #1d9bd1;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol";
    color: #7a7b7b;
    padding: 5px 15px;
    background: #1d9bd1;
    border-radius: 0px;
    font-size: 0.95em;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    text-align: center;
    background: #1d9bd1;
    transition: 0.3s all ease-in-out;
}

.button-primary:hover {
    background-color: #1d9bd1d9;
}

.button:disabled {
    cursor: not-allowed !important;
}

.button.inline-true {
    display: inline-block;
    margin: 0 4px 4px 0;
}

.button.inline-true:last-child {
    margin-right: 0;
}

@media (max-width: 768px) {
    .button {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

.button svg,
.button img {
    width: 15px;
    height: 15px;
    fill: #7a7b7b;
    display: inline-block;
    position: relative;
}

.button.md {
    padding: 2px 11px;
}

.button.border-only {
    background: none !important;
    color: #333;
}

.button:hover {
    color: #fff;
}

.button.fill {
    background: #1d9bd1;
    color: #fff;
}

.button.no-radius {
    border-radius: 0px;
}

.button.primary {
    color: #1d9bd1;
}

.button.button-sm,
.button.sm {
    padding: 3px 12px;
}

.button.button-xs,
.button.xs {
    font-size: 0.85em;
    padding: 3px 6px;
}

.button.white {
    background: #f3f3f3;
    border: 1px solid #ccc;
    background-image: -webkit-linear-gradient(top, #fefefe, #f3f3f3);
    color: #676868 !important;
}

.button.white:hover,
.button.white.active {
    background-color: #dfdfdf !important;
    border-color: #ccc !important;
    box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.3);
    color: #333 !important;
}

.button.white:hover svg,
.button.white:hover path,
.button.white.active svg,
.button.white.active path {
    fill: #1d9bd1;
}

.button.extend {
    margin-right: -5px;
}

.button:disabled {
    cursor: default;
    opacity: 0.6;
}

.button.danger {
    background: #fde8f7;
    border: 1px solid #fde8f7 !important;
    color: #e91e63 !important;
}

.button.danger:hover {
    color: #e91e63 !important;
}

.button.edit {
    background: #dbf3ff;
    border: 1px solid #dbf3ff;
    color: #1d9bd1 !important;
}

.button.edit:hover {
    background: #dbf3ff;
    color: #1d9bd1 !important;
}

.button.sec-border {
    border: 1px solid #1d9bd1 !important;
}

.button.sec-border:hover {
    border-color: #1d9bd1 !important;
}

.button.text-white {
    color: #fff !important;
}

.input__menu {
    z-index: 999999 !important;
}

.login-wrapper {
    width: 100%;
    min-height: 100vh;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    font-family: "Muli", sans-serif;
}

.loginBox {
    width: 525px;
    max-width: 95%;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 6px 31px #ddd;
    padding: 60px 10px;
}

.loginBox .login-content {
    max-width: 300px;
    margin: 0 auto;
    width: 95%;
}

.login-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #555;
}

.login-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #555;
}

.login-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #555;
}

.login-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #555;
}

.login-form .button {
    margin-top: 10px;
}

.login-form .button-no-margin {
    margin-top: 0;
}

.login-content .veda-logo {
    width: 90px;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
}

.link-help {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #1d9bd1;
    text-decoration: none;
    margin-top: 30px;
    display: block;
}

.g-recaptcha {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.error-message {
    padding: 10px 10px 10px 20px;
    background: #de1818;
    margin-bottom: 20px;
    border-radius: 4px;
}

.error-message p {
    margin: 0;
    font-size: 15px;
    color: #fff;
}

.more-links {
    padding: 10px 20px;
    margin-top: 10px;
}

.more-links a {
    color: #737373;
    font-size: 13px;
    text-decoration: none;
}

.more-links nav a {
    margin-right: 10px;
}

.more-links nav a:last-child {
    margin-right: 0;
}

.more-links a:hover {
    color: #1d9bd1;
    font-size: 13px;
    text-decoration: none;
}

.powered a {
    color: #333;
    font-weight: bold;
}

.powered span {
    color: #636366;
    font-size: 13px;
}

.login-wrapper > div {
    width: 100%;
    width: 600px;
    max-width: 95%;
    margin: 0 auto;
}

.page-head .filter-contents {
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .page-head .filter-contents .col-md-8 {
        padding-left: 0;
    }
}

.page-head .link-tabs a {
    padding: 5px 15px;
    color: #7a7b7b;
}

.cursor-pointer {
    cursor: pointer;
}

.table-accordion-body {
    margin-top: 2px;
    border-top: 1px solid #6c757d;
}

.table-accordion-header {
    font-weight: bold;
}

.title-colored {
    color: #303e4d;
}

.report-table tr {
    height: 1px;
}

.report-table tr td {
    height: inherit;
}

.report-table tr td table {
    height: 100%;
    width: 100%;
}

.report-table tr td table td {
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
}

.required::after {
    content: " *";
}

.text-semibold {
    font-weight: 600;
}

.info-table {
    table-layout: fixed;
}

.info-table td {
    padding: 4px 0px;
}

.main-sidebar.show {
    transform: translate3d(0, 0, 0) !important;
}

.main-sidebar {
    position: relative;
}

#menu-close-trigger {
    display: none;
    position: absolute;
    top: 19.5px;
    right: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 999999;
    opacity: 1;
    box-shadow: 0 1px 6px 1px rgba(48, 62, 77, 0.5);
    cursor: pointer;
}

.main-sidebar.show #menu-close-trigger {
    display: flex;
}

.stepwrapper {
    gap: 2em;
}
.stepwrapper .name {
    flex-grow: 1;
}

.wrapper .progress {
    height: 10px;
}

.stepwrapper .progress-bar {
    background-color: #303e4d ;
}

.mb-small label {
    margin-bottom: 3px;
}

input#customFile {
    border: 0;
    padding: 0;
}

input#customFile::file-selector-button {
    border: 0;
    background: #303e4d;
    color: #fff;
    padding: 0.2em 0.5em;
    transition: 0.3s ease all;
    cursor: pointer;
}

ul.sidebar-each-menu {
    -webkit-animation: scale-up-ver-top 0.3s linear forwards;
    animation: scale-up-ver-top 0.3s linear forwards;
}

@-webkit-keyframes scale-up-ver-top {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
}
@keyframes scale-up-ver-top {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
}

.largeInput {
    height: unset !important;
    border-radius: 5px;
    padding: 10px 15px !important;
}

.md-title {
    font-size: 1.2em !important;
    font-weight: 500 !important;
    margin-bottom: 15px;
}

.no-border {
    border: none;
}


.emploader > div {
    height: 81vh;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.hoverinfo {
    display: flex;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 24rem;
    padding: 0.5rem 1.5rem;
    border-radius: 0.25rem;
    position: absolute;
    top: -44px;
    background-color: #303e4d !important;
    color: white;
    will-change: opacity;
    opacity: 0;
    transform: translate3d(0, 3rem, 0) scale(0.2);
    pointer-events: none;
    left: 50%;
    transition: 240ms cubic-bezier(0, 1, 0.5, 1.25);
    transform: translateX(-50%) !important;
}

.hoverinfo::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    top: 29PX;
    border-width: 0.75rem 0.5rem 0;
    border-style: solid;
    border-color: #303e4d transparent !important;
    position: absolute;
    bottom: -0.75rem;
    transform: translateX(-50%);
}

    .hoverIcon:hover .hoverinfo {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        pointer-events: auto;
    }

    .displayInline > label {
        display: inline-block !important;
    }