@font-face {
    font-family: 'Font-Awesome';
    src: url('../webfonts/fa-brands-400.eot') format("woff2"),
    url('../webfonts/fa-brands-400.woff') format('woff'),
    url('../webfonts/fa-brands-400.woff2') format('truetype');
}

@font-face {
    font-family: 'Font-Awesome';
    src: url('../webfonts/fa-duotone-900.eot') format("woff2"),
    url('../webfonts/fa-duotone-900.woff') format('woff'),
    url('../webfonts/fa-duotone-900.woff2') format('truetype');
}

@font-face {
    font-family: 'Font-Awesome';
    src: url('../webfonts/fa-light-300.eot') format("woff2"),
    url('../webfonts/fa-light-300.woff') format('woff'),
    url('../webfonts/fa-light-300.woff2') format('truetype');
}

@font-face {
    font-family: 'Font-Awesome';
    src: url('../webfonts/fa-regular-400.eot') format("woff2"),
    url('../webfonts/fa-regular-400.woff') format('woff'),
    url('../webfonts/fa-regular-400.woff2') format('truetype');
}

@font-face {
    font-family: 'Font-Awesome';
    src: url('../webfonts/fa-solid-900.eot') format("woff2"),
    url('../webfonts/fa-solid-900.woff') format('woff'),
    url('../webfonts/fa-solid-900.woff2') format('truetype');
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    background: #f5f9fc;
    font-family: 'Poppins', sans-serif;
}

header {
    background: #fff;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / .1);
}

header nav.navbar {
    padding: 0;
    align-items: center;
}

header nav.navbar .navbar-brand {
    padding: 0;
    margin: 0 30px 0 0;
    display: flex;
}

header .right-div ul.navbar-nav .prfile-login {
    display: flex;
    align-items: center;
}

header .container-fluid {
    padding: 0 24px;
}

header nav.navbar ul.navbar-nav a.nav-link {
    padding: 24px 0;
    color: #a2a2a2;
    font-size: 15px;
    position: relative;
    font-weight: 400;
    transition: all .3s;
}

header nav.navbar ul.navbar-nav li.nav-item + li.nav-item {
    margin-left: 15px;
}

header .right-div ul.navbar-nav {
    align-items: center;
}

header .right-div ul.navbar-nav li.nav-item {
    margin-left: 15px !important;
}

header .right-div ul.navbar-nav li a.logout-btn {
    color: #011c4b;
}

header nav.navbar ul.navbar-nav a.nav-link i {
    margin: 0 10px 0 0;
}

header nav.navbar ul.navbar-nav a.nav-link:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #008aff;
    width: 0;
    transition: all .3s;
}

header nav.navbar ul.navbar-nav a.nav-link:hover,
header nav.navbar ul.navbar-nav a.nav-link.active {
    color: #008aff;
    transition: all .3s;
}

header nav.navbar ul.navbar-nav a.nav-link:hover:after,
header nav.navbar ul.navbar-nav a.nav-link.active:after {
    width: 100%;
    transition: all .3s;
}

header .right-div ul.navbar-nav a.nav-link:after {
    display: none;
}

header nav.navbar ul.navbar-nav a.nav-link.upgrade-btn {
    background: #008aff;
    color: #fff;
    padding: 8px 15px;
    border-radius: 6px;
}

header .right-div ul.navbar-nav .prfile-login .profle-image {
    width: 40px;
    height: 40px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / .3);
    overflow: hidden;
    border-radius: 6px;
    margin: 0 10px 0px 0;
}

header .right-div ul.navbar-nav .prfile-login .profle-image img {
    width: 40px;
    /*height: 40px;*/
}

header .right-div ul.navbar-nav .prfile-login {
    font-size: 13px;
    font-weight: 600;
    color: #011c4b;
}

section.page-content {
    padding: 50px 0;
}

.page-titlediv {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 35px 0;
}

.page-title {
    display: flex;
    align-items: center;
}

.icon-box {
    display: flex;
    align-items: center;
    width: 42px;
    height: 42px;
    justify-content: center;
    background: #008aff;
    border-radius: 6px;
    font-size: 22px;
    color: #fff;
    box-shadow: 0 5px 6px 0 rgb(0 138 255 / .29);
}

.page-title .text {
    margin-left: 15px;
}

.page-title .text h5 {
    font-size: 13px;
    margin: 0;
    line-height: 13px;
    color: #364458;
    font-weight: 500;
}

.page-title .text h2 {
    font-size: 24px;
    color: #364458;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    position: relative;
    top: 5px;
}

.page-title .text h2 small {
    font-size: 11px;
    color: #364458;
}

.border-box {
    display: flex;
    align-items: center;
    width: 34px;
    height: 34px;
    justify-content: center;
    border-radius: 6px;
    font-size: 16px;
    color: #a3afbb;
    border: 1px solid #a3afbb;
}

.page-titlediv .right-div {
    display: flex;
    align-items: center;
}

.page-titlediv .right-div a.blue-btn {
    margin-left: 15px;
}

.blue-btn {
    display: inline-block;
    line-height: 32px;
    background: #008aff;
    color: #fff;
    border-radius: 6px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 5px 6px 0 rgb(0 138 255 / .29);
}

.blue-btn i {
    font-size: 15px;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

.blue-btn:hover {
    text-decoration: none;
    background: #364458;
    color: #fff !important;
}

.time-tracker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 15px 23px 25px;
    background: linear-gradient(to right, #0089fe 0%, #0474d3 60%);
    border-radius: 8px;
    color: #fff;
    flex-wrap: wrap;
    box-shadow: 0 6px 29px 0 rgb(165 190 208 / .8);
    position: sticky;
    top: 0;
    z-index: 99;
}

.time-tracker .right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.time-tracker .right ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 15px;
}

.time-tracker .left h4 {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}

.time-tracker h5.tags {
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-weight: 300;
}

.time-tracker .category {
    padding: 0 15px;
    border: 1px solid #62a7e1;
    line-height: 32px;
    border-radius: 6px;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
}

.time-tracker .category strong {
    font-weight: 700;
}

.time-tracker .category img {
    margin-left: 25px;
}

.time-tracker i.far.fa-dollar-sign {
    padding: 0 20px;
    color: #6daee5;
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff;
    line-height: 32px;
}

.time-tracker li.timer h4 {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}

.btn-red {
    background: #f25767;
    padding: 0 0;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 6px;
    font-size: 12px;
    color: #fff !important;
    font-weight: 500;
    min-width: 118px;
}

a.close {
    font-size: 18px;
    text-shadow: none;
    color: #fff !important;
    opacity: 1;
}

.time-tracker .right ul li + li {
    margin-left: 15px;
}

.project-detail .gray-box {
    background: #a3afbb;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 38px 0 rgb(217 224 230 / .29);
    height: 100%;
}

.project-detail .gray-box .page-title .icon-box {
    background: #fff;
    color: #a3afbb;
    box-shadow: 0 0 8px 0 rgb(255 255 255 / .3);
}

.project-detail .gray-box .page-title h5 {
    font-size: 12px;
    color: rgb(245 248 251 / .43);
}

.project-detail .gray-box .page-title h2 {
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    top: 3px;
}

.project-detail .gray-box .page-title {
    margin: 0 0 20px 0;
}

.project-detail .gray-box p {
    margin: 0;
    font-size: 11px;
    color: #fff;
    font-weight: 300;
}

.project-detail .gray-box p strong {
    font-weight: 600;
}

.project-detail .gray-box ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
    color: #fff;
    font-weight: 300;
}

.project-detail .gray-box ul li strong {
    font-weight: 600;
}

.project-detail .gray-box a {
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    border-bottom: 2px solid #bdc5cd;
    text-decoration: none !important;
}

.project-detail .white-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 38px 0 rgb(217 224 230 / .29);
    height: 100%;
}

.project-detail .white-box .page-title h5 {
    font-size: 12px;
    color: rgb(163 175 187 / .43);
}

.project-detail .white-box .page-title h2 {
    font-size: 22px;
    color: #a3afbb;
    line-height: 22px;
    top: 3px;
}

.project-detail .white-box .page-title {
    margin: 0 0 20px 0;
}

.project-detail .white-box p {
    margin: 0;
    font-size: 11px;
    color: #a3afbb;
    font-weight: 300;
}

.project-detail .white-box p strong {
    font-weight: 600;
    color: #008aff;
}

.project-detail .white-box ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
    color: #a3afbb;
    font-weight: 300;
}

.project-detail .white-box ul li strong {
    font-weight: 600;
}

.project-detail .white-box a {
    font-size: 11px;
    color: #a3afbb;
    font-weight: 600;
    border-bottom: 2px solid #bdc5cd;
    text-decoration: none !important;
}

.project-detail .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 30%;
    max-width: 30%;
}

.project-detail .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 40%;
    max-width: 40%;
}

.project-detail .gray-box ul li + li {
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin-left: 15px;
}

.project-detail .white-box ul li + li {
    border-left: 1px solid #a3afbb;
    padding-left: 15px;
    margin-left: 15px;
}

.project-detail .white-box.blue-box .page-title .icon-box {
    background: #011c4b;
}

.project-detail {
    margin-top: 20px;
}

.project-detail ul.chart-detail li + li {
    border-left: 0;
    padding-left: 0;
}

span.dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background: #0280eb;
    vertical-align: middle;
    margin: 0 8px 0 0;
}

span.blue.dot {
    background: #011c4b;
}

span.red.dot {
    background: #f54337;
}

.project-detail ul.chart-detail {
    margin: 6px 0 0 0;
}

.timetracker_options {
    display: flex;
    align-items: center;
    margin: 30px 0 15px;
}

.selected_date {
    font-size: 11px;
    color: #a3afbb;
    font-weight: 500;
}

.select_date_from {
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.boder_arrow {
    display: flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid #a3afbb;
    border-radius: 4px;
    font-size: 10px;
    color: #a3afbb;
    text-decoration: none !important;
}

.boder_arrow:hover {
    background: #a3afbb;
    color: #fff;
}

.select_date_from .select_date_slider {
    padding: 0 20px;
    font-size: 11px;
    color: #a3afbb;
    font-weight: 500;
}

.week_total {
    font-size: 13px;
    color: #a3afbb;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.week_total span {
    font-size: 18px;
    color: #66707b;
    font-weight: 300;
    margin-left: 10px;
}

.quaterly_tab ul.nav-tabs {
    border: 1px solid #a3afbb;
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
}

.quaterly_tab ul.nav-tabs li.nav-item {
    margin: 0;
}

.quaterly_tab ul.nav-tabs li.nav-item a.nav-link {
    padding: 0;
    font-size: 10px;
    padding: 0 25px;
    line-height: 34px;
    background: transparent;
    border: 0;
    font-weight: 500;
    border-radius: 0;
    color: #a3afbb !important;
}

.quaterly_tab ul.nav-tabs li.nav-item a.nav-link.active {
    background: #a3afbb;
    color: #fff !important;
}

.quaterly_tab ul.nav-tabs li + li {
    border-left: 1px solid #a3afbb;
}

.timetracker_options .quaterly_tab {
    margin-right: 20px;
}

.commoon_dropdown .dropdown .dropdown-toggle {
    padding: 10px 12px;
    background: transparent;
    border: 0;
    color: #66707b;
    font-size: 11px;
    border-radius: 8px;
    font-weight: 300;
}

.commoon_dropdown .dropdown .dropdown-toggle strong {
    font-weight: 500;
    margin-left: 5px;
}

.commoon_dropdown .dropdown.show button {
    background: #fff;
    box-shadow: 0 3px 18px 0 rgb(217 224 230 / .59);
}

.commoon_dropdown .dropdown.show button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.commoon_dropdown .dropdown.show .dropdown-menu {
    top: 100% !important;
    transform: none !important;
    border: 0;
    margin: 0;
    border-radius: 8px;
    padding: 0;
    min-width: 200px;
    box-shadow: 0 3px 18px 0 rgb(217 224 230 / .59);
}

.commoon_dropdown .dropdown.show .dropdown-menu .dropdown-item {
    padding: 0;
    padding: 8px 12px;
    background: transparent;
    border: 0;
    color: #66707b;
    font-size: 12px;
}

.commoon_dropdown .dropdown.show .dropdown-menu .dropdown-item + a.dropdown-item {
    border-top: 1px solid #edf3f7;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.bg-wrap-shadow {
    box-shadow: 0 3px 38px 0 rgb(217 224 230 / .30);
    background: #fff;
    border-radius: 4px;
}

.theme-table thead th {
    padding: 20px 8px;
    font-size: 13px;
    color: #757f8a;
    font-weight: 600;
    border: 0;
    vertical-align: middle;
}

.theme-table tbody td {
    padding: 15px 8px;
    font-size: 13px;
    color: #a3afbb;
    font-weight: 500;
    vertical-align: middle;
}

.theme-table tbody td p {
    margin: 0;
}

.t-user {
    display: flex;
    align-items: center;
}

.t-user img {
    width: 13px;
    margin: 0 10px 0 0;
}

table.table.theme-table {
    margin: 0;
}

.w-20 {
    width: 20%;
}

.w-60 {
    width: 60%;
}

.acc-td .acc-arrow {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #a3afbb;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
    font-size: 10px;
    margin: 0 auto;
}

p.time {
    font-size: 14px;
    font-weight: 300;
    color: #66707b;
}

.f-500 {
    font-weight: 500 !important;
}

.theme-table tbody td .doller-sign {
    font-size: 16px;
}

.theme-table tbody td .doller-sign.active {
    color: #037ce3;
}

.action-td a {
    padding: 0 4px;
    font-size: 15px;
}

a {
    cursor: pointer;
}

a:hover {
    color: #037ce3 !important;
}

table.table.theme-table tr.acc-body-tr td {
    border: 0;
}

table.table.theme-table tr.acc-header-tr td {
    border-bottom: 1px solid #ebeff3;
}

.table td, .table th {
    border-color: #ebeff3;
}

td.acc-td-flow {
    min-width: 36px;
    position: relative;
}

tr.acc-body-tr td.acc-td-flow:after {
    content: '';
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    background: #ebeff3;
    left: 50%;
    margin-left: -1px;
}

tr.acc-body-tr td.acc-td-flow:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 1px;
    top: 50%;
    background: #ebeff3;
    left: 50%;
}

table.table tr .open-accordion .acc-arrow {
    background: #027ee8;
}

table.table tr.open-accordion p.m-0 {
    color: #027ee8;
}

.timetracker-details + .timetracker_options {
    margin: 15px 0;
}

table.table.theme-table tr:last-child td {
    border-bottom: 0;
}

.d-enterprise-feature {
    display: flex;
    align-items: center;
    padding: 10px 22px;
    background: linear-gradient(to right, #0089fe 0%, #0474d3 60%);
    border-radius: 8px;
    color: #fff;
    flex-wrap: wrap;
    box-shadow: 0 6px 29px 0 rgb(165 190 208 / .8);
}

.d-enterprise-feature h4 {
    font-size: 12px;
    color: #ffffff;
    margin: 0 25px 0 0;
    font-weight: 500;
}

.d-enterprise-feature span.tag {
    display: inline-block;
    padding: 0 20px;
    line-height: 28px;
    background: #fff;
    font-size: 12px;
    color: #008aff;
    font-weight: 600;
    border-radius: 4px;
}

.d-enterprise-feature a.close {
    margin-left: auto;
}

.d-enterprise-feature + .btns-wrap {
    margin: 22px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btns-wrap a + a {
    margin-left: 15px;
}

.border-btn {
    border-radius: 6px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    line-height: 40px;
    border: 1px solid #007fe8;
}

.btns-wrap .border-btn {
    min-width: 130px;
    text-align: center;
    line-height: 30px;
}

.btns-wrap a.blue-btn {
    min-width: 130px;
    line-height: 32px;
    box-shadow: none !important;
}

.border-btn:hover {
    background: #008aff;
    color: #fff !important;
    text-decoration: none;
}

.title-text {
    font-size: 24px;
    color: #364458;
    font-weight: 600;
    margin: 10px 0px 10px 0;
}

.subtitle-ext {
    font-size: 13px;
    color: #364458;
    font-weight: 500;
    margin: 0;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #fff !important;
}

.plan-tabs ul.nav.nav-tabs {
    width: auto;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #008aff;
    overflow: hidden;
    border-radius: 4px;
    flex-wrap: nowrap;
}

.plan-tabs ul.nav.nav-tabs li.nav-item {
    width: 100%;
    text-align: center;
    margin: 0;
    border: 0;
}

.plan-tabs ul.nav.nav-tabs li.nav-item a.nav-link {
    border: 0;
    background: transparent;
    color: #008aff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    padding: 10px 10px;
}

.plan-tabs ul.nav.nav-tabs li.nav-item a.nav-link.active {
    background: #008aff;
    color: #fff !important;
}

.plan-tabs ul.nav.nav-tabs li.nav-item a.nav-link span {
    font-size: 8px;
    background: #008aff;
    color: #fff;
    border-radius: 4px;
    line-height: 12px;
    padding: 0 10px;
}

.plan-tabs ul.nav.nav-tabs li.nav-item a.nav-link span {
    font-size: 8px;
    background: #008aff;
    color: #fff;
    border-radius: 4px;
    line-height: 15px;
    padding: 0 10px;
    display: inline-block;
    margin-left: 5px;
}

.plan-tabs ul.nav.nav-tabs li.nav-item a.nav-link.active span {
    background: #fff;
    color: #008aff;
}

.plan-tab-content {
    max-width: 900px;
    margin: 80px auto 90px;
}

.plans-div {
    box-shadow: 0 0 38px 0 rgb(129 180 223 / .39);
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    color: #fff;
}

.plans-div.gray-bg {
    background: #81b4df;
}

.plans-div.blue-bg {
    background: #008aff;
}

.plans-div.dark-blue-bg {
    background: #011c4b;
}

.plans-div h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 0 0;
}

.plans-div h4 span:first-child {
    font-size: 18px;
    font-weight: 600;
    margin: 0 5px 0 0;
    line-height: 18px;
}

.plans-div h4 {
    display: flex;
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    margin: 0 0 15px 0;
}

.plans-div h4 span:last-child {
    font-size: 12px;
    vertical-align: bottom;
    display: flex;
    align-self: flex-end;
    line-height: 12px;
    margin-left: 8px;
}

.plans-div p {
    font-size: 10px;
    margin: 0 0 25px 0;
    font-weight: 500;
}

.plans-div ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 20px 0;
}

.plans-div ul li i.fal.fa-check {
    margin: 0 8px 0 0;
}

.plans-div ul li i.fal.fa-info-circle {
    margin: 0 0 0 8px;
    font-size: 10px;
}

.plans-div a.activate-btn {
    background: #fff;
    color: #008aff;
    font-size: 12px;
    color: #008aff;
    padding: 0 20px;
    line-height: 32px;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
}

.plans-div.blue-bg {
    margin-top: -30px;
}

p.trustby.text-center {
    margin: 0;
    font-size: 13px;
    color: #a2aec0;
    font-weight: 500;
}

ul.logo-section {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

ul.logo-section li {
    padding: 10px;
}

hr {
    margin: 50px 0;
    border-top: 1px solid #ebeff3;
}

.que-ans-div h4 {
    font-size: 17px;
    color: #364458;
    line-height: 18px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.que-ans-div p {
    font-size: 13px;
    color: #a2aec0;
    font-weight: 500;
    margin: 0 0 20px 0;
}

a.link {
    color: #008aff;
    font-size: 13px;
    font-weight: 500;
}

.border-div {
    border-radius: 6px;
    color: #a3afbb;
    border: 1px solid #a3afbb;
    line-height: 32px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 500;
    min-width: 180px;
    text-align: center;
}

.custom-dropdown .dropdown-btn {
    background-color: transparent;
    background: transparent;
    border: 1px solid #a3afbb;
    border-radius: 6px;
    padding: 6px 30px 6px 15px;
    font-weight: 500;
    color: #757f8a !important;
    font-size: 12px;
    height: 34px !important;
    min-width: 90px;
    display: inline-block;
    line-height: 21px;
    position: relative;
    text-decoration: none;
}

.custom-dropdown .dropdown-btn i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}

.custom-dropdown .dropdown-btn.bg-gray {
    background: #a3afbb !important;
    color: #fff !important;
}

.custom-dropdown-popup {
    position: absolute;
    z-index: 1050;
    width: 100%;
    max-width: 370px;
}

.custom-dropdown-popup .bg-wrap {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 38px 0 rgb(217 224 230 / .66);
    overflow: hidden;
}

.custom-dropdown-popup .bg-wrap .dropdown-header {
    padding: 15px;
    border-bottom: 1px solid #ebeff3;
}

.custom-dropdown-popup .bg-wrap .form-control {
    min-height: auto;
    height: auto;
}

.custom-dropdown-popup .dropdown button.dropdown-toggle {
    width: 100%;
    border: 0;
    background: #fff;
    text-align: left;
    padding: 15px 15px;
    box-shadow: 0 5px 38px 0 rgb(217 224 230 / .66);
    /*font-size: 10px;*/
    font-size: 13px;
    /*color: #757f8a;*/
    color: #343a40;
    font-weight: 500;
    height: auto;
    position: relative;
}

.custom-dropdown-popup .dropdown button.dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-dropdown-popup .dropdown button.dropdown-toggle span {
    display: inline-block;
    float: right;
    margin-right: 15px;
}

.custom-dropdown-popup .dropdown-menu {
    position: initial !important;
    width: 100%;
    margin: 0;
    border: 0;
    background: #fff;
    float: none !important;
    padding: 15px 15px;
    transform: none !important;
}

label.custom-checkbox {
    font-size: 12px;
    color: #757f8a;
    font-weight: 500;
}

label.custom-checkbox input[type="checkbox"] {
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.custom-dropdown-popup .dropdown-menu label.custom-checkbox {
    display: block;
}

.custom-dropdown-popup .dropdown-menu label.custom-checkbox + label.custom-checkbox {
    margin-top: 10px;
}

.custom-dropdown-popup .dropdown button.dropdown-toggle:focus {
    outline: 0;
}

.chart-wrap {
    background: #fff;
    border-radius: 0 0px 8px 8px;
    padding: 15px;
    box-shadow: 0 5px 38px 0 rgb(217 224 230 / .29);
}

.project-reports-wrap {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 38px 0 rgb(217 224 230 / .29);
    margin-bottom: 15px;
}

.project-reports-sorting {
    padding: 12px 30px;
    box-shadow: 0 5px 38px 0 rgb(217 224 230 / .29);
}

.project-reports-sorting ul {
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
}

.project-reports-sorting ul {
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
}

.project-reports-sorting ul li {
    font-size: 10px;
    font-weight: 500;
    color: #757f8a;
    left: 12px;
}

.project-reports-sorting ul li a {
    font-size: 10px;
    font-weight: 500;
    color: #757f8a;
    left: 12px;
    padding: 0 15px;
    border-left: 1px dotted #969696;
    border-right: 1px dotted #969696;
    line-height: 30px;
    display: inline-block;
}

.project-reports-sorting ul li a i {
    margin: 0 0 0 10px;
}

.project-reports-sorting ul li:first-child {
    margin: 0 15px 0 0;
}

.project-report-info table.table.theme-table {
    margin: 0;
    border-top: 1px solid #ebeff3;
}

.project-report-info table.table.theme-table .acc-td {
    width: 50px;
}

a.acc-arrow.bg-blue {
    background: #027ee8;
}

.data-table th.w-50,
.data-table th.w-50 {
    width: 50% !important;
}

.amount-wrapper {
    display: flex;
    white-space: nowrap;
    align-items: center;
}

.add-tags {
    display: inline-block;
    font-size: 9px;
    color: #757f8a;
    font-weight: 500;
    border: 1px solid #757f8a;
    border-radius: 6px;
    padding: 4px 12px;
    line-height: 12px;
}

.amount-wrapper .tags {
    margin: 0 15px 0 0;
}

.amount-wrapper .amount {
    min-width: 105px;
    text-align: right;
    padding: 0 16px;
    border-left: 1px dashed #c7c7c7;
    border-right: 1px dashed #c7c7c7;
}

.amount-wrapper .doller {
    padding: 0 15px;
    color: #007bff;
    font-size: 18px;
}

.amount-wrapper .doller {
    padding: 0 20px;
    color: #007bff;
    font-size: 18px;
    border-right: 1px dashed #c7c7c7;
}

.data-table tr td .user {
    min-width: 60px;
}

.range-div {
    padding: 0 20px;
    border-right: 1px dashed #c7c7c7;
    border-left: 1px dashed #c7c7c7;
}

.range-div p {
    font-size: 12px;
    line-height: 14px;
}

span.darkblueblue.dot {
    background: #011c4b;
}

.dark-blue {
    color: #011c4b;
}

a.add-tags.bg-blue {
    background: #008aff;
    color: #fff;
    border-color: #008aff;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}

.modal-dialog {
    max-width: 650px;
}

.modal-header {
    background: #008aff;
    color: #fff;
}

.modal-header h4 {
    font-size: 22px;
    line-height: 24px;
}

.modal-header button.close i {
    font-weight: 200;
    opacity: 1;
    color: #fff;
}

.modal-header button.close {
    opacity: 1;
}

.modal-footer button.btn.blue-btn {
    line-height: 34px;
}

.close:not(:disabled):not(.disabled) {
    outline: 0;
}

.timesheet-content .bg-wrap {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 38px 0 rgb(217 224 230 / .29);
}

.timesheet-content .timesheet-row-table .timesheet-table-head .row {
    margin: 0;
}

.timesheet-content .timesheet-row-table .timesheet-table-head .row .col-md-3 {
    padding: 15px 30px;
}

.timesheet-content .timesheet-row-table .timesheet-table-head .row h5 {
    font-size: 12px;
    color: #757f8a;
    font-weight: 600;
    margin: 0;
}

.timesheet-content .timesheet-row-table .timesheet-table-head .row .col-md-1,
.timesheet-content .timesheet-row-table .timesheet-table-head .row .col-md-2 {
    padding: 15px 8px;
    text-align: center;
}

.timesheet-content .timesheet-row-table .timesheet-table-body .row {
    margin: 0;
    align-items: center;
}

.timesheet-content .timesheet-row-table .timesheet-table-body .row .col-md-3 {
    padding: 10px 30px;
}

.timesheet-content .timesheet-row-table .timesheet-table-body .row .col-md-1,
.timesheet-content .timesheet-row-table .timesheet-table-body .row .col-md-2 {
    padding: 10px 8px;
    margin: 8px 0;
    text-align: center;
}

.timesheet-content .timesheet-row-table .timesheet-table-body .row .bg-gray {
    background: #f0f4f7;
}

.timesheet-content .timesheet-row-table .timesheet-table-body .row .bg-gray h5 {
    font-size: 10px;
    background: #ffff;
    margin: 0;
    color: #66707b;
    padding: 8px 5px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 5px 38px 0 rgb(217 224 230 / .29);
}

.timesheet-content .timesheet-row-table .timesheet-table-body .row h5 {
    font-size: 14px;
    color: #0280ea;
    margin: 0;
    font-weight: 500;
}

.bg-gray.border-left-radius {
    border-radius: 4px 0 0 4px;
}

.bg-gray.border-right-radius {
    border-radius: 0 4px 4px 0;
}

.timesheet-table-body .row {
    border-top: 1px solid #f0f4f7;
}

.timesheet-content .timesheet-row-table .timesheet-table-body .row a.close {
    color: #0280ea !important;
    float: none;
    margin-left: 20px;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
}

.timesheet-content .timesheet-row-table .timesheet-table-body .row .bg-gray h5 a {
    float: right;
    font-size: 14px;
    margin-top: -2px;
    margin-right: 1px;
}

.timesheet-content .timesheet-row-table .timesheet-table-body .name {
    font-size: 12px;
    color: #757f8a;
}

.timesheet-content .timesheet-row-table .timesheet-table-body .name span {
    color: #a3afbb;
}

.timesheet-row-table .timesheet-table-body + .timesheet-table-head {
    border-top: 1px solid #f0f4f7;
}

.template-action {
    margin: 20px 0;
}

.template-action .btn-default {
    display: inline-block;
    line-height: 42px;
    background: #008aff;
    color: #fff;
    border-radius: 6px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
}

.template-action i {
    font-size: 22px;
    vertical-align: middle;
    margin: 0 8px 0 0;
}

.template-action a + a {
    margin-left: 10px;
}

.template-action .btn.border-btn {
    color: #a3afbb;
    border-color: #a3afbb;
    padding: 0 20px;
    font-size: 14px;
    line-height: 42px;
}

.template-action .btn-default:hover {
    color: #fff !important;
    opacity: .9;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1230px;
    }
}

@media (max-width: 1350px) {
    header nav.navbar ul.navbar-nav a.nav-link {
        padding: 15px 0;
    }

    header nav.navbar ul.navbar-nav a.nav-link {
        padding: 20px 0;
        font-size: 14px;
    }

    header nav.navbar ul.navbar-nav a.nav-link i {
        margin: 0 8px 0 0;
        font-size: 13px;
    }

    header nav.navbar .navbar-brand img {
        max-width: 100px;
    }

    header nav.navbar ul.navbar-nav li.nav-item + li.nav-item {
        margin-left: 15px;
    }
}

@media (max-width: 1170px) {
    .container-fluid, .container {
        padding: 0 15px !important;
        max-width: 100%;
    }

    header .right-div ul.navbar-nav a.nav-link {
        font-size: 0 !important;
    }

    body header .right-div ul.navbar-nav a.nav-link i {
        margin: 0;
    }

    header nav.navbar ul.navbar-nav a.nav-link.upgrade-btn {
        width: 40px;
        height: 40px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .table-responsive {
        white-space: nowrap;
    }
}

@media (max-width: 1024px) {
    .all-info-wrap .top-info-wrap .equal-block h2 {
        font-size: 16px;
    }

    header div#collapsibleNavbar ul.navbar-nav li i {
        display: none;
    }

    .header-cntrl-wrapper {
        flex-wrap: wrap;
    }

    .header-cntrl-wrapper .option-wrapper.ml-3 {
        margin-left: 0 !important;
    }

    .header-cntrl-wrapper .option-wrapper {
        margin: 0 10px 10px 0;
    }

    .header-filterdiv {
        align-items: flex-start !important;
    }

    .navbar-expand-md .navbar-toggler {
        display: block;
        background: #008aff;
        width: 40px;
        height: 40px;
        padding: 10px;
        position: absolute;
        right: 15px;
        z-index: 1;
        color: #fff;
    }

    .navbar-expand-md .navbar-collapse {
        display: none !important;
    }

    .navbar-expand-md .navbar-collapse.show {
        display: block !important;
    }

    header .right-div {
        margin-left: auto;
        margin-right: 55px;
    }

    .navbar-expand-md .navbar-toggler span.navbar-toggler-icon {
        width: auto;
    }

    header .right-div ul.navbar-nav {
        flex-direction: row;
    }

    .project-list-control-wrap .col-md-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .project-list-control .d-flex {
        justify-content: flex-end;
    }

    div#collapsibleNavbar {
        position: absolute;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: initial;
        background: #fff;
        top: 100%;
        left: 0;
        z-index: 100;
        box-shadow: 0 5px 38px 0 rgb(217 224 230 / .29);
        z-index: 100;
    }

    div#collapsibleNavbar ul.navbar-nav li.nav-item {
        display: block;
        width: 100%;
    }

    header nav.navbar div#collapsibleNavbar li.nav-item + li.nav-item {
        margin: 0;
    }

    header nav.navbar div#collapsibleNavbar li.nav-item a {
        padding: 15px;
    }

    header nav.navbar div#collapsibleNavbar li.nav-item a i {
        display: inline-block;
        margin: 0 10px 0 0;
    }

    header nav.navbar div#collapsibleNavbar li.nav-item a.active {
        background: #008aff;
        color: #fff !important;
    }

    header nav.navbar ul.navbar-nav a.nav-link i {
        font-size: 22px;
    }

    .project-detail .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .project-detail .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px;
    }

    body .tab-wrapper .nav-tabs .nav-link {
        min-width: auto;
        padding: 10px 20px;
        height: auto;
    }

    .tab-data {
        overflow-y: scroll;
        white-space: nowrap;
    }

    .project-setting-left {
        white-space: normal;
    }

    .project-setting-tab-data .project-setting-right {
        white-space: normal;
    }

    header nav.navbar {
        position: initial;
    }

    header {
        position: relative;
    }

    div#collapsibleNavbar ul.navbar-nav {
        flex-wrap: wrap;
    }

    .timesheet-content .bg-wrap .timesheet-row-table {
        min-width: 1200px;
    }

    .timesheet-content .bg-wrap {
        overflow-x: auto;
    }

    .timesheet-content .timesheet-row-table .row {
        flex-wrap: nowrap;
        white-space: nowrap;
    }
}

@media (max-width: 991px) {
    .project-list-main-info .row .col-md-2 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .time-tracker {
        flex-wrap: wrap;
        padding: 15px;
    }

    .time-tracker .left {
        width: 100%;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .time-tracker .right ul {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
    }

    .time-tracker .right a.close {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .timetracker_options {
        flex-wrap: wrap;
        margin: 15px 0;
        justify-content: center;
    }

    .page-titlediv .right-div {
        flex-wrap: wrap;
    }

    header.second-header ul.navbar-nav {
        flex-wrap: wrap;
    }

    header.second-header div#collapsibleNavbar {
        margin-top: 30px;
    }

    .link-wrap-div .bg-wrap-shadow {
        padding: 30px 30px;
    }

    footer .top-footer img.footer-logo {
        max-width: 100px;
    }

    header {
        padding: 10px 0;
    }

    header {
        position: relative;
    }

    .page-title .text h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .project-detail .white-box ul {
        font-size: 9px;
    }

    .project-detail .white-box ul li + li {
        margin-left: 8px;
    }
}

@media (max-width: 768px) {
    .all-info-wrap {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    section.page-content {
        padding: 30px 0;
    }

    .page-titlediv .left-div {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .page-titlediv .right-div {
        width: 100%;
    }

    .header-filterdiv {
        flex-wrap: wrap;
    }

    .header-filterdiv .left-div {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .header-cntrl-wrapper {
        margin: 0 -15px;
    }

    .header-cntrl-wrapper .option-wrapper {
        width: 50%;
        padding: 0 15px;
        margin: 0 0 15px 0;
    }

    .custom-dropdown .dropdown-btn {
        width: 100%;
    }

    .header-filterdiv .right-div {
        width: 100%;
    }

    .header-filterdiv .right-div button.btn.btn-primary {
        width: 100%;
    }

    .time-tracker .right ul li.tag-li {
        width: 100%;
        text-align: center;
        margin: 0 0 15px 0;
    }

    .time-tracker .right ul li.category-li {
        margin-left: 0;
    }

    .time-tracker .right ul li.timer {
        margin: 20px 15px 0;
    }

    .time-tracker .right ul li.start-stop {
        margin: 15px 0 0 0;
    }

    .project-report-info > .row > .col-md-8 {
        order: 2;
    }

    .project-report-info > .row > .col-md-4 {
        order: 1;
    }

    .project-report-info .bar-chart-wrap {
        padding: 15px;
        text-align: center;
    }

    .project-detail .row > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .project-detail .row > div + div {
        margin: 20px 0 0 0;
    }

    .plan-tab-content {
        margin: 30px auto 30px;
    }

    .plans-div.blue-bg {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .plans-div {
        height: auto;
    }

    ul.logo-section {
        padding: 0;
    }

    hr {
        margin: 30px 0;
    }

    body .link-wrap-div .bg-wrap-shadow {
        padding: 15px 15px;
    }

    body footer .top-footer .item-row .item {
        width: 100%;
    }

    footer .bottom-footer .row p {
        text-align: center;
        margin: 0 0 10px 0;
    }

    footer .bottom-footer .col-md-6.text-right {
        text-align: center !important;
    }

    .project-setting-tab-data .project-setting-right {
        padding: 0 !important;
        margin-top: 30px;
    }

    body .settings-tab-data .project-setting-right {
        margin-left: 0;
    }

    body .project-setting-tab-data .project-setting-right .project-setting-inner {
        margin-left: 0;
    }

    .navbar-expand-md .navbar-toggler {
        width: 32px;
        height: 32px;
        padding: 0;
    }

    header nav.navbar ul.navbar-nav a.nav-link.upgrade-btn {
        width: 32px;
        height: 32px;
    }

    header nav.navbar ul.navbar-nav a.nav-link i {
        font-size: 16px;
    }

    header nav.navbar ul.navbar-nav a.nav-link i {
        font-size: 16px;
    }

    header .right-div ul.navbar-nav .prfile-login .profle-image {
        width: 32px;
        height: 32px;
    }

    header .right-div ul.navbar-nav .prfile-login .profle-image img {
        width: 100%;
    }

    header .right-div ul.navbar-nav li.nav-item {
        margin-left: 10px !important;
    }

    header .right-div {
        margin-right: 45px;
    }

    header .right-div ul.navbar-nav li a {
        padding: 0 !important;
    }

    header nav.navbar {
        position: initial;
    }
}

@media (max-width: 575px) {
    .all-info-wrap .top-info-wrap {
        flex-wrap: wrap;
    }

    .all-info-wrap .top-info-wrap .equal-block {
        width: 100%;
        min-height: 80px;
    }

    .all-info-wrap .top-info-wrap .project-info {
        border-top: 1px solid #ebeff3;
        border-bottom: 1px solid #ebeff3;
        border-left: none;
        border-right: none;
    }

    header .right-div ul.navbar-nav .prfile-login {
        font-size: 0;
    }

    header .right-div ul.navbar-nav .prfile-login .profle-image {
        margin: 0;
    }

    header {
        padding: 10px 0;
    }

    header nav.navbar .navbar-brand img {
        max-width: 120px;
    }

    .project-list-main-info .row .col-md-2 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .project-list-main-info .total-time, .project-list-main-info .total-billable-time {
        justify-content: center;
        margin: 0 0 8px 0;
    }

    .project-list-control .d-flex {
        flex-wrap: wrap;
    }

    .page-titlediv .right-div a.blue-btn {
        width: 100%;
        margin: 10px 0 0 0;
        text-align: center;
    }

    .timetracker_options .select_date_from {
        width: 100%;
        margin: 15px 0;
        justify-content: space-between;
    }

    .timetracker_options .selected_date {
        text-align: center;
        width: 100%;
    }

    .timetracker_options .quaterly_tab {
        margin: 0 auto;
    }

    .week_total {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .header-filterdiv .page-title {
        flex-wrap: wrap;
    }

    .header-filterdiv .page-title label.mr-3 {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .plan-tabs ul.nav.nav-tabs {
        flex-wrap: wrap;
    }

    .tab-wrapper ul.nav-tabs li {
        width: 100%;
        margin: 0;
    }

    body .tab-wrapper .nav-tabs .nav-link {
        border-radius: 10px 10px 10px 10px !important;
    }

    .tab-wrapper ul.nav-tabs li + li {
        margin-top: 10px;
    }

    body .tab-wrapper ul.nav-tabs li {
        border-radius: 10px !important;
        margin-right: 0;
    }

    .tab-wrapper .tab-content {
        margin-top: 15px;
    }

    .tab-wrapper .tab-content .tab-header .left {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .tab-wrapper .tab-content .tab-header {
        flex-wrap: wrap;
    }

    body .project-setting-tab-data .project-setting-right .project-setting-inner .d-flex {
        flex-wrap: wrap;
    }

    body .project-setting-tab-data .project-setting-right .project-setting-inner .form-check {
        width: 100%;
        margin: 0 !important;
    }

    body .project-setting-tab-data .project-setting-right .project-setting-inner .form-check + .form-check {
        margin-top: 15px !important;
    }

    body .project-setting-tab-data .project-setting-right .project-setting-inner label.check-box-container.mr-3 {
        width: 100%;
    }

    .template-action a {
        width: 100%;
        margin: 0 !important;
    }

    .template-action a + a {
        margin-top: 15px !important;
    }
}


/*-----other-css-------*/
.h100vh {
    height: 100vh;
}

h2.login-title {
    font-size: 24px;
    text-align: center;
    color: #364458;
    margin-bottom: 50px;
}

.login-form {
    padding: 20px 35px;
    border-radius: 8px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    max-width: 460px;
    box-shadow: 0 0px 15px 0 rgb(0 138 255 / 0.19);
}

.login-form .login-or {
    position: relative;
    color: #aaa;
    padding: 10px 0;
}

.login-form .login-or .span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: 33px;
    margin-left: -25px;
    background-color: #fff;
    width: 48px;
    text-align: center;
    font-size: 12px;
    color: #cfcfcf;
}

.login-form h2 {
    margin: 0;
    color: #008aff;
    font-size: 32px;
}

.login-form p.note, .login-form p.note a {
    font-size: 12.5px;
    color: #364458;
    text-align: center;
    margin: 10px 0 30px 0;
    font-weight: 500;
}

.login-form .form-check {
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #364458;
    font-weight: 500;
    margin: 0;
}

a.fp-link {
    font-size: 10px;
    color: #008aff;
    font-weight: 500;
}

.login-form .form-check input.form-check-input {
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin-top: 0;
}

.form-control {
    font-size: 13px;
    line-height: 13px;
    height: 50px;
    border-radius: 6px;
}

button.btn-block {
    padding: 11px 12px;
    font-size: 12px;
    border-radius: 8px;
    background-color: #007fe8;
    border-color: #007fe8;
}

.login-form .google-btn {
    width: 100%;
    color: #cfcfcf;
    border: 1px solid #d9e2ec;
    font-size: 12px;
    padding: 14px 12px;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 500;
    transition: all ease 0.3s
}

.login-form .google-btn img {
    position: absolute;
    left: 12px;
    top: 12px;
}

.login-form .google-btn:hover {
    text-decoration: none;
    color: #007fe8;
    border: 1px solid #007fe8;
}

.login-bg {
    background-image: url(../images/Login-bg.png);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/**Dashboard**/

.header-cntrl-wrapper {
    display: flex;
    align-items: center;
}

.header-cntrl-wrapper select.form-control, .search-area input {
    background-color: transparent;
    background: transparent;
    border-color: #a3afbb;
    border-radius: 6px;
    padding: 6px 12px 6px 8px;
    font-weight: 500;
    color: #757f8a;
    font-size: 12px;
    height: 34px !important;
}

.header-cntrl-wrapper select.form-control {
    cursor: pointer;
}

.header-cntrl-wrapper select.form-control:focus {
    box-shadow: none;
}

.header-cntrl-wrapper .next-pre-control {
    display: flex;
    align-items: center;
}

.header-cntrl-wrapper .next-pre-control .border-box {
    font-size: 14px;
    cursor: pointer;
}

.project-detail {
    margin-bottom: 30px;
}

.white-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 38px 0 rgb(217 224 230 / .29);
    height: 100%;
}

.all-info-wrap .top-info-wrap {
    display: flex;
    border-bottom: 1px solid #ebeff3;
}

.all-info-wrap .top-info-wrap .equal-block {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 130px;
    padding: 15px;
    text-align: center;
}

.all-info-wrap .top-info-wrap .equal-block p {
    color: #a3afbb;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.all-info-wrap .top-info-wrap .equal-block h2 {
    color: #364458;
    font-size: 18px;
    font-weight: 600;
}

.all-info-wrap .top-info-wrap .project-info {
    border-left: 1px solid #ebeff3;
    border-right: 1px solid #ebeff3;
}

.all-info-wrap p.title {
    font-size: 10px;
    color: #757f8a;
    text-transform: uppercase;
    padding: 15px 20px;
    margin: 0;
}

.all-info-wrap .project-progress-wrap {
    box-shadow: 0 5px 38px 0 rgb(217 224 230 / .29);
}

.all-info-wrap .project-progress-wrap .row {
    padding: 20px 10px;
    border-top: 1px solid #ebeff3;
    margin: 0 !important;
}

.all-info-wrap .project-progress-wrap .row .name p {
    font-size: 12px;
    line-height: 12px;
}

.all-info-wrap .project-progress-wrap .row .name p span {
    color: #a3afbb;
}

.all-info-wrap .project-progress-wrap .row .progress {
    height: 24px;
}

.all-info-wrap .project-progress-wrap .row p {
    color: #757f8a;
    font-size: 12px;
}

.all-info-wrap .project-progress-wrap .row .progress-bar-wrap {
    /*display: flex;*/
    align-items: center;
    width: 100%;
}

.all-info-wrap .project-progress-wrap .row .progress .lightblue {
    background-color: #0280eb;
}

.all-info-wrap .project-progress-wrap .row .progress .blue {
    background-color: #011c4b;
}

.all-info-wrap .project-progress-wrap .row .progress .red {
    background-color: #f54337;
}

.tracker-all-info .time-tracker {
    margin-top: 30px;
}

.all-info-wrap .bar-chart-wrap {
    padding: 20px;
}

.all-info-wrap .pie-chart-wrap .pie-chart-block {
    padding: 20px;
}

.more-activity-wrap .title {
    font-size: 10px;
    color: #757f8a;
    text-transform: uppercase;
    margin: 0;
    padding: 12px 15px;
}

.more-activity-wrap select.form-control {
    border: none;
    width: inherit;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 12px;
    height: 25px !important;
}

.more-activity-wrap select.form-control:focus {
    box-shadow: none;
}

.more-activity-wrap .trace-time {
    padding: 18px;
    font-size: 12px;
    font-weight: 500;
    border-top: 1px solid #ebeff3;
}

.more-activity-wrap .trace-time .name p, .more-activity-wrap .trace-time .time {
    color: #757f8a;
}

.more-activity-wrap .trace-time .name p span {
    color: #a3afbb;
}

.more-activity-wrap .total {
    font-size: 12px;
    font-weight: 500;
    color: #757f8a;
    padding: 18px;
    background-color: #fbfbfb;
}

.more-activity-wrap .total .total-time {
    font-size: 16px;
    font-weight: 600;
    color: #0280eb;
}

.tracker-all-info > .row {
    align-items: self-end;
}

.help-section {
    padding: 8px;
    border-radius: 10px;
    margin-top: 30px;
    font-size: 12px;
    color: #fff;
    background-color: #0280eb;
}

.help-section .icon-box {
    background-color: #fff;
    color: #008aff;
    margin-right: 10px;
}


/**Projects**/

label {
    font-size: 10px;
    line-height: 10px;
    color: #757f8a;
    text-transform: uppercase;
    margin: 0;
}

.btn-primary {
    border-radius: 8px;
    padding: 4px 25px;
}

.light-blue {
    color: #0280eb !important;
}

.blue {
    color: #011c4b;
}

.red {
    color: #f54337;
}

.active {
    color: #0280eb !important;
}


.search-area {
    position: relative;
}

.search-area i {
    position: absolute;
    color: #b4bec9;
    left: 26px;
    top: 10px;
    font-size: 14px;
}

.search-area input {
    padding-left: 34px;
}

.header-filterdiv button {
    font-size: 12px;
    height: 34px;
}

.project-list {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 38px 0 rgb(217 224 230 / .29);
    margin-bottom: 15px;
}

.project-list-main-info {
    padding: 12px;
    box-shadow: 0 18px 38px 0 rgb(217 224 230 / .49);
}

.project-list-main-info .total-time, .project-list-main-info .total-billable-time {
    font-size: 16px;
    color: #66707b;
    display: flex;
    align-items: center;
}

.project-list-main-info .total-amount {
    color: #005cbf;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}

.custom-switch .switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 15px;
}

.custom-switch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #edf1f4;
    -webkit-transition: .4s;
    transition: .4s;
}

.custom-switch .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 1px;
    background-color: #0280eb;
    -webkit-transition: .4s;
    transition: .4s;
}

.custom-switch input:checked + .slider {
    background-color: #2196F3;
}

.custom-switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.custom-switch input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    background-color: #fff;
}

.custom-switch .slider.round {
    border-radius: 50px;
}

.custom-switch .slider.round:before {
    border-radius: 50%;
}

.project-list-control {
    display: flex;
    align-items: center;
    padding: 8px;
    margin-bottom: 30px;
}

.project-list-control select.form-control {
    border: none;
    color: #757f8a;
    font-size: 10px;
    border-radius: 0;
    cursor: pointer;
}

.project-list-control select.form-control:focus {
    box-shadow: none;
}

.project-list-control a {
    font-size: 20px;
    color: #a3afbb;
}

.project-list-control a i {
    color: #a3afbb;
    transition: all ease 0.3s;
}

.project-list-control a:hover i {
    color: #0056b3;
}

.project-list-control select.form-control, .project-list-control a, .project-list-control .custom-switch {
    padding: 0 16px;
    height: 34px !important;
}

.project-list-control a, .project-list-control .custom-switch {
    border-left: 1px dotted #969696;
}

.project-list-control .rounding {
    border-right: 1px dotted #969696;
}

.project-list-control .export {
    margin-right: 10px;
}

/**datatable**/

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    display: none;
}

.data-table {
    margin: 0;
}

.data-table th {
    font-size: 12px;
    /*line-height: 10px;*/
    color: #757f8a;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: none !important;
    line-height: 20px;
}

.data-table tr td {
    font-size: 12px;
    color: #757f8a;
    font-weight: 500;
    vertical-align: middle;
    border-top: 1px solid #ebeff3;
    line-height: 28px;
}

.data-table tr td .name {

}

.data-table tr td .client {
    padding: 5px 0 5px 12px;
    border-left: 1px dotted #c7c7c7;
}

.data-table tr td .status {
    padding: 0 0 0 12px;
    border-left: 1px dotted #969696;
}

.data-table tr td .status .graph-icon i {
    font-size: 22px;
    color: #a3afbb;
}

.data-table tr td .status .hrs small {
    color: #c7c7c7;
    font-size: 12px;
    line-height: 8px;
}

.data-table tr td .status .hrs p {
    line-height: 12px;
}

.data-table tr td .access {
    padding: 5px 0 5px 12px;
    border-left: 1px dotted #969696;
}

.data-table tr td .action {
    font-size: 18px;
    line-height: 18px;
}

.data-table tr td .action a:hover i {
    color: #0280eb;
}

.data-table tr td .action i {
    margin: 0 12px;
    color: #a3afbb;
    transition: all ease 0.3s
}

.data-table tr td .action .star, .data-table tr td .action .move {
    border-left: 1px dotted #969696;
    padding: 5px 5px;
}

.data-table tr td .action a {
    border-left: 1px dotted #969696;
    padding: 5px 5px;
}

.tab-wrapper {

}

.tab-wrapper ul.nav-tabs li, .tab-wrapper .tab-content {
    background-color: #fff;
}

.tab-wrapper ul.nav-tabs li {
    font-size: 14px;
    margin-right: 10px;
    border-radius: 10px 10px 0px 0px !important
}

.tab-wrapper .tab-content {
    box-shadow: 0px 5px 28px 0 rgb(217 224 230 / 56%);
    border-radius: 0px 10px 10px 10px;
}

.tab-wrapper .nav-tabs .nav-link, .tab-wrapper .nav-tabs {
    border: none;
    color: #b7bdc2;
    font-weight: 500;
}

.tab-wrapper .nav-tabs .nav-link.active {
    color: #364458 !important;
    position: relative;
    z-index: 9;
    border-radius: 10px 10px 0px 0px !important;
}

.tab-wrapper .nav-tabs .nav-link {
    height: 55px;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-wrapper .tab-content .container {
    padding: 0 !important;
    box-shadow: -1px -4px 38px 0 rgb(217 224 230 / .49);
    position: relative;
}

.tab-wrapper .tab-content .tab-header {
    padding: 12px 20px;
    box-shadow: 0 18px 38px 0 rgb(217 224 230 / .49);
}

.tab-wrapper .tab-content .tab-header h5 {
    font-size: 18px;
    color: #364458;
}

.tab-wrapper .tab-content .tab-data {

}

.form-control {
    height: 34px !important;
}

.data-table tr td .action p.time-estimate {
    border-left: 1px dotted #969696;
    padding: 5px 5px;
    font-size: 12px;
    width: 75px;
    padding: 5px 10px;
}

.data-table tr td .assignee, .data-table tr td .side-border {
    padding: 5px 0 5px 12px;
    border-left: 1px dotted #c7c7c7;
}

.data-table tr td .assignee select.form-control {
    background-color: #c6dbec !important;
    color: #fff;
    border: none;
    height: 22px !important;
    padding: 0 12px;
    width: auto !important;
}

.data-table tr td .assignee select.form-control:focus {
    box-shadow: none;
}

.data-table th span.lower-case {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.data-table tr td .action p.role {
    border-left: 1px dotted #969696;
    padding: 5px 5px;
    font-size: 12px;
    padding: 5px 10px;
}

.tab-wrapper .tab-content .tab-header h5 {
    font-size: 18px;
    color: #364458;
    margin-bottom: 0px;
    font-weight: 600;
}

.tab-wrapper .tab-content .tab-header p {
    font-size: 12px;
    color: #a2aec0;
    margin-bottom: 7px;
}

.tab-wrapper .tab-content .tab-header .tab-header-intro {
    margin-bottom: 10px;
}

.tab-wrapper .tab-content .tab-header .add-member-area {
    padding: 10px 20px 0 20px;
    margin: 0 -20px;
}

.tab-wrapper .tab-content .tab-header .add-member-area a {
    text-decoration: none;
    font-size: 12px;
    color: #007fe8;
    font-weight: 500;
    transition: all ease 0.5s
}

.tab-wrapper .tab-content .tab-header .add-member-area a:hover {
    color: #364458;
}

/*Radio Button*/
.radio-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
}

.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.radio-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

.radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-container input:checked ~ .checkmark:after {
    display: block;
}

.radio-container .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*Check-Box*/
.check-box-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-box-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.check-box-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
}

.check-box-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.check-box-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

.check-box-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-box-container input:checked ~ .checkmark:after {
    display: block;
}

.check-box-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Avtar-upload-area*/
.avtar-upload-area {
    display: flex;
    align-items: center;
}

.avtar-upload-area .profile-pic {
    max-width: 200px;
    max-height: 200px;
    display: block;
}

.avtar-upload-area .file-upload {
    display: none;
}

.avtar-upload-area .circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 100px;
    height: 100px;
    position: relative;
    background-color: #f1f5f9;
}

.avtar-upload-area .circle .text-img {
    font-size: 44px;
    font-weight: 700;
    color: #ced7df;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.avtar-upload-area img {
    width: 85%;
    height: auto;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter:         drop-shadow(5px 5px 5px #222);
}

.avtar-upload-area .p-image {
    margin-left: 20px;
    position: relative;
}

.avtar-upload-area .p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}


.bill-rate .input-group {
    width: 130px;
}

.bill-rate input:focus {
    box-shadow: none;
}

.input-group-append {
    height: 34px;
    background-color: #008aff;
    font-size: 10px;
    color: #fff;
    border-radius: 0 8px 8px 0;
}

.input-group-append span.input-group-text {
    font-size: 10px;
    color: #fff;
    border-radius: 0 8px 8px 0;
}

/*.status-tab-data {
    background-color: #fff;
}*/

.status-tab-data .status-detail, .project-setting-tab-data .project-setting-left {
    border-right: 1px solid #ebeff3;
}

.status-tab-data .status-detail .status-info-wrap {
    padding: 7px 20px;
    border: 1px solid #ebeff3;
    border-radius: 8px;
    margin-bottom: 15px;
}

.status-info-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.status-tab-data .status-detail .status-info-wrap p {
    font-size: 12px;
    font-weight: 500;
    color: #757f8a;
    text-transform: uppercase;
}

.status-tab-data .status-detail .status-info-wrap b {
    font-size: 14px;
    font-weight: 600;
}

.status-tab-data .status-detail-graph, .status-tab-data .status-detail {
    padding: 20px;
}

.status-tab-data .status-detail-graph .status-progressbar {

}

.status-tab-data .status-detail-graph .status-piechart {
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-setting-tab-data {

}

.project-setting-tab-data .project-setting-inner {
    padding: 15px 20px;
    border-bottom: 1px solid #ebeff3;
}

.project-setting-tab-data .project-setting-inner {

}

.project-setting-tab-data .project-setting-inner p {
    font-size: 14px;
    color: #364458;
    font-weight: 600;
}

.project-setting-tab-data .project-setting-inner span {
    color: #a2aec0;
    font-size: 12px;
}

.project-setting-tab-data .form-control {
    border-color: #ebeff3;
}

.project-setting-tab-data .custom-control.custom-switch {
    padding: 0;
}

.project-setting-tab-data .custom-control.custom-switch label {
    font-size: 12px;
}

.project-setting-tab-data .project-bill-rate {
    width: 170px;
}

.project-setting-tab-data .project-bill-rate .input-group-append span {
    background-color: #0280eb !important;
    font-size: 10px;
    color: #fff;
}

.project-setting-tab-data .project-bill-rate input, .project-setting-tab-data .project-bill-rate .input-group-append {
    height: 28px !important;
}

.project-setting-tab-data .hr-field input {
    width: 70px !important;
    margin-right: 10px;
}

.color-picker-wrapper .color-wrapper {
    position: relative;
    width: 250px;
    margin: 20px auto;
}

.color-picker-wrapper .color-wrapper p {
    margin-bottom: 5px;
}

.color-picker-wrapper input.call-picker {
    border: 1px solid #AAA;
    color: #666;
    text-transform: uppercase;
    float: left;
    outline: none;
    padding: 10px;
    text-transform: uppercase;
    width: 85px;
}

.color-picker-wrapper .color-picker {
    width: 130px;
    background: #F3F3F3;
    height: 81px;
    padding: 5px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 3px 1px #DDD;
    position: absolute;
    top: 61px;
    left: 2px;
}

.color-picker-wrapper .color-holder {
    background: #fff;
    cursor: pointer;
    border: 1px solid #AAA;
    width: 40px;
    height: 36px;
    float: left;
    margin-left: 5px;
}

.color-picker-wrapper .color-picker .color-item {
    cursor: pointer;
    width: 10px;
    height: 10px;
    list-style-type: none;
    float: left;
    margin: 2px;
    border: 1px solid #DDD;
}

.color-picker-wrapper .color-picker .color-item:hover {
    border: 1px solid #666;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
}

.project-setting-tab-data .enterprise-feature {

}

.project-setting-tab-data .enterprise-feature .enterprise-feature-blue, .authentication-tab-data .enterprise-feature-blue {
    background-color: #008aff;
    color: #fff;
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 10px;
    min-height: 46px;
    display: flex;
    align-items: center;
}

.project-setting-tab-data .enterprise-feature .enterprise-feature-blue .btn-primary, .authentication-tab-data .enterprise-feature-blue .btn-primary {
    background-color: #fff;
    color: #008aff;
    height: 30px;
}

.feature-content {
    color: #a9a9a9 !important;
    opacity: 0.4;
}

.project-setting-tab-data .enterprise-feature .enterprise-feature-info p, .project-setting-tab-data.settings-tab-data p.title {
    font-size: 18px;
    color: #364458;
    font-weight: 600;
}

.project-setting-tab-data .enterprise-feature .enterprise-feature-info span, .project-setting-tab-data.settings-tab-data span.note {
    color: #a2aec0;
    font-size: 13px;
}

/*
.project-setting-tab-data .enterprise-feature .feature-content  select.form-control {
    cursor: not-allowed;
    opacity: 0.4;
}*/


.project-setting-tab-data .project-setting-right {
    padding: 20px 20px 20px 0;
}

.project-feature-total {
    box-shadow: -1px -4px 38px 0 rgb(217 224 230 / .49);
    position: relative;
    margin-top: 15px;
    background-color: #ffff;
    border-radius: 8px;
    padding: 0 !important;
}

.project-feature-total .tab-header {
    height: 60px;
    padding: 12px 20px;
    box-shadow: 0 18px 38px 0 rgb(217 224 230 / .49);
}

.project-feature-total span.date {
    font-size: 8px;
    color: #c7c7c7;
}


/*setting*/

.setting-tab-data .project-setting-tab-data {
    padding: 20px 20px 20px 20px;
}

.drop-area-wrap .drop-zone {
    max-width: 100%;
    height: 150px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    color: #cccccc;
    border: 1px dashed #fff;
    border-radius: 10px;
    cursor: pointer;
}

.drop-area-wrap span.drop-zone__prompt {
    color: #fff;
}

.drop-area-wrap .drop-zone--over {
    border-style: solid;
}

.drop-area-wrap .drop-zone__input {
    display: none;
}

.drop-area-wrap .drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-area-wrap .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.custom-field-wrapper .blue-area {
    border-radius: 10px;
    padding: 20px;
    background-color: #008aff;
}

.custom-field-wrapper .creat-area {
    background-color: #fff;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 2px 10px 24px 0 rgb(86 86 86 / 49%);
}

.custom-field-wrapper .creat-area button {
    width: 230px;
    height: 42px;
}

.custom-field-wrapper .visible-invisible-area {
    height: 150px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 20px 0;
}

.visible-invisible-area {

}

.visible-invisible-area h5 {
    font-size: 12px;
    margin-bottom: 0px;
    color: #fff;
}

.visible-invisible-area p {
    font-size: 12px;
    color: #fff;
}

.authentication-tab-data .enterprise-feature-info {
    padding: 20px;
    border-bottom: 1px solid #ebeff3;
}

.authentication-tab-data .enterprise-feature-blue {
    margin: 20px;
    display: inline-block;
    width: 100%;
}

.tab-data.authentication-tab-data.project-setting-tab-data, .project-setting-tab-data.settings-tab-data {
    padding: 0;
}

button.ghost-btn {
    border: 1px solid #008aff;
    color: #008aff;
    font-size: 12px;
    background-color: transparent;
    border-radius: 6px;
    transition: all ease 0.3s;
}

button.ghost-btn:hover {
    background-color: #008aff;
    color: #fff;
}

.input-group-prepend .input-group-text {
    border-radius: 8px 0px 0px 8px;
}

.input-group-prepend .input-group-text, .input-group-append .input-group-text {
    background-color: #008aff;
    font-size: 10px !important;
    color: #fff !important;
}

.subdomain-wrapper .input-group {
    width: 575px;
    max-width: 100%;
}

.settings-tab-data .project-setting-right {
    padding: 0;
    margin-left: -15px;
}

.project-setting-tab-data .project-setting-right .project-setting-inner {
    margin-left: -15px;
}

.project-setting-tab-data .project-setting-right .project-setting-inner .enterprise-feature-blue span {
    color: #fff;
}

.project-setting-tab-data .project-setting-right .project-setting-inner .date i {
    color: #a9a9a9;
}

.project-setting-tab-data .project-setting-right .project-setting-inner a {
    font-size: 13px;
}

.data-table tr td .access-wrap select.form-control {
    background-color: #c6dbec !important;
    color: #fff;
    border: none;
    height: 22px !important;
    padding: 0 12px;
    width: auto !important;
}

.data-table tr td .bill-rate .input-group-append .input-group-text {
    background-color: #a3afbb;
    color: #fff !important;
}

.data-table tr td .access-wrap select.form-control.access-dd-1 {
    background-color: #008aff !important;
    font-size: 10px;
}

.data-table tr td .access-wrap select.form-control.access-dd-2 {
    background-color: #a9d8ff !important;
    font-size: 10px;
    color: #155891;
}

.tab-wrapper .tab-content .reminders-tab {
    padding: 12px 20px !important;
}

.tab-wrapper .tab-content .reminders-tab .add-row p {
    font-size: 12px;
    color: #757f8a;
}

.tab-wrapper .tab-content .reminders-tab .add-row p span {
    color: #007bff;
}

.range-div p.time-range {
    white-space: nowrap;
    font-size: 14px;
}

.range-div p.date-range {
    font-size: 9px;
    line-height: 12px;
    margin-top: 4px !important;
}

.popup_footer {
    text-align: right;
    border-top: 1px solid #ebeff3;
}

.popup_footer button {
    padding: 2px 8px;
    margin: 12px;
    padding: 0px 5px;
    font-size: 12px;
}
.pricing-top-title{
    font-size: 12px;
    text-align: center;
    background: #fff;
    color: #051c4b;
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 5px;
}
.bg-darkblue{
    background: #011c4b;
}
.txt-darkblue{
    color: #011b4c;
}
@media (max-width: 1024px) {
    .all-info-wrap .top-info-wrap .equal-block h2 {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .all-info-wrap {
        margin-bottom: 30px;
    }

    .data-table tr td .status .d-flex {
        flex-wrap: wrap;
    }

    .data-table tr td .status .hrs small {
        display: flex;
        margin-top: 10px;
    }

    .data-table th span.pr-1 {
        padding-right: 0px !important;
    }
}

@media (max-width: 575px) {
    .all-info-wrap .top-info-wrap {
        flex-wrap: wrap;
    }

    .all-info-wrap .top-info-wrap .equal-block {
        width: 100%;
        min-height: 80px;
    }

    .all-info-wrap .top-info-wrap .project-info {
        border-top: 1px solid #ebeff3;
        border-bottom: 1px solid #ebeff3;
        border-left: none;
        border-right: none;
    }
}

@media (max-width: 360px) {
    header nav.navbar .navbar-brand img {
        max-width: 100px;
    }

    header nav.navbar .navbar-brand {
        margin-right: 0;
    }

    header nav.navbar ul.navbar-nav li.nav-item + li.nav-item {
        margin-left: 8px;
    }

    header .right-div {
        margin-right: 48px;
    }
}
