/*  */

#dataTableBuilder_length .btn-group {
    display: none !important;
}

[data-toggled="icon-overlay-close"] .sidebarbtn1 {
    display: none;
}

[data-nav-layout="horizontal"] .sidebarbtn1 {
    display: none;
}
[data-icon-overlay="open"][data-nav-layout="vertical"] .sidebarbtn1 {
    display: block;
}

.sidebarbtn2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: none;
}
[data-toggled="icon-overlay-close"] .sidebarbtn2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
}

[data-nav-layout="horizontal"] .sidebarbtn2 {
    display: block;
}
[data-icon-overlay="open"][data-nav-layout="vertical"] .sidebarbtn2 {
    display: none;
}

.toggleIconth span {
    /* background-position: 0px -18px; */
    margin: -2px 0 0 0;
    background-image: url("MultiPlusMinusLarge.png");
    background-repeat: no-repeat;
}
.toggleIcon span {
    /* background-position: -72px -18px; */
    margin: -2px 0 0 0;
    background-image: url("MultiPlusMinusLarge.png");
    background-repeat: no-repeat;
}

.switch input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.switch input[type="checkbox"] + .cr {
    position: relative;
    display: inline-block;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    height: 20px;
    width: 35px;
    border: 1px solid #e9eaec;
    border-radius: 60px;
    cursor: pointer;
    z-index: 0;
    top: 5px;
}

.switch input[type="checkbox"] + .cr:after,
.switch input[type="checkbox"] + .cr:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.switch input[type="checkbox"] + .cr:before {
    -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    height: 20px;
    width: 35px;
    border-radius: 30px;
}

.switch input[type="checkbox"] + .cr:after {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1),
        0 4px 0 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13),
        0 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 0 rgba(0, 0, 0, 0.04),
        0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    background: #f7f7f7;
    height: 19px;
    width: 19px;
    border-radius: 60px;
}

.switch input[type="checkbox"]:checked + .cr:before {
    background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
    -webkit-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
    transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}

.switch input[type="checkbox"]:checked + .cr:after {
    left: 16px;
}

.switch input[type="checkbox"]:disabled + label {
    opacity: 0.5;
    -webkit-filter: grayscale(0.4);
    filter: grayscale(0.4);
    cursor: not-allowed;
}

.switch.switch-primary input[type="checkbox"]:checked + .cr:before {
    background: #04a9f5;
}

.switch.switch-danger input[type="checkbox"]:checked + .cr:before {
    background: #f44236;
}

.switch.switch-success input[type="checkbox"]:checked + .cr:before {
    background: #1de9b6;
}

.switch.switch-warning input[type="checkbox"]:checked + .cr:before {
    background: #f4c22b;
}

.switch.switch-info input[type="checkbox"]:checked + .cr:before {
    background: #3ebfea;
}

.switch.switch-alternative input[type="checkbox"]:checked + .cr:before {
    background: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%);
}

/**====== Switches css end ======**/

.human-table td img {
    border-radius: 50px;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px;
}

.humans-list #dataTableBuilder_length,
.humans-list .dataTables_filter {
    display: none;
}

.card.custom-card .custom-card-header {
    /* padding: 1rem 1.25rem; */
    /* background-color: transparent !important; */
    /* border-block-end: 1px solid var(--default-border); */
    padding: 10px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    font-size: 14px;
    /* gap: 0.25rem; */
}

.card.custom-card .custom-card-header:first-child {
    border-radius: 0.625rem 0.625rem 0 0;
}

.card.custom-card .custom-card-header .card-title {
    position: relative;
    margin-block-end: 0;
    font-size: 0.95rem;
    text-transform: capitalize;
    font-weight: 500;
}

.card.custom-card .custom-card-header .card-title .subtitle {
    margin-block-end: 0;
    text-transform: initial;
}

.card .custom-card-header {
    /* background-color: var(--primary-rgb) !important; */
    color: var(--default-text-color) !important;
}

/* .timesheet_list_table th {
    min-width: 120px;
} */


/* .timesheet_list_table th:nth-child(9) {
    min-width: 150px !important;
    max-width: 150px !important;
    width: 150px !important;
    word-wrap: break-word;
}

.timesheet_list_table tr td:nth-child(9) {
    min-width: 150px !important;
    max-width: 150px !important;
    width: 150px !important;
    word-wrap: break-word;
} */

th[title="EVENT"] {
    min-width: 180px !important;
    max-width: 200px !important;
}
th[title="VENDOR"] {
    min-width: 180px !important;
    max-width: 200px !important;
}
th[title="CUSTOMER"] {
    min-width: 180px !important;
}
th[title="Project"] {
    min-width: 130px !important;
}
th[title="Account Code"] {
    min-width: 240px !important;
}
th[title="Notes"] {
    min-width: 240px !important;
}

th[title="Experience"] {
    min-width: 120px !important;
}
th[title="State"] {
    min-width: 100px !important;
}
th[title="City"] {
    min-width: 100px !important;
}
th[title="Picture"] {
    min-width: 100px !important;
}
th[title="Status"] {
    min-width: 60px !important;
}
/* th[title="Origination"] {
    min-width: 100% !important;
    width: 100% !important;
} */

/* .timesheet_list_table th:nth-child(10) {
    min-width: 200px !important;
    max-width: 240px !important;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

.timesheet_list_table tr td:nth-child(10) {
    min-width: 250px !important;
    max-width: 250px !important;
    width: 250px !important;
    word-wrap: break-word;
} */
/* .timesheet_list_table th:nth-child(11) {
    min-width: 145px !important;
    width: 145px !important;
    word-wrap: break-word;
    white-space: normal;
} */
