.btcl-container {
    margin-top: 5%;
    margin-bottom: 5%;
}
.container.btcl-container>.row {
    width: 1140px;
}
.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;
}
#ProfileForm .form-check label.form-check-label {
    align-items: center;
    display: flex;
}
.form-check .form-check-label input {
    margin-right: 5px;
}
table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after {
    right: 4px;
    content: "\2193";
}
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: #8340f6;
    box-shadow: 8px 8px 30px 0 #ccc;
    padding: 15px 32px 15px 32px!important;
    border-radius: 30px!important;
    font-size: 18px!important;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
    box-shadow: 8px 8px 30px 0 #ccc;
    padding: 15px 32px 15px 32px!important;
    border-radius: 30px!important;
    font-size: 18px!important;
}

.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;
    border-top: 1px solid #cccccce3;
}
.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);
    margin-bottom: 15px;
}
.btcl-container .btn-holder {
    margin-right: 10px;
    position: relative;
    margin-bottom: 15px;
    box-shadow: 0px 3px 8.3px 0.7px rgba(173, 119, 243, 0.25);
}
.dashboard-holiday-box {
    margin-bottom: 15px;
}
.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;
    border-width: 1px;
    padding-right: 24px;
}
div.dataTables_wrapper div.dataTables_filter input {
    padding: 5px;
    border-radius: 5px;
    border-width: 1px;
}
.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: 10px;
    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: 20px;
}

.target-cards {
    margin-bottom: 12px;
}

.target-cards h2.mb-0.text-white {
    font-size: 20px;
}

.target-cards .card {
    min-height: 110px;
}

.target-cards a.fetch-target-details {
    color: #fff;
}

.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;
}

.project-summary-content a.d-flex.align-items-center.text-dark.text-hover-primary.font-size-h5.font-weight-bold.mr-3 {
    font-size: 16px;
    margin-top: 10px;
}

.subtask-inner-details {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.project-desc-content {
    font-size: 14px;
    margin-bottom: 15px;
}

h6.font-weight-normal {
    color: #fff;
    font-size: 14px;
}

h2.mb-0.project-counters {
    color: #fff;
    font-size: 16px;
}

h2.mb-0.project-counters {
    color: #fff;
    font-size: 20px;
    padding-top: 5px;
}

.dataTable td a, .dataTable td {
    font-size: 16px;
}

p.salary-details-p {
    font-size: 16px;
    margin-bottom: 5px;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 14px;
}

.btcl-container .paginate_button {
    font-size: 14px;
}

.btcl-container .card-title {
    font-size: 20px;
}

.row.project-statics-counter {
    margin-top: 40px;
}

.project-statics-counter .card-body {
    padding: 20px 10px;
}

.comments-image-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 5px;
}

.comments-image-item {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 20px;
}

span.font-weight-bolder.text-dark.attachments-text {
    font-size: 14px;
    font-weight: 700;
}

.attachments-div {
    margin-top: 5px;
    margin-bottom: 10px;
}

.font-weight-normal.text-dark-50.comment-desc-text {
    font-size: 14px !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}
.text-dark-50 {
    color: #7e8299 !important;
}
.comment-desc-text {
    background: #e8f5fe;
    padding: 15px!important;
    border-radius: 5px;
    margin-top: 18px;
}

.comment-date-right {
    float: right;
    margin-right: 10px;
}

span.task-date-time {
    font-size: 14px;
}

form#AddCommentForm {
    margin-top: 30px;
}

.label.label-inline.label-lg {
    padding: 0.4rem .75rem;
}

.label.label-lg {
    height: 24px;
    width: 24px;
    font-size: .9rem;
}

.label.label-inline {
    width: auto;
    padding: .15rem .75rem;
    border-radius: .42rem;
}
.label.label-light-warning {
    color: #ffa800;
    background-color: #fff4de;
}

.label.label-light-success {
    color: #19ea59;
    background-color: #c4fadd;
}

.label {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    font-size: 0.8rem;
    background-color: #ebedf3;
    color: #3f4254;
    font-weight: 400;
    height: 20px;
    width: 20px;
    font-size: 0.8rem;
}
.label.label-primary {
    color: #fff;
    background-color: #3699ff;
}
.label.label-outline-primary {
    background-color: transparent;
    color: #3699ff;
    border: 1px solid #3699ff;
}
.label.label-outline-primary.label-outline-2x {
    border: 2px solid #3699ff;
}
.label.label-light-primary {
    color: #3699ff;
    background-color: #e1f0ff;
}
.label.label-secondary {
    color: #3f4254;
    background-color: #e4e6ef;
}
.label.label-outline-secondary {
    background-color: transparent;
    color: #3f4254;
    border: 1px solid #e4e6ef;
}
.label.label-outline-secondary.label-outline-2x {
    border: 2px solid #e4e6ef;
}
.label.label-light-secondary {
    color: #e4e6ef;
    background-color: #ebedf3;
}
.label.label-success {
    color: #fff;
    background-color: #1bc5bd;
}
.label.label-outline-success {
    background-color: transparent;
    color: #1bc5bd;
    border: 1px solid #1bc5bd;
}
.label.label-outline-success.label-outline-2x {
    border: 2px solid #1bc5bd;
}
.label.label-light-success {
    color: #1bc5bd;
    background-color: #c9f7f5;
}
.label.label-info {
    color: #fff;
    background-color: #8950fc;
}
.label.label-outline-info {
    background-color: transparent;
    color: #8950fc;
    border: 1px solid #8950fc;
}
.label.label-outline-info.label-outline-2x {
    border: 2px solid #8950fc;
}
.label.label-light-info {
    color: #8950fc;
    background-color: #eee5ff;
}
.label.label-warning {
    color: #fff;
    background-color: #ffa800;
}
.label.label-outline-warning {
    background-color: transparent;
    color: #ffa800;
    border: 1px solid #ffa800;
}
.label.label-outline-warning.label-outline-2x {
    border: 2px solid #ffa800;
}
.label.label-light-warning {
    color: #ffa800;
    background-color: #fff4de;
}
.label.label-danger {
    color: #fff;
    background-color: #f64e60;
}
.label.label-outline-danger {
    background-color: transparent;
    color: #f64e60;
    border: 1px solid #f64e60;
}
.label.label-outline-danger.label-outline-2x {
    border: 2px solid #f64e60;
}
.label.label-light-danger {
    color: #f64e60;
    background-color: #ffe2e5;
}
.label.label-light {
    color: #7e8299;
    background-color: #f3f6f9;
}
.label.label-outline-light {
    background-color: transparent;
    color: #3f4254;
    border: 1px solid #f3f6f9;
}
.label.label-outline-light.label-outline-2x {
    border: 2px solid #f3f6f9;
}
.label.label-light-light {
    color: #f3f6f9;
    background-color: #f3f6f9;
}
.label.label-dark {
    color: #fff;
    background-color: #181c32;
}
.label.label-outline-dark {
    background-color: transparent;
    color: #181c32;
    border: 1px solid #181c32;
}
.label.label-outline-dark.label-outline-2x {
    border: 2px solid #181c32;
}
.label.label-light-dark {
    color: #181c32;
    background-color: #d1d3e0;
}
.label.label-white {
    color: #3f4254;
    background-color: #fff;
}
.label.label-outline-white {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.label.label-outline-white.label-outline-2x {
    border: 2px solid #fff;
}
.label.label-light-white {
    color: #fff;
    background-color: #fff;
}
.label.label-inline {
    width: auto;
    padding: 0.15rem 0.75rem;
    border-radius: 0.42rem;
}
.label.label-inline.label-md {
    padding: 0.8rem 0.6rem;
}
.label.label-inline.label-lg {
    padding: 0.9rem 0.75rem;
}
.label.label-inline.label-xl {
    padding: 1rem 0.85rem;
}
.label.label-pill {
    border-radius: none;
}
.label.label-rounded {
    border-radius: 0.42rem;
}
.label.label-square {
    border-radius: 0;
}
.label.label-dot {
    display: inline-block;
    font-size: 0 !important;
    vertical-align: middle;
    text-align: center;
}
.label.label-inline {
    width: auto;
}
.label.label-dot {
    line-height: 6px;
    min-height: 6px;
    min-width: 6px;
    height: 6px;
    width: 6px;
}
.label.label-sm {
    height: 16px;
    width: 16px;
    font-size: 0.75rem;
}
.label.label-sm.label-inline {
    width: auto;
}
.label.label-sm.label-dot {
    line-height: 4px;
    min-height: 4px;
    min-width: 4px;
    height: 4px;
    width: 4px;
}
.label.label-lg {
    height: 24px;
    width: 24px;
    font-size: 13px;
}
.label.label-lg.label-inline {
    width: auto;
    margin-bottom: 10px;
}
.label.label-lg.label-dot {
    line-height: 8px;
    min-height: 8px;
    min-width: 8px;
    height: 8px;
    width: 8px;
}
.label.label-xl {
    height: 28px;
    width: 28px;
    font-size: 1rem;
}
.label.label-xl.label-inline {
    width: auto;
}
.label.label-xl.label-dot {
    line-height: 10px;
    min-height: 10px;
    min-width: 10px;
    height: 10px;
    width: 10px;
}

.my-lg-0.my-1 label {
    font-size: 14px;
}

.d-flex.align-items-center.justify-content-between.flex-wrap.mt-2 {
    padding-bottom: 10px!important;
    padding-top: 10px;
    font-size: 16px;
}

.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-light-twitter {
    color: #1da1f2;
    background-color: rgba(29, 161, 242, 0.1);
    border-color: transparent;
}

.btn.btn-light-google {
    color: #dd4b39;
    background-color: rgba(221, 75, 57, 0.1);
    border-color: transparent;
}

.btn.btn-icon .svg-icon {
    margin: 0;
    padding: 0;
}

.timeline-desc-light-primary span.font-weight-bolder.text-primary {
    font-weight: 600;
    font-size: 15px;
}

.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc {
    padding: 9px 0 0 44px;
    padding-top: 0px;
}

.timeline.timeline-5 .timeline-items .timeline-item .timeline-media {
    position: absolute;
    top: 0;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    line-height: 0;
}

.bg-light-primary {
    background-color: #e1f0ff !important;
}

.timeline.timeline-5 .timeline-items .timeline-item {
    margin-left: 0;
    padding: 0;
    position: relative;
}

.timeline.timeline-5 .timeline-items {
    margin: 0;
    padding: 0;
}

.timeline-items {
    max-height: 1000px;
    overflow: auto;
}

.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}

.comment-wrapper {
    border: 1px solid #3699ff;
    padding: 21px;
    margin-top: 20px;
    border-radius: 7px;
}

.previous-comments h5.font-weight-bolder.text-dark {
    font-size: 13px;
}

div#myplugin-placeholder_btpjy, div#edit-placeholder_btpjy, div#files-placeholder_btpjy {
    border: 2px dashed #ccc;
    padding: 20px;
    margin-bottom: 10px;
}

.myplugin-image-previeww {
    display: inline-block;
}

.myplugin-image-previeww img {
    height: 80px;
    width: 80px;
    margin-right: 20px;
    border-radius: 33%;
    object-fit: cover;
    margin-bottom: 10px;
    box-shadow: 8px 8px 30px 0px #ccccccde;
}

.comments-image-item a {
    font-size: 13px;
}

.modal-title {
    font-size: 18px;
}

.modal label.col-form-label {
    font-size: 15px;
}

.modal-backdrop.show {
    opacity: 0;
    display: none!important;
}

.btcl-error-container, .btcl-form-container {
    padding: 100px 0px;
    margin: 0 auto;
    text-align: center;
}

.btcl-form-container h4 {
    margin-bottom: 35px;
}

.btcl-form-container input {
    width: 100%;
    border: 1px solid #a43ceb;
    border-radius: 5px;
}

.btcl-form-container .card-header {
    padding: 10px;
    background: #a43ceb;
}

.btcl-form-container input#wp-submit {
    font-weight: 700;
    background-color: transparent;
    background-image: linear-gradient( 
180deg
 ,#812bea 0,#b142ec 100%);
    border-radius: 30px 30px 30px 30px;
    padding: 18px 32px 18px 32px;
    font-size: 17px;
}

.btcl-form-container .card-header h3 {
    color: #fff;
}

.btcl-form-container .card.card-outline-secondary {
    box-shadow: 8px 8px 30px 0 #a83dec2b;
    border: 2px solid #a43ceb;
    border-radius: 8px;
}

.single-entity.insert-entries-wrapper.row {
    padding: 20px;
    border: 1px solid #4caf50;
    margin: 20px 20px;
    border-radius: 8px;
}

#AddEntriesForm .add_entry_button {
    color: #fff;
    box-shadow: 8px 8px 30px 0 #ccc;
    margin-bottom: 20px;
}

form#AddEntriesForm {
    padding: 20px 10px;
    padding-top: 0;
}

button.btn.btn-primary.mr-2 {
    margin-top: 10px;
}

/* pageloader */
.pageloader-modal {
    display:    none;
    position:   fixed;
    z-index:    9999999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}
body.loading .pageloader-modal {
    display: block;
}
td.leave-attachments {
    width: 10%!important;
}
td.leave-attachments ul {
    margin-left: 0;
}
td.leave-attachments ul li{
    list-style: none;
}

/* Donut css */
.svg-item {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
    animation: donutfade 1s;
}

@keyframes donutfade {
  /* this applies to the whole svg item wrapper */
    0% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .svg-item {
        width: 80%;
    }
}

.donut-ring {
    stroke: #EBEBEB;
}

.donut-segment {
    transform-origin: center;
    stroke: #FF6200;
}

.donut-segment-2 {
    stroke: #8950fc;
    animation: donut1 3s;
}

.donut-segment-3 {
    stroke: #d9e021;
    animation: donut2 3s;
}

.donut-segment-4 {
    stroke: #ed1e79;
    animation: donut3 3s;
}

.segment-1{fill:#ccc;}
.segment-2{fill:#8950fc;}
.segment-3{fill:#d9e021;}
.segment-4{fill:#ed1e79;}

.donut-percent {
    animation: donutfadelong 1s;
}

@keyframes donutfadelong {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes donut1 {
    0% {
        stroke-dasharray: 0, 100;
    }
    100% {
        stroke-dasharray: 69, 31;
    }
}

@keyframes donut2 {
    0% {
        stroke-dasharray: 0, 100;
    }
    100% {
        stroke-dasharray: 30, 70;
    }
}

@keyframes donut3{
    0% {
        stroke-dasharray: 0, 100;
    }
    100% {
        stroke-dasharray: 1, 99;
    }
}

.donut-text {
    font-family: Arial, Helvetica, sans-serif;
    fill: #FF6200;
}
.donut-text-1 {
    fill: #8950fc;
}
.donut-text-2 {
    fill: #d9e021;
}
.donut-text-3 {
    fill: #ed1e79;
}

.donut-label {
    font-size: 0.28em;
    font-weight: 700;
    line-height: 1;
    fill: #000;
    transform: translateY(0.25em);
}

.donut-percent {
    font-size: 0.5em;
    line-height: 1;
    transform: translateY(0.5em);
    font-weight: bold;
}

.donut-data {
    font-size: 0.18em;
    line-height: 1;
    transform: translateY(0.5em);
    text-align: center;
    text-anchor: middle;
    color:#666;
    fill: #666;
    animation: donutfadelong 1s;
}

.col-12.targets-list-view {
    border: 1px solid #7e61fa;
    padding: 10px 10px;
    padding-bottom: 0;
    border-radius: 8px;
    margin-bottom: 20px;
}

.targets-list-view ul {
    padding-left: 0;
}

.targets-list-view li {
    list-style: none;
}

.targets-list-view li {
    list-style: none;
    font-size: 16px;
}

.targets-list-view .svg-item {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    height: 200px;
}

.targets-list-view .svg-item {
    margin-top: 18px;
}

.col-12.table-view-targets {
    margin-top: 30px;
}

.table-view-targets .table-responsive {
    margin-top: 10px;
}

a.back_to_url {
    font-size: 14px;
    border: 1px solid #8950fc;
    background: #8950fc;
    padding: 5px 12px;
    margin-left: 15px;
    border-radius: 18px;
    color: #fff;
}

/* ---------- */
/* just for this presentation */
html { text-align:center; }
.svg-item {
    max-width:100%;
    width: 100%;
    display:inline-block;
    height: 267px;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: rgb(129 78 248)!important;
}


/* CSS for table  */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

table {
    border-collapse: collapse;
}

.table thead th {
    vertical-align: bottom;
    background: #eee5ff94;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    text-align: center;
    border-top: 1px solid #dee2e6;
}

.table td, .table th {
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom: none;
    border-color: #ccc;
    border-left: none;
    border-right: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(255 255 255);
}

.label {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    font-size: 0.8rem;
    background-color: #ebedf3;
    color: #3f4254;
    font-weight: 400;
    height: 20px;
    width: 20px;
    font-size: 0.8rem;
}

.label.label-lg.label-inline {
    width: auto;
}

.label.label-inline.label-lg {
    padding: 0.5rem 0.75rem;
    border: 1px solid;
}
.label.label-inline {
    width: auto;
    padding: .15rem .75rem;
    border-radius: .42rem;
}
.label.label-lg {
    height: auto;
    width: 24px;
    font-size: .9rem;
}
.label.label-lg {
    width: 24px;
    font-size: 0.9rem;
}
.label.label-inline {
    width: auto;
}
.label.label-inline {
    width: auto;
    padding: 0.15rem 0.75rem;
    border-radius: 0.42rem;
}

.form-group label {
    font-size: 0.99rem;
    line-height: 1;
    vertical-align: top;
    margin-bottom: .5rem;
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    box-shadow: 0 0 0 transparent;
    border-radius: 4px!important;
    border: 1px solid #8c8f94!important;
    background-color: #fff;
    color: #2c3338!important;
}

td button.btn.btn-outline-primary {
    margin-bottom: 7px;
}

.col-md-2.tab-view-btn {
    flex: unset;
    max-width: 100%;
}

@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;
  }
}

@media only screen and (max-width:  768px) {
    #leaves .table-responsive {
        margin-top: 50px;
    }
    select#month {
        margin-bottom: 15px;
    }
    .table-responsive {
        overflow-x: auto;
    }
}