.form-checkbox-container {
    padding-left: 35px !important;
}

.widget-content-center {
    text-align: center !important;
    opacity: 0.8;
    font-weight: bold;
    flex: 1;
}

.invalid-feedback {
    display: block !important;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #3ac47d;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 8 8"%3e%3cpathfill="%2328a745"d="M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z"/%3e%3c/svg%3e
    );
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #d92550;
    padding-right: 0 !important;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"fill="%23dc3545"viewBox="-2 -2 7 7"%3e%3cpathstroke="%23d9534f"d="M0 0l3 3m0-3L0 3"/%3e%3ccircler=".5"/%3e%3ccirclecx="3"r=".5"/%3e%3ccirclecy="3"r=".5"/%3e%3ccirclecx="3"cy="3"r=".5"/%3e%3c/svg%3E
    );
}

.btn-open-options {
    transition: none;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.btn-filter-options {
    background-color: #be2330 !important;
    color: white !important;
}

/* datatable */
.dataTables_info {
    margin-top: 20 !important;
}
.dataTables_paginate {
    margin-top: 20 !important;
    float: right;
}

.table thead th {
    border-bottom: none !important;
}
/* datatable */

/* datepicker */
.input-group-append {
    margin-bottom: 0px !important;
}
/* datepicker */

/* filter  */
/* .ui-theme-settings .theme-settings__inner {
    width: 330px !important;
}
.ui-theme-settings .btn-open-options {
    border-radius: 50px;
    position: absolute;
    left: -282px !important;
    bottom: 30px !important;
    padding: 0;
    height: 54px;
    line-height: 54px;
    width: 54px;
    text-align: center;
    display: block;
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
    margin-top: -27px;
} */
/* filter  */

/* select2  */
/* .select2-container{
    width: 100% !important;
} */

.select2-results__optiion {
    height: 20px !important;
}
.li.select2-results__option {
    height: 20px !important;
    overflow: hidden !important;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 37px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px !important;
    right: 1px;
    width: 20px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #6c757d;
}

.was-validated .select2-selection--single:invalid,
.select2-selection--single.is-invalid {
    background-position: center right calc(2.25rem / 4);
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E) !important; */
}

/* .invalid:after {
content: "\f067";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
} */

/* select2  */

.btn a {
    color: white !important;
}

.app-page-title {
    margin-bottom: 0px;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    background-position: center right calc(4.25rem / 4) !important;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    background-position: center right calc(4.25rem / 4) !important;
}

.dropdown {
    cursor: pointer !important;
}

.dropdown-menu {
    min-width: 11rem !important;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible
    + .select2-container
    .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible
    + .select2-container
    .select2-selection__arrow,
select[readonly].select2-hidden-accessible
    + .select2-container
    .select2-selection__clear {
    display: none;
}

/* products screen */
.disabled-product {
    background: #cacaca !important;
}
/* products screen */

/* header */

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #000000 !important;
}
/* header */

.pointer {
    cursor: pointer !important;
}

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

.disable {
    pointer-events: none;
}

/* .indent{
    padding-left: 20px;
    padding-right: 20px;
} */

.actions {
    display: flex !important;
    justify-content: flex-end !important;
}
.card-sub-title {
    text-transform: uppercase;
    color: rgba(13, 27, 62, 0.7);
    font-weight: bold;
    font-size: 0.78rem;
}

/* Accordion */
/* 
.accordion {
    height: 60px;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(225, 225, 225, 1);
    overflow: hidden;
    transition: height 0.3s ease;
    margin-bottom: 20px;
}

.accordion .accordion_tab {
    padding: 20px;
    cursor: pointer;
    user-select: none;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.accordion .accordion_tab .accordion_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 15px;
    transition: all 0.3s ease;
}

.accordion .accordion_tab .accordion_arrow img {
    width: 100%;
    height: 100%;
}

.accordion .accordion_tab.active .accordion_arrow {
    transform: translateY(-50%) rotate(180deg);
}

.accordion.active {
    height: auto !important;
}

.accordion_content {
    padding-bottom: 100px !important;
}

.accordion .accordion_content {
    padding: 20px;
    border-top: 1px solid #e9e9e9;
}

.accordion .accordion_content .accordion_item {
    margin-bottom: 20px;
}

.accordion .accordion_content .accordion_item p.item_title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
    color: #6adda2;
}

.accordion .accordion_content .accordion_item p:last-child {
    color: #9a9b9f;
    font-size: 14px;
    line-height: 20px;
} */

/* accordion */
.attachment {
    display: flex !important;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
}

.attachment i {
    display: flex !important;
    align-self: center;
    margin-top: 4px;
    margin-left: 3px;
}

.attachment-container {
    display: inline;
}

.checkbox-container {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.notification-count {
    background: #d92550;
    color: white;
}

/* notification css */
.dropdown {
    display: inline-block;
    margin-left: 2px;
    padding: 7px;
}
.glyphicon-bell {
    font-size: 1.5rem;
}
.notifications {
    min-width: 420px !important;
}
.notifications-wrapper {
    overflow: auto;
    max-height: 250px;
}

.menu-title {
    color: #ff7788;
    display: inline-block;
    font-size: 16px;
}
.glyphicon-circle-arrow-right {
    margin-left: 10px;
}
.notification-heading,
.notification-footer {
    padding: 2px 10px;
}
.dropdown-menu.divider {
    margin: 5px 0;
}
.item-title {
    color: #000;
    font-size: 16px;
}
.notifications a.content {
    text-decoration: none;
    /* background:#ccc; */
}

.notification-item {
    padding: 10px;
    margin: 5px;
    border-radius: 4px;
}

.notification-dropdown .dropdown-toggle::after {
    display: none !important;
}
.read-notification .notification-item {
    font-weight: 300;
    background-color: white !important;
}
.unread-notification .notification-item {
    font-weight: bold;
    background-color: #eee !important;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    /* background: rgba(255,255,255,0.8) url("loader-img.gif") center no-repeat; */
    /* background: #eee; */
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(114, 114, 114, 0.6);
}
/* Turn off scrollbar when body element has the loading class */
/* body.loading{
    overflow: hidden;   
} */
/* Make spinner image visible when body element has the loading class */
body.loading .overlay {
    display: flex;
    align-items: center;
}

/*  begin body.loading css */
/*  begin cubes css */

.cubes {
    width: 40px;
    height: 40px;
    margin: 100px auto;
}

.cubes .sk-cube {
    width: 33%;
    height: 33%;
    /* background-color: #333; */
    background-color: #bc2330;
    float: left;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.cubes .sk-cube1 {
    animation-delay: 0.2s;
}

.cubes .sk-cube2 {
    animation-delay: 0.3s;
}

.cubes .sk-cube3 {
    animation-delay: 0.4s;
}

.cubes .sk-cube4 {
    animation-delay: 0.1s;
}

.cubes .sk-cube5 {
    animation-delay: 0.2s;
}

.cubes .sk-cube6 {
    animation-delay: 0.3s;
}

.cubes .sk-cube7 {
    animation-delay: 0s;
}

.cubes .sk-cube8 {
    animation-delay: 0.1s;
}

.cubes .sk-cube9 {
    animation-delay: 0.2s;
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        transform: scale3D(1, 1, 1);
    }
    35% {
        transform: scale3D(0, 0, 1);
    }
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.filepond--root {
    max-height: 10em;
}

.filepond--credits {
    display: none;
}

/* custom canvas styling */

/* /* button {
    background: transparent;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    outline: 0;
} */

.emplyee-box {
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    display: flex;
    /* margin: -30px -30px 30px; */
    padding: 20px;
    position: relative;
    border-radius:5px;
}

.emplyee-img {
    margin-right: 15px;
}

.emplyee-img img {
    border-radius: 8px;
    width: 60px;
}
.emplyee-det h3 {
    color: #000;
    font-size: 28px;
    margin-bottom: 0;
}
.emplyee-det p {
    color: #777;
    font-size: 18px;
    margin-bottom: 0;
}
.annoucement-box{
    background-color:#fff;
    height:auto;
}
.annoucement-img img {
    border-radius: 30px;
    width: 60px;
}
.annoucement-content h3 {
    font-size: 20px;
    color: #495057;
    font-family: auto;
    /* text-decoration: underline; */
}
.annoucement-content p {
    font-size: 14px;
    color: #777;
}
.annoucement-main-heading h2 {
    font-size: 24px;
    color: rgb(68, 67, 67);
}
.leave-chart {
    background-color:#fff;
    /* width: 750px; */
    /* height: auto; */
}
.leave-chart-heading h2 {
    font-size: 24px;
    color: rgb(68, 67, 67);
}
.holidays-box {
    border: 1px solid #ededed;
    box-shadow: 0 1px 1px #0003;
    border-radius: 5px;
    background-color: #fff;
}
.holidays-content p{
    font-size: 14px;
    color: #777;
}
.holidays-main-heading h2{
    font-size: 24px;
    color: rgb(68, 67, 67);
}
