/* poppins-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/poppins-v20-latin/poppins-v20-latin-regular.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/poppins-v20-latin/poppins-v20-latin-500.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/poppins-v20-latin/poppins-v20-latin-600.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/poppins-v20-latin/poppins-v20-latin-700.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/poppins-v20-latin/poppins-v20-latin-800.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-900 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/poppins-v20-latin/poppins-v20-latin-900.woff2")
        format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/** Css for icheck box start **/
[class*="icheck-"] {
    min-height: 22px;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    padding-left: 0;
}
.icheck-inline {
    display: inline-block;
}
.icheck-inline + .icheck-inline {
    margin-left: 0.75rem;
    margin-top: 6px;
}
[class*="icheck-"] > label {
    padding-left: 29px !important;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
[class*="icheck-"] > input:first-child {
    position: absolute !important;
    opacity: 0;
    margin: 0;
}
[class*="icheck-"] > input:first-child:disabled {
    cursor: default;
}
[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #d3cfc8;
    border-radius: 0;
    margin-left: -29px;
}

[class*="icheck-"]
    > input:first-child:checked
    + input[type="hidden"]
    + label::after,
[class*="icheck-"] > input:first-child:checked + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 10px;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}
/** Css for icheck box end **/
.dropdown-menu-lg {
    max-width: 300px;
    min-width: 280px;
    padding: 0;
}
.coldisabled {
    background-color: #e8e3e3;
}
.dashboard-title {
    font-size: 20px !important;
}
.dashboard-card .title {
    font-size: 14px !important;
}
#qr-card-img {
    width: 200px !important;
    text-align: center !important;
}
.tgl_checkbox {
    display: none !important;
}
.rowcolor {
    color: #fff !important;
    font-size: 14px;
    padding: 0px 7px;
}
.width70 {
    width: 70px;
}
.faviconsmallimg {
    width: 30px;
}
.logosmallimg {
    width: 150px;
}
.margin10 {
    margin: 10px auto !important;
    width: 99%;
}
.col-white {
    color: #ffffff;
}
.headbgcol {
    background-color: #405466;
    height: 5px;
}
.datatable .btn {
    margin: 5px;
}
.table-title {
    font-size: 22px;
    margin: 5px 0px 0 0;
}
.flag-width {
    width: 25px;
    height: 18px;
    margin-top: 2px;
}
a {
    color: #6200ee;
    text-decoration: none !important;
    background-color: transparent;
}
b,
strong {
    font-weight: bolder;
}
label {
    margin-bottom: 1px;
    font-weight: bold !important;
}
label.error {
    margin-top: 1px;
    color: red !important;
    font-weight: normal !important;
    font-size: 13px !important;
    margin-bottom: 0px !important;
}
.dataTables_filter {
    display: none;
}
tfoot {
    display: table-header-group;
}
tfoot input {
    width: auto;
}
.non_searchable input {
    display: none;
}

/* status toogle */
input[type="checkbox"].tgl-ios {
    position: absolute;
    margin: 11px 0 0 16px;
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="checkbox"].tgl-ios + label {
    cursor: pointer;
}
input[type="checkbox"].tgl-ios + label {
    position: relative;
    padding: 10px 0 0 50px;
    line-height: 2em;
}
input[type="checkbox"].tgl-ios:checked + label::before {
    background: #55d069;
}
input[type="checkbox"].tgl-ios + label::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 50px;
    height: 24px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].tgl-ios:checked + label::after {
    margin-left: 26px;
}
input[type="checkbox"].tgl-ios + label::after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.form-check-inline {
    margin-top: 10px;
}
.select2 {
    display: block;
    width: 100%;
    padding: 0.3rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    background-color: #f8fafc;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    margin-top: -5px !important;
    padding: 0px !important;
}
.select2-container--default .select2-selection--single {
    padding: 5px;
    border: 0px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 6px !important;
}
.form-check-input {
    margin-top: 4px !important;
}
.bggray {
    background-color: #edf1f4 !important;
}
.statuswidth {
    width: 55px;
}
.actionwidth {
    width: 100px;
}
.logosmallimg {
    height: 70px;
    width: 80px;
}
.loder {
    width: 200px;
    text-align: center;
}
.minheightdiv {
    height: 100px;
    overflow: auto;
}
.select2-selection__choice {
    color: black !important;
}
.removecat {
    cursor: pointer;
}
[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-treeview {
    padding-left: 10px;
}
.media-list li {
    list-style: none;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #407bff;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #29437E;
    border-color: #29437E;
}

.shift-div {
    height: 130px;
    width: 200px;
    margin: 5px;
}

.shift-div.shift-available {
    background: #876cf9;
}

.shift-div.rest-shift {
    background: #eb3d3d;
}

.shift-div.no-shift {
    background: #ffa75f;
}

.shift-div .edit-icon {
    font-size: 13px;
    color: #fff;
}

.shift-div .edit-icon i {
    font-size: 10px;
}

.shift-div .edit-icon i {
    cursor: pointer;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
    color: #9d5bf8 !important;
}

.datepicker-panel > ul > li:hover {
    background-color: #6800f629 !important;
}

.datepicker-top-left,
.datepicker-top-right {
    border-top-color: #9f59f8 !important;
}

.datepicker-top-left:before,
.datepicker-top-right:before {
    border-bottom-color: #9f59f8 !important;
}

input[name="allow_leave"]::-webkit-datetime-edit-ampm-field {
    display: none;
}

.cursor-pointer {
    cursor: pointer !important;
}

.btn-theme,
.btn-theme:hover {
    background: #9264f9;
    border-color: #9264f9;
    color: #fff;
}

.text-small {
    font-size: 12px;
    font-family: "circular";
    color: #fffcfc;
}

.sticky-td {
    position: sticky !important;
    left: 0 !important;
    z-index: 999;
}

.table-with-sticky tr,
.table-with-sticky td {
    background: #fff !important;
}

.icon-size {
    height: 70px;
    width: 70px;
}

.announce {
    border-radius: 7.195px;
    border: 0.514px solid #8d8f9269;
}

.announce-title {
    color: #8d8f92;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 600;
}

.announce-text {
    color: #6d7073;
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 400;
    text-align: justify;
}

.announce .print-button,
.announce .print-button:hover {
    color: #fff;
    background-color: #feb937;
    border-color: #feb937;
}

.announce .generate-button,
.announce .generate-button:hover {
    color: #fff;
    background-color: #6200ee;
    border-color: #6200ee;
}

.img-buddy {
    width: 180px;
}

.buddy-card::after {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    background-image: url("../images/Frame.png");
    background-repeat: no-repeat;
    top: 0px;
    right: 0px;
}

.birthday-carousel {
    height: 150px;
    width: 100px;
}

.birthday-carousel .carousel-item img {
    height: 100px;
    width: 100px !important;
    border-radius: 50%;
}

.birthday-carousel .carousel-control-prev {
    left: -20px;
    bottom: 40px;
}

.birthday-carousel .carousel-control-next {
    right: -20px;
    bottom: 40px;
}

.birthday-carousel .carousel-caption {
    position: unset !important;
    color: red !important;
    padding: 0px;
    margin-top: 5px;
}

.birthday-carousel .carousel-item .carousel-caption .name {
    color: #233862;
    font-family: "Poppins";
    font-size: 21px;
    font-weight: 700;
}

.birthday-carousel .carousel-item .carousel-caption .position {
    color: #737373;
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 500;

    /* color: #ff0000; */
}

.birthday-carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23975ff8'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

.birthday-carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23975ff8'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.qr-card {
    height: 200px !important;
}

.no-birthday-text {
    font-family: "poppins";
    font-weight: 800;
    font-size: 40px;
}

.no-announce-text {
    font-family: "poppins";
    font-size: 15px;
}

.text-small {
    font-size: 12px;
    font-family: "circular";
    color: #fffcfc;
}

.sticky-td {
    position: sticky !important;
    left: 0 !important;
    z-index: 999;
}

.table-with-sticky tr,
.table-with-sticky td {
    background: #fff !important;
}

.a-style {
    text-decoration: none !important;
    color: #000;
}

.font-poppins
{
    font-family: inherit;
}

/* .bg-theme
{
    font: optional;
} */

.card-img-top-custom
{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100px;
    aspect-ratio: 1;
    object-fit: contain;
    margin: 0px auto;
}

.card-plan
{
    font-family: poppins;
    border-radius: 10px;
    line-height: 2;
}

.card-input-element:checked + .card-plan {
    box-shadow: 0 0 1px 1px #2ecc71;
}

.bg-theme
{
    background-color: #6200ee;
    border-color: #6200ee;
    color: #fff;
}

.chat-avtar
{
    width: 50px;
    height: 50px;
    object-fit: cover;
    background: #fff;
}

.chat-box .employee
{
    cursor: pointer;
}

.chat-box .chat-buttons
{
    display: flex;
    justify-content: space-between;
    border: 1px solid #ddcdcd;
}

.chat-box .messages
{
    box-shadow: inset -6px -3px 20px 0px #bcbcbcb3;
}

.chat-box .employee.active-chat
{
    border: 1px solid #8e67f9 !important;
    background: #8b68f8;
    color: #fff;
}

.admin-notification .dropdown-menu
{
    min-width: max-content !important;
}

.add-transition,.add-transition h6
{
    -webkit-transition: width  500ms linear;
    -moz-transition: width  500ms linear;
    -ms-transition: width  500ms linear;
    -o-transition: width  500ms linear;
    transition: width  500ms linear;
}

.goal-progress h6
{
    font-family: 'poppins';
    font-weight: 400 !important;
    font-size: 15px;
}

.goal-progress
{
    list-style: none !important;
    padding: 0px;
}
 
.goal-progress li
{
    margin-bottom: 5px;
}


.report th, .report td
{
    white-space: nowrap;
}



.report th,
.report td
{
    white-space: nowrap;
}

.table-container {
    max-height: 500px;
    overflow-y: scroll;
}

.report th {
    position: sticky;
    top: 0; 
}

.report th:first-child,
.report td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: #fff;
}

.user-panel .brand-image {
    height: 100px;
    width: auto !important;
}

[class*="sidebar-dark-"] {
    /* background-color: #29437E; */
    background: rgb(58,154,250);
    /* background: linear-gradient(-130deg, rgba(58,154,250,1) 21%, rgba(131,111,249,1) 48%, rgba(161,88,248,1) 80%); */
    background:#29437E ;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.03); */
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    background:#29437E ;
    color: #fff;
}


.btn-default {
    background-color: #f8f9fa!important;
    border-color: #ddd!important;
    color: #444!important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #fff;
    color: #111;
}


[class*="sidebar-dark-"] .sidebar a {
    color: #fff;
}

[class*="sidebar-dark-"] .sidebar .nav-link
{
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-radius: 0px !important;
}

.sidebar {

    padding-left: 0px !important;
    padding-right: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.8);
}

.navbar
{
    padding: 0.5rem 0.5rem;
}

[class*="sidebar-dark"] .user-panel {
    border-bottom: 1px solid #fff;
}


@media only screen and (max-width: 1100px) {
    .no-birthday-text {
        font-size: 20px;
    }
}
