body {
    font-family: "Karla", sans-serif !important;
    /*font-size: 0.9rem!important;*/
}


@media only screen and (max-width: 991px) {
    .singleEmployee {
        height: 100% !important;
    }

    .navbar {
        display: none !important;
    }

    .showEmployeeWindow {
        width: 100% !important;
    }
}

.h6 {
    font-size: .800rem;
    /* margin: 0 !important;*/
}

.modal {
    z-index: 10000 !important;
}

hr.style1 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

@font-face {
    font-family: SourceSansPro-Regular;
    src: url('../fonts/source-sans-pro/SourceSansPro-Regular.ttf');
}

@font-face {
    font-family: SourceSansPro-Bold;
    src: url('../fonts/source-sans-pro/SourceSansPro-Bold.ttf');
}

@font-face {
    font-family: SourceSansPro-SemiBold;
    src: url('../fonts/source-sans-pro/SourceSansPro-SemiBold.ttf');
}

/*.fa-search {
    color: rgba(40, 148, 255, 0.6);
    font-size: 17px;
}*/

.fa-user-cov {
    color: rgba(40, 148, 255, 0.6);
    font-size: 18px;
}
/*.fa-search:hover {
        font-size: 20px;
    }*/
.fa-trash-alt {
    color: rgba(208, 2, 27, 0.6) !important;
    /*float: right;*/
    /*margin-right: 10px;*/
    cursor: pointer;
    font-size: 20px;
}

    .fa-trash-alt:hover {
        color: rgba(208, 2, 27, 1) !important;
    }

.fa-edit {
    color: rgba(122, 190, 197, 0.6) !important;
    cursor: pointer;
    font-size: 20px;
}

    .fa-edit:hover {
        color: rgba(122, 190, 197, 1) !important;
    }

.fa-comment-alt-lines {
    color: rgba(21, 21, 21, 0.6) !important;
    cursor: pointer;
    font-size: 18px !important;
}

    .fa-comment-alt-lines:hover {
        color: rgba(0, 0, 0, 1) !important;
    }



.fa-plus-square {
    /*font-size: 36px !important;*/
    color: rgba(122, 190, 197, 0.6) !important;
}

    .fa-plus-square:hover {
        color: rgba(122, 190, 197, 1) !important;
    }

.fa-calculator-alt {
    color: rgb(23, 162, 184, 0.6) !important
}

    .fa-calculator-alt:hover {
        color: rgb(23, 162, 184, 1) !important
    }

.fa-minus-square {
    color: rgba(122, 190, 197, 0.6) !important;
}

    .fa-minus-square:hover {
        color: rgba(122, 190, 197, 1) !important;
    }

.fa-redo-alt {
    color: rgba(122, 190, 197, 0.6) !important;
    font-size: 24px;
}

    .fa-redo-alt:hover {
        color: rgba(122, 190, 197, 1) !important;
    }


.btnSuccess {
    background: rgba(126, 211, 33, 0.6);
    color: white;
    font-weight: 600;
}

    .btnSuccess:hover {
        background: rgba(126, 211, 33, 1);
    }

.btnDanger {
    background: rgba(208, 2, 27, 0.6) !important;
    color: white;
    font-weight: 600;
    float: right;
}

    .btnDanger:hover {
        background: rgba(208, 2, 27, 1);
    }

.download-arrow:hover {
    color: #67b0ff !important
}

.navbar {
    background-size: 100% 100%;
    /*height:50px;*/
}


    .navbar .navbar-brand {
        padding: 0;
        margin: 0;
        width: 120px;
    }

        .navbar .navbar-brand img {
            padding: 41px 6px 41px 6px;
        }

    .navbar .avatar {
        width: 50px;
    }



    .navbar li {
        /*font-size: 17px;*/
        margin: auto;
        margin-left: 10px;
    }

    /*   .navbar li a {
            color: #000000;
            font-size: 15px;
        }*/

    .navbar .dropdown-item {
        font-size: 15px !important;
        overflow: hidden;
    }

    .navbar .fa-power-off {
        color: #6c757d;
    }

.sidebar {
    width: 120px;
    height: 100vh;
    background: white !important;
    position: fixed;
    z-index: 100;
    top: 0;
    overflow: auto;
}

    .sidebar .navbar-nav {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 0;
    }

        .sidebar .navbar-nav .nav-item {
            border-right: 11px solid white;
            font-weight: 600;
            padding-top: 5px;
            padding-bottom: 5px;
            color: #b7b7b7;
            cursor: pointer;
            font-size: 10px;
            margin-bottom: 15px;
        }

            .sidebar .navbar-nav .nav-item:hover {
                color: #7ebfff !important;
            }

                .sidebar .navbar-nav .nav-item:hover a {
                    color: #7ebfff;
                }

            .sidebar .navbar-nav .nav-item i {
                display: block;
                font-size: 25px;
            }

        .sidebar .navbar-nav .active {
            border-right: 5px solid #7ebfff;
            color: #7ebfff;
            font-weight: 600;
            padding-top: 10px;
            /* margin-top: -8px; */
            padding-bottom: 10px;
        }

    .sidebar a:link {
        color: #b7b7b7;
        font-size: 11px;
        font-weight: 600;
    }

    .sidebar a:visited {
        color: #b7b7b7;
        font-size: 11px;
        font-weight: 600;
    }

    .sidebar a:hover {
        color: #b7b7b7;
        font-size: 11px;
        font-weight: 600;
    }

    .sidebar a:active {
        color: #b7b7b7;
        font-size: 11px;
        font-weight: 600;
    }

.tableHeader {
    width: 100%;
    border-bottom: 1px solid #7ebfff55;
    margin: auto;
    height: 70px;
    padding-top: 25px !important;
    background: #2894ff99;
    color: white;
}

.tableHeader2 {
    width: 100%;
    border-bottom: 1px solid #7ebfff55;
    margin: auto;
    height: 60px;
    padding-top: 20px !important;
    background: #2894ff99;
    color: white;
}

.activep {
    color: #2894ff99 !important;
}

a:hover {
    text-decoration: none;
}

.CustomersPage {
    /*margin-top: 50px;*/
    /*<div v-bind:class=" [ 'closeAddMemberTeam', { 'showAddMemberTeam': addNewMemberTeamWindow },]">*/
    /*Pagination*/
}

    .CustomersPage .row {
        margin: auto;
    }

    .CustomersPage .white-background {
        margin-top: -7px;
        width: 100%;
    }

        .CustomersPage .white-background .input-group-text {
            color: rgba(52, 58, 64, 0.3);
            font-size: 20px;
            border-left: 0;
            background: white;
            border: 0px;
        }

            .CustomersPage .white-background .input-group-text:hover {
                color: rgba(52, 58, 64, 0.9);
                cursor: pointer;
            }

    .CustomersPage .customerInputFilter {
        border-radius: 0px;
        border: 0px;
        border-bottom: 1px solid rgba(52, 58, 64, 0.3);
        margin-left: 16px;
        padding-right: 312px;
        color: black;
    }

        .CustomersPage .customerInputFilter:focus {
            background: rgba(255, 255, 255, 0.16);
            color: black;
        }

        .CustomersPage .customerInputFilter::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+    color: #b7b7b7;   color: #808080;     color: #6a6a6a;    */
            font-family: 'Karla';
            color: #808080;
            /*default: 16px*/
            font-size: 14px;
            font-weight: 600;
            opacity: 1;
            /* Firefox */
            margin-left: 28px;
            padding-left: 10px;
        }


    .CustomersPage .project {
        background: white;
        border-radius: 5px;
        margin-bottom: 30px;
        padding: 10px;
    }

    .CustomersPage .projectInfo {
        /*border-bottom: 0.5px solid rgba(52, 58, 64, 0.3);*/
        padding-top: 15px;
        /* padding-bottom: 10px; */
        height: 70px;
        transition: 0.2s;
        cursor: pointer;
    }

        .CustomersPage .projectInfo:hover {
            /*border-bottom: 0.5px solid rgba(52, 58, 64, 0.3);*/
            padding-top: 15px;
            /* padding-bottom: 10px; */
            transition: 0.2s;
            background: #7ebfff55;
        }

    .CustomersPage .addTeamProjectRow:hover {
        transition: 0.2s;
        cursor: pointer;
        background: #7ebfff55;
    }

    .CustomersPage .closeAddCustomer {
        position: fixed;
        z-index: 50;
        right: 0px;
        width: 0px;
        top: 0;
        opacity: 0;
        transition: 2s;
    }

    .CustomersPage .showAddCustomer {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
        padding: 50px;
        height: 100%;
        color: white;
        background: white;
        position: fixed;
        width: 25%;
        z-index: 1001;
        top: 0;
        right: 0px;
        opacity: 1;
        background: linear-gradient( 135deg, hsl(306, 33%, 49%) 32%, hsla(258.38, 86.02%, 63.53%, 0) 87% ), linear-gradient( 0deg, hsl(259.71, 87.5%, 68.63%) 37%, hsla(259.71, 87.5%, 68.63%, 0) 103% );
    }

        .CustomersPage .showAddCustomer small {
            color: white !important;
            font-size: 10px;
            width: 100%;
        }

        .CustomersPage .showAddCustomer .input-group-text {
            background: transparent;
            color: white;
            border: 0px;
            border-bottom: 1px solid white;
            border-radius: 0px;
        }

        .CustomersPage .showAddCustomer h3 {
            text-align: center;
        }

        .CustomersPage .showAddCustomer label {
            opacity: 1;
            transition: 0.5s;
        }

        .CustomersPage .showAddCustomer .customLabel {
            opacity: 0;
            transition: 0.5s;
        }

        .CustomersPage .showAddCustomer .form-control {
            background: transparent;
            border: none;
            color: white;
            border-bottom: 1px solid rgba(255, 255, 255, 0.322);
            border-radius: 0px;
        }

            .CustomersPage .showAddCustomer .form-control::placeholder {
                color: white;
                opacity: 0.6;
            }

        .CustomersPage .showAddCustomer .fa-times {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 26px;
            color: gray;
        }

    .CustomersPage .closeAddProject {
        position: fixed;
        z-index: 50;
        right: 0px;
        top: 0;
        width: 0px;
        opacity: 0;
        height: 100%;
        /*transition: 2s;*/
    }

    .CustomersPage .showAddProject {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
        padding: 50px;
        height: 100%;
        color: white;
        background: white;
        position: fixed;
        width: 25%;
        z-index: 1001;
        top: 0;
        right: 0px;
        opacity: 1;
        background: linear-gradient( 135deg, hsl(306, 33%, 49%) 32%, hsla(258.38, 86.02%, 63.53%, 0) 87% ), linear-gradient( 0deg, hsl(259.71, 87.5%, 68.63%) 37%, hsla(259.71, 87.5%, 68.63%, 0) 103% );
    }

        .CustomersPage .showAddProject small {
            color: white !important;
            font-size: 10px;
            width: 100%;
        }

        .CustomersPage .showAddProject .input-group-text {
            background: transparent;
            color: white;
            border: 0px;
            border-bottom: 1px solid white;
            border-radius: 0px;
        }

        .CustomersPage .showAddProject h3 {
            text-align: center;
        }

        .CustomersPage .showAddProject label {
            opacity: 1;
            transition: 0.5s;
        }

        .CustomersPage .showAddProject .customLabel {
            opacity: 0;
            transition: 0.5s;
        }

        .CustomersPage .showAddProject .form-control {
            background: transparent;
            border: none;
            color: white;
            border-bottom: 1px solid rgba(255, 255, 255, 0.322);
            border-radius: 0px;
        }

            .CustomersPage .showAddProject .form-control::placeholder {
                color: white;
                opacity: 0.6;
            }

    .CustomersPage .closeAddMemberTeam {
        position: fixed;
        z-index: 50;
        right: 0px;
        top: 0;
        width: 0px;
        opacity: 0;
        height: 100%;
    }

    .CustomersPage .showAddMemberTeam {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
        padding: 50px;
        height: 100%;
        color: white;
        background: white;
        position: fixed;
        width: 25%;
        z-index: 1001;
        top: 0;
        right: 0px;
        opacity: 1;
        background: linear-gradient( 135deg, hsl(306, 33%, 49%) 32%, hsla(258.38, 86.02%, 63.53%, 0) 87% ), linear-gradient( 0deg, hsl(259.71, 87.5%, 68.63%) 37%, hsla(259.71, 87.5%, 68.63%, 0) 103% );
    }

        .CustomersPage .showAddMemberTeam small {
            color: white !important;
            font-size: 10px;
            width: 100%;
        }

        .CustomersPage .showAddMemberTeam .input-group-text {
            background: transparent;
            color: white;
            border: 0px;
            border-bottom: 1px solid white;
            border-radius: 0px;
        }

        .CustomersPage .showAddMemberTeam h3 {
            text-align: center;
        }

        .CustomersPage .showAddMemberTeam label {
            opacity: 1;
            transition: 0.5s;
        }

        .CustomersPage .showAddMemberTeam .customLabel {
            opacity: 0;
            transition: 0.5s;
        }

        .CustomersPage .showAddMemberTeam .form-control {
            background: transparent;
            border: none;
            color: white;
            border-bottom: 1px solid rgba(255, 255, 255, 0.322);
            border-radius: 0px;
        }

            .CustomersPage .showAddMemberTeam .form-control::placeholder {
                color: white;
                opacity: 0.6;
            }

        .CustomersPage .showAddMemberTeam .row {
            border-bottom: 1px solid #7ebfff55;
            padding: 10px 0px 10px 0px;
        }

    .CustomersPage .moreCustomerSettingsList {
        margin-top: 9px;
    }

    .CustomersPage .customerRow {
        border-radius: 5px;
        /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;*/
        background: white;
        width: 100%;
    }

        .CustomersPage .customerRow .searchCustomerRow {
            /*margin-top: 30px;
            border-bottom: 1px solid #7ebfff55;
            padding-bottom: 18px;*/
        }

    .CustomersPage .projectsRow .searchCustomerRow {
        /*margin-top: 30px;
        padding-bottom: 18px;*/
        margin: auto;
        width: 100%;
        /*padding-top: 28px;*/
    }

    .CustomersPage .employeesRow .searchCustomerRow {
        margin-top: 30px;
        padding-bottom: 18px;
        margin: auto;
        width: 100%;
        padding-top: 28px;
    }

    .CustomersPage .customerRow .singleCustomerRow {
        transition: 0.2s;
        border-bottom: 1px solid #7ebfff55;
        padding-bottom: 18px;
        cursor: pointer;
    }

        .CustomersPage .customerRow .singleCustomerRow:hover {
            transition: 0.2s;
            background: #7ebfff55;
        }

    .CustomersPage .projectsRow {
        border-radius: 5px;
        /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;*/
        background: white;
        width: 100%;
    }

    .CustomersPage .employeesRow {
        border-radius: 5px;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
        background: white;
        width: 100%;
    }

    .CustomersPage .projectInfo h5 {
        font-size: 14px;
        cursor: pointer;
    }

    .CustomersPage .customerCard {
        height: 69px;
        padding-top: 18px;
        font-size: 0.8125rem;
    }

        .CustomersPage .customerCard h5 {
            font-size: 15px;
            /*margin-top: 11px;*/
        }

    .CustomersPage .customerCardRight {
        text-align: right;
    }

    .CustomersPage .moreCustomerSettings {
        transition: 1s;
        top: -44px;
        left: 65px;
        opacity: 0;
    }

    .CustomersPage .moreSettingsBtn:focus + .moreCustomerSettings {
        transition: 1s;
        top: -44px;
        left: 65px;
        opacity: 1;
    }

    .CustomersPage .moreCustomerSettings .addCustomerProject {
        color: white;
        margin-top: -27px;
        margin-right: 0px;
    }

    .CustomersPage .moreCustomerSettings .customerDeleteBtn {
        margin-top: -110px;
        margin-right: -35px;
    }

    .CustomersPage .moreCustomerSettings .editCustomerBtn {
        margin-top: 7px;
        margin-right: -11px;
    }

    .CustomersPage .moreSettingsList .fa-plus-square {
        color: #21883899;
        float: right;
        margin-right: 10px;
        cursor: pointer;
    }

        .CustomersPage .moreSettingsList .fa-plus-square:hover {
            color: #218838;
        }

    .CustomersPage .moreSettingsList .fa-trash-alt {
        float: right;
        /*margin-right: 10px;*/
        cursor: pointer;
    }

    .CustomersPage .moreSettingsList .fa-edit {
        color: #17a2b899;
        float: right;
        margin-right: 10px;
        cursor: pointer;
    }

        .CustomersPage .moreSettingsList .fa-edit:hover {
            color: #17a2b8;
        }

.disabled-employees:hover {
    color: rgb(178 0 0) !important
}

.enable-employees:hover {
    color: rgb(161 211 179) !important
}

.cog-manager:hover {
    color: rgb(210 144 0) !important
}

.fa-check-circle {
    color: #28a745 !important;
    cursor: pointer;
    font-size: 24px !important;
}

    .fa-check-circle:hover {
        color: #218838 !important;
    }

.fa-times-circle {
    color: rgba(208, 2, 27, 0.6) !important;
    cursor: pointer;
    font-size: 24px !important;
}

    .fa-times-circle:hover {
        color: rgba(208, 2, 27, 1) !important;
    }

.size-column-action {
    width: 19% !important;
}

.size-column-name {
    width: 34% !important;
}

.CustomersPage .moreSettingsList .fa-tasks {
    color: #17a2b899;
    /*float: right;*/
    margin-right: 10px;
    cursor: pointer;
}



.CustomersPage .moreSettingsList .fa-project-diagram {
    color: #17a2b899;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}



.CustomersPage .moreSettingsList {
    font-size: 25px;
}

.CustomersPage .addNewCustomerBtn {
    float: right;
    color: #17a2b899;
    font-size: 25px;
    /*margin-top: -7px;
        margin-right: 10px;
        cursor: pointer;*/
}

/*.CustomersPage .addNewCustomerBtn:hover {
            float: right;
            color: #17a2b8;
            font-size: 31px;
            margin-top: -7px;
            margin-right: 10px;
        }*/

.CustomersPage .currentCustomer {
    background: #7ebfff55;
    padding: 15px 0px 0px 20px !important;
    /* color: white; */
}

.CustomersPage .currentProject {
    /*background: rgba(108, 104, 204, 10.5, 0.3);*/
    background: #7ebfff55;
    /* color: white; */
}

.CustomersPage .showAddMemberTeam h5 {
    margin-top: 163px;
}



.CustomersPage .pagination .page-item {
    font-size: 18px;
    /*width: 40px;*/
    /*height: 39px;*/
    color: #000000;
    text-align: center;
    cursor: pointer;
}

    .CustomersPage .pagination .page-item:hover {
        background: #f8f9fa;
        color: white;
        font-weight: 600;
    }

.CustomersPage .currentCustomerPage {
    background: #0088cc;
}


.TeamsFormationPage .pagination {
    background: #7ebfff;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

    .TeamsFormationPage .pagination .page-item {
        font-size: 18px;
        /*font-size: 18px;*/
        /*width: 40px;
        height: 39px;*/
        color: #000000;
        text-align: center;
        cursor: pointer;
    }

        .TeamsFormationPage .pagination .page-item:hover {
            background: #0088cc7a;
            color: white;
            font-weight: 600;
        }

.TeamsFormationPage .currentTeamsPage {
    background: #0088cc;
}

.EmployeesPage .pagination {
    background: #7ebfff;
    background: white;
    padding-bottom: 0px;
    margin-bottom: 0px;
    bottom: 0px;
    width: 90%;
}

    .EmployeesPage .pagination .page-item {
        font-size: 18px;
        width: 40px;
        height: 39px;
        color: #000000;
        text-align: center;
        background: transpartent;
        /*        padding-top: 9px;*/
        /* margin: 0px 10px; */
        cursor: pointer;
    }

        .EmployeesPage .pagination .page-item:hover {
            background: #0088cc7a;
            color: white;
            font-weight: 600;
        }

.EmployeesPage .currentPage {
    background: #0088cc7a;
    color: white;
}

.styleFooter.pagination {
    background: #7ebfff;
    width: 100%;
}

.currentCustomerPages {
    background: #0088cc;
}

.EmployeesPage .employeesRow {
    border-radius: 5px;
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important; */
    background: white;
    margin: auto;
    position: relative;
    z-index: 0;
    width: 100%;
    /*margin-top: 50px;*/
}

.EmployeesPage .singleEmployee {
    width: 100%;
    border-bottom: 1px solid #7ebfff55;
    margin: auto;
    height: 65px;
    padding-top: 25px;
}

.EmployeesPage .white-background {
    margin-top: 30px;
    border-bottom: 1px solid #7ebfff55;
    padding-bottom: 13px;
    margin: auto;
    width: 100%;
    padding-top: 10px;
}

.EmployeesPage .tableHeader {
    background-color: rgba(40, 148, 255, 0.6);
    color: white;
    font-size: 16px;
}

.EmployeesPage .white-background .input-group-text {
    color: rgba(52, 58, 64, 0.3);
    font-size: 20px;
    border-left: 0;
    background: white;
    border: 0px;
}

    .EmployeesPage .white-background .input-group-text:hover {
        color: rgba(52, 58, 64, 0.9);
        cursor: pointer;
    }

.EmployeesPage .employeeInputFilter {
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid rgba(52, 58, 64, 0.3);
    margin-left: 15px;
    color: black;
}

    .EmployeesPage .employeeInputFilter:focus {
        background: rgba(255, 255, 255, 0.16);
        color: black;
    }

    .EmployeesPage .employeeInputFilter::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+    color: #b7b7b7;   color: #808080;     color: #6a6a6a;    */
        font-family: 'Karla';
        color: #808080;
        /*default: 16px*/
        font-size: 14px;
        font-weight: 600;
        opacity: 1;
        /* Firefox */
        margin-left: 10px;
        padding-left: 10px;
    }

.EmployeesPage .moreSettingsList .fa-trash-alt {
    float: right;
    /*margin-right: 10px;*/
    cursor: pointer;
    font-size: 25px;
}

.EmployeesPage .moreSettingsList .fa-edit {
    float: right;
    /*margin-right: 10px;*/
    cursor: pointer;
    font-size: 25px;
}

.EmployeesPage .hideEmployeeWindow {
    position: fixed;
    z-index: 50;
    right: 0px;
    width: 0px;
    top: 0;
    opacity: 0;
}

.EmployeesPage .showEmployeeWindow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
    padding: 10;
    height: 100%;
    color: white;
    background: white;
    position: fixed;
    width: 397px;
    z-index: 1001;
    overflow-y: scroll;
    top: 0;
    right: 0px;
    opacity: 1;
    background: white;
    /*background: linear-gradient( 135deg, hsl(306, 33%, 49%) 32%, hsla(258.38, 86.02%, 63.53%, 0) 87% ), linear-gradient( 0deg, hsl(259.71, 87.5%, 68.63%) 37%, hsla(259.71, 87.5%, 68.63%, 0) 103% );*/
}

    .EmployeesPage .showEmployeeWindow small {
        color: white !important;
        font-size: 10px;
        width: 100%;
    }

    /*aicon*/
    .EmployeesPage .showEmployeeWindow .input-group-text {
        background: transparent;
        color: #495057;
        border-left: 1px solid #ced4da;
        border-top: 1px solid #ced4da;
        border-bottom: 1px solid #ced4da;
        border-right: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-topleft: 0.25em;
    }

    .EmployeesPage .showEmployeeWindow h3 {
        padding-left: 14px;
    }

    .EmployeesPage .showEmployeeWindow label {
        opacity: 1;
        transition: 0.5s;
    }

    .EmployeesPage .showEmployeeWindow .customLabel {
        /*opacity: 0;*/
        transition: 0.5s;
    }

    /*aicondoi*/
    .EmployeesPage .showEmployeeWindow .form-control {
        background: transparent;
        /*color: white;
        border-top: 1px solid #ced4da;
        border-right: 1px solid #ced4da;
        border-bottom: 1px solid #ced4da;*/
        border-left: 0px;
        -moz-border-radius-bottomleft: 0px;
        -moz-border-radius-topleft: 0px;
    }

        .EmployeesPage .showEmployeeWindow .form-control::placeholder {
            color: #666666;
            opacity: 0.6;
        }


        .EmployeesPage .showEmployeeWindow .form-control.error {
            border-top: 1px solid #FF3333;
            border-right: 1px solid #FF3333;
            border-bottom: 1px solid #FF3333;
            border-left: 0px;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 71, 71, 0.6);
        }

.tasksBoardHeader small {
    color: white !important;
    font-size: 10px;
    width: 100%;
}

.tasksBoardHeader .input-group-text {
    background: transparent;
    color: white;
    border: 0px;
    border-bottom: 1px solid white;
    border-radius: 0px;
}

.tasksBoardHeader h3 {
    text-align: center;
}

.tasksBoardHeader label {
    opacity: 1;
    transition: 0.5s;
}

.tasksBoardHeader .customLabel {
    opacity: 0;
    transition: 0.5s;
}

.tasksBoardHeader .form-control {
    background: transparent;
    border: none;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.322);
    border-radius: 0px;
}

    .tasksBoardHeader .form-control::placeholder {
        color: white;
        opacity: 0.6;
    }

.EmployeesPage .addNewEmployeeBtn {
    float: right;
    font-size: 25px;
    margin-top: 9px;
    margin-right: 10px;
    cursor: pointer;
}

.TimeSheetPage {
    /*.timesheetRow:nth-child(even) {
    background: #82828212;
    }*/
    /*Customer*/
    /*Project*/
}

    .TimeSheetPage .pageRow {
        border-radius: 5px;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
        background: white;
        margin: auto;
        position: relative;
        z-index: 0;
        width: 100%;
        padding-bottom: 30px;
        margin-top: 50px;
    }

    .TimeSheetPage .weekend {
        /*background: #c0e0ff !important*/
        background: #9e9e9e2e !important
    }

    .TimeSheetPage .searchRow {
        margin-top: 30px;
        border-bottom: 1px solid #7ebfff55;
        padding-bottom: 18px;
        margin: auto;
        width: 100%;
        padding-top: 23px;
        background: white;
        color: black;
    }

        .TimeSheetPage .searchRow .dropdown {
            cursor: pointer;
        }

        .TimeSheetPage .searchRow .input-group-text {
            color: rgba(52, 58, 64, 0.3);
            font-size: 20px;
            border-left: 0;
            background: white;
            border: 0px;
        }

            .TimeSheetPage .searchRow .input-group-text:hover {
                color: rgba(52, 58, 64, 0.9);
                cursor: pointer;
            }

    .TimeSheetPage .currentCustomer {
        background: #7ebfff55;
        padding: 10px 0px 0px 50px !important;
        border-radius: 5px;
    }

    .TimeSheetPage .currentProject {
        background: #7ebfff55;
        padding: 10px 0px 0px 50px !important;
        border-radius: 5px;
    }

    .TimeSheetPage .timesheetRow {
        width: 100%;
        padding: 15px 10px 1px 10px;
        margin: auto;
        border-bottom: 1px solid #7ebfff55;
    }

        .TimeSheetPage .timesheetRow .col-1 {
            padding: 0 2px 0 2px;
        }

    .TimeSheetPage .addTimesheetRow {
        position: relative;
        top: 34px;
        text-align: center;
    }

    .TimeSheetPage .addNewCustomerBtn {
        float: right;
        color: #17a2b899;
        font-size: 42px;
        margin-top: -7px;
        margin-right: 10px;
        cursor: pointer;
    }

        .TimeSheetPage .addNewCustomerBtn:hover {
            float: right;
            color: #17a2b8;
            font-size: 42px;
            margin-top: -7px;
            margin-right: 10px;
        }

    .TimeSheetPage .dropdown-menu.show {
        display: block;
        width: 100%;
        cursor: pointer;
    }

.TimesheetPage {
    /*Project*/
}

    .TimesheetPage .pageRow {
        border-radius: 5px;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
        background: white;
        margin: auto;
        position: relative;
        z-index: 0;
        width: 100%;
        padding-bottom: 30px;
        margin-top: 50px;
    }

    .TimesheetPage .form-control:disabled,
    .TimesheetPage .form-control[readonly] {
        background-color: white;
        opacity: 1;
    }

    .TimesheetPage .searchRow {
        margin-top: 30px;
        border-bottom: 1px solid #7ebfff55;
        padding-bottom: 18px;
        margin: auto;
        width: 100%;
        padding-top: 23px;
    }

        .TimesheetPage .searchRow .dropdown {
            cursor: pointer;
        }

        .TimesheetPage .searchRow .input-group-text {
            color: rgba(52, 58, 64, 0.3);
            font-size: 20px;
            border-left: 0;
            background: white;
            border: 0px;
        }

            .TimesheetPage .searchRow .input-group-text:hover {
                color: rgba(52, 58, 64, 0.9);
                cursor: pointer;
            }

    .TimesheetPage .weekend {
        /*background: rgba(104, 123, 229, 0.3);*/
        background: #9e9e9e2e !important
    }

    .TimesheetPage .currentCustomer {
        background: #7ebfff55;
        padding: 10px 0px 0px 50px !important;
        border-radius: 5px;
    }

    .TimesheetPage .currentProject {
        background: #7ebfff55;
        padding: 10px 0px 0px 50px !important;
        border-radius: 5px;
    }

    .TimesheetPage .timesheetRow {
        width: 100%;
        padding: 15px 10px 1px 10px;
        margin: auto;
        border-bottom: 1px solid #7ebfff55;
    }

        .TimesheetPage .timesheetRow .col-1 {
            padding: 0;
        }

    .TimesheetPage .addTimesheetRow {
        position: relative;
        top: 34px;
        text-align: center;
    }

    .TimesheetPage .addNewCustomerBtn {
        float: right;
        color: #17a2b899;
        font-size: 42px;
        margin-top: -7px;
        margin-right: 10px;
        cursor: pointer;
    }

        .TimesheetPage .addNewCustomerBtn:hover {
            float: right;
            color: #17a2b8;
            font-size: 42px;
            margin-top: -7px;
            margin-right: 10px;
        }

    .TimesheetPage .dropdown-menu.show {
        display: block;
        width: 100%;
        cursor: pointer;
    }

.miniTableHeader {
    background: #78bcff;
    height: 30px;
    /* padding-bottom: 9px; */
    padding-top: 3px !important;
}

.datePicker {
    border-radius: 5px;
    text-align: center;
    color: #212529;
    background: white;
    /*font-weight: 600;*/
    height: 100%;
    position: absolute;
    padding: 0;
    top: 25px;
    left: 0;
    z-index: 30;
    width: 100%;
}

    .datePicker .header {
        background: #922c8899;
        color: white;
        padding: 6px 0px;
    }

        .datePicker .header .fa-minus {
            cursor: pointer;
            position: absolute;
            left: 8px;
            top: 11px;
            font-size: 15px;
            color: #ffffff99;
        }

            .datePicker .header .fa-minus:hover {
                color: white;
            }

        .datePicker .header .fa-plus {
            cursor: pointer;
            position: absolute;
            right: 8px;
            top: 11px;
            font-size: 15px;
            color: #ffffff99;
        }

            .datePicker .header .fa-plus:hover {
                color: white;
            }

    .datePicker .fa-times {
        position: absolute;
        right: 30px;
        top: 10px;
        font-size: 20px;
        color: #922c8899;
        cursor: pointer;
        transition: 0.5s;
    }

        .datePicker .fa-times:hover {
            font-size: 22px;
            color: #922c88;
            transition: 0.5s;
        }

    .datePicker .rangePicker {
        background: white;
        border-radius: 5px;
    }

    .datePicker .datePickerHeader {
        /*background: #b8b8b8;*/
        color: #212529;
        width: 100%;
        font-size: 20px;
    }

    .datePicker .datePickerBody {
        border-radius: 5px;
        width: 100%;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    }

        .datePicker .datePickerBody .month {
            border: solid 0.5px white;
            height: 53px;
            padding: top;
            width: 30px;
            background: white;
            text-align: center;
            /* background: red; */
            padding: 15px 0px 0px 0px;
            transition: 0.5s;
        }

            .datePicker .datePickerBody .month:hover {
                background: #7ebfff;
                border-radius: 5px;
                color: white;
                cursor: pointer;
                box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
                transition: 0.5s;
            }

        .datePicker .datePickerBody .choosedMonth {
            background: #7ebfff;
            border-radius: 5px;
        }

        .datePicker .datePickerBody .choosedDay {
            background: #7ebfff;
            border-radius: 5px;
        }

        .datePicker .datePickerBody .choosedRange {
            background: #7ebfff99;
            border-radius: 5px;
            color: white;
            margin: auto;
            height: 53px;
            padding-top: 13px;
            position: relative;
            top: -16px;
        }

.dashboardPage {
    /*Pagination*/
}

.fullPage {
    position: fixed;
    z-index: 100;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    top: 0;
    right: 0;
    height: 100vh;
}

.dashboardPage .customeDropDown {
    width: 320px !important;
    left: -205px !important;
    top: 17px !important;
}

.dashboardPage .dropdown-menu .input-group {
    margin-top: -9px;
}

.dashboardPage .tableRow {
    border-bottom: 0.5px solid rgba(52, 58, 64, 0.3);
    background: white;
    padding: 10px 0px;
}

.text-black {
    color: black;
}

.dashboardPage .currentCustomerPage {
    background: white;
}
/*.TimeSheetPage .currentCustomerPage {
    color: #007bff;
    background: bottom !important;
}*/


.dashboardPage .tableBody {
    background: white;
    /* padding: 5px; */
    padding: 0px 10px 0px 10px;
    margin-bottom: 62px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.widget-position {
}

.widgets1 {
    margin-top: 10px !important;
    text-align: center;
}

    .widgets1 .widget {
        border-radius: 5px;
        background: white;
    }

    .widgets1 .time2 {
        padding: 25px 110px;
    }

    .widgets1 .time {
        border-radius: 10px !important;
        padding: 0px 0;
    }

        .widgets1 .time .fa,
        .widgets1 .time .fa-light,
        .widgets1 .time .far,
        .widgets1 .time .fal,
        .widgets1 .time .fas {
            border-radius: 50px;
            font-size: 25px;
            height: 60px;
            width: 60px;
            padding: 12px;
        }

        .widgets1 .time .fa-clock {
            color: #28a745;
            background: rgb(40 167 69 / 30%);
        }

        .widgets1 .time .fa-check {
            color: #28a745;
            background: rgb(40 167 69 / 30%);
        }

        .widgets1 .time .fa-business-time {
            color: #b7b7b7;
            background: rgb(183 183 183 / 30%);
        }

        .widgets1 .time .fa-business-time {
            color: #b7b7b7;
            background: rgb(183 183 183 / 30%);
        }

        .widgets1 .time .fa-arrow-alt-circle-up {
            color: #ffc107;
            background: rgb(255 193 7 / 30%);
        }

        .widgets1 .time .fa-hourglass {
            color: #ffc107;
            background: rgb(255 193 7 / 30%);
        }

        .widgets1 .time .fa-cogs {
            background: #1189ff33;
            color: #1189ff;
        }

        .widgets1 .time .fa-align-justify {
            background: #1189ff33;
            color: #1189ff;
        }

        .widgets1 .time .fa-calendar-alt {
            color: #b7b7b7;
            background: rgb(183 183 183 / 30%);
        }

        .widgets1 .time .fa-alarm-exclamation {
            color: #b7b7b7;
            background: rgb(183 183 183 / 30%);
        }

        .widgets1 .time .fa-ticket-alt {
            color: #dc3545;
            background: rgb(220 53 69 / 30%);
        }

        .widgets1 .time .fa-hourglass-half {
            color: #28a745;
            background: rgb(40 167 69 / 30%);
        }

.LoginPage {
    padding: 0;
    margin: 0;
    height: 100vh;
}

@media only screen and (max-width: 600px) {
    .LoginPage .mobile-form-size {
        border-radius: 0px !important;
        height: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .LoginPage .mobile-login-border-0 {
        border-radius: 0px !important;
    }
}


.LoginPage .new-content {
    padding: 100px 70px 130px 70px;
    color: white;
    border-radius: 20px;
    background: white;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}

.LoginPage .title-content {
    display: block;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: rgb(41 169 232);
    line-height: 1.2;
    text-align: center;
}

.LoginPage .form-control-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

    .LoginPage .form-control-login::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(93,84,240,0.5);
        background: -webkit-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
        background: -o-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
        background: -moz-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
        background: linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
        pointer-events: none;
    }

.LoginPage .wrap-login100 {
    width: 270px;
    height: 50px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.LoginPage .input100 {
    font-family: inherit;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
    height: 55px;
    padding: 0 30px 0 23px;
    outline: none;
    border: none;
    border-radius: 20px;
    box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    .LoginPage .input100:hover {
        transition: all 0.4s;
        box-shadow: 0 5px 30px 0px gray;
        -moz-box-shadow: 0 5px 30px 0px gray;
        -webkit-box-shadow: 0 1px 30px -13px gray;
        -o-box-shadow: 0 10px 30px 0px gray;
        -ms-box-shadow: 0 10px 30px 0px gray;
    }


.LoginPage input:-webkit-autofill {
    -webkit-background-clip: text !important;
}

.LoginPage .background-page {
    background: rgba(93,84,240,0.5) !important;
    background: -webkit-linear-gradient(left, rgba(0,168,255,0.5), rgba(22,39,197,0.7)) !important;
    background: -o-linear-gradient(left, rgba(0,168,255,0.5), rgba(0,81,222,0.5)) !important;
    background: -moz-linear-gradient(left, rgba(0,168,255,0.5), rgba(0,81,222,0.5)) !important;
    background: linear-gradient(left, rgba(0,168,255,0.5), rgba(0,81,222,0.5)) !important;
    height: 100%;
}

.LoginPage .container-login1000 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.LoginPage .container-login100 {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(93,84,240,0.5);
    background-color: -webkit-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
    background-color: -o-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
    background-color: -moz-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
    background-color: linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
    pointer-events: none;
}


.LoginPage .input100:focus + .focus-input100 {
    box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
}

.LoginPage .login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #1EAAE7;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin-left: auto;
    margin-right: auto;
    border: 0;
}

    .LoginPage .login100-form-btn:hover {
        background-color: #526df3;
    }


    .LoginPage .login100-form-btn:focus {
        outline: 0;
    }

.LoginPage .text-forgotten-pass {
    font-family: sans-serif;
    font-size: 16px;
    line-height: initial;
    color: #999999;
}

.LoginPage .center-fit {
    margin-top: -18px;
    margin-left: -15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sign-in-card {
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    transition: 0.3s;
}

    .sign-in-card:hover {
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important
    }

@media only screen and (min-width: 768px) {
    .h-md-100 {
        height: 100%;
    }
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.LoginPage .content .title {
    margin: auto;
    margin-bottom: 30px;
}

.LoginPage .content .form-control {
    background: rgba(0, 0, 0, 0.08);
    border: none;
    color: white;
    font-weight: 600;
    border-radius: 0px;
}

    .LoginPage .content .form-control::placeholder {
        color: white;
        opacity: 0.6;
    }

.LoginPage .content .input-group-text {
    color: white;
    font-size: 15px;
    border-left: 0;
    background: rgba(0, 0, 0, 0.08);
    border: 0px;
}

.LoginPage .content .btnLogin {
    background: #d0021b99;
    color: white;
    font-weight: 600;
    margin-top: 25px;
}

    .LoginPage .content .btnLogin:hover {
        background: #d0021b;
    }

.widgets2 .disabledWidget {
    cursor: not-allowed;
    background: rgba(52, 58, 64, 0.2) !important;
}

    .widgets2 .disabledWidget .widgetBtn {
        float: right;
        color: gray;
        cursor: not-allowed !important;
    }

        .widgets2 .disabledWidget .widgetBtn:hover {
            color: gray !important;
        }

.widgets2 .widget {
    margin: 50px 0px;
    background: white;
    border-radius: 5px;
    padding-top: 15px;
}

    .widgets2 .widget .widgetBtn {
        float: right;
        color: gray;
        cursor: pointer;
    }

        .widgets2 .widget .widgetBtn:hover {
            color: black;
        }

    .widgets2 .widget .dropdown-menu.show {
        width: 100%;
    }

    .widgets2 .widget .fa-user-tie {
        color: #a5529d99;
    }

    .widgets2 .widget .fa-calendar-alt,
    .widgets2 .widget .fa-users,
    .widgets2 .widget .fa-chalkboard-teacher {
        color: #a5529d99;
    }

    .widgets2 .widget input[type="date"]::-webkit-calendar-picker-indicator {
        -webkit-appearance: none;
        color: transparent;
        background: transparent;
        width: 100%;
        height: 100%;
        opacity: 1;
        position: absolute;
        left: 0;
        cursor: pointer;
    }

    .widgets2 .widget input[type="date"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        display: none;
    }

    .widgets2 .widget .startDate {
        position: absolute;
        top: 0;
        opacity: 0;
    }

    .widgets2 .widget .endDate {
        position: absolute;
        top: 0;
        opacity: 0;
    }

.widgets2 .time {
    text-align: center;
    /*padding: 30px 0px;*/
}

    .widgets2 .time .fa-clock {
        background: #7ed32133;
        padding: 11px;
        border-radius: 50px;
        color: #7ed321;
        font-size: 38px;
    }

    .widgets2 .time p:nth-child(2) {
        font-size: 45px;
    }

    .widgets2 .time p:nth-child(3) {
        margin-top: -28px;
        color: #979aa2;
        font-weight: 600;
        font-size: 13px;
    }

@-webkit-keyframes loader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.buttom-card {
    top: 125px
}

.loaderOverlay {
    background: rgba(248, 249, 250, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 50;
    cursor: progress;
}

.loader {
    position: absolute;
    margin: -18px 0 0 -18px;
    border: 3.6px solid #ff974d;
    box-sizing: border-box;
    overflow: hidden;
    width: 100px;
    height: 100px;
    z-index: 50;
    left: 50%;
    top: 50%;
    animation: loader-spin 2s linear infinite reverse;
    -webkit-filter: url(#goo);
    filter: url(#goo);
    box-shadow: 0 0 0 1px #ff974d inset;
}

    .loader:before {
        content: "";
        position: absolute;
        -webkit-animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
        animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
        background: #ff974d;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        border-radius: 50%;
        width: 150%;
        height: 150%;
        top: 50%;
        left: -12.5%;
    }

.tasksList {
    height: 200px;
    width: 300px;
    margin: 10px;
    display: inline-grid;
}

.tasksBoard {
    width: 100%;
    overflow-x: scroll;
    height: 81vh;
    margin-top: 29px;
}

.widgetsBoard {
    width: 100%;
    overflow-x: scroll;
    margin-top: 29px;
    height: 264px;
}

.tasksListHeader h5 {
    background: #2894ff99;
    color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 5px 0px 5px 10px;
}

.tasksBoardHeader {
    background: #2894ff99;
    width: 100%;
    padding: 10px;
}

    .tasksBoardHeader .dropdown-menu {
        width: 100%;
    }

.visibleCollumns {
    margin: auto;
}

.datepicker-with-close-btn > .vdp-datepicker input {
    position: absolute;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 0 !important;
}

.datepicker-w100 > .vdp-datepicker input {
    width: 100% !important;
    border-top-right-radius: 0.25rem;
    padding-top: 1px;
    border-bottom-right-radius: 0.25rem;
}

.close-btn-datepicker {
    border: 1px solid #ced4da !important;
    border-left: 0px !important;
    /* padding: 2px; */
    padding-right: 11px;
    height: 32px;
    /* margin-left: 10px !important; */
    margin-right: 0px;
    padding-left: 40.9px;
    padding-top: 8px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.vdp-datepicker {
    /*width: 88%;*/
    height: 35px;
}

    .vdp-datepicker input {
        display: block;
        width: 100%;
        height: calc(2.25rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 13px;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        height: 31px;
        cursor: pointer;
    }

.dropdown input {
    cursor: pointer;
}

.singleTask {
    padding: 10px;
    margin-bottom: 20px;
    background: white;
}

    .singleTask span {
        color: gray;
        font-size: 12px;
    }

    .singleTask .fa-ellipsis-h {
        float: right;
        font-size: 30px;
        margin-top: 42px;
        cursor: pointer;
    }

        .singleTask .fa-ellipsis-h:hover {
            color: #28a745;
        }

.incidentDescription {
    max-height: 40px;
    font-size: 12px;
    overflow: hidden;
}


.ticketAlert {
    color: red;
    font-weight: 900;
}

.pageRow {
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .35) !important;
    background: white;
    margin: auto;
    position: relative;
    z-index: 0;
    width: 100%;
    padding-bottom: 30px;
    margin-top: -97px;
}


.weekend {
    /*background: rgba(104, 123, 229, 0.2) !important;*/
    background: #9e9e9e2e !important
}

/*.timesheetRow:nth-child(even) {
  background: #82828212;
  }*/


.white-background {
    margin-top: 30px;
    /*border-bottom: 1px solid #7ebfff55;*/
    padding-bottom: 18px;
    margin: auto;
    width: 100%;
    padding-top: 23px;
    background: white;
    color: black;
}

    .white-background .dropdown {
        cursor: pointer;
    }

    .white-background .input-group-text {
        color: rgba(52, 58, 64, 0.3);
        font-size: 20px;
        border-left: 0;
        background: white;
        border: 0px;
    }

        .white-background .input-group-text:hover {
            color: rgba(52, 58, 64, 0.9);
            cursor: pointer;
        }


/*Customer*/





.currentCustomer {
    background: #7ebfff55;
    padding: 10px 0px 0px 50px !important;
    border-radius: 5px;
}

/*Project*/



.currentProject {
    background: #7ebfff55;
    padding: 10px 0px 0px 50px !important;
    border-radius: 5px;
}



.timesheetRow {
    width: 100%;
    padding: 15px 10px 1px 10px;
    margin: auto;
    border-bottom: 1px solid #7ebfff55;
}



    .timesheetRow .col-1 {
        padding: 0 2px 0 2px;
    }





.addTimesheetRow {
    position: relative;
    top: 34px;
    text-align: center;
}

.addNewCustomerBtn {
    float: right;
    color: #17a2b899;
    font-size: 42px;
    margin-top: 19px;
    margin-right: 10px;
    cursor: pointer;
}

/*.addNewCustomerBtn:hover {
        float: right;
        color: #17a2b8;
        font-size: 42px;
        margin-top: -7px;
        margin-right: 10px;
    }*/


.dropdown-menu.show {
    display: block;
    width: 250px !important;
    cursor: pointer;
}

.dropdown-width > .dropdown-menu.show {
    width: 230px !important;
}

.tasksTable .table {
    width: 200%;
    background: white;
}

    .tasksTable .table thead {
        background: #7ebfff;
    }

    .tasksTable .table tbody tr:hover {
        background: #D6EAF8;
    }

.lastCol {
    /*background: white;*/
    background: #f8f9fa;
    position: absolute;
    right: 0;
    width: 200px;
    font-weight: 600;
}

.ticketStatus {
    /* padding: 10px; */
    /* border-radius: 10px; */
}


.tasksTable .table tbody tr:hover > td.lastCol {
    background: #D6EAF8;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: transparent;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: transparent;
    }


.assignedPerson {
    height: 40px;
    width: 40px;
    background: #e9ecef;
    border-radius: 40px;
    color: #343a40;
    font-weight: 600;
    padding-top: 6px;
    font-size: 20px;
    text-align: center;
    cursor: help;
    margin-right: 5px;
}

.assignedRow .fa-times-circle {
    font-size: 40px;
    color: #33c532;
    transform: rotate(45deg);
}

.roleBtn {
    background: transparent;
    border: 1px 1px 1px 1px;
    border: 0px;
    border-bottom: 1px solid;
    color: #f8f9fa77;
    border-radius: 0;
}

    .roleBtn:hover {
        background: transparent;
        border: 1px 1px 1px 1px;
        border: 0px;
        border-bottom: 1px solid;
        color: #f8f9fa77;
        border-radius: 0;
    }

.tasksListBody {
    width: 300px;
}

.ticketsNumberInput {
    border: none;
    border-bottom: 1px solid gray;
    padding: 21px;
    padding-bottom: 3px;
    margin-top: -8px;
    margin-left: 10px;
    margin-right: 18px;
    text-align: center;
}

.HomePage .navbar {
    background: transparent !important;
}

.HomePage .navbar-brand {
    margin-left: 50px;
}

.HomePage .btn {
    margin-right: 50px;
    position: relative;
    z-index: 60;
}


.HomePage {
    height: 100vh;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: url(../../Content/Images/61764.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .HomePage .row {
        margin-top: 40vh;
    }

/* Header */
.large-header {
    position: fixed;
    width: 100%;
    background: transparent;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    top: 0;
}

#large-header {
    /*background-image: url('https://www.marcoguglie.it/Codepen/AnimatedHeaderBg/demo-1/img/demo-1-bg.jpg');*/
}





/* Team Chat*/

@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

html, body {
    /*background: #e5e5e5;*/
    font-family: 'Lato', sans-serif;
    margin: 0px auto;
}

::selection {
    background: rgba(82,179,217,0.3);
    color: inherit;
}

/*a {
    color: black !important;
}*/

/* M E N U */

.menu {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
    background: rgba(82,179,217,0.9);
    z-index: 100;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.back {
    position: absolute;
    width: 90px;
    height: 50px;
    top: 0px;
    left: 0px;
    color: #fff;
    line-height: 50px;
    font-size: 30px;
    padding-left: 10px;
    cursor: pointer;
}

    .back img {
        position: absolute;
        top: 5px;
        left: 30px;
        width: 40px;
        height: 40px;
        background-color: rgba(255,255,255,0.98);
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        margin-left: 15px;
    }

    .back:active {
        background: rgba(255,255,255,0.2);
    }

.name {
    position: absolute;
    top: 3px;
    left: 110px;
    font-family: 'Lato';
    font-size: 25px;
    font-weight: 300;
    color: rgba(255,255,255,0.98);
    cursor: default;
}

.last {
    position: absolute;
    top: 30px;
    left: 115px;
    font-family: 'Lato';
    font-size: 11px;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    cursor: default;
}

/* M E S S A G E S */

.chat {
    list-style: none;
    background: none;
    /* margin: 0; */
    /* padding: 0 0 50px 0; */
    /* margin-top: 60px; */
    margin-bottom: 0px;
    background: #e5e5e5;
}

    .chat li {
        padding: 0.5rem;
        overflow: hidden;
        display: flex;
    }

    .chat .avatar {
        width: 40px;
        height: 40px;
        position: relative;
        display: block;
        text-align: center;
        font-size: 20px;
        padding-top: 5px;
        z-index: 2;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        background-color: rgba(255,255,255,0.9);
    }

        .chat .avatar img {
            width: 40px;
            height: 40px;
            border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            background-color: rgba(255,255,255,0.9);
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }

    .chat .day {
        position: relative;
        display: block;
        text-align: center;
        color: #c0c0c0;
        height: 20px;
        text-shadow: 7px 0px 0px #e5e5e5, 6px 0px 0px #e5e5e5, 5px 0px 0px #e5e5e5, 4px 0px 0px #e5e5e5, 3px 0px 0px #e5e5e5, 2px 0px 0px #e5e5e5, 1px 0px 0px #e5e5e5, 1px 0px 0px #e5e5e5, 0px 0px 0px #e5e5e5, -1px 0px 0px #e5e5e5, -2px 0px 0px #e5e5e5, -3px 0px 0px #e5e5e5, -4px 0px 0px #e5e5e5, -5px 0px 0px #e5e5e5, -6px 0px 0px #e5e5e5, -7px 0px 0px #e5e5e5;
        box-shadow: inset 20px 0px 0px #e5e5e5, inset -20px 0px 0px #e5e5e5, inset 0px -2px 0px #d7d7d7;
        line-height: 38px;
        margin-top: 5px;
        margin-bottom: 20px;
        cursor: default;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

.other .msg {
    order: 1;
    border-top-left-radius: 0px;
    box-shadow: -1px 2px 0px #D4D4D4;
}

.other:before {
    content: "";
    position: relative;
    top: 0px;
    right: 0px;
    left: 56px;
    width: 0px;
    height: 0px;
    border: 5px solid #fff;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.self {
    justify-content: flex-end;
    align-items: flex-end;
}

    .self .msg {
        order: 1;
        border-bottom-right-radius: 0px;
        box-shadow: 1px 2px 0px #D4D4D4;
    }

    .self .avatar {
        order: 2;
    }

        .self .avatar:after {
            content: "";
            position: relative;
            display: inline-block;
            bottom: 19px;
            right: 0px;
            width: 0px;
            height: 0px;
            border: 5px solid #fff;
            border-right-color: transparent;
            border-top-color: transparent;
            box-shadow: 0px 2px 0px #D4D4D4;
        }

.msg {
    background: white;
    min-width: 50px;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
}

    .msg p {
        font-size: 0.8rem;
        margin: 0 0 0.2rem 0;
        color: #777;
    }

    .msg img {
        position: relative;
        display: block;
        width: 450px;
        border-radius: 5px;
        box-shadow: 0px 0px 3px #eee;
        transition: all .4s cubic-bezier(0.565, -0.260, 0.255, 1.410);
        cursor: default;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

@media screen and (max-width: 800px) {
    .msg img {
        width: 300px;
    }
}

@media screen and (max-width: 550px) {
    .msg img {
        width: 200px;
    }
}

.msg time {
    font-size: 0.7rem;
    color: #ccc;
    margin-top: 3px;
    float: right;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .msg time:before {
        content: "\f017";
        color: #ddd;
        font-family: FontAwesome;
        display: inline-block;
        margin-right: 4px;
    }

emoji {
    display: inline-block;
    height: 18px;
    width: 18px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -7px;
    margin-right: 2px;
    transform: translate3d(0px, 3px, 0px);
}

    emoji.please {
        background-image: url(https://imgur.com/ftowh0s.png);
    }

    emoji.lmao {
        background-image: url(https://i.imgur.com/MllSy5N.png);
    }

    emoji.happy {
        background-image: url(https://imgur.com/5WUpcPZ.png);
    }

    emoji.pizza {
        background-image: url(https://imgur.com/voEvJld.png);
    }

    emoji.cryalot {
        background-image: url(https://i.imgur.com/UUrRRo6.png);
    }

    emoji.books {
        background-image: url(https://i.imgur.com/UjZLf1R.png);
    }

    emoji.moai {
        background-image: url(https://imgur.com/uSpaYy8.png);
    }

    emoji.suffocated {
        background-image: url(https://i.imgur.com/jfTyB5F.png);
    }

    emoji.scream {
        background-image: url(https://i.imgur.com/tOLNJgg.png);
    }

    emoji.hearth_blue {
        background-image: url(https://i.imgur.com/gR9juts.png);
    }

    emoji.funny {
        background-image: url(https://i.imgur.com/qKia58V.png);
    }

@-webikt-keyframes pulse {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.5;
    }
}

::-webkit-scrollbar {
    min-width: 2px;
    width: 12px;
    max-width: 12px;
    min-height: 12px;
    height: 12px;
    max-height: 12px;
    /*background: #e5e5e5;
    box-shadow: inset 0px 50px 0px rgba(82,179,217,0.9), inset 0px -52px 0px #fafafa;*/
}

::-webkit-scrollbar-thumb {
    background: #fff0;
    border: none;
    border-radius: 40px;
    border: solid 3px #ffffff00;
    box-shadow: inset 0px 0px 2px #75757596;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #b0b0b0;
        box-shadow: inset 0px 0px 3px #888;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #aaa;
        box-shadow: inset 0px 0px 3px #7f7f7f;
    }

/*::-webkit-scrollbar-button {
    display: block;
    height: 26px;
}*/

/* T Y P E */

textarea {
    min-height: 38px;
}

input.textarea {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
    z-index: 99;
    background: #fafafa;
    border: none;
    outline: none;
    padding-left: 55px;
    padding-right: 55px;
    color: #666;
    font-weight: 400;
}

.emojis {
    position: fixed;
    display: block;
    bottom: 8px;
    left: 7px;
    width: 34px;
    height: 34px;
    background-image: url(https://i.imgur.com/5WUpcPZ.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    cursor: pointer;
}

    .emojis:active {
        opacity: 0.9;
    }







.main-title {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #f9f1e9;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.demo-1 .main-title {
    text-transform: uppercase;
    font-size: 4.2em;
    letter-spacing: 0.1em;
}

.main-title .thin {
    font-weight: 200;
}

@media only screen and (max-width : 768px) {
    .demo-1 .main-title {
        font-size: 3em;
    }
}

.rightClendar .vdp-datepicker__calendar {
    width: 321px;
    background: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, 0.38);
    color: black;
    right: 0;
}


.calendarForm .vdp-datepicker__calendar {
    width: 321px;
    background: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, 0.38);
    color: black;
}

.calendarForm .secCalendar .vdp-datepicker__calendar {
    width: 321px;
    background: #f8f9fa;
    /*border: 1px solid rgba(0, 0, 0, 0.38);*/
    border: 1px solid rgba(0, 0, 0, 0.38);
    color: black;
    position: absolute;
    left: -94%;
}


.calendarForm .border-danger input {
    border: 1px solid red !important;
}


.timesheetExtensionCollapse {
    margin-bottom: 14px;
    border-radius: 11px;
    /* background: #e9ecef42; */
    padding: 0;
}

.dashboardPage {
    background: white;
}


.fc-today-button, .fc-prev-button, .fc-next-button, .fc-left {
    margin: 10px 0px !important;
}

.img-round {
    position: relative;
    height: 0;
    padding-bottom: 50px;
    overflow: hidden;
    width: 50px;
    margin-top: -14px;
    border-radius: 5px;
}

    .img-round > img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.selectedBox {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.selectedText {
    font-size: 20px;
}

.dashboardRow {
    width: 100%;
    border-bottom: 1px solid #7ebfff55;
    margin: auto;
    min-height: 70px;
    padding-top: 25px;
}

@media only screen and (min-width: 992px) {
    .ticketModal {
        max-width: 1000px !important;
    }
}

.commentsContainer {
    height: 84%;
    overflow-y: auto;
    margin-top: 18px;
}

.commentsContainer2 {
    height: 85%;
    overflow-y: auto;
    margin-top: 18px;
}

.extendDatePicker {
    width: 137%;
}

.commentsRow {
    margin-top: 25px;
}

.pointer {
    cursor: pointer !important;
}


.status {
    background: #7ebfff;
    width: 200px;
}

.modalChat {
    max-width: 1100px !important;
}




/*.commentBall1 {
    background: #e9ecef;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    left: 3%;
    overflow: hidden;
    margin-left: -23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    color: #ffffff;
    font-weight: 600;
    padding-top: 5px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
}*/

.commentBall {
    position: relative;
    top: 10px;
    height: 30px;
    width: 30px;
    background: #e9ecef;
    border-radius: 50px;
    color: #495057;
    font-weight: 900;
    padding-top: 4px;
    font-size: 15px;
    text-align: center;
    /*cursor: help;*/
    margin-right: 5px;
}

.teamCommentBall {
    top: 12px;
    left: 25px;
    position: relative;
    height: 50px;
    width: 50px;
    background: #e9ecef;
    border-radius: 50px;
    color: #495057;
    font-weight: 900;
    padding-top: 6px;
    font-size: 25px;
    text-align: center;
}

.teamCommentBall2 {
    top: 12px;
    /*left: 90%;*/
    position: relative;
    height: 50px;
    width: 50px;
    background: white;
    border-radius: 50px;
    color: #495057;
    font-weight: 900;
    padding-top: 6px;
    font-size: 25px;
    text-align: center;
}


.commentName {
    color: #6d6e71;
    margin-top: -27px;
    margin-left: 28px;
    font-size: 17px;
}

.commentDate {
    color: #acb7c1;
    font-size: 14px;
    margin-top: -31px;
    margin-left: 225px;
}

.commentText {
    color: #acb7c1;
    margin-top: 12px;
    margin-left: 27px;
    font-size: 12px;
}

.commentContainer {
    border-radius: 8px;
    background: #ffffff;
}


.img-logoCustomer {
    position: relative;
    height: 45px;
    overflow: hidden;
    width: 45px;
    /* margin-top: -16px; */
    border-radius: 5px;
    object-fit: cover;
}

.table-img-avatar {
    position: relative;
    height: 45px;
    overflow: hidden;
    width: 45px;
    /* margin-top: -16px; */
    border-radius: 5px;
    object-fit: cover;
}

.accountBtn {
    height: 25px !important;
    width: 78px !important;
    margin-top: -28px !important;
    background: #b7b7b7 !important;
    border-color: #f4f7fc !important;
    color: white
}

.notificationBall {
    position: relative;
    top: -16px;
    left: 25px;
    font-size: 0.8rem;
}

.notificationBall2 {
    position: relative;
    top: 13px;
    left: 19px;
    font-size: 0.6rem;
}

.notificationBall3 {
    top: -2px;
    left: 14px;
    position: relative;
    font-size: 0.8rem;
    float: right;
    cursor: default;
}

.bell {
    font-size: 34px;
    color: #ffffff;
    position: relative;
    float: right;
    left: -25px;
    cursor: pointer;
}

.notificationContainer {
    left: -65px !important;
    top: -10px !important;
    max-height: 228px;
    overflow-y: auto;
}

.selectedMonthBorder {
    border: 2px solid rgba(126, 191, 255, 0.90) !important;
    border-radius: 5px;
}

.curentMonthColor {
    background: #f4f7fc !important;
}

    .curentMonthColor:hover {
        background: #7ebfff !important;
    }

.downloadArrow {
    font-size: 36px !important;
    color: #51a5ff !important;
    /*float: right;*/
    /*margin-top: 27px;*/
    /*margin-right: 30%;*/
}

    .downloadArrow:hover {
        font-size: 36px !important;
        color: #007bff !important;
        /*float: right;*/
        /*margin-top: 27px;*/
        /*margin-right: 30%;*/
    }

.downloadArrowVacations {
    font-size: 30px !important;
    color: #51a5ff !important;
    /*float: right;*/
    /*margin-top: 27px;*/
    /*margin-right: 30%;*/
}

    .downloadArrowVacations:hover {
        font-size: 30px !important;
        color: #007bff !important;
        /*float: right;*/
        /*margin-top: 27px;*/
        /*margin-right: 30%;*/
    }

.downloadArrowAdmin {
    font-size: 36px !important;
    color: #51a5ff !important;
    float: right;
    margin-top: 27px;
    margin-right: 4%;
}

    .downloadArrowAdmin:hover {
        font-size: 36px !important;
        color: #007bff !important;
        float: right;
        margin-top: 27px;
        margin-right: 4%;
    }

.btn-reset-timesheet:hover {
    color: #ffffff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545;
}

.btn-reset-timesheet-day:hover {
    color: #ffffff !important;
    background-color: #28a745 !important;
    border-color: #28a745;
}

.btn-reset-timesheet {
    width: 30% !important;
    margin-left: 35%;
    color: #dc3545;
    border-color: #dc3545;
    margin-top: 11px;
}

.btn-reset-timesheet-day {
    width: 30% !important;
    margin-left: 35%;
    color: #28a745;
    border-color: #28a745;
    margin-top: 11px;
}











.chatButton {
    background: rgb(126, 191, 255);
    padding-top: -4px;
    border-radius: 70px;
    height: 51px;
    width: 59px;
    display: inline-block;
    text-align: center;
    position: fixed;
    top: 90%;
    left: 95%;
    z-index: 1000;
    color: white;
    font-size: 36px;
}

.chatBox {
    background: #ffffff;
    border-radius: 6px;
    height: 45%;
    width: 20%;
    position: fixed;
    top: 56%;
    left: 78%;
    z-index: 1000;
    overflow: hidden;
}

.chatTitle {
    background: #7ebfff;
    width: 100%;
    height: 11%;
    font-size: 23px;
    color: white;
    padding-left: 17px;
    padding-top: 7px;
    text-shadow: 2px 2px 3px #b1b1b1;
}

.chatBoddy {
    background: #e5e5e5;
    width: 100%;
    height: 78%;
    overflow-y: auto;
    overscroll-behavior-y: auto;
}

.chatTextBox {
    width: 100%;
    height: 9%;
}

.chatSendButton {
    color: #7ebfff;
    float: right;
    margin-top: -7%;
    margin-right: 3%;
    font-size: 20px;
}

.chatNotificationBall {
    font-size: 12px;
    position: absolute;
    color: #dc3545;
    right: -6px;
}

.loadModre {
    height: 10%;
    margin-top: -10px;
    padding: 11px;
    text-align: center;
    background: #cdcdcd87;
    border-radius: 6px;
    color: #7ebfff;
}


.unseenEye {
    float: left;
    margin-top: 4px;
    margin-right: 15px;
    font-size: 17px;
    color: #b7b7b7;
}

.fc-today {
    background: #f8f9fa !important;
}

.employeeContactBox {
    /*padding: 0.25rem !important;*/
    background: white;
    /*margin-top: 24px;*/
}

.employeeContactBoxTitle {
    font-size: 20px;
    text-align: center;
    padding-top: 19px !important;
    margin-bottom: 0px;
    height: 68px;
}


.employeeContact {
    width: 100%;
    border-bottom: 1px solid #7ebfff55;
    margin: auto;
    min-height: 60px;
    padding-top: 20px !important;
}

.testBall {
    position: relative;
    top: 8px;
    height: 35px;
    width: 35px;
    background: #e9ecef;
    border-radius: 50px;
    color: #495057;
    font-weight: 900;
    padding-top: 5px;
    font-size: 18px;
    text-align: center;
    /*cursor: help;*/
    /* margin-right: 6px; */
    margin-left: 15px;
}

.testName {
    color: #6d6e71;
    margin-top: -29px;
    margin-left: 46px;
    font-size: 17px;
}

.testData {
    color: #acb7c1;
    font-size: 14px;
    margin-top: -7px;
    margin-left: 102px;
    margin-bottom: 30px;
}

.testComment {
    color: #acb7c1;
    margin-top: -55px;
    margin-left: 221px;
    font-size: 15px;
}

.testHr {
    margin-bottom: 1px;
    margin-top: 0px;
}

.hrTickets {
    margin-bottom: 12px;
    margin-top: 6px;
}

.testIncidentNr {
    position: absolute;
    font-size: 15px;
    margin-left: 45px;
    margin-top: -8px;
}

.closeChatBox {
    float: right;
    margin-right: 4%;
    margin-top: 1%;
}

.smallPriorityBall {
    font-size: 4px;
    float: right;
    margin-top: -16px;
}

.randomIcon {
    margin-left: 4px;
    font-size: 20px;
}

.notificationTitle {
    margin-bottom: 6px;
    font-size: 21px !important;
    width: 100%;
    text-align: center;
    height: 38px;
    padding-top: 5px;
    background: #f4f7fc;
    border-radius: 5px;
}

.ticketSendComment {
    color: #7ebfff;
    float: right;
    margin-top: -13%;
    margin-right: 2%;
    font-size: 23px;
}

.unseenEyeTable {
    float: left;
    margin-top: 4px;
    margin-right: 15px;
    font-size: 17px;
    color: #b7b7b7;
}

.dashCustomerRow {
    width: 100%;
    border-bottom: 1px solid #7ebfff55;
    margin: auto;
    min-height: 70px;
    padding-top: 25px !important;
}

.dashProjectRow {
    width: 100%;
    border-top: 1px solid #7ebfff55;
    margin: auto;
    min-height: 70px;
    padding-top: 25px;
}

.saveTimesheetIcon {
    font-size: 37px;
    color: #51c76c;
    /*float: right;*/
    /*margin-top: 27px;*/
    /*margin-right: -10%;*/
}

    .saveTimesheetIcon:hover {
        font-size: 37px;
        color: #28a745;
        /*float: right;*/
        /*margin-top: 27px;*/
        /*margin-right: -10%;*/
    }

.trashTimesheetIcon {
    font-size: 2em !important;
    color: #dc3545;
    /*float: right;*/
    /*margin-top: 27px;*/
    /*margin-right: -50%;*/
    margin-right: 0px !important;
}

.expandTimsheetIcon {
    font-size: 31px;
    margin-left: 45%;
    margin-top: 5px;
    color: #2894ff99;
}

.textarea {
    border: 2px solid;
    margin: 30px;
    width: 500px;
    height: 50px;
    background: #ddd;
    font-family: Helvetica;
    font-size: 17pt;
    resize: none;
    overflow: hidden;
}

.myTimesheetUpperRow {
    margin-left: -2% !important;
    position: sticky !important;
    /*    top: -20px !important;*/
    margin-bottom: -5% !important;
    z-index: 1000 !important;
}

.myTimesheetStickyButonsContainer {
    top: 38% !important;
    border-radius: 50px !important;
    padding-top: 1% !important;
    padding-right: 1% !important;
    margin-bottom: 0% !important;
    position: relative;
    height: 75px;
    right: 2%;
    margin-top: 2rem !important;
    background: white;
}

.backgroundCurentDay {
    /*background: #7ebfff !important;*/
    /* background: #7ebfff !important; */
    border: 1px solid rgb(0 157 255 / 83%);
    background: radial-gradient(circle, rgb(126 191 255 / 29%) 50%, rgb(126 191 255 / 35%) 100%);
    border-radius: 5px;
}

.backgroundWhite {
    background-color: white;
}

a
.backgroundWhite:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.textAdminView {
    text-align: center;
    color: #0084e9;
    font-size: 22px;
    margin-top: 16px;
}

.outOfWorkingProgram {
    background-color: #fd8c8cab;
}

.addTeamButton {
    color: white !important;
    font-size: 25px;
    margin-top: -3px;
}

    .addTeamButton:hover {
        color: white !important;
    }

.teamIconsPadding {
    padding-left: 32px;
}

.selectedTeam {
    background: #7ebfff85 !important;
}

.removeTeamMember {
    margin-left: 19px;
    color: rgba(208, 2, 27, 0.6);
    cursor: pointer;
}

    .removeTeamMember:hover {
        margin-left: 19px;
        color: rgba(208, 2, 27, 1) !important;
        cursor: pointer;
    }

.ShowAllDaysBtn {
    width: 30% !important;
    margin-left: 35% !important;
    margin-top: 11px !important;
    margin-bottom: 11px !important;
    height: 57px;
    font-size: 28px;
}

.myTimesheetStickyEyeContainer {
    position: relative;
    background: white !important;
    border-radius: 50px !important;
    padding-top: 0.9% !important;
    padding-left: 1.8% !important;
    margin-bottom: 1% !important;
    left: -1%;
    max-width: 92px !important;
    top: 2.4rem !important;
    height: 75px;
}

.eyeShowOvertime {
    padding-left: 53%;
    padding-top: 2px;
}

.eyeShowCollor {
    color: #ffe192;
    font-size: 37px;
    /*float: right;*/
}

    .eyeShowCollor:hover {
        color: #f6ca56;
        font-size: 37px;
        /*float: right;*/
    }

.offlineBulb {
    margin-left: 50%;
    font-size: 23px;
    color: #b7b7b7;
}

.onlineBulb {
    margin-left: 50%;
    font-size: 23px;
    color: #51c76c;
}

.chooseClientBox {
    background: white !important;
    height: 25% !important;
    width: 25% !important;
    margin-top: 18.25% !important;
    margin-left: 36.5% !important;
    border-radius: 25px !important;
    z-index: 101;
    position: absolute;
}

.fullPageClientBox {
    position: fixed;
    z-index: 100;
    background: #00000066;
    width: 100%;
    top: 0;
    right: 0;
    height: 100vh;
}

.textClientsBox {
    font-size: 28px;
    text-align: center;
    margin-top: 9%;
}

.clientsDropdownButton {
    background: #eaeaea;
    width: 100% !important;
    color: black;
    border-radius: 11px;
}

    .clientsDropdownButton:hover {
        background: #f9f7f7;
        width: 100% !important;
        color: black;
    }

.clientsDownloadBtn {
    font-size: 58px !important;
    color: #51a5ff !important;
    margin-left: 44%;
    margin-top: 6%;
}

    .clientsDownloadBtn:hover {
        font-size: 58px !important;
        color: #007bff !important;
        margin-left: 44%;
        margin-top: 6%;
        margin-top: 6%;
    }

.addVactionButton {
    font-size: 30px !important;
    margin-left: 11% !important;
    margin-right: 0px !important;
}



.addholidayButton {
    height: 30px;
    padding-top: 2px;
    color: #00720080 !important;
}

    .addholidayButton:hover {
        height: 30px;
        padding-top: 2px;
        color: green !important;
    }

.holidaysContainer {
    top: 2%;
    left: 7%;
    height: 45%;
    width: 86%;
    overflow-y: auto;
    overflow-y: auto;
}

.holidayRow {
    margin-top: 2px !important;
    min-height: 54px;
    background-color: #ffffff61 !important;
    padding-right: 15px !important;
}

.hrHolidays {
    margin-top: 48% !important;
    background: white;
    width: 90%;
}

/*.calendarVacations {
    background-color: white;
    margin-top: 15px;
    padding-bottom: 15px;
}*/

.oneRowText {
    overflow-y: hidden;
    max-height: 30px;
    word-break: break-word;
}

.inventoryPaginationNav {
    width: 100%;
    border-bottom: 1px solid #7ebfff55;
    margin: auto;
    background: #ffffff00;
    color: white;
}

.x {
    color: #3d3d3d;
    font-size: 20px;
    position: relative;
    right: 29px;
    top: 9px;
}



.mobile-wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* ALL MOBILES */

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background-color: #eee;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 200;
    margin: 0;
    padding: 10px 0;
}

.mobile {
    /* max-width: 300px; */
    width: 100%;
    background-color: #eee;
    overflow: hidden;
    display: inline-block;
    /*position: fixed;*/
    z-index: 1999;
}

    .mobile .header {
        background-color: #1EAAE7;
        color: #fff;
        padding: 10px;
        position: fixed;
        z-index: 1999;
        width: 100%;
        border: 1px solid #1EAAE7;
        border-radius: 0px 0px 10px 10px;
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    }

.line {
    width: 30px;
    height: 2px;
    margin: 10px 0;
    background-color: #fff;
}

.menu-toggle:hover {
    cursor: pointer;
}

.mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

@media only screen and (min-width: 1200px) {


    .mobile-two {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {

    .pageBody {
        margin-top: 80px;
    }
}




.mobile-two {
    background: transparent;
}

    .mobile-two .mobile-nav {
        /*background-color: #3C3842;*/
        background-color: white;
        width: 100%;
        height: 100vh;
        display: none;
        padding-top: 50px;
        padding-bottom: 25px;
        overflow: scroll !important;
        z-index: 1998;
        text-align: center;
        position: fixed;
        /*top: -10px;*/
    }

        .mobile-two .mobile-nav li a {
            /*color: #989AA4;*/
            color: #464646;
            display: block;
            padding: 2px;
        }

            .mobile-two .mobile-nav li a:hover {
                background-color: #8a43a3;
                color: #fff;
            }



@media (max-width: 960px) {
    .desktopTime {
        display: none
    }
}

@media (max-width: 576px) {
    .mobileTime {
        display: block
    }
}

.stickyMobile {
    margin: 40px 0px -53px;
    position: sticky;
    top: -213px;
    z-index: 4000;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.stickyDesktop {
    margin: 40px 0px -53px;
    position: sticky;
    top: 0px;
    z-index: 1000;
}


.stickyMenu {
    margin: 0px 0px -53px;
    position: sticky;
    top: 0px;
    /*z-index: 1;*/
    z-index: 1001;
}

.stickyAction {
    margin: 40px 0px -53px;
    position: sticky;
    top: 72px;
    z-index: 1000;
}


.tableHeaderStick {
    position: sticky;
    top: 138px;
    z-index: 500;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background: #7ebfff;
}

.header-sticky {
    position: sticky;
    top: 139px;
    z-index: 500;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    background: #7ebfff;
}



.avatar {
    font-size: 1rem;
    display: inline-flex;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: 20%;
    background-color: #adb5bd;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

.d-inline {
    display: inline !important;
}

.bg-selected {
    background-color: rgba(0, 0, 0, 0.075);
}

.avatar-user.avatar {
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    background-color: #d1d6db;
}



/*Comments chat*/


.media-comment-avatar {
    margin-top: -1rem;
    margin-right: -2rem;
    position: relative;
    z-index: 1;
    width: 64px;
    height: 64px;
    border: 4px solid #fff;
    transition: all .15s ease;
}

.rounded-circle {
    border-radius: 50% !important;
}

.media-comment {
    margin-top: 2rem;
    min-width: 300px;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-comment-text {
    border-radius: .3rem;
    border-top-left-radius: 0;
    position: relative;
    background-color: #f6f9fc;
    padding: 1rem 1.25rem 0.1rem 2.5rem;
    margin-right: 30px;
}

.margin-left-data {
    margin-left: auto;
    margin-top: 0.5rem !important;
}

.uploading-image {
    display: flex;
}

table td {
    vertical-align: middle !important;
}

.card-header {
    background: white;
}


.card-footer {
    background: white;
}

.fs15 {
    font-size: 15px;
}

.iconBadge {
    border-radius: 5px;
    font-size: 23px;
    padding: 10px 15px;
}

.icon-shape {
    padding: 10px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 20px;
}

.icon-shape-info {
    color: #03acca;
    background-color: rgba(65,215,242,.5);
}

.icon-shape-danger {
    color: #dc3545;
    background-color: #dc354550;
}

.icon-shape-success {
    color: #28a745;
    background-color: #28a74550;
}


.icon-shape-warning {
    color: #ffc107;
    background-color: #ffc10750;
}

.icon-shape-secondary {
    color: #6c757d;
    background-color: #6c757d50;
}


#control:hover ~ #target {
    color: #dc3545;
    background-color: #dc354550;
}

.ticket-dot {
    font-size: 5px;
    vertical-align: middle;
    padding-right: 5px;
}

.d-contents {
    display: contents !important;
}

.ticket-content {
    color: black;
    font-size: 13px;
}



    .ticket-content > p {
        margin-left: 21px;
    }


.ticket-card {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 30px;
    position: relative;
}

    .ticket-card:hover {
        transform: scale(1.02);
    }


.bg-blue {
    background: #2894ff99;
}

.ticket-details {
    padding-left: 40px;
}

    .ticket-details h6 {
        padding: 0;
        color: #6b6b6b;
        font-size: 14px;
    }

    .ticket-details span {
        font-size: 15px;
    }

.h-100vh {
    height: 100vh;
}

.overflow-scroll {
    overflow: scroll;
}


.c-search {
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid rgba(52, 58, 64, 0.3);
    margin-left: 15px;
    color: black;
}

.title-monitored {
    max-width: 10px;
    min-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.CellComment {
    display: none;
    position: absolute;
    z-index: 100;
    border: 1px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    border-radius: 3px;
    padding: 3px;
    top: -14px;
    left: 40px;
}

.CellWithComment {
    position: relative;
}

    .CellWithComment:hover span.CellComment {
        display: block;
    }

.ticket-card-holiday {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 9px;
    position: relative;
}

    .ticket-card-holiday:hover {
        transform: scale(1.01);
    }

.card-rounded {
    border-radius: 0.55rem !important;
}

.logo-Xpert {
    width: 100px !important
}

.button-paggination {
    color: #000000;
    background: bottom !important;
}

.page-loader {
    width: 100%;
    position: fixed;
    top: 50%;
    z-index: 6070;
    left: 0;
}

.page-loader-background {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: white;
    top: 0;
    left: 0;
    z-index: 5500;
    opacity: 50%;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    position: relative;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.btn-whiteSave {
    color: #212529;
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)
}

    .btn-whiteSave:hover {
        color: #212529;
        border-color: #fff;
        background-color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%) !important;
    }

    .btn-whiteSave.focus, .btn-whiteSave:focus {
        box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 0 rgba(255,255,255,.5)
    }

    .btn-whiteSave.disabled, .btn-whiteSave:disabled {
        color: #212529;
        border-color: #fff;
        background-color: #fff
    }

    .btn-whiteSave:not(:disabled):not(.disabled).active, .btn-whiteSave:not(:disabled):not(.disabled):active, .show > .btn-whiteSave.dropdown-toggle {
        color: #212529;
        border-color: #fff;
        background-color: #e6e6e6
    }

        .btn-whiteSave:not(:disabled):not(.disabled).active:focus, .btn-whiteSave:not(:disabled):not(.disabled):active:focus, .show > .btn-whiteSave.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(255,255,255,.5)
        }

.table-header-general {
    background-color: rgba(40, 148, 255, 0.6);
    padding-bottom: 13px !important;
    padding-top: 13px !important;
    color: white;
    /*   style ="background-color:#2894ff99; padding-bottom: 13px; padding-top: 13px;"*/
}

[v-cloak] > * {
    display: none;
}

[v-cloak]::before {
    /*position: relative;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;*/
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    position: fixed;
    top: 50%;
    z-index: 1070;
    left: 50%;
    background-image: url('data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==');
}



.certification-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

/* -----modal template--------*/
.modal-card {
    /*    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
    padding: 10;
    height: 100%;
    color: white;
    background: white;
    position: fixed;
    width: 450px;
    z-index: 5000 !important;
    top: 0;
    right: 0px;
    opacity: 1;
    background: white;
    padding-left: 55px;
    padding-right: 30px;
    overflow-y: scroll;
    flex-direction: column;
    -webkit-box-direction: normal;
    flex: 0 0 100%;
    max-width: 100%;*/
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
    height: 100%;
    background: white;
    position: fixed;
    width: 450px;
    padding: 10px;
    z-index: 2001;
    top: 0;
    right: 0px;
    overflow-y: scroll;
}

@media only screen and (max-width: 768px) {
    .modal-card {
        width: 100%;
    }
}

.hr-style {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    margin-left: -35px;
    margin-right: -10px;
}

.modal-card-close {
    color: rgb(165, 161, 161);
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    padding-top: 0.5rem !important;
    height: 30px;
    background-color: #f7f8fa;
    transition: all .3s;
    border-radius: 4px;
    margin-top: 10px;
    cursor: pointer;
}


.modal-card-background {
    position: fixed;
    z-index: 2000;
    background: rgba(255, 255, 255, 0.62);
    top: 0;
    height: 100vh;
    width: 100vw;
    right: 0%;
}

.modal-card-title {
    padding-bottom: 0px;
    padding-top: 12px;
    /*text-align: center;*/
    font-family: sans-serif;
    font-size: 17px;
    text-align: left;
    margin-left: -34px;
    color: #666666;
}

.modal-card-item {
    margin-bottom: 5px;
}

    .modal-card-item > label {
        margin-bottom: 5px;
    }

    .modal-card-item > .input-group-text {
        border-right: 0px !important;
        margin-right: 50px;
    }

    .modal-card-item > .input-group > .input-group-prepend {
        margin-right: -8px !important;
    }

    .modal-card-item > .input-group > .form-control {
        /*border-left: 0px !important;*/
        height: 32px;
    }

    .modal-card-item > label {
        color: #666666;
    }

    .modal-card-item > .input-group > .dropdown > .dropdown-toggle::after {
        margin-top: 10px !important;
    }

    .modal-card-item > .input-group > .dropdown > button {
        height: 32px;
        font-size: 14px !important;
    }

    .modal-card-item > .input-group > input {
        font-size: 14px !important;
    }

    .modal-card-item > .input-group > .dropdown > button > span {
        font-size: 14px !important;
        margin-top: 2px;
    }

    .modal-card-item > .input-group > .calendarForm > .vdp-datepicker > div > input {
        font-size: 14px !important;
        margin-top: 3px;
        cursor: pointer !important;
    }

    .modal-card-item > .input-group > .multiselect > .multiselect__tags > .multiselect__input {
        font-size: 14px !important;
    }

    .modal-card-item > .input-group > .multiselect, .multiselect__input, .multiselect__single {
        font-size: 14px !important;
    }

/* ----------------------------*/

.arrow-green {
    font-size: 25px;
    color: #7abec599;
    cursor: pointer;
}

.z-index-1 {
    z-index: 1 !important;
}

.current-item {
    background: #7ebfff55;
    padding: 15px 0px 0px 20px !important;
}


.blue-background-table {
    transition: 0.2s;
    /*border-bottom: 1px solid #7ebfff55;*/
    cursor: pointer;
}

    .blue-background-table:hover {
        transition: 0.2s;
        background: #7ebfff55;
    }

@media only screen and (max-width: 576px) {
    .text-till-sm-center {
        text-align: center !important;
    }
}


.custom-checkbox-size {
    top: 4px;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: 20px;
}

.btn-white {
    color: #212529;
    border: 1px solid #ced4da;
    background-color: white;
}

.dropdown-arrow .dropdown-toggle::after {
    margin-top: 10px !important;
    margin-left: 12px;
}

.remote-icon {
    font-size: 16px;
    margin-top: 0px;
}

    .remote-icon .fa-building {
        background: #1189ff33;
        color: #1189ff;
        padding: 9px;
        padding-left: 16px;
        padding-right: 16px;
        border-radius: 5px;
        margin-left: 3px;
    }

    .remote-icon .fa-home {
        background: #feb80033;
        color: #feb800;
        padding: 11px;
        padding-left: 13px;
        padding-right: 14px;
        border-radius: 5px;
        margin-left: 2px;
    }

    .remote-icon .fa-plane {
        background: #886cff33;
        color: #886cff;
        padding: 10px;
        padding-left: 13px;
        padding-right: 13px;
        border-radius: 5px;
        margin-left: 2px;
    }

.ml-7px {
    margin-left: 7px;
}

.ml-3px {
    margin-left: 3px;
}

.ml-2px {
    margin-left: 2px;
}

.ml-8px {
    margin-left: 8px;
}

.ml--58px {
    margin-left: -58px !important;
}

.ml--96px {
    margin-left: -96px !important;
}

.ml--42px {
    margin-left: 42px !important;
}

.ml--47px {
    margin-left: -40px !important;
}

.ml--52px {
    margin-left: 52px !important;
}

.ml-12px {
    margin-left: 12px;
}

.bg-light-purple {
    /*background-color: #f6e0fc !important;*/
    background-color: #f62a004d !important
}

.bg-light-blue {
    background-color: #007bff66 !important;
}

.bg-none {
    background: none !important;
}

.multiselect__select:before {
    top: 52% !important;
}

.multiselect {
    min-height: auto;
}

.pb-21px {
    padding-bottom: 21px !important;
}

.width-height-50px {
    width: 50px !important;
    height: 50px !important;
    padding-top: 12px !important;
}

.pl-25px {
    padding-left: 25px !important;
}

.pl-23px {
    padding-left: 23px !important;
}

.pl-35px {
    padding-left: 35px !important;
}

.pl-48px {
    padding-left: 48px !important;
}

.pl-64px {
    padding-left: 64px !important;
}

.pl-31px {
    padding-left: 31px !important;
}

.pl-42px {
    padding-left: 42px !important;
}

.ml--23px {
    margin-left: -23px !important;
}

.ml--43px {
    margin-left: -43px !important;
}

.mr--20px {
    margin-right: -20px !important;
}


.mr--70px {
    margin-right: -70px !important;
}

.remove-pg-bar-animation {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.font-size-20px {
    font-size: 20px !important;
}

.font-size-25px {
    font-size: 25px !important;
}

.mw-500px {
    max-width: 500px !important;
}

.remove-scrollbar-table > .table-responsive {
    overflow-y: hidden !important;
}

.badge-pink {
    background-color: #f62a004d;
}

.no-content-found-image {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.switch-view-button {
    font-size: 29px;
    color: #7abec599 !important;
    float: right;
    cursor: pointer;
}

.bigger-multiselect > .multiselect > .multiselect__tags {
}

.bigger-multiselect > .multiselect > .multiselect__select:before {
    top: 69% !important;
    /* margin-bottom: -21px !important; */
    z-index: 1
}

.bigger-multiselect > .multiselect > .multiselect__tags > .multiselect__single {
    font-size: 1rem !important;
    margin-top: 5px;
}

.bigger-multiselect > .multiselect > .multiselect__tags > .multiselect__input {
    font-size: 1rem !important;
}

@media screen and (max-width: 990px) {
    .left-16percentage {
        left: 16% !important;
    }
}

.scroll-table {
    overflow-x: auto;
    white-space: nowrap;
}

@media screen and (max-width: 576px) {
    .responsive-table-working-program {
        width: 1400px;
        display: inline-table;
        overflow-y: auto;
    }

    .overflow-y-auto-working-program {
        overflow-y: hidden;
    }
}

@media screen and (max-width: 576px) {
    .responsive-table-small {
        width: 600px;
        display: inline-table;
        overflow-y: auto;
    }

    .overflow-y-auto-small {
        overflow-y: hidden;
    }
}


@media screen and (max-width: 1350px) {
    .responsive-table-timesheet {
        width: 1400px;
        display: inline-table;
        overflow-y: auto;
    }

    .responsive-table-timesheet-admin {
        width: 2000px;
        display: inline-table;
        overflow-y: auto;
    }

    .overflow-y-auto {
        overflow-y: hidden;
    }
}

@media screen and (max-width: 1700px) {
    .responsive-table-certifications {
        width: 1700px;
        display: inline-table;
        overflow-y: auto;
    }

    .overflow-y-auto {
        overflow-y: hidden;
    }
}

@media screen and (max-width: 1843px) {
    .responsive-table-certification {
        width: 1800px;
        display: inline-table;
        overflow-y: auto;
    }

    .overflow-y-auto-certification {
        overflow-y: hidden;
    }
}

@media screen and (max-width: 830px) {
    .responsive-calendar-holidays {
        width: 800px;
        display: inline-table;
        overflow-y: auto;
    }

    .overflow-y-auto-calendar-holidays {
        overflow-y: hidden;
    }
}

@media screen and (max-width: 900px) {
    .responsive-tables-md {
        width: 900px;
        display: inline-table;
        overflow-y: auto;
    }

    .overflow-y-auto-tables-md {
        overflow-y: hidden;
    }
}

@media screen and (min-width: 1350px) {
    .responsive-table-timesheet {
        width: 100%;
    }

    .overflow-y-auto {
        width: 100%;
    }
}

.top-82px {
    top: 82px;
}

.top-53px {
    top: 53px;
}

.employeeInputFilter {
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid rgba(52, 58, 64, 0.3);
    margin-left: 15px;
    color: black;
}

    .employeeInputFilter:focus {
        background: rgba(255, 255, 255, 0.16);
        color: black;
    }

    .employeeInputFilter::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+    color: #b7b7b7;   color: #808080;     color: #6a6a6a;    */
        font-family: 'Karla';
        color: #808080;
        /*default: 16px*/
        font-size: 14px;
        font-weight: 600;
        opacity: 1;
        /* Firefox */
        margin-left: 10px;
        padding-left: 10px;
    }

.profile-image-table {
    width: 40px;
    height: 40px;
    max-width: 50px;
    position: relative;
    border-radius: 5px;
    object-fit: cover;
}

.TimeSheetPage .pagination {
    background: #7ebfff;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

    .TimeSheetPage .pagination .page-item {
        font-size: 18px;
        width: 40px;
        height: 39px;
        color: #000000;
        text-align: center;
        background: transpartent;
        /*            padding-top: 9px;*/
        /* margin: 0px 10px; */
        cursor: pointer;
    }

        .TimeSheetPage .pagination .page-item:hover {
            background: #0088cc7a;
            color: white;
            font-weight: 600;
        }

.TimeSheetPage .currentEmployeesPage {
    background: #0088cc;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
}

.calculateDays {
    font-size: 30px !important;
    color: #ffe192 !important;
    /*float: right;*/
    /*margin-top: 27px;*/
    /*margin-right: 30%;*/
}

    .calculateDays:hover {
        font-size: 30px !important;
        color: #f6ca56 !important;
        /*float: right;*/
        /*margin-top: 27px;*/
        /*margin-right: 30%;*/
    }

.multiselect__tag {
    color: #ffffff !important;
    border: 1px solid rgb(0 168 255 / 50%) !important;
    margin-bottom: -4px !important;
    top: -2px !important;
    background: rgb(30 170 231 / 50%);
}

.multiselect__strong {
    margin-bottom: 0px;
}

.multiselect__tags {
    min-height: 35px;
}

.multiselect__select {
    top: 6px;
}

.filter-dropdown {
    height: 35px;
    font-size: 14px;
    text-align: center !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    border-radius: 0.25rem !important;
    border: 1px solid #ced4da !important;
}

    .filter-dropdown span {
        margin: 6px 0px 7px
    }


.remove-dropdown-btn {
    position: relative;
    top: -1px;
    border: 1px solid rgb(0 0 0 / 10%);
    width: 35px;
    height: 35px;
    background: white;
    padding-top: 5px;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    transition-duration: 0.3s;
    z-index: 1;
    right: -9px;
    font-size: 16px;
}


    .remove-dropdown-btn:hover {
        color: red;
        background: #ffe7e9;
        border: 1px solid #ff000054;
    }


.remove-multiselect-btn {
    position: relative;
    top: 0px;
    border: 1px solid rgb(0 0 0 / 10%);
    width: 35px;
    height: 35px;
    background: white;
    padding-left: 12px;
    padding-top: 5px;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    transition-duration: 0.3s;
    z-index: 1;
}

    .remove-multiselect-btn:hover {
        color: red;
        background: #ffe7e9;
        border: 1px solid #ff000054;
    }

.remove-multiselect-btn-calendar {
    position: relative;
    border: 1px solid rgb(0 0 0 / 10%);
    width: 35px;
    height: 35px;
    background: white;
    padding-left: 11px;
    padding-top: 5px;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    transition-duration: 0.3s;
    z-index: 1;
}

remove-multiselect-btn:hover {
    color: red;
    background: #fff1f2;
    transition-duration: 0.3s;
}

.remove-multiselect-btn2 {
    position: relative;
    top: 0px;
    border: 1px solid rgb(0 0 0 / 10%);
    width: 38px;
    height: 38px;
    background: white;
    padding-left: 13px;
    padding-top: 7px;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    transition-duration: 0.3s;
    z-index: 1;
}

    .remove-multiselect-btn2:hover {
        color: red;
        background: #fff1f2;
        transition-duration: 0.3s;
    }

.remove-date-btn {
    position: relative;
    top: -34px;
    border: 1px solid rgb(0 0 0 / 10%);
    width: 32px;
    height: 32px;
    background: white;
    padding-left: 9px;
    padding-top: 3px;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    transition-duration: 0.3s;
    z-index: 1;
}

    .remove-date-btn:hover {
        color: red;
        background: #fff1f2;
        transition-duration: 0.3s;
    }

.remove-date-btn2 {
    position: absolute;
    top: 28px;
    border: 1px solid rgb(0 0 0 / 10%);
    width: 35px;
    height: 35px;
    background: white;
    padding-left: 12px;
    padding-top: 5px;
    border-radius: 5px;
    cursor: pointer;
    transition-duration: 0.3s;
    z-index: 1;
    right: 14px;
}

    .remove-date-btn2:hover {
        color: red;
        background: #fff1f2;
        transition-duration: 0.3s;
    }


.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
    background: #22bbff;
}


.align-self-center {
    align-self: center;
}


.pagination .page-link {
    color: #6c757d !important;
}

.pagination .active .page-link {
    color: #007bff !important;
}

.page-link {
    display: flex;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ffffff00;
    border-color: #ced4da;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    border-radius: 5px;
}

.input-group-prepend .textarea-icon {
    background: white;
    z-index: 1;
    border-right: 0;
    font-size: 12px;
    padding: 4px;
    padding-right: 13px;
}

    .input-group-prepend .textarea-icon i {
        position: absolute;
        top: 9px;
    }

textarea {
    font-size: 14px !important;
}

.right-modal-bg {
    position: fixed;
    z-index: 2000;
    background: rgba(255, 255, 255, 0.62);
    top: 0;
    height: 100vh;
    width: 100vw;
    right: 0%;
}


.right-modal {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
    height: 100%;
    background: white;
    position: fixed;
    width: 450px;
    /*padding: 10px;*/
    z-index: 5002;
    top: 0;
    right: 0px;
    /*overflow-y: scroll;*/
    overflow-y: auto;
}

    .right-modal .right-modal-header {
        padding: 1rem !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        border-bottom: 1px solid #dee2e6 !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


    .right-modal .right-modal-body {
        padding: 1rem !important;
        background-color: #f8f9fa !important;
        border-bottom: 1px solid #dee2e6 !important;
        /*      overflow: scroll;
        max-height: 80vh;*/
    }

    .right-modal .right-modal-footer {
        padding: 1rem !important;
    }

@media only screen and (max-width: 768px) {
    .right-modal {
        width: 100% !important;
    }
}

.text-sm {
    font-size: 12px !important;
}

.text-md {
    font-size: 25px !important;
}

.shadow-hover {
    transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .shadow-hover:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

.shadow-sm-hover {
    transition-duration: 0.3s;
}

    .shadow-sm-hover:hover {
        transition-duration: 0.3s;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    }

.link-text {
    cursor: pointer;
}

    .link-text:hover {
        color: #17a2b8 !important;
        font-weight: 600;
    }


.t-badge {
    padding: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
}

.t-badge-small {
    width: 22px;
    height: 22px;
    font-size: 12px;
    padding: 3px;
    border-radius: 50px;
}

.t-badge-card {
    padding: 4px;
    height: 38px;
    width: 38px;
    border-radius: 63px;
    font-size: 20px;
    text-align: center;
}

.t-badge-card-body {
    padding: 0px;
    height: 11px;
    width: 11px;
    border-radius: 50px;
    font-size: 12px;
    text-align: center;
}

.t-badge-card-header {
    padding: 3px;
    height: 60px;
    width: 60px;
    border-radius: 63px;
    font-size: 36px !important;
    text-align: center;
}

.t-badge-ticket {
    padding: 1px;
    height: 32px;
    width: 32px;
    border-radius: 63px;
    font-size: 20px;
    text-align: center;
}


.t-badge-info {
    background: #2894ff30;
    color: #2894ff !important;
}

.t-badge-special {
    background: #f62a0036;
    color: #f62a004d !important;
}

.t-badge-danger {
    background: rgb(220 53 69 / 30%);
    color: #dc3545 !important;
}

.t-badge-warning {
    background: rgb(255 193 7 / 30%) !important;
    color: #ffc107 !important;
}

.t-badge-success {
    background: rgb(40 167 69 / 20%);
    color: #28a745 !important;
}

.t-badge-white {
    background: rgb(255 255 255);
    color: rgb(0, 0, 0) !important
}

.t-badge-secondary {
    background: #e5e5e5;
    color: #666666;
}

body {
    background: #f4f6fc;
}

.link-text:hover {
    color: #17a2b8 !important;
    font-weight: 600;
}

.hiddenRow {
    display: table-column;
}

.userprofile-navs {
    display: inline-flex;
    border-bottom: 0px !important;
}

    .userprofile-navs .nav-item .active {
        border-radius: 5px;
        background: #1189ff33;
        color: #1189ff !important;
    }

    .userprofile-navs .nav-item .nav-link {
        /*   margin-right: 1.5rem !important;
        background: #ffffff61;
        border-radius: 5px 5px 0px 0px;
        position: relative;
        color: black;
        border: 1px solid #eee;
        border-bottom: none;*/

        margin-right: 1.5rem;
        margin-left: 1.5rem;
        color: #666666;
    }

        .userprofile-navs .nav-item .nav-link:hover {
            border-radius: 5px;
            background: #1189ff33;
            color: #1189ff !important;
        }

.dashboard-navs {
    display: inline-flex;
}

    .dashboard-navs .nav-item .nav-link {
        margin-right: 1.5rem /*!important*/;
        background: #ffffff61;
        border-radius: 5px 5px 0px 0px;
        position: relative;
        color: black;
        border: 1px solid #eee;
        border-bottom: none;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    }

    .dashboard-navs .nav-item .active {
        margin-right: 1.5rem /*!important*/;
        background: #29a8e838;
        border-radius: 5px 5px 0px 0px;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
        position: relative;
        color: #17a2b8;
        border-top: 1px solid #29a8e838 !important;
        border-left: 1px solid #29a8e838 !important;
        border-right: 1px solid #29a8e838 !important;
    }

    .dashboard-navs .nav-item .nav-link:hover {
        background: white;
        box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
    }

    .dashboard-navs .nav-item .nav-active {
        margin-right: 1.5rem !important;
        background: white;
        border-radius: 5px 5px 0px 0px;
        box-shadow: 0 -0.3rem 1rem rgb(0 0 0 / 6%) !important;
        position: relative;
        color: #17a2b8;
    }

.text-primary {
    color: #1eaae7 !important;
}

.tickets-navs {
    display: inline-flex;
}

    .tickets-navs .nav-item .nav-link {
        margin-right: 1.5rem !important;
        background: #ffffff61;
        border-radius: 5px 5px 0px 0px;
        position: relative;
        color: black;
        border: 1px solid #eee;
        border-bottom: none;
        box-shadow: 0 -0.3rem 1rem rgb(0 0 0 / 6%) !important;
    }

    .tickets-navs .nav-item .active {
        margin-right: 1.5rem !important;
        background: white;
        border-radius: 5px 5px 0px 0px;
        box-shadow: 0 -0.3rem 1rem rgb(0 0 0 / 6%) !important;
        position: relative;
        color: #17a2b8;
    }

    .tickets-navs .nav-item .nav-active {
        /* margin-right: 1.5rem !important;
        background: white;
        border-radius: 5px 5px 0px 0px;
        box-shadow: 0 -0.3rem 1rem rgb(0 0 0 / 6%) !important;
        position: relative;
        color: #17a2b8 !important;*/
        margin-right: 1.5rem /*!important*/;
        background: #29a8e838 !important;
        border-radius: 5px 5px 0px 0px;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
        position: relative;
        color: #17a2b8;
        border-top: 1px solid #29a8e838 !important;
        border-left: 1px solid #29a8e838 !important;
        border-right: 1px solid #29a8e838 !important;
    }

    .tickets-navs .nav-item .nav-link:hover {
        background: white;
        box-shadow: 0 0rem 3rem rgb(0 0 0 / 10%) !important;
    }

.dropdown-menu .dropdown-active {
    background: white;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0 -0.3rem 1rem rgb(0 0 0 / 6%) !important;
    position: relative;
    color: #17a2b8 !important;
}

.dropdown-nav {
    margin-right: 1.5rem !important;
    background: white;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0 -0.3rem 1rem rgb(0 0 0 / 6%) !important;
    position: relative;
    color: #17a2b8 !important;
}

.cancel-button {
    border: 1px solid #ced4da !important;
    border-right: 0px !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 3px 10px 0px;
}

    .cancel-button:hover {
        color: red;
        background: #fff1f2;
        transition-duration: 0.3s;
    }

.rounded-left-datepicker-0 {
    border-top-left-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
}

.swal2-container {
    z-index: 9000 !important;
}

.c-not-allowed {
    cursor: not-allowed;
}

.cursor-default {
    cursor: default !important;
}

.ticket-widget {
    border: 1px solid #55a4f1;
    border-radius: 5px;
    background: transparent;
    clear: both;
    /*    margin-bottom: 25px;*/
    margin-top: 0;
    padding: 0;
    transition: all .15s ease;
    box-shadow: 0 0 2rem 0 rgba(136,152,170,.15) !important;
    cursor: pointer;
}

    .ticket-widget:hover {
        background: #55a4f1;
    }

        .ticket-widget:hover .ticket-widget-title h5 {
            color: white !important;
        }

        .ticket-widget:hover .ticket-widget-content h6 {
            color: white !important;
        }


.active-widget > .ticket-widget-title h5 {
    color: white !important;
}
/*   .active-widget > .ticket-widget-title h5 {
        color: white !important;
    }*/

.active-widget > .ticket-widget-content h6 {
    color: white !important;
}

.active-widget {
    background: #55a4f1 !important;
}


.ticket-widget {
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}


.ticket-widget-title {
    background: transparent;
    color: #55a4f1;
    border: none;
    min-height: 48px;
    text-align: center;
    padding: 10px;
}

.ticket-widget-content {
    background: transparent;
    color: #55a4f1;
    text-align: center;
    margin-top: -14px;
}

/*.collapse-icon {
    font-size: 20px;
}*/

div[aria-expanded=true] .fa-angle-right {
    display: none;
}

div[aria-expanded=false] .fa-angle-down {
    display: none;
}

.collapse-title {
    padding-left: 8px;
    color: #666666;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
}

.ticket-a {
    color: black;
}

    .ticket-a:hover {
        color: #8f8f8f;
    }

.card-header-style {
    background-color: rgba(209, 232, 255, 0.6);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-ticket {
    border-radius: 10px;
    height: 250px
}


.text-truncate-card {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fs14 {
    font-size: 14px !important
}

.badge-holiday-date {
    display: inline-block;
    padding: 2px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}


.hoverable-text {
    max-width: 100px;
    min-width: 97px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cell-with-text {
    position: relative;
}

.view-text-on-hover {
    display: none;
    position: absolute;
    z-index: 100;
    border: 1px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    border-radius: 3px;
    padding: 3px;
    top: -50px;
    left: 15px;
    max-width: 193px;
    overflow-wrap: break-word;
}

.cell-with-text:hover span.view-text-on-hover {
    display: block;
}

.sla-info {
    font-size: 21px;
    color: #2894ff !important;
}

.show-less {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
}

.show-more {
    cursor: pointer;
}

.text-with-link {
    color: #212529;
    cursor: pointer;
}

    .text-with-link :hover {
        color: #2894ff !important;
    }



.tooltip-container {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.tooltip {
    opacity: 0;
    z-index: 99;
    color: white;
    width: 250px;
    display: block;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 3px;
    text-align: center;
    text-shadow: 1px 1px 2px #111;
    background: rgba(51,51,51,0.9);
    border: 1px solid rgba(34,34,34,0.9);
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    right: -120px;
    bottom: 40px;
}

    .tooltip:before, .tooltip:after {
        content: '';
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid rgba(51,51,51,0.9);
        position: absolute;
        bottom: -10px;
        left: 43%;
    }

.tooltip-container:hover .tooltip, a:hover .tooltip {
    opacity: 2;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.multiselect-height > .multiselect > .multiselect__tags {
    height: 38px !important;
}

.multiselect-default-height > .multiselect > .multiselect__tags > .multiselect__tags-wrap > .multiselect__tag {
    margin: -2px !important;
}

.multiselect-default-height > .multiselect > .multiselect__tags > .multiselect__strong {
    margin: -2px !important;
    margin-left: 2px !important;
}

.header-border-bottom {
    border-bottom: 1px solid #cbcbcb !important;
}

.fs-30px {
    font-size: 30px;
}

.mt-5px {
    margin-top: 5px;
}


@media only screen and (max-width: 992px) {
    .modal-lg-top {
        top: 60px;
    }
}

@media only screen and (max-width: 990px) {
    .modal-fix-zindex-mobile {
        z-index: 9000 !important
    }

    .fix-margin-top-mobile {
        margin-top: 63px;
    }
}


.scroll-content {
    overflow-x: hidden;
    overflow-y: scroll;
}

    .scroll-content::-webkit-scrollbar {
        width: 0;
    }



/*@media only screen and (max-width: 992px ) {
    .multiselect-position-top {
        top: -16px;
    }
}*/
@media only screen and (min-width: 768px ) {
    .multiselect-position-top {
        top: -16px;
    }
}

@media only screen and (min-width: 1340px ) {
    .d-xxl-block {
        display: block !important;
    }

    .pr-xxl-5 {
        padding-right: 3rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }
}

@media only screen and (min-width: 1340px ) {
    .d-xxl-none {
        display: none !important;
    }
}

@media only screen and (min-width: 1050px ) {
    .stickyMyTimeSheet {
        margin: 40px 0px -53px;
        position: sticky;
        top: 75px;
        z-index: 1000;
    }
}

@media only screen and (min-width: 1050px ) {
    .sticky-top2 {
        position: sticky;
        top: 75px;
        z-index: 600;
    }
}

@media only screen and (max-width: 1050px ) {
    .sticky-top-mobile {
        position: sticky;
        top: 68px;
        z-index: 600;
    }
}

.fix-position-datepicker-tickets .vdp-datepicker__calendar {
    margin-left: -125px !important;
}

.validation-summary-errors ul {
    padding-left: 0px !important;
    list-style-type: none;
}

/*------------ F A Q      M O D A L ----------*/
.right-modal-faq {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
    height: 100%;
    background: white;
    position: fixed;
    width: 450px;
    padding: 10px;
    z-index: 2001;
    top: 0;
    right: 0px;
    overflow-y: scroll;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.opened-faq-modal {
    animation: slide-in 0.7s forwards;
    -webkit-animation: slide-in 0.7s forwards;
}

.closed-faq-modal {
    animation: slide-out 0.7s forwards;
    -webkit-animation: slide-out 0.7s forwards;
}

.opened-faq-btn {
    animation: slide-in 0.8s forwards;
    -webkit-animation: slide-in 0.8s forwards;
}

.closed-faq-btn {
    animation: slide-out 0.7s forwards;
    -webkit-animation: slide-out 0.7s forwards;
}


@keyframes slide-in {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

@-webkit-keyframes slide-in {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}

@-webkit-keyframes slide-out {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(100%);
    }
}
/*--------------------------------------------*/

.help-btn {
    position: fixed;
    z-index: 300;
    bottom: 42px;
    right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-right: 20px;
}

    .help-btn .fa-info {
        color: white;
    }


.btn-open-modal-faq {
    position: fixed;
    z-index: 3000;
    bottom: 42px;
    right: 75px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-right: 16px;
}

.btn-close-modal-faq {
    position: fixed;
    z-index: 3000;
    bottom: 42px;
    padding-right: 16px;
    right: 450px;
    z-index: 2002;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.calendarControl .vdp-datepicker input {
    display: none
}

.vdp-datepicker-align {
    position: relative;
    text-align: center !important;
    top: 90px;
}

.bg-card {
    background: #1189ff33;
}

.color-edit-icon {
    color: black !important;
    position: relative;
    font-size: 28px !important;
}

.underline-bottom {
    border-bottom: 2px solid #1eaae7;
}

.blue-calendar-arrow .calendar-arrows {
    border-radius: 5px;
    font-size: 20px;
    height: 50px;
    width: 50px;
    text-align: center !important;
}

.mt-10px {
    margin-top: 10px;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}


/*.card .row > div:last-child {
    height: 100vh !important
}*/

.ml--15px {
    margin-left: -15px !important;
}

.mr--15px {
    margin-right: -15px !important;
}

@media only screen and (min-width: 1700px) {
    .toggle-display-calendar-tt-4days {
        display: flex;
    }

    .toggle-display-calendar-tt-3days {
        display: none;
    }
}


@media only screen and (max-width: 1700px) {
    .toggle-display-calendar-tt-4days {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1700px) {
    .toggle-display-calendar-tt-3days {
        display: flex;
    }
}

@media only screen and (max-width: 1199px) {
    .toggle-display-calendar-tt-3days {
        display: none;
    }
}


@media only screen and (max-width: 768px ) {
    .border-bottom-till-md-0 {
        border-bottom: 0px !important;
    }

    .border-top-till-md-0 {
        border-bottom: 0px !important;
    }
}

@media only screen and (min-width: 768px ) {
    .border-md-right {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
}


.shadow-bottom {
    -webkit-box-shadow: 0 6px 4px -4px rgb(0 0 0 / 10%) !important;
    -moz-box-shadow: 0 6px 4px -4px rgb(0 0 0 / 10%) !important;
    box-shadow: 0 6px 4px -4px rgb(0 0 0 / 10%) !important;
}


.input-text-center-datepicker .vdp-datepicker input {
    text-align: center !important;
}

.center-calendar .vdp-datepicker .vdp-datepicker__calendar {
    left: -117px;
    z-index: 800;
}


.active-project-card .card {
    border: 1px solid rgb(0 157 255 / 21%);
    background: radial-gradient(circle, rgb(126 191 255 / 29%) 0%, rgb(126 191 255 / 35%) 100%);
    box-shadow: 2px 5px 11px 2px rgb(0 168 255 / 10%) !important;
}

.active-project-row {
    border: 2px solid #80bdff;
    background-color: #bacdfb52;
}

.bg-soft-yellow {
    background-color: #fcff2845;
}

.bg-soft-blue {
    background-color: #e2e9fc;
}

@media only screen and (max-width: 830px) {
    .custom-media-width-800px {
        width: 800px !important;
    }
}


.multiselect--active {
    z-index: 3 !important;
}

.pb-32px {
    padding-bottom: 32px;
}

.multiselect--disabled {
    pointer-events: auto !important;
}

@media only screen and (min-width: 576px) {
    .border-sm-left {
        border-left: 1px solid #dee2e6 !important;
    }
}

.small-datepicker .vdp-datepicker input {
    display: block;
    width: 100%;
    color: #007bff;
    font-weight: 600;
    background-color: transparent !important;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    height: 20px;
    width: 74px;
    padding: 0px !important;
    border: 0px !important;
}

.small-datepicker .vdp-datepicker :focus-visible {
    outline: none !important;
}

.small-remove-date-btn {
    top: -3px;
    padding-top: 1px;
    right: -3px;
    width: 29px;
    height: 20px;
    position: absolute;
    background: none;
    padding-top: 0px;
    /*    border:1px solid #dee2e6;*/
    float: right;
    cursor: pointer;
    transition-duration: 0.3s;
    z-index: 1;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
    font-size: 17px;
    border: 0px !important;
}

    .small-remove-date-btn:hover {
        background: none !important;
    }



.blue-calendar-day-hover:hover {
    border-bottom: 2px solid #1eaae7;
}

    .blue-calendar-day-hover:hover p {
        color: #1eaae7;
    }


@media only screen and (max-width: 1750px) {
    .w-100-custom-today {
        width: 100%;
    }

    .border-custom-top-left-today {
        border-left: 1px solid #dee2e6 !important;
    }

    .border-custom-top-today {
        border-top: 1px solid #dee2e6 !important;
    }
}

@media only screen and (max-width: 1199px) {
    .border-top-till-xl {
        border-top: 1px solid #dee2e6 !important;
    }

    .border-left-till-xl {
        border-left: 1px solid #dee2e6 !important;
    }

    .border-bottom-till-xl {
        border-bottom: 1px solid #dee2e6 !important;
    }
}

@media only screen and (min-width: 1199px ) {
    .sticky-top-xl {
        position: sticky;
        top: 78px;
        z-index: 600;
    }
}


@media only screen and (max-width: 576px) {
    .border-bottom-till-sm {
        border-bottom: 1px solid #dee2e6 !important;
    }
}

.pt-32px {
    padding-top: 32px;
}

.mb-10px {
    margin-bottom: 10px;
}


.mb-mt-10px {
    margin-bottom: 10px;
    margin-top: 10px;
}

@media only screen and (min-width:1200px) and (max-width:1750px) {
    .d-sticky-none {
        display: none !important
    }
}

@media only screen and (min-width:1200px) and (max-width:1750px) {

    .d-sticky-flex {
        display: flex !important
    }
}

.sticky-top {
    position: sticky;
    top: 68px;
    z-index: 600;
}

.opacity-0 {
    opacity: 0;
}

@media only screen and (max-width:326px) {

    .pl-0-media-screen {
        padding-left: 0px;
    }

    .pr-0-media-screen {
        padding-right: 0px;
    }
}

.timesheet-edit-request {
    font-size: 34px !important;
}

@media (min-width: 1593px) {
    .l-xl-42 {
        left: 42px;
    }

    .l-xl-20 {
        left: 20px;
    }
}

.request-check-square .fa-check-square {
    color: #28a745 !important;
    cursor: pointer;
    font-size: 24px !important;
}

    .request-check-square .fa-check-square:hover {
        color: #218838 !important;
    }

/*.fa-times-square {
    color: rgba(208, 2, 27, 0.6) !important;
    cursor: pointer;
    font-size: 24px !important;
}

    .fa-times-square:hover {
        color: rgba(208, 2, 27, 1) !important;
    }*/

@media only screen and (min-width: 576) {
    .underline-bottom {
        border-bottom: 2px solid #1eaae7;
        padding-bottom: 19.5px !important;
    }
}

@media only screen and (max-width: 1700px) {
    .underline-bottom {
        border-bottom: 2px solid #1eaae7;
        padding-bottom: 19.5px !important;
    }
}



.background-red {
    background-color: #fd8c8cab;
}

.background-white {
    background-color: white;
}

.margin_right {
    margin-right: 12.00rem !important;
}

.badge-green {
    background-color: #009900;
}


.bg-smaller-than-workingtime {
    background-color: #fdda8cab
}

.dropdown-years {
    left: -20px !important;
}

.right-modal-schedule {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
    height: 100%;
    background: white;
    position: fixed;
    width: 520px;
    /*padding: 10px;*/
    z-index: 5002;
    top: 0;
    right: 0px;
    overflow-y: auto;
}

@media only screen and (max-width: 768px) {
    .right-modal-schedule {
        width: 100%;
    }
}


.right-modal-schedule-bg {
    position: fixed;
    z-index: 2000;
    background: rgba(255, 255, 255, 0.62);
    top: 0;
    height: 100vh;
    width: 100vw;
    right: 0%;
}

.schedule-time-box {
    height: calc(1.8125rem + 2px);
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    width: 85%;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.schedule-break-time-box {
    height: calc(1.8125rem + 2px);
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    width: 39%;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pl-36px {
    padding-left: 36px;
}

.multiselect-change-textColor > .multiselect > .multiselect__tags > .multiselect__strong {
    color: white !important;
    margin: -2px !important;
    margin-left: 2px !important;
}

.display-none > .multiselect > .multiselect__tags > .multiselect__single {
    display: none !important;
}

.icon-font-size {
    font-size: 18px;
}

.disable-overtime {
    background: #f8efd3 !important;
}

{
}

@media only screen and (min-width: 1200px) {
    .border-left-xl {
        border-left: 1px solid #dee2e6;
    }
}

.break-duration {
    position: absolute;
    right: 15px;
    z-index: 1;
    background: white;
    height: 28px;
    padding-top: 6px;
    top: 5px;
}

.user-timesheet-header {
    position: sticky;
    z-index: 50;
    width: 100%;
    padding: 10px 0px 10px 0px !important;
    /*top: 228px;*/
    /*padding-top: 1rem !important;*/
    /*padding-bottom: 1rem !important;*/
    /*background-color: #fff !important;*/
    /*border-radius: 0.25rem !important;*/
    /*margin-top: 1rem !important;*/
    /*margin-bottom: 1rem !important;*/
    /*box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;*/
    /*-ms-flex-align: center !important;*/
    /*align-items: center !important;*/
}


/*@media only screen and (min-width: 1351px) {
    .user-timesheet-header {
        top: 170px;
    }
}

@media only screen and (min-width: 320px) {
    .user-timesheet-header {
        top: 170px;
    }
}*/

.bg-danger-light {
    background: #f4c2c7;
}

.bg-warning-light {
    background: #f8efd3
}

.bg-success-light {
    background: rgb(190 228 199);
}


.multiselect__element {
    border-bottom: 1px solid #e9ecef;
}

.multiselect-shadow .multiselect .multiselect__content-wrapper {
    box-shadow: 0 -0.5rem 1rem rgb(0 0 0 / 15%) !important;
}


.multiselect__content-wrapper {
    z-index: 50 !important;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.text-time {
    color: #29a8e8 !important;
}

.new-member-calendar .fc-toolbar {
    display: none !important;
}

.new-member-calendar .fc-head-container {
    border-left: 0px;
    border-top: 0px;
}


.always_placeholder .multiselect__input {
    width: auto !important;
    display: block !important;
}

.always_placeholder .multiselect__single {
    display: none !important;
}

.always_placeholder .multiselect__tags-wrap {
    display: none !important;
}

.modal-backdrop {
    z-index: 9999 !important;
}


.btn-icon {
    height: 45px;
    width: 45px;
    text-align: center;
    padding-top: 5px;
    border-radius: 5px;
    border: 1px solid #dee2e6 !important;
    font-size: 23px;
    background: white !important;
}

    .btn-icon:hover {
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    }

.btn-icon-info {
    color: #7abec599 !important;
}

    .btn-icon-info:hover {
        border: 1px solid #afd8dc !important;
        /*background: rgb(175 217 221 / 10%);*/
        background: white;
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    }

.btn-icon-warning {
    color: #ffc107 !important;
}

    .btn-icon-warning:hover {
        border: 1px solid #ffc107 !important;
        /*background: rgb(175 217 221 / 10%);*/
        background: white;
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    }

.btn-icon-success {
    color: #28a745 !important;
}

    .btn-icon-success:hover {
        border: 1px solid #28a745 !important;
        /*background: rgb(175 217 221 / 10%);*/
        background: white;
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    }

.btn-icon-danger {
    color: #dc3545 !important;
}

    .btn-icon-danger:hover {
        color: #dc3545 !important;
        background: white;
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
        border: 1px solid #dc3545 !important;
    }



.row-table-header {
    padding: 10px 15px 10px 15px;
    background: #fafbfd;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    align-items: center !important;
    border-radius: 0.25rem !important;
    border: 1px solid #dee2e6 !important;
    color: #081350;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-table-item {
    padding: 10px 15px 10px 15px;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0.25rem !important;
    border: 1px solid white !important;
    border-bottom: 1px solid #dee2e6 !important;
}

    .row-table-item:nth-child(2n+1) {
        background: #f6f7fb33;
    }


    .row-table-item:hover {
        background: #f6f7fb85;
        transition-duration: 0.2s;
        border: 1px solid #dee2e6 !important;
    }

.selected-table-item {
    background: #f6f7fb85 !important;
    transition-duration: 0.2s;
    border: 1px solid #dee2e6 !important;
}


/*border float-right shadow-sm pointer*/
/*.dropdown-item-icon {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid;
    color: #33ace9;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    padding-top: 3px;
}*/
.dropdown-item-icon {
    width: 30px;
    margin-right: 10px;
    font-size: 20px;
    color: rgb(0 0 0 / 35%);
}

    .dropdown-item-icon i {
        font-size: 20px;
    }

.dropdown-item {
    padding: 10px 15px 10px 15px !important;
    /*border-bottom: 1px solid #f0f0f0;*/
}

    .dropdown-item h6 {
        font-weight: 600;
        font-size: 15px;
    }

    .dropdown-item small {
        display: block;
        color: #6c757d;
    }

.dropdown-menu {
    padding: 0px !important;
}


.navbar-nav a {
    color: #666666;
}

.active-dropdown {
    border-radius: 5px;
    /*background: #2fabe9;*/
    background: #1EAAE7;
    color: white !important;
    /*font-weight: 600;*/
    box-shadow: 2px 2px 14px 2px #8cc4dda3;
}

    .active-dropdown i {
        color: white !important;
    }

.navbar-nav .h4 {
    color: #1EAAE7;
}

.navbar-nav .fa-chevron-down {
    position: relative;
    top: 1px;
    font-size: 10px;
    left: 5px;
}

.dropdown-item:hover {
    background: #1189ff33;
    color: #1eaae7 !important;
}

    .dropdown-item:hover .dropdown-item-icon {
        color: #1189ff !important;
    }

.not-found-img {
    width: 100%;
    max-width: 500px;
}


.big-nav-tabs {
    /*    position: relative;
    height: 90px;*/
}


    .big-nav-tabs .nav-tabs {
        border-bottom: none;
        position: relative;
    }

    .big-nav-tabs .nav-link:nth-child(1) {
        margin-left: 0px !important;
    }

    .big-nav-tabs .nav-link {
        align-items: center;
        display: flex;
        background: white;
        margin-right: 30px;
        /*margin-right: 15px;*/
        /*box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;*/
        box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgb(82 63 105 / 5%);
        align-items: center !important;
        border-radius: 5px;
        height: fit-content;
        color: #ced4da;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

        .big-nav-tabs .nav-link i {
            font-size: 25px;
        }

        .big-nav-tabs .nav-link:hover i {
            color: #1EAAE7;
        }


        .big-nav-tabs .nav-link.active {
            transition-duration: 0s;
            border-radius: 10px;
            color: white !important;
            border: 1px solid #1EAAE7;
            /*box-shadow: 4px 4px 7px 1px #1EAAE7;*/
            box-shadow: 2px 2px 20px 0px #8cc4dd;
            /*background: linear-gradient( 317deg, #1EAAE7 59%, rgb(0 82 255) 100%);*/
            background: #1EAAE7;
            border-color: #1EAAE7;
        }

            .big-nav-tabs .nav-link.active h6 {
                color: white !important;
            }

            .big-nav-tabs .nav-link.active:hover i {
                color: white;
            }




            .big-nav-tabs .nav-link.active .nav-link-p0 {
                padding-bottom: 10px !important;
            }

.nav-link-p0 {
    padding-bottom: 10px !important;
}

.tab-content-no-fade .fade {
    transition: 0s !important;
}

.multiselect-custom-position .multiselect {
    margin-top: 4px;
    min-height: 34px;
}

@media only screen and (max-width: 576px) {
    .border-right-none {
        border-right: 0;
    }

    .border-left-none {
        border-left: 0;
    }
}


@media only screen and (min-width: 576px) {
    .border-sm-right {
        border-right: 1px solid #dee2e6;
    }

    .border-sm-right-none {
        border-right: 0;
    }

    .border-sm-left {
        border-left: 1px solid #dee2e6;
    }

    .border-sm-left-none {
        border-left: 0;
    }
}

@media only screen and (min-width: 768px) {
    .border-md-right {
        border-right: 1px solid #dee2e6;
    }

    .border-md-right-none {
        border-right: 0;
    }

    .border-md-left {
        border-left: 1px solid #dee2e6;
    }

    .border-md-left-none {
        border-left: 0;
    }
}

@media only screen and (min-width: 992px) {
    .border-lg-right {
        border-right: 1px solid #dee2e6;
    }

    .border-lg-right-none {
        border-right: 0;
    }

    .border-lg-left {
        border-left: 1px solid #dee2e6;
    }

    .border-lg-right-none {
        border-left: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .border-xl-right {
        border-right: 1px solid #dee2e6;
    }

    .border-xl-right-none {
        border-right: 0;
    }

    .border-xl-left {
        border-left: 1px solid #dee2e6;
    }

    .border-xl-left-none {
        border-left: 0;
    }
}


.multiselect__single {
    margin: 3px 0px 7px 0px;
}

.years-dropdown-menu {
    max-width: 73px !important;
    min-width: 70px !important;
    left: -3px;
}

.status-dropdown-menu {
    max-width: 100px !important;
    min-width: 70px !important;
    left: -93px !important;
    top: 20px !important;
}

.status-holiday-dropdown-menu {
    max-width: 100px !important;
    min-width: 70px !important;
    left: -53px !important;
    top: 20px !important;
}

.active-dropdown-item {
    background-color: #f8f9fa !important;
}

    .active-dropdown-item i {
        color: #1eaae7 !important;
    }


.vdp-datepicker__calendar .cell:hover {
    background: #fff !important;
    border: 1px solid #b7b7b7 !important;
    border-radius: 5px !important;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

.vdp-datepicker__calendar .cell {
    /*  margin-left: 3px;
    margin-right: 3px;*/
}

.vdp-datepicker__calendar {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    border-radius: 5px;
    padding: 5px;
}


.remove-date-btn-custom {
    position: relative;
    top: -34px;
    border: 1px solid rgb(0 0 0 / 10%);
    width: 32px;
    height: 32px;
    background: white;
    padding-left: 10px;
    padding-top: 4px;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    transition-duration: 0.3s;
    z-index: 1;
}

    .remove-date-btn-custom:hover {
        color: red;
        background: #fff1f2;
        transition-duration: 0.3s;
    }

@media only screen and (min-width: 992px) {
    .pt-status-lg {
        padding-top: 29px !important;
    }
}

@media only screen and (max-width: 576px) {
    .pb-xs-search {
        padding-bottom: 15px;
    }
}

.col-2-actions {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 105px;
    max-width: none;
    text-align: center;
}

a {
    color: black !important;
}

.datepicker-md input {
    height: 35px;
    font-size: 14px;
}

.calendar-arrows:hover {
    background: rgb(30 170 231 / 15%) !important;
    border: 1px solid #1eaae7 !important;
}

    .calendar-arrows:hover i {
        color: #1EAAE7 !important;
    }

.bg-primary-light {
    background: #d7ebff;
}

.legend-datepicker {
}

    .legend-datepicker .vdp-datepicker__calendar .cell.highlighted {
        background: #28a7452e !important;
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
        border: 1px solid #28a74569 !important;
        border-radius: 5px;
    }

    .legend-datepicker .vdp-datepicker__calendar:after {
        content: "Public holiday";
        background: #28a7452e !important;
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
        border: 1px solid #28a74569 !important;
        border-radius: 5px;
        font-size: 10px;
        padding: 3px;
        margin-left: 12px;
    }

    .legend-datepicker .vdp-datepicker__calendar:before {
        content: "Current day";
        background: #7ebfff47 !important;
        border: 1px solid #26ade8 !important;
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
        border-radius: 5px;
        font-size: 10px;
        padding: 2px;
        position: absolute;
        /* margin-left: 12px; */
        bottom: 5px;
        left: 100px;
    }

/*.legend-datepicker .vdp-datepicker__calendar header .today:before {
        content: "Selected day";
        background: #ffffff !important;
        border: 1px solid #26ade8 !important;
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
        border-radius: 5px;
        font-size: 10px;
        padding: 2px;
        position: absolute;
        bottom: 5px;
        left: 120px;
    }*/

.vdp-datepicker__calendar .cell.selected {
    border: 1px solid #26ade8 !important;
    border-radius: 5px !important;
    background: #26ade896 !important;
}

.vdp-datepicker__calendar .cell.today {
    background: #7ebfff47 !important;
    border: 1px solid #26ade8 !important;
    border-radius: 5px !important;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}


.vdp-datepicker__calendar .cell.selected {
    color: #1eaae7;
    background: #ffffff !important;
    border: 1px solid #26ade8 !important;
    border-radius: 5px !important;
}

.text-blue-rh {
    color: #2894ff !important
}

.text-pink-sh {
    color: #f62a004d !important
}

.background-overtime {
    background: #ffeec3 !important
}




/*---------------V2 switch timesheet for overtime---------------*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #f3e5ba;
}

input:focus + .slider {
    box-shadow: 0 0 1px #f3e5ba;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*----------------end switch---------------*/

/*---------------V switch timesheet for overtime approval---------------*/
/*.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
*/
.slider-approval {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #b7b7b7;
}

    .slider-approval:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 3px;
        background-color: #cccccce0;
        -webkit-transition: .4s;
        transition: .4s;
        border: 1px solid #b7b7b7;
    }

/*
input:checked + .slider-approval {
    background-color: #f3e5ba;
}*/

input:focus + .slider-approval {
    box-shadow: 0 0 1px #f3e5ba;
}

input:checked + .slider-approval:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider-approval.round {
    border-radius: 34px;
}

    .slider-approval.round:before {
        border-radius: 50%;
    }
/*----------------end switch---------------*/

/*---------------V switch timesheet for overtime approval, manage overtime page---------------*/
.slider-approval-overtime {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #b7b7b7;
}

    .slider-approval-overtime:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 3px;
        background-color: #cccccce0;
        -webkit-transition: .4s;
        transition: .4s;
        border: 1px solid #b7b7b7;
    }

/*
input:checked + .slider-approval-overtime {
    background-color: #f3e5ba;
}*/

input:focus + .slider-approval-overtime {
    box-shadow: 0 0 1px #f3e5ba;
}

input:checked + .slider-approval-overtime:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #28a745e3;
}

/* Rounded sliders */
.slider-approval-overtime.round {
    border-radius: 34px;
}

    .slider-approval-overtime.round:before {
        border-radius: 50%;
    }
/*----------------end switch---------------*/

.btn-lblue {
    color: rgba(122, 190, 197, 0.6) !important;
}

.edit-size {
    height: 32px;
    width: 32px;
}

.pt-1px {
    padding-top: 1px !important;
}

.pr-35px {
    padding-right: 35px;
}

.t-badge-purple {
    background: #A041D230;
    color: #A041D2 !important;
}

.pl-7px {
    padding-left: 7px !important;
}

.bg-light-deep-purple {
    background-color: #A041d266 !important
}

@media only screen and (max-height: 890px) {
    .administration-tab-sm {
        max-height: 650px;
        overflow: auto
    }
}

.min-width-300px {
    min-width: 300px;
}

.right-modal-projects {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
    height: 100%;
    background: white;
    position: fixed;
    width: 768px;
    z-index: 5002;
    top: 0;
    right: 0px;
    overflow-y: auto;
}

    .right-modal-projects .right-modal-header {
        padding: 1rem !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        border-bottom: 1px solid #dee2e6 !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


    .right-modal-projects .right-modal-body {
        padding: 1rem !important;
        background-color: #f8f9fa !important;
        border-bottom: 1px solid #dee2e6 !important;
        /*      overflow: scroll;
        max-height: 80vh;*/
    }

    .right-modal-projects .right-modal-footer {
        padding: 1rem !important;
    }

@media only screen and (max-width: 768px) {
    .right-modal-projects {
        width: 100% !important;
    }
}

.custom-tooltip {
    position: absolute;
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    z-index: 1000;
}

.total-day-time {
    margin-bottom: 0px;
    float: right;
    color: #767676;
}

.nested-icon-container {
    position: relative;
    display: inline-block;
}

.fa-solid.fa-check {
    transform: translate(-120%, 30%);
}

.manager-time {
    position: absolute;
    right: 15px;
    z-index: 1;
    background: white;
    height: 28px;
    padding-top: 6px;
    top: 26px;
}

.small-round-avatar {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 5px;
}