﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
/*-- Loader --*/
.noClick {
    pointer-events: none;
}

.tooltip {
    z-index: 4123;
}

.tooltip-inner {
    max-width: 300px;
    color: #000000;
    text-align: left;
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

    .tooltip-inner span {
        color: #fc913a;
    }

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #ffffff;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #ffffff;
}

.scrn-resize {
    width: 26px;
    height: 26px;
    line-height: 30px;
    text-align: center;
    background: #fc913a;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
}

.m-card.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4002;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

    .m-card.fullscreen .m-card-body {
        overflow-y: scroll;
        height: 100%;
        width: 100%;
    }

.loader_wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background: rgb(255 255 255 / 57%);
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    padding: 15px;
}

.loader_wrapper-section {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(255 255 255 / 57%);
}

.loader img {
    height: 120px;
}

button:focus {
    outline: none;
}

.has-view-permit {
    color: #ff6805;
    cursor: pointer;
}

.has-view-colour {
    color: #3399FF;
    cursor: pointer;
}

.has-view-colours {
    color: #3399FF;
}

.alert {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .alert .btn-close {
        border-radius: 100%;
        padding: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
/* -- Font -- */
.mw-80 {
    max-width: 80%;
}

.w-90 {
    width: 90px !important;
}

.label-gap {
    min-height: 20px;
}

.label-gap-checkbox {
    min-height: 34px;
}

.mw-75 {
    max-width: 75%;
}

.mw-50 {
    max-width: 50%;
}

.dropdown-box.hide {
    display: none !important;
}

body {
    background: #edf0f5;
    font-family: 'Poppins', sans-serif;
}

.user_list li {
    font-size: .8rem;
}

.checkbox-middle {
    margin: 35px 0 0 20px;
}

a.btn.btn-action.btn-danger {
    background: #dc3545;
}

a.btn.btn-action.btn-success {
    background: #28a745;
}

a.btn.btn-action.btn-warning {
    background: #ffc107;
}

.btn-primary {
    color: #fff;
    background-color: #fc913a;
    border-color: #fc913a;
}

    .btn-primary:hover, .btn-outline-primary:hover {
        color: #fff;
        background-color: #ff6805;
        border-color: #ff6805;
    }

.btn-outline-primary {
    color: #ff3131;
    border-color: #fc913a;
}

.middle-parent {
    position: relative;
    display: table;
    min-height: 100%;
    min-width: 100%
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.m-card {
    background-color: #fff;
    border: none;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0.46875rem 2.1875rem rgb(90 97 105 / 10%), 0 0.9375rem 1.40625rem rgb(90 97 105 / 10%), 0 0.25rem 0.53125rem rgb(90 97 105 / 12%), 0 0.125rem 0.1875rem rgb(90 97 105 / 10%);
}

.m-card-header {
    line-height: 30px;
    width: 100%;
    padding: 6px 10px;
    align-items: center;
    background: #ffdec2;
    border-bottom: 1px solid rgb(255 201 155);
    margin-bottom: 0;
}


    .m-card-header h3 {
        margin-bottom: 0;
        font-size: 12px;
        color: #111;
    }

.m-card-body {
    padding: 15px;
}

    .m-card-body label {
        font-size: 13px;
        margin: 0;
    }

.dataTables_filter label {
    margin: 0 0 10px;
}
/*.form-control {
    padding: 2px 10px;
    height: inherit;
}*/

.das-profile-img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    overflow: hidden;
}

    .das-profile-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.form-group {
    margin-bottom: 10px;
}

table {
    font-size: 14px !important;
}
/* -- Main Content -- */
.main_bg {
    background: #F5F5F5;
    height: 100vh;
}

.cus-divider {
    width: 100%;
    border-top: 2px dashed #ff6a00;
    margin: 10px 0
}

.left_content {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100vh;
    overflow-y: auto;
    z-index: 100;
    background: #fbfbfb;
    transition: all 0.5s ease;
    box-shadow: 0px 0px 6px #ffdfd3;
}
    /*.logo.hide_mob {
    position: fixed;
    width: 260px;
    bottom: 0;
    background:#fbfbfb;
}*/

    .left_content.collaps-menu {
        width: 70px;
    }

        .left_content .expand_collapse_logo, .left_content.collaps-menu .main-logo {
            display: none;
            transition: all 0.5s ease;
        }

        .left_content.collaps-menu .expand_collapse_logo {
            display: inline-block;
            height: 50px;
        }

        .left_content.collaps-menu .side-nav li a .link-text span, .left_content.collaps-menu .side-nav li a .dp-arrow {
            display: none;
        }

        .left_content.collaps-menu .side-nav li a {
            text-align: center;
            padding: 10px 0;
            display: block;
        }

            .left_content.collaps-menu .side-nav li a .link-text i {
                font-size: 20px;
            }

.right_content.expand-body {
    left: 70px;
    width: calc(100% - 70px);
}

    .right_content.expand-body header {
        width: calc(100% - 70px);
    }

.right_content {
    position: relative;
    left: 260px;
    width: calc(100% - 260px);
    overflow: auto;
    transition: all 0.5s ease;
    padding-top: 45px;
}
/* -- Right Bar -- */


.left_content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.left_content::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.left_content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #fc913a;
    /*background: linear-gradient(180deg, rgba(255,245,224,1) 0%, rgba(255,171,45,1) 45%, rgba(255,138,13,1) 55%, rgba(255,245,224,1) 100%);*/
}

.logo {
    position: relative;
    text-align: center;
    padding: .5rem 0 1rem;
}

    .logo img {
        height: 100px;
    }

    .logo a:hover .logo-titel {
        display: table;
    }

.left_content.collaps-menu .logo a:hover .logo-titel {
    display: none;
}

.logo-titel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fc913a;
    display: none;
    padding: 2px 13px;
    border-radius: 50px;
    z-index: 11;
    margin: 0 auto;
    transition: all 0.5s ease;
}

    .logo-titel::after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fc913a;
    }

    .logo-titel p {
        color: #fff;
        font-size: 14px;
        margin: 0;
    }

.side-nav {
    margin: 0;
    padding: 0;
    position: relative;
}

    .side-nav li {
        list-style: none;
    }

        .side-nav li:last-child {
            border-bottom: 0;
        }

        .side-nav li a.has-child,
        .side-nav li a.has-child-child {
            display: flex;
            justify-content: space-between;
        }

        .side-nav li a {
            display: block;
            font-size: 13px;
            padding: 6px 8px;
            text-decoration: none;
            color: #000;
            transition: all 0.5s ease;
        }

            .side-nav li a:hover {
                background: #ffad6a !important;
                color: #fff;
            }

        .side-nav li.dgs_shadow a {
            background-color: #335500;
        }

            .side-nav li.dgs_shadow a .link-text {
                color: #fff;
            }

            .side-nav li.dgs_shadow a:hover {
                background: #99d599;
                color: #000080;
            }


        .side-nav li.dgs_idb a {
            background: #000000;
            color: #fff;
        }

            .side-nav li.dgs_idb a:hover {
                background: #525252;
                color: #000080;
            }

        .dropdown-box li a.active, .side-nav li a.active {
            background: #f86f00;
            color: #fff;
        }

        .side-nav li a i {
            margin-right: 5px;
            font-size: 13px;
        }

        .side-nav li a .dp-arrow i {
            font-size: 18px;
        }

    .side-nav .has-sub,
    .side-nav .has-sub-sub {
        border-bottom: 0;
    }

        .side-nav .has-sub .dropdown-box,
        .side-nav .has-sub-sub .sub-dropdown-box {
            padding: 0;
            margin: 4px 0 0 14px;
            display: none;
            border-left: 2px dashed #fc913a;
            animation: remove .5s reverse 0s 1 forwards;
            -webkit-animation: remove .5s reverse 0s 1 forwards;
        }

.has-sub.active .dropdown-box,
.has-sub-sub.active .sub-dropdown-box {
    display: block;
}

.side-nav li a span i {
    font-size: 16px;
}

.has-sub.active .has-child .fa-angle-down {
    transform: rotate(-180deg);
}

.has-sub.active .has-child, .has-sub.active ul li a.has-child,
.has-sub-sub.active .has-child-child, .has-sub-sub.active ul li a.has-child-child {
    background: #f86f00 !important;
    color: #fff;
}

@-webkit-keyframes remove {
    0% {
        opacity: 1;
        max-height: 1000px;
    }

    99.9% {
        opacity: 0;
        max-height: 0px;
        padding: 0px 100px;
    }

    100% {
        opacity: 0;
        max-height: 0;
        padding: 0px 0px;
        animation: poof 0.1s linear 0s 1;
        -webkit-animation: poof 0.1s linear 0s 1;
    }
}
/* -- Right Bar End --*/
.loginform2 {
    padding: 2rem;
    box-shadow: 0 0 10px rgb(202, 202, 202);
    background: #f2f2f2;
    border-radius: 15px;
    width: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lg-form-dec p {
    font-size: 15px;
}

.lg-form-dec h2 {
    font-size: 20px;
}

.login-img {
    background: url('../img/login-img.jpg') no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: bottom left;
}

.login-screen {
    background: url('../img/login-img.png') no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    position: relative;
}
/* -- Top Header -- */

header {
    padding: 6px 0;
    background: #fff;
    z-index: 1012;
    box-shadow: 0px 0px 6px #ffdfd3;
    position: fixed;
    width: calc(100% - 260px);
    top: 0;
    min-height: 48px;
    transition: all 0.5s ease;
}

.expand-collapse i {
    font-size: 20px;
    padding: 7px 0;
    color: #fc913a;
}

.burgar_menu {
    color: #fff;
    font-size: 21px;
    padding: 3px 8px;
    background: #fc913a;
    display: inline-block;
    border-radius: 3px;
}

.user_action button {
    background: #fc913a;
    color: #fff;
    border-radius: 50px;
    padding: 5px 20px;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.user_action .btn:hover {
    color: #fff;
}
/* -- Main -- */

main {
    padding: 15px;
    width: 100%;
    height: 100%;
}

.modal-title {
    font-size: 15px;
}

/*- Tabs -*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #fc913a;
    border-radius: 50px;
}

.nav-link {
    padding: .2rem 1rem;
}

.nav-pills .nav-link {
    border-radius: 50px;
    border: 1px solid orange;
    color: #333;
    /* margin-right: 10px;
    margin-bottom: 10px;*/
}

button.nav-link {
    background: transparent;
}

.m-card-body .form-group label {
    font-size: 12px;
    margin-bottom: 3px;
}
/* -- Project -- */
.team-membar {
    margin: 0;
    padding: 0;
}


    .team-membar li {
        width: 28px;
        height: 28px;
        border-radius: 100%;
        display: inline-block;
        list-style: none;
        overflow: hidden;
        margin: 0 1px;
    }

        .team-membar li img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .team-membar li.manager {
            border-radius: 3px;
        }

        .team-membar li p {
            margin: 0;
            color: #fff;
            font-size: 14px;
        }

.week-calendar table {
    width: 100%;
}

.calendar.week-calendar table thead tr th {
    width: 130px;
}

.calendar.week-calendar table tbody tr td {
    height: 50px;
}

.das-profile-img img {
    width: 100%;
}

.prf-img img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    object-fit: cover;
}

.btn {
    padding: 3px 12px;
}
/* -- Radio BTN -- */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

#tblUserGroup [type="radio"]:checked, #tblUserGroup [type="radio"] {
    position: inherit !important;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

    [type="radio"]:checked + label:before,
    [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #051431;
        border-radius: 100%;
        background: #fff;
    }

    [type="radio"]:checked + label:after,
    [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 12px;
        height: 12px;
        background: #051431;
        position: absolute;
        top: 3px;
        left: 3px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    [type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.Calendar-type {
    padding: 7px 0;
}

    .Calendar-type ul, .color-legend ul {
        margin: 0;
        padding: 0;
    }

        .Calendar-type ul li {
            list-style: none;
            display: inline-block;
            margin-right: 20px;
        }

            .Calendar-type ul li:last-child {
                margin-right: 0;
            }

            .Calendar-type ul li label {
                margin-bottom: 0;
            }

        .color-legend ul li {
            list-style: none;
            display: inline-flex;
            border-radius: 50px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            margin-right: 2px;
        }

            .color-legend ul li .leave-txt {
                padding: 3px 10px 3px 0;
            }

.color-code {
    width: 12px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-right: 4px;
}

.leave-txt p {
    margin-bottom: 0;
    font-size: 12px;
}

.sick-leave {
    border: 1px solid #ff0000;
}

    .sick-leave .color-code {
        background: #ff0000;
    }

.holiday-taken {
    border: 1px solid #33ff33;
}

    .holiday-taken .color-code {
        background: #33ff33;
    }

.saturday-working {
    border: 1px solid #9933cc;
}

    .saturday-working .color-code {
        background: #9933cc;
    }

.travelling {
    border: 1px solid #ffff00;
}

    .travelling .color-code {
        background: #ffff00;
    }

.unpaid-leave {
    border: 1px solid #3399ff;
}

    .unpaid-leave .color-code {
        background: #3399ff;
    }

.half-day-leave {
    border: 1px solid #ff66cc;
}

    .half-day-leave .color-code {
        background: #ff66cc;
    }

.half-day-working {
    border: 1px solid #993000;
}

    .half-day-working .color-code {
        background: #993000;
    }

.maternity-leave {
    border: 1px solid #ff0080;
}

    .maternity-leave .color-code {
        background: #ff0080;
    }

.bank-holiday {
    border: 1px solid #bee7fc;
}

    .bank-holiday .color-code {
        background: #bee7fc;
    }

.calendar {
    text-align: center;
}

    .calendar table.teamDayTable thead tr th {
        width: 42px;
        background: #f4f4f4;
    }

a.calendar-next-prv, button.calendar-next-prv {
    padding: 3px 15px;
    display: inline-block;
    border-radius: 50px;
    color: #051431;
    text-decoration: none;
    border: 1px solid #051431;
    background: transparent;
}

    button.calendar-next-prv:disabled {
        opacity: .5;
        cursor: not-allowed;
    }

[type="radio"]:disabled + label {
    pointer-events: none;
}

a.calendar-next-prv-left i, button.calendar-next-prv-left i {
    margin-right: 5px;
}

a.calendar-next-prv-right i, button.calendar-next-prv-right i {
    margin-left: 5px;
}

.calendar table {
    margin: 0 auto;
    text-align: center;
}

    .calendar table thead tr th {
        width: 30px;
        background: #f4f4f4;
    }

    .calendar table thead tr td {
        padding: 0 12px;
    }

    .calendar table tbody tr td.weekend {
        background: #5c5c5c;
        color: #fff;
    }

    .calendar table tbody tr td.dayNumber {
        font-size: 13px;
    }

    .calendar table tbody tr td.nonclickable {
        background: #fff8ed;
    }

    .calendar table tbody tr td.bankHoliday {
        background: #F09874;
    }

    .calendar table tbody tr td.singleShift {
        background: #def1ff;
    }

    .calendar table tbody tr td.dualShift {
        /*background: linear-gradient(0deg, rgba(10, 179, 245, 1) 49%, rgba(10, 179, 245, 1) 49%,rgba(222, 241, 255,1) 50%,rgba(222, 241, 255,1) 50%);*/
        background: -webkit-linear-gradient(128deg, #007bff 0%, #007bff 50%, #def1ff 50%, #def1ff 100%);
    }

/* Tooltips */
.dvtooltip {
    display: none;
}

.hastooltip {
    position: relative;
}

    .hastooltip:hover .dvtooltip {
        display: block;
    }

.dvtooltip {
    position: absolute;
    bottom: 24px;
    right: 0;
    z-index: 999;
}

    .dvtooltip .card .card-body {
        background: #000;
        color: #fff;
        font-size: 12px;
        border-radius: 3px;
    }

    .dvtooltip .card {
        position: relative;
    }

        .dvtooltip .card::before {
            content: '';
            position: absolute;
            bottom: -5px;
            right: 9px;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #000;
        }



.element-hidden {
    display: none;
}

/*-- Scrool Bar --*/

.user_list::-webkit-scrollbar {
    width: 2px;
}

.user_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    border-radius: 0px;
}

.user_list::-webkit-scrollbar-thumb {
    background: #ffc79a; /* fallback for old browsers */
    border-radius: 0;
}

.user_list {
    height: 260px;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

    .user_list li {
        list-style: none;
    }

        .user_list li img {
            margin: 0px 0px 2px 0;
            width: 28px;
            height: 28px;
            border-radius: 100%;
            object-fit: cover;
            margin-right: 8px;
        }

.att-list-user-img img {
    width: 100%;
    height: 84px;
    border-radius: 12px;
    object-fit: cover;
}

.userListPic {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
}

.userListImageUpload a {
    position: relative;
}

    .userListImageUpload a:hover .overlay {
        display: block;
        transition: all 0.5s ease;
    }

.userListImageUpload .overlay {
    display: none;
    position: absolute;
    font-size: 30px;
    background: linear-gradient(45deg, #fab610, #eb3c26);
    border-radius: 6px;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 50px;
    top: -14px;
    line-height: 50px;
    cursor: pointer;
    z-index: 99;
}

.db-fix-height {
    min-height: 290px;
}
/*-- List Style --*/
#TestatchShift {
    margin-top: .5rem;
}

#ddYearsList {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding: 0;
}

    #ddYearsList li {
        list-style: none;
        padding: 2px 6px;
        border: 1px solid #e0d2d2;
        border-bottom: 0;
    }

        #ddYearsList li input {
            margin-right: 5px;
            border-right: 1px solid #e0d2d2;
        }

        #ddYearsList li:last-child {
            border-bottom: 1px solid #e0d2d2;
        }

.shift-profile {
    width: 90px;
    height: 90px;
    background: #53a2f3;
    border: 2px solid #c5e2ff;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

    .shift-profile h2 {
        line-height: 82px
    }
/*
.att-list-user-img {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
}*/

.att-list-user-img h2 {
    line-height: 36px;
    font-size: 12px;
}

.shift-user-name {
    margin: .5rem 0;
}

    .shift-user-name h3 {
        font-size: 16px;
    }

    .shift-user-name p {
        font-size: 16px;
    }

.shift-hours {
    background: #fff0e4;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

    .shift-hours:last-child {
        margin-bottom: 0;
    }

    .shift-hours h3 {
        color: #fc913a;
    }

    .shift-hours p {
        font-size: 14px;
        margin-bottom: 8px;
    }

.shift-modal-right {
    border-left: 2px solid #e4e0e0;
    height: 100%;
    padding-left: 30px;
}

.att-list-card {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.attendance-list {
    padding: 0 8px;
}

.att-list-user-detail h3 {
    font-size: 14px;
}

.att-list-user-detail h5 {
    font-size: 12px;
}

.att-list-user-detail p {
    font-size: 12px;
    margin-bottom: 0;
}

.att-status p {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 0;
}

.att-status.st-online p {
    color: green;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
}

.att-status.st-offline p {
    color: red;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
}

.punch-date-time {
    background: #fc913a;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    border-radius: 10px
}

    .punch-date-time h1 {
        font-weight: bold;
    }

    .punch-date-time h4 {
        font-weight: 400;
    }

.profile-img.punch-profile-img .prf-img img {
    width: 120px;
    height: 120px
}

.profile-img.punch-profile-img {
    margin: 20px auto;
}

.punch-profile-txt h2 {
    font-size: 28px;
}

.punch-status p {
    font-size: 20px;
}

.punch-time-txt p {
    font-size: 20px;
}

.punch-deg-name p {
    font-size: 18px;
    font-weight: 500;
}

.punch-btn-group {
    border: 3px solid #fc913a;
    height: 100%;
    border-radius: 10px;
    padding: 30px;
}

    .punch-btn-group ul {
        margin: 0;
        padding: 0;
    }

        .punch-btn-group ul li {
            list-style: none;
            padding: 8px 0;
        }

            .punch-btn-group ul li a, .punch-btn-group ul li button {
                text-align: center;
                display: block;
                padding: 20px 0;
                background: #fff;
                border: 3px solid #fc913a;
                color: #fc913a;
                font-size: 26px;
                text-decoration: none;
                font-weight: 600;
                border-radius: 100px;
                transition: all 0.5s ease;
                cursor: pointer;
                width: 100%;
            }

                .punch-btn-group ul li a:hover, .punch-btn-group ul li button:hover, .punch-btn-group ul li.enable-punch a {
                    background: #fc913a;
                    color: #fff;
                }

            .punch-btn-group ul li.disable-punch a, .punch-btn-group ul li.disable-punch button {
                background: #6b6b6b !important;
                cursor: not-allowed;
                color: #fff;
            }

            .punch-btn-group ul li .disable-punch {
                background: #6b6b6b !important;
                cursor: not-allowed;
                color: #fff;
            }

.punch-dash-prof-head-pfm {
    background: #fc913a;
    padding: 12px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    .punch-dash-prof-head-pfm .prf-img {
        margin: -58px auto 0;
        position: relative;
        width: 90px;
        height: 90px;
    }

    .punch-dash-prof-head-pfm h2 {
        margin: 0;
        font-size: 24px;
        color: #fff;
    }

    .punch-dash-prof-head-pfm .prf-img img {
        border: 4px solid #fc913a;
    }

.punch-dash-prof-body {
    border: 4px solid #fc913a;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 15px;
}

    .punch-dash-prof-body h6 {
        font-size: 14px;
        font-weight: normal;
    }

    .punch-dash-prof-body h4 {
        font-size: 20px;
        color: #fc913a;
        font-weight: normal;
    }

    .punch-dash-prof-body p {
        margin-bottom: 0px;
    }

.punch-dash-prof-head-pfm .prf-img p {
    position: absolute;
    bottom: 5px;
    right: -5px;
    background: #fc913a;
    border-radius: 100%;
    line-height: 0;
    padding: 1.5px 2.5px 1px;
}

    .punch-dash-prof-head-pfm .prf-img p i {
        font-size: 18px;
    }

.punch-dash-prof-body-prf-img h2 {
    font-size: 16px;
    margin-top: 3px;
    color: #fc913a;
}

.punch-dash-prof-body-prf-img .prf-img img {
    width: 70px;
    height: 70px;
    border: 3px solid #fc913a;
}

.punch-dash-prof-body-prf-img .prf-img {
    width: 70px;
    height: 70px;
    position: relative;
}

    .punch-dash-prof-body-prf-img .prf-img p {
        position: absolute;
        bottom: 5px;
        right: 3px;
        background: #fc913a;
        border-radius: 100%;
        line-height: 0;
        padding: 1.5px 2.5px 1px;
    }

        .punch-dash-prof-body-prf-img .prf-img p i {
            font-size: 13px;
        }

.holiday-details-list, .punch-dash-content {
    padding: 12px;
    border: 4px solid #fc913a;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.holiday-details-list-box h4 {
    font-size: 13px;
}

.holiday-details-list-box h5 {
    font-size: 12px;
    color: #fc913a;
}

.holiday-details-list-box p {
    font-size: 12px;
    color: #999;
    margin: 0;
}

.holiday-details-list-box .icon {
    margin-bottom: 15px;
}

.project-details-list h4 {
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.project-details-list p {
    background: #b1b1b1;
    display: inline-block;
    font-size: 13px;
    padding: 2px 12px;
    border-radius: 50px;
}

/*-- Input File --*/

input#file {
    height: 0;
    overflow: hidden;
    width: 0;
}

    input#file + label {
        background: #f15d22;
        border: none;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        outline: none;
        padding: 4px 8px;
        transition: all 0.3s;
        vertical-align: middle;
    }

        input#file + label:hover {
            background-color: #d3460d;
        }

        input#file + label.btn-2 {
            background-color: #99c793;
            border-radius: 50px;
            overflow: hidden;
        }

            input#file + label.btn-2:hover {
                background-color: #497f42;
            }
/*--- Design ---*/

td.project-cell {
    height: 115px;
}

.profile-imgupload-btn {
    position: absolute;
    bottom: -10px;
    left: 65px;
}

.att-pin-pout .dvtooltip .card .card-body {
    width: 230px;
}

.ShiftFound {
    color: #fff;
    background-color: #fc913a;
    border-color: #fc913a;
}

.ShiftAllocated {
    color: #fff;
    background-color: #D3D3D3;
    border-color: #fc913a;
}

.ShiftNotAllocated {
    color: #fff;
    background-color: #A9A9A9;
    border-color: #fc913a;
}

.CopyWithHover {
    color: #FF1493;
    background-color: #FF1493;
    border-color: #fc913a;
}

td.hover-contact:hover {
    background: #fc913a;
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
}

td.cell.ShiftFound ul {
    margin: 10px 0 5px;
    padding: 0;
}

td.cell.ShiftFound li {
    margin: 0 2px;
    display: inline-block;
    list-style: none;
}

ul#userList li a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

ul#userList li.active a {
    color: #fc913a;
}

td.cell.ShiftFound ul li a.btn.btn-action {
    background: transparent;
    color: #fff;
    padding: 0px 5px;
    border: 1px solid #ffd5b3;
}

ul#userList li.user-desabled a {
    cursor: not-allowed;
}

.page-title {
    background: #ffdec2;
    padding: 4px 12px;
}

    .page-title h4 {
        font-size: 15px;
        color: #111;
        margin: 0;
    }

.countdown div {
    display: inline-block;
}

.countdown .btn-group {
    margin-top: -18px;
}

.form-check {
    padding-left: 0;
}

.search-staus {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f2f2;
}

    .search-staus span {
        border: 1px solid #dee2e6;
        padding: 0 8px;
        border-radius: 5px;
    }

        .search-staus span input {
            margin-right: 4px;
        }

    .search-staus ul li {
        display: inline-block;
        margin-right: 25px;
    }

    .search-staus ul {
        margin: 0;
        padding: 0;
    }

}
/* Task */

.inner_sec_title {
    border-bottom: 1px solid #ffc597;
}

    .inner_sec_title h2 {
        margin: 0;
        font-size: 14px;
        padding: 2px 10px;
        display: inline-block;
        border: 1px solid #ffc597;
        border-bottom: 0;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

.inner_sec_cont {
    background: #f3f1f1;
    padding: 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 10px;
}

.inner_sec_cont_insideedge {
    background: #ffffff;
    padding: 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 10px;
    border: 1px solid #ffc597;
}

.inner_sec_cont .form-group {
    margin-bottom: 5px;
}

    .inner_sec_cont .form-group label {
        margin: 0;
        font-size: 14px;
        color: #888;
    }


.inputcontrols tbody tr td input {
    width: 100%;
}

/*----- / Rana (Task Comment) / -------*/

.drop-off-box {
    border: 1px solid #fc913a;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    height: 140px;
}

.drop-off-box-icon i {
    font-size: 36px;
    color: #808080;
}

.drop-off-box-icon p {
    font-size: 12px;
    color: #808080;
    margin: 0;
}

.drop-off-box-icon {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.drop-off-box-value p {
    margin-bottom: 0;
    font-size: 14px;
}
/*For Task view Modal*/
.view_task_con {
    margin-bottom: 10px;
}

    .view_task_con h2 {
        font-size: 15px;
        margin: 0 0 5px
    }

    .view_task_con p {
        font-size: 14px;
        margin: 0;
        background: #f2f2f2;
        padding: 3px 8px;
        min-height: 27px;
    }

.with-print-btn {
    display: inline-block;
    width: 70px;
}

    .with-print-btn h4 {
        color: #fc913a;
        display: inline-block;
    }

.isCheckedGroupTask {
    background-color: #f9d9c4 !important;
}

.isCheckedUserTask {
    background-color: #f9d9c4 !important;
}

.alert-danger-task {
    color: #5c2228;
    background-color: #fffcfc;
    border-color: #f5c6cb;
}

ul.multiselect-container li a label {
    color: #000 !important;
}

.form-group.ce-shift-type-status {
    margin: 10px 0 0 10px;
}

    .form-group.ce-shift-type-status label {
        font-size: 16px;
    }

#tbodyUserGroup tr td .table-checkbox [type="checkbox"]:checked, #tbodyUserGroup tr td .table-checkbox [type="checkbox"]:not(:checked) {
    width: 120px;
    height: 36px;
    margin-left: -3.8rem;
    margin-top: -.3rem;
    opacity: 0;
}

.task-calendar-type ul {
    margin: 0;
    padding: 0;
}

    .task-calendar-type ul li {
        list-style: none;
        display: inline-block;
    }

        .task-calendar-type ul li label {
            font-size: 18px;
        }

        .task-calendar-type ul li [type="checkbox"]:checked, .task-calendar-type ul li [type="checkbox"]:not(:checked) {
            width: 14px;
            height: 14px;
        }

        .task-calendar-type ul li .radio-custom {
            opacity: 0;
            position: absolute;
        }

        .task-calendar-type ul li .radio-custom, .radio-custom-label {
            display: inline-block;
            vertical-align: middle;
            margin: 3px;
            cursor: pointer;
        }

        .task-calendar-type ul li .radio-custom-label {
            position: relative;
        }

        .task-calendar-type ul li .radio-custom + .radio-custom-label:before {
            content: '';
            background: #fff;
            border: 2px solid #ddd;
            display: inline-block;
            vertical-align: middle;
            width: 20px;
            height: 20px;
            padding: 2px;
            margin-right: 10px;
            text-align: center;
        }

        .task-calendar-type ul li .radio-custom + .radio-custom-label:before {
            border-radius: 3px;
        }


        .task-calendar-type ul li [type="radio"]:checked + label:after, .task-calendar-type ul li [type="radio"]:not(:checked) + label:after {
            content: '\2713';
            position: absolute;
            top: 0px;
            left: 1px;
            color: #fff;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            background: #0d6efd;
            border-radius: 2px;
            width: 18px;
            height: 18px;
            font-size: 15px;
            text-align: center;
        }

.saturday-working-check-box {
    margin: 0 0 0 20px;
}

.m-card-body .saturday-working-check-box label {
    font-size: 16px;
}

.dataTables_scrollBody {
    overflow-y: auto;
    overflow-x: hidden;
}

.table-line td, .table-line th {
    border: 1px solid #fc913a !important;
}

input[type=color] {
    height: 30px;
}
/*-- Mobile Menu Responsive --*/
.hide_desk {
    display: none;
}

.user-action-on-mob {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    text-align: center;
    color: black;
}

    .user-action-on-mob h4 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .user-action-on-mob p {
        font-size: 14px;
        margin-bottom: 8px;
    }

.logo-mobile img {
    height: 38px;
}

@media print {
    .printOnly {
        display: block !important;
    }
}

@media (max-width: 1346px) {
    div #TaskTable_wrapper {
        overflow-x: scroll;
    }
}

.burgar_menu {
    display: none;
}

@media (max-width: 991px) {
    .hide_desk {
        display: inline-block;
    }

    .hide_mob {
        display: none;
    }
}

@media (max-width: 767px) {
    .burgar_menu {
        display: inline-block;
    }

    .expand-collapse {
        display: none;
    }

    .right_content {
        width: 100%;
        left: 0;
    }

    .left_content {
        width: 300px;
        position: fixed;
        z-index: 999;
        top: 50px;
        left: -100%;
        transition: all .5s ease;
    }

    header {
        width: 100%;
    }

    .left_content.active {
        left: 0;
    }
}

/* For ProjectPlanning Comment display */

.comment_box {
    border: 1px solid #bbb;
    margin-bottom: 10px;
    border-radius: 6px;
}

.comment_box_head {
    border-bottom: 1px solid #bbb;
    padding: 4px 10px;
}

    .comment_box_head h4 {
        margin: 0px;
        font-size: 16px;
    }

        .comment_box_head h4 i {
            color: #fc913a;
        }

        .comment_box_head h4 span.comment_date {
            color: #999;
            font-size: 12px;
        }

.comment_box_body {
    padding: 10px;
}

    .comment_box_body p {
        margin: 0px;
        font-size: 13px;
    }

.show_time {
    text-align: center;
    padding: 2px 10px;
    background: #fc913a;
    color: #fff;
    border-radius: 50px;
    margin: 0 0 10px;
}

.set_panel {
    margin-bottom: 30px;
}

    .set_panel ul {
        margin: 0;
        padding: 0;
        display: flex;
    }

        .set_panel ul li {
            width: 240px;
            list-style: none;
            position: relative;
        }

            .set_panel ul li .close-btn {
                position: absolute;
                top: 10px;
                right: 10px;
                font-size: 12px;
                color: #fff;
                padding: 2px 6px;
                background: #424242b0;
                border-radius: 50px;
                cursor: pointer;
                transition: all 0.5s ease;
            }

                .set_panel ul li .close-btn:hover {
                    background: #fc913a;
                }

    .set_panel img {
        width: 100%;
    }

.set_panel {
    display: flex
}

    .set_panel img {
        height: 100%;
    }

.has-check-box .form-group {
    margin-left: 20px;
}

p.ppd-label {
    margin: 0;
    font-size: 15px;
    padding: 4px 0;
}

.form-check-input {
    margin-top: .4rem;
    margin-left: 0;
}

.m-card-body label.form-check-label {
    font-size: 14px;
    margin-left: 1.25rem;
}

.table-bordered.table-border-black td, .table-bordered.table-border-black th {
    border: .5px solid #505050 !important;
    font-size: 10px;
    font-weight: normal;
    vertical-align: middle;
}
    /*   .table-bordered.table-border-black td.slot.ui-droppable span b, .table-bordered.table-border-black th.tcellDate {
        font-size: 8px !important;
    }
*/
    .table-bordered.table-border-black th.manager {
        border-left: 3px solid #000000 !important;
        font-size: 10px;
        font-weight: normal;
        vertical-align: middle;
    }

    .table-bordered.table-border-black td.border {
        border-left: 3px solid #000000 !important;
        font-size: 10px;
        font-weight: normal;
    }



/* Custome checkbox */

.ma-checkbox {
    display: block;
}

    .ma-checkbox input[type=checkbox] {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .ma-checkbox label {
        position: relative;
        cursor: pointer;
    }

        .ma-checkbox label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #fc913a;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 8px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
        }

    .ma-checkbox input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        left: 7px;
        width: 6px;
        height: 14px;
        border: solid #fc913a;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

        .ma-checkbox.active-fill input:checked + label:before{
            background-color: #fc913a;
        }

        .ma-checkbox input:disabled + label:before {
            border: 2px solid #a9a9a9;
            background: #a9a9a9;
        }

.title-with-divider {
    border-bottom: 1px solid #d3d3d3;
}

div#tblbodyPSAssignProjectReportList table tbody tr th, div#tblbodyPSAssignProjectReportListEvening table tbody tr th {
    text-align: center;
    vertical-align: middle;
}

div#tblbodyPSAssignProjectReportList table tbody tr th, div#tblbodyPSAssignProjectReportListEvening table tbody tr th {
    overflow: hidden;
}

.calendar #holidayTable tr td:not(.bankHoliday):hover {
    cursor: pointer;
}

div#tblbodyPSAssignProjectReportList table tbody tr td.TcellDrag, div#tblbodyPSAssignProjectReportList table tbody tr td.TcellDrop, div#tblbodyPSAssignProjectReportList table tbody tr td.TcellLock {
    height: auto !important;
    font-size: 12px;
    min-width: 100px;
}


#tblbodyPSAssignProjectReportListEvening table {
    table-layout: fixed;
}

div#tblbodyPSAssignProjectReportListEvening table tbody tr td.TcellDragEvening, div#tblbodyPSAssignProjectReportListEvening table tbody tr td.TcellDropEvening, div#tblbodyPSAssignProjectReportListEvening table tbody tr td.TcellLockEvening {
    height: auto !important;
    font-size: 12px;
    min-width: 100px;
}

div#tblbodyPSAssignProjectReportListEvening table tbody tr td.tcellDateEvening {
    height: auto !important;
    font-size: 12px;
    min-width: 65px;
}

table#UserList thead tr th:last-child {
    width: 110px !important;
}

/*CSS form QR Code*/
button#html5-qrcode-button-camera-stop,
button#html5-qrcode-button-camera-start,
button#html5-qrcode-button-camera-permission {
    border: 0;
    background: #da0c0c;
    color: #fff;
    padding: 6px 20px 10px;
    border-radius: 50px;
}

button#html5-qrcode-button-camera-start {
    background: #2a8413;
}

button#html5-qrcode-button-camera-permission {
    text-decoration: none !important;
    margin-top: 1rem;
    background: #134084;
}

span#html5-qrcode-anchor-scan-type-change {
    display: none !important;
}

#reader {
    border: 0 !important;
}

#reader__scan_region {
    border-radius: 10px;
    overflow: hidden;
}

img[alt="Info icon"] {
    display: none;
}
/*table scroll*/

.table-scroll table {
    width: 100%;
    /*    margin: auto;*/
    border-collapse: separate;
    border-spacing: 0;
}

.table-scroll thead th {
    background: #fff;
    color: #000;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.table-scroll th:first-child, .table-scroll th.tcellDate {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
    background: #ccc;
}

.table-scroll.has-month-vertically th.tcellDate {
    left: 22px;
}


.table-scroll.has-month-vertically .table {
    table-layout: fixed;
}

col.t_cell_month {
    width: 22px;
}

col.t_cell_date {
    width: 23px;
}

.table-scroll thead th:first-child {
    z-index: 5;
}

.table-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
}

.days {
    font-size: 12px;
    margin-top: 8px;
}

.input-error {
    font-size: 12px;
}

.notification-text {
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 6px;
    margin: 0;
}

    .notification-text.text-danger {
        color: red;
        background-color: #ffdcdc;
    }

    .notification-text.text-success {
        color: green;
        background-color: #ccedcf;
    }

#pushed tbody tr td span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 100% !important;
    font-size: 10px;
}

    #pushed tbody tr td span.selected_-_items {
        font-size: 10px;
        display: flex;
        width: 80% !important;
        /*height: 75% !important;*/
        justify-content: center;
        /*margin: 2% auto 1% !important;*/
    }

#pushed td, #pushed th {
    padding: 0;
}

.userAddEdit label {
    font-size: 14px;
}

.text-v th {
    position: relative;
    min-width: 60px;
}

.text-v thead tr th span {
    /*   writing-mode: vertical-lr;
   -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);*/
}

.Cursor-Pointer {
    cursor: pointer;
}

.dpmc-box {
    height: 370px;
    overflow: auto;
}

.task-details-box {
    height: 370px;
}

.psgdcm-text {
    font-size: 11px;
    margin: 0;
}

.table-scroll table thead tr.fixed-row-2 th {
    background: #fff;
    top: 22px;
}

.t-highlight td {
    background: #ff6805;
}

.company-hfd .btn-link {
    color: #ff6805;
    text-decoration: none
}

/*.slot {
    width: 120px;
    height: 15px;
    margin-top: 5px;
    margin: 0 auto !important;
}

.item {
    width: 1px;
    height: 1px;
    margin: 0 auto !important;
}

.slotevening {
    width: 120px;
    height: 15px;
    margin-top: 5px;
    margin: 0 auto !important;
}

.itemevening {
    width: 1px;
    height: 1px;
    margin: 0 auto !important;
}

.ui-selected {
    background: #FECA40 !important;
}

.ui-selecting {
    background: #FECA40 !important;
}*/

ul.holiday-details-db {
    margin: 0;
    padding: 0;
}

    ul.holiday-details-db li {
        list-style: none;
        display: flex;
        justify-content: space-between;
    }

        ul.holiday-details-db li p {
            margin: 0;
            font-size: 13px;
        }

.side-nav li.has-sub a.has-sub-bgcolor.has-child {
    background: #fff1e1;
}

.printOnly {
    display: none;
}

.apre_task_pop_wrap {
    background: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    width: 500px;
    position: fixed;
    bottom: 24px;
    right: 24px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important;
}

.ptt-report-gn {
    margin: 0;
    padding: 0;
}

    .ptt-report-gn li {
        list-style: none;
        border-top: 1px solid #dee2e6;
    }

        .ptt-report-gn li:first-child {
            border-top: 0px;
        }


.modal-dialog.a4-size {
    max-width: 794px;
    width: 100%;
    margin: auto;
}

.modal-content.a4-size {
    height: 1250px;
    width: 780px;
}

@media print {
    body * {
        visibility: hidden;
    }

    .modal.a4-print, .modal.a4-print * {
        visibility: visible;
    }

    .modal.a4-print {
        position: absolute;
        left: 0;
        top: 0;
        width: 794px;
        height: 1123px;
        margin: 0;
    }
}

.filelabel-box {
    overflow: hidden;
}

    .filelabel-box:hover .filelabel-title {
        visibility: visible;
        transform: translateY(0);
        transition: all 0.5s ease;
    }

.filelabel-title {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 6px 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: linear-gradient(360deg, #00000021, #000000);
    visibility: hidden;
    transform: translateY(-24px);
    transition: all 0.5s ease;
}

    .filelabel-title label {
        color: #fff;
        margin-bottom: 0;
    }

    .filelabel-title ul {
        margin: 0;
        padding: 0;
        display: flex;
        gap: 12px;
    }

        .filelabel-title ul li {
            list-style: none;
        }

            .filelabel-title ul li a {
                color: #fff;
            }

.filelabel {
    border: 1px dashed grey;
    border-radius: 5px;
    overflow: hidden;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
}

label.filelabel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.filelabel i {
    display: block;
    font-size: 30px;
    padding-bottom: 5px;
}

.filelabel i,
.filelabel .title {
    color: grey;
    transition: 200ms color;
}

.filelabel:hover {
    border: 1px solid #1665c4;
}

    .filelabel:hover i,
    .filelabel:hover .title {
        color: #1665c4;
    }

.file_input_user {
    display: none;
}

.table-bordered td.clickable {
    cursor: pointer;
}

a.con-active {
    background: #ffffff;
    color: #fc913a;
}

.team-membar li.more.team-membar li.more {
    background: linear-gradient(45deg, #f9ad12, #ec4624);
    color: #fff;
    font-size: 12px;
    padding: 6px 0;
}

table thead tr th.text-y {
    writing-mode: sideways-lr;
    inline-size: fit-content;
}

.fs-12,
table.fs-12 * {
    font-size: 12px;
}
