.btn .svg-icon {
    top: -1px;
    position: relative;
}

.nav-line-tabs .nav-item .nav-link.active {
color: var(--bs-gray-800);
}

input.onGrey {
    background-color: #eef3f7 !important;
    border: 1px solid #f5f8fa !important;
}

.wr-text-block {
    padding: 0.5rem 0;
    margin-bottom: 0;
    font-weight: 900;
    line-height: 1.1;
    font-size: 8rem !important;
}

.wr-text-block-1 {
    font-size: 8rem !important;
}

.wr-text-block-2 {
    font-size: 6rem !important;
}

.wr-text-block-3 {
    font-size: 5rem !important;
}

.wr-text-block-4 {
    font-size: 3.5rem !important;
}

.wr-text-block-5 {
    font-size: 2.5rem !important;
}

.wr-text-block-6 {
    font-size: 2.0rem !important;
}

#wrToolbar_left_expandable_buttons_show[aria-expanded="true"] {
    display: none;
}
#wrToolbar_right_buttons_show[aria-expanded="true"] {
    display: none;
}

#wrToolbar_left_expandable_buttons a.btn:last-child {
    margin-right: 0 !important;
}

.menu-item .form-switch label {
    margin-left: 1rem !important;
}

#kt_aside_footer_devPanel .svg-icon {
  color: #494b74;
}

#kt_aside_footer_devPanel .danger .svg-icon {
  color: #861C36;
}

#kt_aside_footer_devPanel .btn {
  background-color: rgba(63, 66, 84, 0.35);
}

#kt_aside_footer_devPanel .btn:hover {
  background-color: rgba(63, 66, 84, 0.25) !important;
}

.btn-icon[data-kt-indicator="on"] span.svg-icon {
    display: none;
}

/*
    Hover effect when activated for tables
*/

.wrTableHighlight {
    /* SVG indicator for column/y-axis */
    /*background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M22%2012C22%2017.5%2017.5%2022%2012%2022C6.5%2022%202%2017.5%202%2012C2%206.5%206.5%202%2012%202C17.5%202%2022%206.5%2022%2012ZM12%206C8.7%206%206%208.7%206%2012C6%2015.3%208.7%2018%2012%2018C15.3%2018%2018%2015.3%2018%2012C18%208.7%2015.3%206%2012%206Z%22%20fill%3D%22%23B5B5C3%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat;*/
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12%2022C11.4%2022%2011%2021.6%2011%2021V3C11%202.4%2011.4%202%2012%202C12.6%202%2013%202.4%2013%203V21C13%2021.6%2012.6%2022%2012%2022Z%22%20fill%3D%22%23B5B5C3%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat;
    background-size: calc(0.375em + 0.375rem) calc(0.375em + 0.375rem);
    background-position: -4px center !important;
}

.wrTableHighlight:hover {
    /* SVG indicator for active cell */
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12.6343%2012.5657L8.45001%2016.75C8.0358%2017.1642%208.0358%2017.8358%208.45001%2018.25C8.86423%2018.6642%209.5358%2018.6642%209.95001%2018.25L15.4929%2012.7071C15.8834%2012.3166%2015.8834%2011.6834%2015.4929%2011.2929L9.95001%205.75C9.5358%205.33579%208.86423%205.33579%208.45001%205.75C8.0358%206.16421%208.0358%206.83579%208.45001%207.25L12.6343%2011.4343C12.9467%2011.7467%2012.9467%2012.2533%2012.6343%2012.5657Z%22%20fill%3D%22%23009EF7%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
    background-position: -4px center !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > td.wrTableHighlight {
    --bs-table-accent-bg: transparent;
    background-color: #f7fafb;
}

body.theme-dark .table-striped > tbody > tr:nth-of-type(odd) > td.wrTableHighlight {
    --bs-table-accent-bg: transparent;
    background-color: #1c1c29;
}

table.wrTable.isHover tbody tr:hover td {
    --bs-table-accent-bg: transparent; /* Sets "default" background color to transparent, otherwise it will be dimmed through that color */
    background-color: #fff8dd;

    /* SVG indicator for row/x-axis */
    /*background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M22%2012C22%2017.5%2017.5%2022%2012%2022C6.5%2022%202%2017.5%202%2012C2%206.5%206.5%202%2012%202C17.5%202%2022%206.5%2022%2012ZM12%206C8.7%206%206%208.7%206%2012C6%2015.3%208.7%2018%2012%2018C15.3%2018%2018%2015.3%2018%2012C18%208.7%2015.3%206%2012%206Z%22%20fill%3D%22%23B5B5C3%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat;*/
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21%2013H3C2.4%2013%202%2012.6%202%2012C2%2011.4%202.4%2011%203%2011H21C21.6%2011%2022%2011.4%2022%2012C22%2012.6%2021.6%2013%2021%2013Z%22%20fill%3D%22%23B5B5C3%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat;
    background-size: calc(0.375em + 0.375rem) calc(0.375em + 0.375rem);
    background-position: 97% center;
}

body.theme-light .table-striped > tbody > tr:nth-of-type(odd):hover > td {
    background-color: #f7fafb !important;
}

body.theme-light .table-striped > tbody > tr:nth-of-type(even):hover > td {
    background-color: white !important;
}

.table-striped > tbody > tr:nth-of-type(odd):hover > td.wrTableHighlight {
    background-color: #f7fafb;
}

body.theme-dark .table-striped > tbody > tr:nth-of-type(odd):hover > td.wrTableHighlight {
    background-color: #1c1c29 !important;
}

table.wrTable.isHover tbody tr:hover > .sorting_1 {
    /*background-color: #fff8dd;*/
}

table.wrTable.isHover thead:hover {
    background-color: white;
}

body.theme-dark .fixedHeader-floating > thead > tr > th {
    background-color: #1e1e2d !important;
}

table.wrTable td[wr-table-colalias="action"] {
    padding: 0 5px 0 0;
}

/**
    TODO: Go through this file and add comments (and remove stuff that is not in use)
    Everything above this is verified
 */
.btn-outline-primary:hover {
    color: #fff;
}

a.btn-icon i.fas {
    margin-right: 0 !important;
}

a.btn-xs, a.btn-xs.btn-icon {
    font-size: 12px !important;
    padding: 6px 12px 6px !important;
}

    a.btn-xs i.fas {
        font-size: 10px !important;
        margin-right: 2px !important;
        margin-top: -3px !important;
    }

    a.btn-xs.btn-icon {
        padding: 6px 12px !important;
        height: calc(2rem + 4px) !important;
        width: unset;
    }

        a.btn-xs.btn-icon i {
            padding-top: 2px !important;
            padding-left: 1px !important;
        }

.btn.wrFaded {
    opacity: 0.25;
    transition: 0.5s;
}

.btn.wrFaded:hover {
    opacity: 1;
    transition: 0.2s;
}

table.wrTable tr td:first-child, table.wrTable tr th:first-child {
    padding-left: 10px;
}

table.wrTable .noWrap {
    white-space: nowrap !important;
}

table.wrTable .normalWrap {
    white-space: normal !important;
}

table.wrTable tfoot.withBorder tr td {
    border-top-style: solid !important;
    border-top-color: #5E6278 !important;
    border-top-width: 2px !important;
    font-weight: bold;
}

div.dataTables_scrollFoot tfoot.withBorder tr td {
    border-top-width: 0 !important;
}

/*table.wrTable .r90 {
    writing-mode: sideways-lr;
    transform: rotate(0);
    white-space: nowrap;
}*/

.r90 {
    height: 150px !important;
    white-space: nowrap;
    text-align: left;
    vertical-align: bottom;
}

.r90 > div {
    transform: rotate(-90deg);
    width: 1px;
}

/**
    Fix for tables with .r90 (rotated headlines)
 */
table.dataTable > thead .sorting_asc, table.dataTable > thead .sorting_desc {
    vertical-align: bottom !important;
}

table.wrTable td span.center {
    display:block;
    text-align:center;
    margin:0 auto;
}

table.wrTable th.text-center {
    padding: 0.75rem 0.75rem !important;
}

/**
    Makes the background solid for fixed columns (default is transparent)
 */
.wrTable tr.odd td.dtfc-fixed-left,
.wrTable tr.odd td.dtfc-fixed-right {
    background-color: #f7fafb;
}

body.theme-dark .wrTable tr.odd td.dtfc-fixed-left,
body.theme-dark .wrTable tr.odd td.dtfc-fixed-right {
    background-color: #1e1e2d;
}

.wrTable th.dtfc-fixed-left, .wrTable tr.even td.dtfc-fixed-left,
.wrTable th.dtfc-fixed-right, .wrTable tr.even td.dtfc-fixed-right {
    background-color: #fff;
}
body.theme-dark .wrTable th.dtfc-fixed-left, body.theme-dark .wrTable tr.even td.dtfc-fixed-left,
body.theme-dark .wrTable th.dtfc-fixed-right, body.theme-dark .wrTable tr.even td.dtfc-fixed-right {
    background-color: #1e1e2d;
}

.dataTables_wrapper table.wrTable.dataTable thead th.text-center {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.dataTables_scrollBody table.wrTable.dataTable thead th.text-center {
    padding: 0 !important;
}

.card-body.p-0 table.wrTableSimple {
    margin-bottom: 0 !important;
}

table.wrTableSimple tfoot td {
    border-top: 1px solid #dadada !important;
}

table tbody tr.text-hover-primary:hover td,
table tbody tr.text-hover-primary:hover td span {
    color: var(--bs-primary) !important;
}

table tbody tr.text-hover-success:hover td,
table tbody tr.text-hover-success:hover td span {
    color: var(--bs-success) !important;
}

table tbody tr.text-hover-warning:hover td,
table tbody tr.text-hover-warning:hover td span {
    color: var(--bs-warning) !important;
}

table tbody tr.text-hover-danger:hover td,
table tbody tr.text-hover-danger:hover td span {
    color: var(--bs-danger) !important;
}

table tbody tr.text-hover-info:hover td,
table tbody tr.text-hover-info:hover td span {
    color: var(--bs-info) !important;
}

table tbody tr.text-hover-dark:hover td,
table tbody tr.text-hover-dark:hover td span {
    color: var(--bs-dark) !important;
}

table tbody tr.text-hover-muted:hover td,
table tbody tr.text-hover-muted:hover td span {
    color: var(--bs-muted) !important;
}

table thead tr.groupBorder th,
table thead tr.groupBorder + tr th {
    border-top: 1px solid #f6f6f6 !important;
    border-right: 1px solid #f6f6f6 !important;
    border-bottom: 0px solid #f6f6f6 !important;
}

table thead tr.groupBorder th:first-child,
table thead tr.groupBorder + tr th:first-child {
    border-left: 1px solid #f6f6f6 !important;
}

.dtfh-floatingparent table thead tr th.colorMark.cm-primary, 
.dataTables_scrollHead table thead tr th.colorMark.cm-primary {
    border-top: 2px solid var(--bs-primary) !important;
    background-color: #F1FAFF !important;
}
.dtfh-floatingparent table thead tr th.colorMark.cm-success,
.dataTables_scrollHead table thead tr th.colorMark.cm-success {
    border-top: 2px solid var(--bs-success) !important;
    background-color: #ECFFF2 !important;
}
.dtfh-floatingparent table thead tr th.colorMark.cm-warning,
.dataTables_scrollHead table thead tr th.colorMark.cm-warning {
    border-top: 2px solid var(--bs-warning) !important;
    background-color: #FFF7E5 !important;
}
.dtfh-floatingparent table thead tr th.colorMark.cm-danger,
.dataTables_scrollHead table thead tr th.colorMark.cm-danger {
    border-top: 2px solid var(--bs-danger) !important;
    background-color: #FFF2F5 !important;
}
.dtfh-floatingparent table thead tr th.colorMark.cm-info,
.dataTables_scrollHead table thead tr th.colorMark.cm-info {
    border-top: 2px solid var(--bs-info) !important;
    background-color: #F5FAFF !important;
}

/* Increase thickness of color marks in floating headers (to compensate for the top panel) */
.dtfh-floatingparent table thead tr th.colorMark.cm-primary,
.dtfh-floatingparent table thead tr th.colorMark.cm-success,
.dtfh-floatingparent table thead tr th.colorMark.cm-warning,
.dtfh-floatingparent table thead tr th.colorMark.cm-danger,
.dtfh-floatingparent table thead tr th.colorMark.cm-info {
    border-top-width: 3px !important;
}

.titleHolder {
    font-weight: 500;
    font-size: 1.275rem;
}

body.theme-light .titleHolder {
    color: #181C32;
}

body.theme-dark .titleHolder {
    color: #fff;
}

.btn-outline-secondary {
    color: #A1A5B7;
}

.daterangepicker .drp-calendar.left,
.daterangepicker .drp-calendar.right {
    margin-right: 20px !important;
}

.daterangepicker td.week {
    font-weight: 500;
    color: #3F4254;
}

.daterangepicker.ltr.show-ranges.show-calendar .ranges {
    height: auto !important;
}

.daterangepicker.ltr.show-ranges.show-calendar {
    width: 785px !important;
}

.daterangepicker .ranges ul {
    width: 200px !important;
}

.wrProfilePicture {
    background-position: center;
}

span[data-bs-trigger="hover click"]:hover {
    /*border-bottom: #181C32 1px dashed;*/
    cursor: pointer;
}

span.indIcon {
    padding-left: 5px;
}

.wrFormIcon {

}

.wrFormIcon:hover .svg-icon {
    color: var(--bs-primary);
    cursor: pointer;
}

.wrFormItemClear {

}

.wrLog_value, .wrLog_valueFrom, .wrLog_valueTo {
    display: inline-flex;
    align-items: center;
    padding: 0.325rem 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.325rem;
}

/**
    Use this if you want to display a value, that is neutral (not "from" or "to").
 */
.wrLog_value {
    color: #FFFFFF;
    background-color: var(--bs-primary);
}

.wrLog_valueFrom {
    color: #FFFFFF;
    background-color: #F1416C;
}

.wrLog_valueTo {
    color: #FFFFFF;
    background-color: #50CD89;
}

/** Tagify */
/* Suggestions items */
:root {
    --tagify-dd-item-pad: .5em .7em;
}

.tagify__dropdown.users-list .tagify__dropdown__item{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 1em;
    grid-template-areas: "avatar name"
                        "avatar email";
}

/*.tagify__dropdown.users-list .tagify__dropdown__item:hover .tagify__dropdown__item__avatar-wrap{
    transform: scale(1.2);
}*/

.tagify__dropdown.users-list .tagify__dropdown__item__avatar-wrap{
    grid-area: avatar;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    background: #EEE;
    transition: .1s ease-out;
}

.tagify__dropdown.users-list img{
    width: 100%;
    vertical-align: top;
}

.tagify__dropdown.users-list header.tagify__dropdown__item > div,
.tagify__dropdown.users-list .tagify__dropdown__item strong{
    grid-area: name;
    width: 100%;
    align-self: center;
}

.tagify__dropdown.users-list span{
    grid-area: email;
    width: 100%;
    font-size: .9em;
    opacity: .6;
}

.tagify__dropdown.users-list .tagify__dropdown__item__addAll{
    border-bottom: 1px solid #DDD;
    gap: 0;
}

.tagify__dropdown.users-list .remove-all-tags{
    float: right;
    font-size: .8em;
    padding: .2em .3em;
    border-radius: 3px;
    user-select: none;
}

.tagify__dropdown.users-list .remove-all-tags:hover{
    color: white;
    background: salmon;
}


/* Tags items */
#users-list .tagify__tag{
    white-space: nowrap;
}

#users-list .tagify__tag img{
    width: 100%;
    vertical-align: top;
    pointer-events: none;
}


/*#users-list .tagify__tag:hover .tagify__tag__avatar-wrap{
    transform: scale(1.6) translateX(-10%);
}*/

#users-list .tagify__tag .tagify__tag__avatar-wrap{
    width: 16px;
    height: 16px;
    white-space: normal;
    border-radius: 50%;
    background: silver;
    margin-right: 5px;
    transition: .12s ease-out;
}

.users-list .tagify__dropdown__itemsGroup:empty{
    display: none;
}

.users-list .tagify__dropdown__itemsGroup::before{
    content: attr(data-title);
    display: inline-block;
    font-size: .9em;
    padding: 4px 6px;
    margin: var(--tagify-dd-item-pad);
    border-radius: 4px;
    background: #00ce8d;
    color: white;
    font-weight: 600;
}

.users-list .tagify__dropdown__itemsGroup.entryID::before{
    background: #ffc700 !important;
    color: white;
}

.users-list .tagify__dropdown__itemsGroup.customerID::before{
    background: #f1416c !important;
    color: white;
}

.users-list .tagify__dropdown__itemsGroup.entryTypeID::before{
    background: #009ef7 !important;
    color: white;
}

.users-list .tagify__dropdown__itemsGroup:not(:first-of-type) {
    /*border-top: 1px solid #DDD;*/
    margin-top: 12px;
}

/** Code mirror */
div.CodeMirror {
    border-radius: 5px;
    padding: 10px 5px;
    margin: 5px 0 15px;
}

div.CodeMirror a.cmBtn {
    position: absolute;
    right: 10px;
    cursor: pointer;
    z-index: 1;
}

body.theme-light .form-select {
    background-color: #F5F8FA;
    border: 1px solid #F5F8FA;
}

body.theme-dark .form-select {
    background-color: #1b1b29;
    border-color: #1b1b29;
    color: #92929f;
    transition: color .2s ease,background-color .2s ease;
}

.dropdown.show > .form-select.form-select-solid, .form-select.form-select-solid:active, .form-select.form-select-solid.active, .form-select.form-select-solid:focus, .form-select.form-select-solid.focus {
    background-color: #eef3f7;
    border-color: #eef3f7 !important;
    color: #5E6278;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.form-select:focus {
    border-color: #eef3f7;
    background-color: #eef3f7;
    outline: 0;
}

.btn-active-outline-primary:hover .svg-icon {
    color: var(--bs-white);
}

.btn-active-outline-secondary:hover .svg-icon {
    color: var(--bs-dark);
}

.btn-active-outline-success:hover .svg-icon {
    color: var(--bs-white);
}

.btn-active-outline-success:hover {
    color: var(--bs-white);
}

.btn-active-outline-warning:hover .svg-icon {
    color: var(--bs-dark);
}

.btn-active-outline-danger:hover {
    color: var(--bs-white);
}

.btn-active-outline-danger:hover .svg-icon {
    color: var(--bs-white);
}

.btn-active-outline-info:hover .svg-icon {
    color: var(--bs-white);
}

/**
    Make svg icons inside buttons with active class also change color when active
 */
/**
    white
    primary
    secondary
    light
    success
    info
    warning
    danger
    dark
    muted
    gray-100
    gray-200
    gray-300
    gray-400
    gray-500
    gray-600
    gray-700
    gray-800
    gray-900

 */
.btn-active-white:hover .svg-icon {
    color: var(--bs-gray-600) !important;
}
.btn-active-primary:hover .svg-icon {
    color: var(--bs-white) !important;
}
.btn-active-secondary:hover .svg-icon {
    color: var(--bs-gray-800) !important;
}
.btn-active-light:hover .svg-icon {
    color: var(--bs-gray-600) !important;
}
.btn-active-success:hover .svg-icon {
    color: var(--bs-white) !important;
}
.btn-active-info:hover .svg-icon {
    color: var(--bs-white) !important;
}
.btn-active-warning:hover .svg-icon {
    color: var(--bs-white) !important;
}
.btn-active-danger:hover .svg-icon {
    color: var(--bs-white) !important;
}
.btn-active-dark:hover .svg-icon {
    color: var(--bs-white) !important;
}
.btn-active-muted:hover .svg-icon {
    color: var(--bs-gray-500) !important;
}
.btn-active-gray-100:hover .svg-icon {
    color: var(--bs-gray-100) !important;
}
.btn-active-gray-200:hover .svg-icon {
    color: var(--bs-gray-200) !important;
}
.btn-active-gray-300:hover .svg-icon {
    color: var(--bs-gray-300) !important;
}
.btn-active-gray-400:hover .svg-icon {
    color: var(--bs-gray-400) !important;
}
.btn-active-gray-500:hover .svg-icon {
    color: var(--bs-gray-500) !important;
}
.btn-active-gray-600:hover .svg-icon {
    color: var(--bs-gray-600) !important;
}
.btn-active-gray-700:hover .svg-icon {
    color: var(--bs-gray-700) !important;
}
.btn-active-gray-800:hover .svg-icon {
    color: var(--bs-gray-800) !important;
}
.btn-active-gray-900:hover .svg-icon {
    color: var(--bs-gray-900) !important;
}
.btn-active-light-dark:hover .svg-icon {
    color: var(--bs-gray-700) !important;
}
.btn-active-light-primary:hover .svg-icon {
    color: var(--bs-primary) !important;
}

a.badge-danger:hover {
    background-color: var(--bs-light-danger);
    color: var(--bs-danger);
}
a.badge-light-danger:hover {
    background-color: var(--bs-danger);
    color: white;
}
a.badge-success:hover {
    background-color: var(--bs-light-success);
    color: var(--bs-success);
}
a.badge-light-success:hover {
    background-color: var(--bs-success);
    color: white;
}

/**
    Page filters
 */
 div[wr-page-filter="true"] input[type='text'] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/**
    Page identity
 */
 .pageIntroIcon {
    min-height: 150px;
 }

 /*
    Rotates
 */
.wr-rotate-0, .wr-rotate-360 {
    transform: rotate(0deg);
}
.wr-rotate-5, .wr-rotate-n355 {
    transform: rotate(5deg);
}
.wr-rotate-10, .wr-rotate-n350 {
    transform: rotate(10deg);
}
.wr-rotate-15, .wr-rotate-n345 {
    transform: rotate(15deg);
}
.wr-rotate-20, .wr-rotate-n340 {
    transform: rotate(20deg);
}
.wr-rotate-25, .wr-rotate-n335 {
    transform: rotate(25deg);
}
.wr-rotate-30, .wr-rotate-n330 {
    transform: rotate(30deg);
}
.wr-rotate-35, .wr-rotate-n325 {
    transform: rotate(35deg);
}
.wr-rotate-40, .wr-rotate-n320 {
    transform: rotate(40deg);
}
.wr-rotate-45, .wr-rotate-n315 {
    transform: rotate(45deg);
}
.wr-rotate-50, .wr-rotate-n310 {
    transform: rotate(50deg);
}
.wr-rotate-55, .wr-rotate-n305 {
    transform: rotate(55deg);
}
.wr-rotate-60, .wr-rotate-n300 {
    transform: rotate(60deg);
}
.wr-rotate-65, .wr-rotate-n295 {
    transform: rotate(65deg);
}
.wr-rotate-70, .wr-rotate-n290 {
    transform: rotate(70deg);
}
.wr-rotate-75, .wr-rotate-n285 {
    transform: rotate(75deg);
}
.wr-rotate-80, .wr-rotate-n280 {
    transform: rotate(80deg);
}
.wr-rotate-85, .wr-rotate-n275 {
    transform: rotate(85deg);
}
.wr-rotate-90, .wr-rotate-n270 {
    transform: rotate(90deg);
}
.wr-rotate-95, .wr-rotate-n265 {
    transform: rotate(95deg);
}
.wr-rotate-100, .wr-rotate-n260 {
    transform: rotate(100deg);
}
.wr-rotate-105, .wr-rotate-n255 {
    transform: rotate(105deg);
}
.wr-rotate-110, .wr-rotate-n250 {
    transform: rotate(110deg);
}
.wr-rotate-115, .wr-rotate-n245 {
    transform: rotate(115deg);
}
.wr-rotate-120, .wr-rotate-n240 {
    transform: rotate(120deg);
}
.wr-rotate-125, .wr-rotate-n235 {
    transform: rotate(125deg);
}
.wr-rotate-130, .wr-rotate-n230 {
    transform: rotate(130deg);
}
.wr-rotate-135, .wr-rotate-n225 {
    transform: rotate(135deg);
}
.wr-rotate-140, .wr-rotate-n220 {
    transform: rotate(140deg);
}
.wr-rotate-145, .wr-rotate-n215 {
    transform: rotate(145deg);
}
.wr-rotate-150, .wr-rotate-n210 {
    transform: rotate(150deg);
}
.wr-rotate-155, .wr-rotate-n205 {
    transform: rotate(155deg);
}
.wr-rotate-160, .wr-rotate-n200 {
    transform: rotate(160deg);
}
.wr-rotate-165, .wr-rotate-n195 {
    transform: rotate(165deg);
}
.wr-rotate-170, .wr-rotate-n190 {
    transform: rotate(170deg);
}
.wr-rotate-175, .wr-rotate-n185 {
    transform: rotate(175deg);
}
.wr-rotate-180, .wr-rotate-n180 {
    transform: rotate(180deg);
}
.wr-rotate-185, .wr-rotate-n175 {
    transform: rotate(185deg);
}
.wr-rotate-190, .wr-rotate-n170 {
    transform: rotate(190deg);
}
.wr-rotate-195, .wr-rotate-n165 {
    transform: rotate(195deg);
}
.wr-rotate-200, .wr-rotate-n160 {
    transform: rotate(200deg);
}
.wr-rotate-205, .wr-rotate-n155 {
    transform: rotate(205deg);
}
.wr-rotate-210, .wr-rotate-n150 {
    transform: rotate(210deg);
}
.wr-rotate-215, .wr-rotate-n145 {
    transform: rotate(215deg);
}
.wr-rotate-220, .wr-rotate-n140 {
    transform: rotate(220deg);
}
.wr-rotate-225, .wr-rotate-n135 {
    transform: rotate(225deg);
}
.wr-rotate-230, .wr-rotate-n130 {
    transform: rotate(230deg);
}
.wr-rotate-235, .wr-rotate-n125 {
    transform: rotate(235deg);
}
.wr-rotate-240, .wr-rotate-n120 {
    transform: rotate(240deg);
}
.wr-rotate-245, .wr-rotate-n115 {
    transform: rotate(245deg);
}
.wr-rotate-250, .wr-rotate-n110 {
    transform: rotate(250deg);
}
.wr-rotate-255, .wr-rotate-n105 {
    transform: rotate(255deg);
}
.wr-rotate-260, .wr-rotate-n100 {
    transform: rotate(260deg);
}
.wr-rotate-265, .wr-rotate-n95 {
    transform: rotate(265deg);
}
.wr-rotate-270, .wr-rotate-n90 {
    transform: rotate(270deg);
}
.wr-rotate-275, .wr-rotate-n85 {
    transform: rotate(275deg);
}
.wr-rotate-280, .wr-rotate-n80 {
    transform: rotate(280deg);
}
.wr-rotate-285, .wr-rotate-n75 {
    transform: rotate(285deg);
}
.wr-rotate-290, .wr-rotate-n70 {
    transform: rotate(290deg);
}
.wr-rotate-295, .wr-rotate-n65 {
    transform: rotate(295deg);
}
.wr-rotate-300, .wr-rotate-n60 {
    transform: rotate(300deg);
}
.wr-rotate-305, .wr-rotate-n55 {
    transform: rotate(305deg);
}
.wr-rotate-310, .wr-rotate-n50 {
    transform: rotate(310deg);
}
.wr-rotate-315, .wr-rotate-n45 {
    transform: rotate(315deg);
}
.wr-rotate-320, .wr-rotate-n40 {
    transform: rotate(320deg);
}
.wr-rotate-325, .wr-rotate-n35 {
    transform: rotate(325deg);
}
.wr-rotate-330, .wr-rotate-n30 {
    transform: rotate(330deg);
}
.wr-rotate-335, .wr-rotate-n25 {
    transform: rotate(335deg);
}
.wr-rotate-340, .wr-rotate-n20 {
    transform: rotate(340deg);
}
.wr-rotate-345, .wr-rotate-n15 {
    transform: rotate(345deg);
}
.wr-rotate-350, .wr-rotate-n10 {
    transform: rotate(350deg);
}
.wr-rotate-355, .wr-rotate-n5 {
    transform: rotate(355deg);
}

/**
    Modals
 */
.swal2-actions .btn.half {
    width: 172px !important;
}

/**
    Forms
 */
.labelTooltip {
    position: relative;
    top: -3px;
}

.input-group.input-group-solid span.input-group-text {
    color: var(--bs-gray-500);
}

/**
   Calendars
*/ 
.fc-h-event.primary {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}
.fc-h-event.secondary {
    background-color: var(--bs-secondary) !important;
    border-color: var(--bs-secondary) !important;
}
.fc-h-event.success {
    background-color: var(--bs-success) !important;
    border-color: var(--bs-success) !important;
}
.fc-h-event.warning {
    background-color: var(--bs-warning) !important;
    border-color: var(--bs-warning) !important;
}
.fc-h-event.light-warning {
    background-color: rgba(var(--bs-warning-rgb), 0.5) !important;
    border-color: rgba(var(--bs-warning-rgb), 0.5) !important;
}
.fc-h-event.danger {
    background-color: var(--bs-danger) !important;
    border-color: var(--bs-danger) !important;
}
.fc-h-event.info {
    background-color: var(--bs-info) !important;
    border-color: var(--bs-info) !important;
}
.fc-h-event.dark {
    background-color: var(--bs-dark) !important;
    border-color: var(--bs-dark) !important;
}

/**
    Color mark
*/
.symbol.wrColorMark {
    /*width: 10px;
    height: 10px;*/
}

    .symbol.wrColorMark .symbol-label {
        width: 15px;
        height: 15px;
        border-radius: 0.3rem;
    }

.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner.bg-success::before {
    border-left-color: #3b9866 !important;
}

.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner.bg-danger::before {
    border-left-color: #a92e4d !important;
}

#select2-drawer_report_employeeID-results ul, 
#select2-drawer_report_reportTypeID-results ul {
  max-height: unset !important;
}

.drawer .scroll-y {
    overscroll-behavior: contain;
}

.calendar-horizontal .scroll-y {
    overscroll-behavior: contain;
}

/**
    Main menu
*/
.menu-item.specialSubItem .menu-bullet .bullet-dot {
    background-color: var(--bs-success) !important;
    margin-left: 10px;
}

/**
    Specific drawers
*/
/* Report drawer */
#drawer_report label[for="drawer_report_reportStatusID_1"] span.btn-active {
    background-color: var(--bs-success) !important;
}

/**
    Calendar
*/
.fc-toolbar .fc-button.fc-chooseDate {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 7px;
}

.fc-toolbar .fc-button.fc-chooseDate:hover span.svg-icon {
    color: #181C32;
}

/**
    Toasts
*/
.wrToast-btn-outline-light {
    border-color: rgba(255, 255, 255, 0.25) !important;
    color: rgba(255, 255, 255, 0.75) !important;
}
.wrToast-btn-outline-light:hover {
    border-color: rgba(255, 255, 255, 0.75) !important;
    color: #ffffff !important;
}