* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    outline: 0;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

body {
    overflow-x: hidden !important;
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
    background-color: #f7f7f7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
}

p {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
}


ul {
    margin: 0;
    padding: 0;
}



/* colors  */
.main-color {
    color: #dca708;
}

.color-2 {
    color: #1e1b57;
}

.color-3 {
    color: #cbcbcb;
}

.color-4 {
    color: #e9e8e8;
}





/* input  */
input,
select {
    font-size: 14px !important;
}

input:focus,
select:focus,
textarea:focus {
/*    border-color: transparent !important;*/
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 8%) !important;
}


input::placeholder,
select::placeholder,
textarea::placeholder {
    color: rgba(18, 17, 51, 0.295)
}


/* 000000000000000000 wrapper 000000000000000000  */
.wrapper {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
}

/* 000000000000000000000000000 section page 000000000000000000000000000  */

.single-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #e7e7e7;
}

.single-section:last-child {
    margin-bottom: 0px;
}

.single-section .head {
    margin-bottom: 20px;
}

/* 000000000000000000000000000 separate form page 000000000000000000000000000  */
.form form .form-group {
    margin-bottom: 20px;
}

.form form .form-group label {
    font-size: 12px;
    font-weight: 600;
}

.form form .form-group .form-btns {
    text-align: end;
}

.form form .form-group .form-btns button {
    padding: 8px 22px;
    background-image: linear-gradient(to right, #0098ce 0%, #097aa3 100%);
    border-radius: 6px;
    color: #fff;
    transition: .2s all ease-in-out;
}

.form form .flex-form {
    display: flex;
    flex-wrap: wrap;
}

.form form .flex-form.files .form-group {
    margin-right: 20px;
}

.form form .flex-form.files .form-group p.name {
    color: #0098ce;
}

.form form .flex-form .add-banner-img {
    width: 100px;
    padding: 1px;
    margin: 5px;
    border: 1px solid rgb(216 216 216);
    border-radius: 2px;
}

.form form .flex-form .del-btn {
    float: left;
    width: 92%;
    text-align: center;
    background-color: #ff0000b0;
    margin-left: 4.5%;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    padding: 6px;
    color: #fff;
}

.dt-length select {
    margin-right: 5px !important;
}

/* 000000000000000000000000000000000000 form page modal 000000000000000000000000000000000000  */
.inner .form-page {
    background-color: #fff;
}


/* images  */
.inner .form-page .card {
    margin-bottom: 30px;
}

.inner .form-page .flex-form {
    display: flex;
    flex-wrap: wrap;
}

.inner .form-page .flex-form .add-banner-img {
    width: 100px;
    padding: 1px;
    margin: 5px;
    border: 1px solid rgb(216 216 216);
    border-radius: 2px;
}

.inner .form-page .flex-form .del-btn {
    float: left;
    width: 92%;
    text-align: center;
    background-color: #ff0000b0;
    margin-left: 4.5%;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    padding: 6px;
    color: #fff;
}

/* ///  */
.inner .form-page .form-group {
    position: relative;
    margin-bottom: 15px;
}

.inner .form-page .form-group label {
    font-weight: 600;
    font-size: 12px;
}


.inner .form-page .form-btns {
    text-align: end;
    margin-top: 20px;
}

.inner .form-page .form-btns button {
    background-image: linear-gradient(to right, #0098ce 0%, #097aa3 100%);
    margin-left: 10px;
    color: #fff;
    font-size: 13px;
    padding: 10px 30px;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 12%) !important;
    transition: .3s;
}



.employee-timeoff {
    margin-bottom: 30px;
}

.employee-timeoff .single-section {
    height: 100%;
}

td .ul {
    color: #c00000 !important;
}



.project-tab .single-section,
.performance-tab .single-section {
    text-align: center;
    height: auto;
    margin-bottom: 20px;
}

.project-tab .single-section .number,
.performance-tab .single-section .number {
    font-size: 27px;
    font-weight: 700;
    color: #808080;
}

.project-tab .single-section .text,
.performance-tab .single-section .text {
    color: #808080;
}

.payroll-add a {
    padding: 8px 22px;
    background-image: linear-gradient(to right, #0098ce 0%, #097aa3 100%);
    border-radius: 6px;
    color: #fff;
    transition: .2s all ease-in-out;
    margin-bottom: 20px;
}

.curr-save-box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-btn {
    padding: 8px 22px;
    background-image: linear-gradient(to right, #0098ce 0%, #097aa3 100%);
    border-radius: 6px;
    color: #fff;
    transition: .2s all ease-in-out;
}


/* 000000000000000000 header 000000000000000000  */
.header {
    background-image: linear-gradient(to right, #0098ce 0%, #097aa3 100%);
    border-bottom: 1px solid transparent;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;

    display: flex;
    align-items: center;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
}

.header .logo {
    width: 250px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
}

.header .logo.clicked {
    width: 0px;
}

.header .logo a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .logo img {
    width: 60%;
}

.header .main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    width: calc(100% - 250px);
    height: 100%;
    transition: all .2s ease-in-out;
}

.header .main-nav.clicked {
    width: 100%;
}

.header .main-nav .sidebar-toggle a {
    color: #fff;
    font-size: 20px;
}

.header .main-nav .user-nav>ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header .main-nav .user-nav ul .search-box {
    position: relative;
}

.header .main-nav .user-nav ul .search-box input {
    background-color: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
    font-size: 14px;
    width: 250px;
}

.header .main-nav .user-nav ul .search-box input::placeholder {
    color: #ffffffba;
}

.header .main-nav .user-nav ul .search-box i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffffba;
}

.header .main-nav .user-nav ul li.dropdown {
    position: relative;
}

.header .main-nav .user-nav ul li.dropdown a {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #fff;
}


.header .main-nav .user-nav ul li.dropdown img {
    width: 25px;
    margin-right: 5px;
    border-radius: 50px;
}

.header .main-nav .user-nav ul li.dropdown p i {
    transition: .3s;
    font-size: 14px;
    float: right;
    margin: 8px 0px 0px 5px;
}

.header .main-nav .user-nav ul li.dropdown p i.clicked {
    rotate: -180deg;
    margin: 5.5px 0px 0px 5px;
}

.header .main-nav .user-nav ul li.dropdown .drop-box {
    position: absolute;
    right: -7px;
    top: 20px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 13%);
    width: auto;
    overflow: hidden;
    transition: .3s;
    opacity: 0;
    visibility: hidden;

}

.header .main-nav .user-nav ul li.dropdown .drop-box.show {
    top: 30px;
    opacity: 1;
    visibility: visible;
}

.header .main-nav .user-nav ul li.dropdown .drop-box a {
    white-space: nowrap;
    color: #212529;
    font-size: 13px;
    padding: 5px 15px;
    transition: .2s;
}

.header .main-nav .user-nav ul li.dropdown .drop-box a:hover {
    background-color: #e9e9e9;
}


/* 000000000000000000 header mobile 000000000000000000  */
.header.mobile .main-nav {
    width: 100%;
}




/* 000000000000000000 sidebar 000000000000000000  */
.sidebar {
    background-color: #212529;
    margin-top: 0;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    width: 250px;

    transition: all .2s ease;
    z-index: 1001;
    transform: translate(0px, 0px);
}

.sidebar.clicked {
    transform: translate(-250px, 0px);
}

.sidebar>ul {
    font-size: 15px;
    padding: 0;
    margin: 0;
    padding: 20px 0px;
    list-style: none;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

.sidebar>ul::-webkit-scrollbar {
    display: none;
}



.sidebar>ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    color: #909294;
    transition: all .2s ease;
}

.sidebar>ul li a:hover {
    color: #fff;
}

.sidebar>ul li a.active {
    color: #fff;
    background-color: #1a1e21;
}

.sidebar>ul li a>i {
    width: 23px;
}

.sidebar>ul li a span {
    float: right;
    font-size: 13px;
    transition: .3s;
    margin-top: 2px;
}

.sidebar>ul li a span.clicked {
    margin-top: 5px;
    margin-right: 2px;
}



/* dropdown li  */
.sidebar>ul li.dropdown ul {
    border-radius: 6px;
    background-color: #373b3e;
    position: relative;
    margin: 10px;
    display: none;
}

.sidebar>ul li.dropdown ul li {
    padding: 0px;
}

.sidebar>ul li.dropdown ul li a {
    padding: 6px 15px 6px 24px;
    font-size: 13px;
    position: relative;
}

.sidebar>ul li.dropdown ul li a::after {
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    background-color: #fff;
    border-radius: 50px;
    left: 10px;
    top: 45%;
}

.sidebar>ul li.dropdown ul li a.active {
    color: #00bcff;
    background-color: transparent;
}

.sidebar>ul li.dropdown ul li a.active::after {
    background-color: #00bcff;
}

/* 000000000000000000 content 000000000000000000  */
.content {
    left: 0;
    position: relative;
    margin-left: 250px;
    padding-top: 60px;
    transition: all .2s ease-in-out;
}

.content.clicked {
    margin-left: 0px;
}

.content .content-wrapper {
    padding: 20px;
}

.content .content-wrapper>div {
    margin-bottom: 30px;
}


/* page header  */
.content .content-wrapper .page-header {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content .content-wrapper .page-header h3 {
    margin-bottom: 10px;
}

.content .content-wrapper .page-header .head-btns a {
    padding: 9px 18px;
    color: #fff;
    background-image: linear-gradient(to right, #0098ce 0%, #097aa3 100%);
    border-radius: 6px;
}

.content .content-wrapper .single-box {
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 6px 30px rgba(182, 186, 203, 0.3);
    display: flex;
    align-items: center;
    gap: 20px;
}

.content .content-wrapper .single-box .icon {
    background-color: #c6f0ff;
    color: #0098ce;
    display: flex;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}

.content .content-wrapper .single-box .icon i {
    font-size: 30px;
}


.content .content-wrapper .single-box .text .number {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 8px;
}



/* main box  */
.content .content-wrapper .main-box .row .inner-box {
    padding: 21px;
    margin-bottom: 20px;

    background-color: #fff;
    box-shadow: 0 6px 30px rgba(182, 186, 203, 0.3);
}

.content .content-wrapper .main-box .row .inner-box .head {
    text-align: center;
    margin-bottom: 15px;
}


/* recent projects  */
.content .content-wrapper .recent-projects {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 6px 30px rgba(182, 186, 203, 0.3);
    border-radius: 10px;
}



/* 000000000000000000000000000 manage job 000000000000000000000000000  */
.table-page>div {
    margin-bottom: 30px;
}

.table-page>div:last-child {
    margin: 0;
}

.table-page .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-page .top-bar .entries label,
.table-page .top-bar .search-box {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.table-page .top-bar .search-box label {
    margin-right: 5px;
}

/* table  */
.table-page .table th,
.table-page .table td {
    padding-left: 20px;
    white-space: nowrap;
    font-size: 14px;
}

.table-page .table th {
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
}

.manage-job.table-page .table td.applicants p {
    background-color: #0098ce;
    display: inline-block;
    color: #fff;
    width: 20px;
    text-align: center;
    border-radius: 5px;
}

.table-page .table .status-box,
.table-page .table .action-box {
    width: 15%;
}

.table-page .table .action-box i {
    font-size: 12px;
}

.table-page .table .action-box i {
    margin-left: 10px;
}

.table-page .table .action-box a:first-child i {
    margin: 0px;
}

.table-page .table .action-box i {
    color: #44596c;
}

.table-page .table .action-box i.fa-edit {
    font-weight: 300;
    color: green;
}

.table-page .table .action-box i.fa-trash-alt {
    color: red;
}

/* low bar  */
.table-page .low-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-page .low-bar .btns a {
    display: inline-block;
    padding: 6px 11px;
    text-align: center;
    background-color: #fff;
}

.table-page .low-bar .btns a.number {
    padding: 6px 14px;
    background-color: #0098ce;
    color: #fff;
}

.attendance.table-page i.fa-check {
    color: rgb(0, 180, 0);
}

.attendance.table-page i.fa-close {
    color: rgb(255, 45, 45);
}

.all-clients.table-page table select {
    width: 100px;
    font-size: 12px !important;
}

.header.mobile {
    display: none;
}

/* 000000000000000000000000000 Projects 000000000000000000000000000  */

.progress-modal .form-group {
    margin-bottom: 20px;
}

.progress-modal .form-group .lower-btns {
    text-align: center;
}

.progress-modal .form-group .lower-btns button {
    padding: 9px 18px;
    border-radius: 6px;
}

.progress-modal .form-group .lower-btns button:last-child {
    color: #fff;
    background-image: linear-gradient(to right, #0098ce 0%, #097aa3 100%);
    margin-left: 4px;
}


.add-hosting-client .form-group.checkbox {
    height: 100%;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-hosting-client input[type=checkbox] {
    height: 20px;
    width: 20px;
}



/* 000000000000000000000000000000000000 EMPLOYEE TASK BOX  000000000000000000000000000000000000  */

.employee-box .single-employee {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 6px 5px rgba(182, 186, 203, 0.3);
    transition: .2s;
}

.employee-box .single-employee:hover {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 6px 20px rgba(182, 186, 203, 0.3);
}

.employee-box .name {
    padding: 15px;
    background-color: #dde4e9;
    text-align: center;
    font-size: 18px;
}

.employee-box .name p {
    color: #696673;
    font-size: 22px;
    font-weight: 640;
}

.employee-box .projects {
    padding: 20px;
}

.projects ul {
    width: 170px;
    margin: auto;
}

.employee-box .projects ul li {
    text-align: start;
}

.employee-box .projects ul li.near-deadline .num {
    color: #f0ad4e;
}

.employee-box .projects ul li.deadline-exceed .num {
    color: #d9534e;
}

.employee-box .projects ul li.completed .num {
    color: #18b86b;
}

.employee-box .projects ul li .head {
    display: inline-block;
    font-size: 12px;
    width: 120px;
}

.employee-box .projects ul li .num {
    font-weight: 600;
    text-align: center;
    display: inline-block;
}


/* 000000000000000000000000000000000000 LOGIN WRAPPER  000000000000000000000000000000000000  */
.login-wrapper {
    height: 100vh;
    width: 100%;
    position: relative;
    background-image: linear-gradient(to right, #0098ce 0%, #097aa3 100%);
    /* background-image: url('/assets/img/login-bg.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.login-wrapper::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .1;
    z-index: 0;
}

.login-wrapper .form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
    width: 350px;
}


.login-wrapper .head {
    margin-bottom: 30px;
    font-weight: 300;
    text-align: center;
}


.login-wrapper .head img {
    width: 300px;
    margin-bottom: 30px;
}

.login-wrapper .head h3 {
    font-weight: 300;
}

.login-wrapper input {
    background: transparent;
    border: none;
    height: 50px;
    color: white !important;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.3s;
    margin-bottom: 20px;
}

.login-wrapper input:hover,
.login-wrapper input:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.4);
}

.login-wrapper input:focus {
    box-shadow: 0px 4px 15px 0px rgb(37 37 37 / 23%) !important;
}

.login-wrapper input::placeholder {
    color: #fff;
}

.login-wrapper .sbmt-btn {
    background-color: #fff;
    color: #000;
    border-radius: 6px;
    padding: 12px 0px;
    width: 100%;
    text-align: center;
    transition: .3s;
}

.login-wrapper .sbmt-btn:hover {
    opacity: .9;
}

.login-wrapper label {
    color: #fff;
    font-weight: 400;
}

.login-wrapper label input {
    margin-bottom: 0px;
}

/* 000 */
.login-wrapper .checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 13px;
    user-select: none;
    text-align: center;
}

.login-wrapper .checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.login-wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 110px;
}

.login-wrapper .checkmark:after {
    content: "\f0c8";
    font-family: "FontAwesome";
    position: absolute;
    color: #ffffff47;
    font-size: 16px;
    margin-top: -1.5px;
    transition: 0.3s;
}

.login-wrapper .checkbox-wrap input:checked~.checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, 0.2);
}


.login-wrapper .checkbox-primary input:checked~.checkmark:after {
    color: #dddddd;
}





@media (max-width:991px) {
    .wrapper {
        position: relative;
    }

    .header.pc {
        display: none;
    }

    .header.mobile {
        display: block;
    }

    .sidebar {
        transform: translate(-280px, 0px);
    }

    .content {
        margin-left: 0px;
    }


    .sidebar.mobile {
        transform: translate(0px, 0px);
    }


}

@media (max-width:767px) {

    .dt-layout-cell.dt-layout-start {
        margin-bottom: 20px;
    }
}


@media (max-width:575px) {
    .header .main-nav .user-nav ul .search-box input {
        width: 200px;
    }

    .content .content-wrapper {
        padding: 15px;
    }

}