 .form-group.span-none {
  padding-left: 0rem;
  padding-right: 0rem;
}

.currencier .select2-container--default .select2-selection {
    background-color: var(--bs-tertiary-bg);
}


/* make avatar circular */
nav#layout-mainmenu ul.mainmenu-toolbar li.mainmenu-account img.account-avatar {
     border-radius: 100%;
}



.text-red > input {
    color: red !important;
    font-weight: bold;
    text-align: center;
}

.large-balloons > label {
    min-width: 270px;
}

.large-balloons > .control-balloon-selector {
    display: inline-block;
}

.large-balloons > .control-balloon-selector > ul > li {
    font-size: 12px;
    padding: 8px 10px;
    width: 70px;
    text-align: center;
    margin-left: 10px;
}

.large-balloons > .control-balloon-selector > ul > li:nth-child(1) {
    margin-left: 0px;
}

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

.bg-red-200 {
    background-color: #fecaca;
}

.bg-yellow-200 {
    background-color: #fde68a;
}

.bg-yellow-100 {
    background-color: #FEF3C7;
}

.bg-blue-200 {
    background-color: #BFDBFE;
}

.bg-green-200 {
    background-color: #a7f3d0;
}

.bg-gray-200 {
    background-color: #eeeeee;
}

.bg-danger-row{
    background-color: #f2dede;
}

.bg-warning-row{
    background-color: #fcf8e3;
}

.bg-success-row{
    background-color: #dff0d8;
}

table.table.data tbody tr.bg-gray-200:nth-child(even) td,
table.table.data tbody tr.bg-gray-200:nth-child(even) th {
    background-color: #eeeeee;
}

table.table.data tbody tr.bg-gray-200:nth-child(odd) td,
table.table.data tbody tr.bg-gray-200:nth-child(odd) th {
    background-color: #eeeeee;
}


table.table.data tbody tr.bg-green-200:nth-child(even) td,
table.table.data tbody tr.bg-green-200:nth-child(even) th {
    background-color: #a7f3d0;
}

table.table.data tbody tr.bg-green-200:nth-child(odd) td,
table.table.data tbody tr.bg-green-200:nth-child(odd) th {
    background-color: #a7f3d0;
}


table.table.data tbody tr.bg-red-200:nth-child(even) td,
table.table.data tbody tr:nth-child(even) th {
    background-color: #fecaca;
}
table.table.data tbody tr.bg-red-200:nth-child(odd) td,
table.table.data tbody tr:nth-child(odd) th {
    background-color: #fecaca;
}

table.table.data tbody tr.bg-yellow-200:nth-child(even) td,
table.table.data tbody tr.bg-yellow-200:nth-child(even) th {
    background-color: #fde68a;
}

table.table.data tbody tr.bg-yellow-200:nth-child(odd) td,
table.table.data tbody tr.bg-yellow-200:nth-child(odd) th {
    background-color: #fde68a;
}

table.table.data tbody tr.bg-yellow-100:nth-child(even) td,
table.table.data tbody tr.bg-yellow-100:nth-child(even) th {
    background-color: #FEF3C7;
}

table.table.data tbody tr.bg-blue-200:nth-child(even) td,
table.table.data tbody tr.bg-blue-200:nth-child(even) th {
    background-color: #BFDBFE;
}

table.table.data tbody tr.bg-danger-row:nth-child(even) td,
table.table.data tbody tr.bg-danger-row:nth-child(even) th {
    background-color: #f2dede;
}

table.table.data tbody tr.bg-warning-row:nth-child(even) td,
table.table.data tbody tr.bg-warning-row:nth-child(even) th {
    background-color: #fcf8e3;
}

table.table.data tbody tr.bg-success-row:nth-child(even) td,
table.table.data tbody tr.bg-success-row:nth-child(even) th {
    background-color: #dff0d8;
}
