.err,
#loader {
    display: none;
}

.height-mod {
    height: 64px;
    margin: 5px;
    color: #fff !important;
}

.dropdown-menu {
    display: none;
}

.dropdown-menu.show {
    display: block !important;
}

.account-box {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    overflow: hidden;
    width: 480px;
    max-height: 480px;
}

.account-page {
    align-items: center;
    display: flex;
}
.account-page .main-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.account-content {
    padding: 20px 0;
}
.account-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
}
.account-subtitle {
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
}
/* .account-box {
	background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    overflow: hidden;
    width: 480px;
} */
.account-wrapper {
    padding: 30px;
}
.account-logo {
    margin-bottom: 30px;
    text-align: center;
}
.account-box .form-group {
    margin-bottom: 25px;
}
.account-box .account-btn {
    background: #ed0b4c;
    background: -moz-linear-gradient(left, #ed0b4c 0%, #fc6075 100%);
    background: -webkit-linear-gradient(left, #ed0b4c 0%, #fc6075 100%);
    background: -ms-linear-gradient(left, #ed0b4c 0%, #fc6075 100%);
    background: linear-gradient(to right, #ed0b4c 0%, #fc6075 100%);
    border: 0;
    border-radius: 4px;
    display: block;
    font-size: 22px;
    padding: 10px 26px;
    width: 100%;
}
.account-box .account-btn:hover,
.account-box .account-btn:focus {
    border: 0;
    opacity: 0.8;
}
.account-box .form-control {
    background-color: #fbfbfb;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    height: 46px;
}
.account-box label {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}
.account-logo img {
    width: 100px;
}
.account-footer {
    text-align: center;
}
.account-footer p {
    margin-bottom: 0;
}
.account-footer a {
    color: #ed0b4c;
}
.account-footer a:hover {
    color: #ed0b4c;
}
#add_salary {
    position: absolute !important;
    z-index: 9999999;
}

/* .select2-search {
	position: absolute;
	opacity: 0;
	z-index: -1;
} */

.select2-selection__rendered {
    padding-right: 30px !important;
}

.select2-selection__rendered:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.payslip-title {
    margin-bottom: 20px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #ed0b4c;
    border-color: #ed0b4c;
}
.pagination > li > a,
.pagination > li > span {
    color: #ed0b4c;
}
.page-link:hover {
    color: #ed0b4c;
}
.page-link:focus {
    box-shadow: unset;
}
.page-item.active .page-link {
    background-color: #ed0b4c;
    border-color: #ed0b4c;
}

.table-responsive .form-select {
    display: inline-block;
    width: 100%;
    height: 30px;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-top-color: rgb(206, 212, 218);
    border-right-color: rgb(206, 212, 218);
    border-bottom-color: rgb(206, 212, 218);
    border-left-color: rgb(206, 212, 218);
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.page-link {
    font-size: 11.375px;
}

[dir] .page-link {
    padding: 0.25rem 0.5rem;
}

.pagination {
    margin-top: 10px !important;
}

.bg-outline-accent-dodger-blue {
    background-color: #fff !important;
    border: solid 2px #5567ff !important;
    color: #272c33 !important;
}

[dir] .custom-control-label::before {
    border: 2px solid #4aa2ee;
}

[dir] .table-striped tbody tr:nth-of-type(2n + 1) {
    background-color: white;
}
tbody tr:nth-of-type(2n) {
    background-color: rgba(39, 44, 51, 0.05);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    /* transform: rotate(-90deg); */
    position: absolute;
    right: 6px;
    top: 0.8em;
    content: none;
}
.dropdown-submenu .dropdown-item:active::after {
    content: none;
}
.dropdown-submenu .submenu-toggle .material-icons {
    position: absolute;
    right: 6px;
}

.dropdown-submenu .dropdown-menu a::after {
    transform: rotate(0deg);
}

.dropdown-submenu .dropdown-menu::before {
    left: -17px;
    top: 2px;
    transform: rotate(90deg);
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 104%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.icon-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--base-color);
}

.select2-search--inline {
    display: contents; /*this will make the container disappear, making the child the one who sets the width of the element*/
}

.select2-search__field:placeholder-shown {
    width: 100% !important; /*makes the placeholder to be 100% of the width while there are no options selected*/
}

#deductionFieldArea,
#allowanceFieldArea {
    display: none;
}

#daily_report .card {
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
}

#daily_report .card-icon-bg .card-body {
    display: flex;
}
#daily_report .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

#daily_report .card-icon-bg-primary [class^="material-icons"] {
    color: rgba(139, 92, 246, 0.28);
}
#daily_report .card-icon-bg [class^="material-icons"] {
    font-size: 4rem;
    color: rgba(107, 114, 128, 0.28);
}

#daily_report .card-icon-bg .card-body .content {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.line-height-1 {
    line-height: 1;
}

.text-24 {
    font-size: 24px;
}

/* canvas {
	width: 100% !important;
	height: 470px !important;
} */

.popover {
    opacity: 0.9;
    border: 2px dotted var(--orange);
}
.popover-header {
    background-color: #000;
    opacity: 0.9;
    color: #fff;
    font-weight: bold;
}
.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-left > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: var(--orange);
}

.input-group .form-control {
    border-right: none;
}

.input-group:focus {
    border: solid 1px #edf0f2;
    border-radius: 3px;
    box-shadow: 0 0 0 1px #4aa2ee;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    border-left: 16px solid pink;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* accordion */
.myaccordion {
    margin: 0 auto;
    -webkit-box-shadow: 0 10px 24px -11px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0 10px 24px -11px rgba(0, 0, 0, 0.27);
    box-shadow: 0 10px 24px -11px rgba(0, 0, 0, 0.27);
    border-radius: 0;
    overflow: hidden;
}
.myaccordion {
    background-color: #fff !important;
}
.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
    background: transparent;
}
.myaccordion .card-header {
    border: none;
    background: transparent;
}
.myaccordion .card-header .heading {
    position: relative;
    font-weight: 300;
    z-index: 0;
}
.myaccordion .card-header .heading h3 {
    font-size: 16px;
    margin-bottom: 0;
    text-align: left;
}
.myaccordion .fa {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}
.myaccordion .card-header .btn {
    width: 100%;
    font-weight: normal;
    color: #000;
    padding: 0;
    letter-spacing: 0;
    font-size: 18px;
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}
.myaccordion .card-header .btn .icon {
    width: 30px;
    height: 30px;
    z-index: 0;
    background: #fff;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.myaccordion .btn .icon i {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.4);
}
.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}
[data-toggle="collapse"] .fa:before {
    content: "\f3d8";
    font-family: "Ionicons";
    font-style: normal;
}
[data-toggle="collapse"].collapsed .fa:before {
    content: "\f3d0";
    font-family: "Ionicons";
    font-style: normal;
}
button[aria-expanded="true"] {
    color: #000 !important;
    background: rgba(0, 0, 0, 0.02) !important;
    border: none !important;
    border-left: 2px solid #654ede !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
    button[aria-expanded="true"] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
button[aria-expanded="true"] .icon {
    background: #654ede !important;
}
button[aria-expanded="true"] .fa {
    color: #fff !important;
}
button[aria-expanded="false"] {
    background-color: #fff;
}
.myaccordion .card-body {
    background: rgba(0, 0, 0, 0.02);
    margin-bottom: 1px;
    border-left: 2px solid #654ede;
}
/* editable select */
.select-editable {
    position: relative;
    background-color: white;
    /* border: solid grey 1px; */
    /* width: 120px; */
    height: 35.5px;
}
.select-editable select {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    /* border: none; */
    width: 100%;
    /* height: 40.5px; */
    margin: 0;
    cursor: pointer;
}
.select-editable input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 91%;
    /* padding: 1px; */
    font-size: 12px;
    height: 35.5px;
    z-index: 999;
    border-right: none;
    /* border: none; */
}
.select-editable select:focus,
.select-editable input:focus {
    outline: none;
}
.select2-container--disabled .select2-selection,
.select2-container--disabled .select2-selection--single,
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef !important;
}
