.btcl-container {
	margin-top: 5%;
    margin-bottom: 5%;
}
.btcl-user-area {
    padding: 10px 30px;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 20px;
    border-radius: 15px 15px 0 0;
    border-color: transparent;
    background: linear-gradient(230deg, #759bff, #843cf6);
    border: 0;
}
.btcl-user-img {
    text-align: center;
    padding-top: 30px;
}
.btcl-user-img .profile_img {
	width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 10px;
}
h5.btcl-user {
    color: #fff;
}
.staff-session-items:first-child {
    margin-top: 0;
}
.btcl-user-name-area {
	text-align: center;
    padding-top: 15px;
}
.btcl-right-side-content .tab-content {
	padding: 30px;
    box-shadow: 0px 0px 10px -2px #ddd;
    margin-top: 20px;
    border-radius: 15px;
    background-color: #ffffff;
}
.btcl-hello {
	font-size: 40px;
    margin-bottom: 10px;
    font-weight: 700;
}
.btcl-column-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.btcl-column {
    position: relative;
    width: 100%;
    min-height: 1px;
}
.btcl-container .welcome-wrap {
    position: relative;
}
.btcl-hello ~ span {
    display: block;
    padding-bottom: 20px;
}
.btcl-container .list-group-item {
    border: none;
    font-size: 1.1rem;
    text-transform: capitalize;
    font-weight: 400;
}
.btcl-container .list-group-item.active {
    border-color: transparent;
    background: linear-gradient(230deg, #759bff, #843cf6);
}
.btcl-container .list-group-item-action i {
    margin-right: 9px!important;
}
.btcl-container .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btcl-container .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btcl-container .bg-gradient-primary {
    background: linear-gradient(230deg, #759bff, #843cf6);
}
.btcl-container .bg-gradient-danger {
    background: linear-gradient(316deg, #fc5286, #fbaaa2);
}
.btcl-container .bg-gradient-warning {
    background: linear-gradient(135deg, #ffc480, #ff763b);
}
.btcl-container .bg-gradient-info {
    background: linear-gradient(to bottom, #0e4cfd, #6a8eff);
}
.btcl-container .text-white {
    color: #ffffff !important;
}
.btcl-container .text-center {
    text-align: center !important;
}
.btcl-container .card {
	border: 0;
    border-radius: 0.625rem;
    box-shadow: 6px 11px 41px -28px #a99de7;
    -webkit-box-shadow: 6px 11px 41px -28px #a99de7;
    -moz-box-shadow: 6px 11px 41px -28px #a99de7;
    -ms-box-shadow: 6px 11px 41px -28px #a99de7;
}
.btcl-container button.btn.btn-primary.top-add-btn {
    float: right;
}
.btcl-container .btn-primary, .wizard > .actions a {
    color: #fff;
    background-color: #7571f9;
    border-color: #7571f9;
}
.btcl-container .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 0;
    border-radius: 0.625rem;
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    line-height: 1;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btcl-container .card-title {
    margin-bottom: .75rem;
    display: inline;
}
.btcl-container .inner-row {
    display: block;
    margin-top: 6%;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    display: inline;
    float: right;
}
.dataTables_length {
    display: inline-block;
}
.btcl-container table th {
    border: none;
    font-size: 14px;
    background-color: #eef2fb;
    padding: 10px;
    text-align: left;
}
.btcl-container table {
    border: 0;
    width: 100%!important;
}
.clock-action-outer {
    margin-top: 40px;
    margin-bottom: 40px;
}
.btcl-container .bg-gradient-success {
    background: linear-gradient(to right, #84d9d2, #07cdae);
}
.btcl-container .card.card-holder {
    position: relative;
    box-shadow: 0px 3px 8.3px 0.7px rgba(173, 119, 243, 0.25);
}
.btcl-container .btn-holder {
    margin-right: 10px;
    position: relative;
    box-shadow: 0px 3px 8.3px 0.7px rgba(173, 119, 243, 0.25);
}
.btcl-container .detail-panel.extra-data-panel {
    margin-top: 40px;
}
.btcl-container .extra-data-panel .card {
    box-shadow: none;
}
.btcl-container .accordion.accordion-filled .card .card-header a {
    padding: 2rem 4.5rem 2rem 2rem;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btcl-container .accordion .card .card-header a {
    display: block;
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    position: relative;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    padding: 10px;
}
.btcl-container .accordion .card .card-header * {
    font-weight: 400;
    font-size: 1rem;
}
.btcl-container .accordion.accordion-filled .card {
    padding: 0;
}
.btcl-container .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btcl-container .accordion .card {
    margin-bottom: .75rem;
    box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
    border-radius: .25rem;
}
.row.highlight-cards {
    margin-top: 40px;
    margin-bottom: 40px;
}
.accordion.accordion-solid-header .card .card-header a[aria-expanded="true"] {
    background: #7571f9;
    color: #ffffff;
}
.card-header {
    padding: 0;
}
.left-inner-wrapp{
	margin-top: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px -2px #ddd;
    background: #fff;
}
.profile-left .list-group {
    border-radius: 0 0 15px 15px;
    padding-bottom: 10px;
}
div.dataTables_wrapper div.dataTables_length select {
    padding: 5px;
    border-radius: 5px;
}
div.dataTables_wrapper div.dataTables_filter input {
    padding: 5px;
    border-radius: 5px;
}
.btcl-container .paginate_button {
    color: #4d4d4d;
    border: 1px solid #ccc;
    padding: 5px 11px;
    margin-right: 5px;
}
.btcl-container a.paginate_button.current {
    background: #8249f8;
    color: #fff;
    border: 1px solid #8249f8;
}
.no-shadow {
    box-shadow: none!important;
}
#calander .card {
    box-shadow: none;
}
div#calendarr {
    margin-top: 30px;
}
.modal-dialog {
    margin-top: 10%;
}
.form-control-sm {
    padding: 10px;
    font-size: 16px;
    height: auto;
    border-radius: .2rem;
}
.input-group-text {
    padding-top: 15px;
    color: #686767;
}
.profile-wrapper {
    margin-top: 50px;
}
h4.form-sub-heading {
    margin-top: 30px;
    margin-bottom: 30px;
}
.btcl-container .accordion .card .card-header strong {
    font-weight: bolder;
    margin-right: 5px;
}
.btn-time-in {
    background-color: #7571f9;
    border-color: #7571f9;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.1875rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-right: 5px;
}
.btn-time-out {
    background-color: #fc5487;
    border-color: #fc618b;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.1875rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
hr {
    border-color: #e3e3e3!important;
}
.btcl-container .detail-panel .accordion .card:first-of-type {
    border-bottom: 1px solid #50cd50;
}
.detail-panel .card {
    border-radius: 8px;
    border: 1px solid #50cd50;
}
.detail-panel .accordion.accordion-solid-header .card .card-header a[aria-expanded="true"] {
    background: #0fbc0fb8;
}
.report-form-div {
    margin-top: 30px;
}
div#reports-listing_wrapper {
    display: none;
}
.staff-session-items {
    border: 1px solid #4caf50;
    padding: 15px;
    margin-bottom: 11px;
    border-radius: 5px;
    margin-top: 30px;
}

.staff-lunch-items {
    border: 1px solid #ff9800;
    padding: 15px;
    margin-bottom: 11px;
    border-radius: 5px;
    margin-top: 30px;
}

.staff-break-items {
    border: 1px solid #f11c1c;
    padding: 15px;
    margin-bottom: 11px;
    border-radius: 5px;
    margin-top: 30px;
}

.table td .badge, .jsgrid .jsgrid-table td .badge {
    margin-bottom: 0;
}
.dataTables_wrapper label {
    font-size: .8125rem;
}
.badge {
    font-size: 12px;
    line-height: 1;
    padding: .375rem .5625rem;
}
.text-white {
    color: #ffffff !important;
}
.badge-danger {
    color: #fff;
    background-color: #ff5e5e;
}
.badge {
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-success, .preview-list .preview-item .preview-thumbnail .badge.badge-online {
    color: #212529;
    background-color: #6fd96f;
}

.badge-success, .preview-list .preview-item .preview-thumbnail .badge.badge-online {
    color: #212529;
    background-color: #6fd96f;
}

.staff-session-details h4.text-white {
    margin-bottom: 0;
}

tr.holiday_report {
    background: #ffc10736!important;
}

tr.sunday_report {
    background: #ff00001c!important;
}

.staff-total-details, .staff-session-details {
    border-radius: 5px;
    padding: 15px;
    box-shadow: 8px 8px 30px 0 #ccccccd9;
}

.staff-total-details span, .staff-session-details span {
    float: right;
}

.staff-total-details h5 {
    border-bottom: 1px dashed;
    padding-bottom: 10px;
}

#dashboard .highlight-cards h2 {
    font-size: 30px;
}

.birthday-alert-box .card {
    border-radius: 8px;
    border: none;
    background: url(../../assets/images/birthday.jpg);
    height: 375px;
    background-size: cover;
}

.birthday-alert-box .card-body {
    text-align: center;
    align-items: center;
    display: grid;
    top: 5%;
}

.birthday-alert-box h3 {
    font-size: 24px;
    padding-left: 10px;
    padding-right: 10px;
}

.salary-form-div {
    margin-top: 30px;
}

.salary-status-div {
    margin-top: 50px;
}
.salary-form-div .salary-details-p {
    border-bottom: 1px solid #d0cdcd;
    padding-bottom: 8px;
}

.salary-form-div .salary-details-p span {
    float: right;
}

p.salary-details-p.actual-salary {
    border-bottom: none;
    margin-top: 30px;
    color: #fff;
    background: linear-gradient( 
230deg
, #759bff, #843cf6);
    border-radius: 5px;
    padding: 15px;
    box-shadow: 8px 8px 30px 0 #ccccccd9;
}

form#loginform {
    margin-top: 30px;
}







.card.card-custom.card-stretch.gutter-b {
    height: calc(100% - 25px);
}
.card.card-custom.card-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.card.card-custom {
    -webkit-box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
    box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
    border: 0;
}
.gutter-b {
    margin-bottom: 25px;
}
.card.card-custom>.card-body {
    padding: 2rem 2.25rem;
}
.carousel {
    position: relative;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.p-0 {
    padding: 0!important;
}
.btn-group-sm>.btn.btn-icon, .btn.btn-icon.btn-sm {
    height: calc(1.35em + 1.1rem + 2px);
    width: calc(1.35em + 1.1rem + 2px);
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn.btn-light {
    color: #7e8299;
    background-color: #f3f6f9;
    border-color: #f3f6f9;
}
.btn.btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.3rem + 2px);
    width: calc(1.5em + 1.3rem + 2px);
}
.btn.btn-icon .svg-icon {
    margin: 0;
    padding: 0;
}
.svg-icon.svg-icon-md svg {
    height: 1.5rem!important;
    width: 1.5rem!important;
}
.pt-9, .py-9 {
    padding-top: 2.25rem!important;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}








@media (min-width: 992px){
   .modal-lg, .modal-xl {
        max-width: 60%;
    } 
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .table-responsive {
    display: block;
    width: 100%;
        overflow-x: inherit;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}