.toolbar-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 10px;
}

body {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

label {
    font-weight: 600 !important;
    font-size: 0.9em;
}

.sidebar-dark-blue .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-blue .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #fff;
    box-shadow: 0 20px 27px rgb(0 0 0 / 5%);
    color: #151414;
}

.sidebar-dark-blue .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-blue .nav-sidebar>.nav-item>.nav-link.active>.nav-icon {
    background: #1890ff;
    color: #fff;
}

.sidebar-dark-blue .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-blue .nav-sidebar>.nav-item>.nav-link>.nav-icon {
    display: inline-flex;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgb(0 0 0 / 12%);
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.315);
}

.table td {
    font-size: 0.9em !important;
}

.kv-table-header {
    background: #fff !important;
    border: none !important;
}

header>tr>th,
.table-bordered>thead.kv-table-header>tr>td,
.kv-table-header>tr,
.kv-table-header>tr>th,
.kv-table-header>tr>td {
    border-bottom: none;
    border-top: none;
    font-weight: 500;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #e6ebf1 !important;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__placeholder {
    color: #999 !important;
    font-size: 0.9em !important;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
    border-left: none !important;
}

.select2-container--krajee-bs4 .select2-results__option[aria-selected] {
    background-color: #fff;
    color: #151414;
    border-radius: 0;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__rendered {
    color: #555;
    padding: 0;
    font-size: 0.9em !important;
}

.form-group {
    margin-bottom: 1.3rem !important;
}

input,
input::placeholder {
    font: 0.9em !important;
}

.elevation-4 {
    box-shadow: none !important;
}

.card {
    border-radius: 12px;
    box-shadow: 0 20px 27px rgb(0 0 0 / 5%);
}

.select2-container--krajee-bs4 .select2-selection--single {
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    padding: 0.375rem 1.5rem 0.375rem 0.5rem;
    border-radius: 0.625rem !important;
}

.select2-container--krajee-bs4 .select2-results__option--highlighted[aria-selected] {
    background-color: #dcebf7 !important;
    color: #007bff !important;
}

.nav-sidebar>.nav-item {
    margin-bottom: 0;
    font-size: 0.9em !important;
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    background: #f6f6f6;
}

.breadcrumb {
    font-size: 0.9em !important;
}

.content-header h1 {
    font-size: 1.4rem !important;
    margin: 0;
    color: #222222 !important;
}


.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.kv-form-bs4 .has-success.highlight-addon .input-group-text {
    color: #495057;
    background-color: #d4edda;
    border-color: #e6ebf1 !important;
}

.select2-container--krajee-bs4 .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    font-size: 0.9em !important;
}

.has-success .select2-container--open .select2-selection,
.has-success .select2-container--krajee-bs4.select2-container--focus .select2-selection {
    box-shadow: 0 0 0 0.2rem rgb(40 167 69 / 25%);
    border-color: #e6ebf1 !important;
    ;
}

select.is-valid+.select2-container--krajee-bs4 .select2-selection--single,
.has-success.select2-container--krajee-bs4 .select2-dropdown,
.has-success .select2-container--krajee-bs4 .select2-selection {
    border-color: #e6ebf1 !important;
    ;
}

.form-control {
    box-sizing: border-box;
    border: 1px solid #e6ebf1;
    border-radius: 0.625rem;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum', "tnum";
    margin: 0 0 10px;
    vertical-align: top;
    transition: margin-bottom .3s .017s linear;
}

.btn {
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    user-select: none;
    touch-action: manipulation;
    height: 40px;
    padding: 8.5px 1.25rem;
    font-size: 14px;
    border-radius: 0.625rem;
    cursor: pointer;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    line-height: 1.5;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
}

.btn-warning {
    color: #ffffff;
    background-color: #ffb107 !important;
    border-color: #ffb607 !important;
    box-shadow: none;
}

.btn-warning:hover {
    color: #ffffff !important;
    background-color: #f3bd48 !important;
    border-color: #fac241 !important;
    box-shadow: none;
}

.card {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    background: #fff;
    border-radius: 2px;
    transition: all .3s;
}

.card-body {
    padding: 16px;
    position: relative;
}

.btn-warning:active {
    color: #ffffff !important;
}

.datepicker-days {
    z-index: 100 !important;
}

.datepicker {
    border-radius: 0;
    padding: 0;
    z-index: 100 !important;
}

/*Bootstrap Calendar*/
.datepicker {
    border-radius: 0;
    padding: 0;
}

.datepicker-days table thead,
.datepicker-days table tbody,
.datepicker-days table tfoot {
    padding: 10px;
    display: list-item;
}

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}

.datepicker-days table thead tr:nth-child(2n+0) td,
.datepicker-days table thead tr:nth-child(2n+0) th {
    border-radius: 3px;
}

.datepicker-days table thead tr:nth-child(3n+0) {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 11px 13px;
}

.datepicker-months table thead td,
.datepicker-months table thead th,
.datepicker-years table thead td,
.datepicker-years table thead th,
.datepicker-decades table thead td,
.datepicker-decades table thead th,
.datepicker-centuries table thead td,
.datepicker-centuries table thead th {
    border-radius: 0;
}

.datepicker td,
.datepicker th {
    border-radius: 50%;
    padding: 0 12px;
}

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-image: none;
}

.datepicker .prev,
.datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
}

.datepicker .prev:hover,
.datepicker .next:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.99);
    font-size: 21px;
}

.datepicker .datepicker-switch {
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}

.datepicker .datepicker-switch:hover {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
}

.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #3546b3;
    background-image: none;
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0, 0, 0, .1);
}

.datepicker-days table thead,
.datepicker-days table tbody,
.datepicker-days table tfoot .today {
    width: 100% !important;
}

.datepicker-days table thead,
.datepicker-days table tbody,
.datepicker-days table tfoot {
    padding: 0px;
    display: list-item;
}
/* .krajee-default.file-preview-frame {
    padding:0 !important;
    margin: -10px !important;
} */
.row-item {
    display: flex;
    flex-direction: row;
    line-height: 3;
}

.label-item {
    font-weight: 500;
    width: 30%;
}

.content-item {
    width: 70%;
}
.row-image{
    display: flex;
}
.row-image img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 20px;
}