.cust-date-range {
    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;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f5f9fc;
    opacity: 1;
}

.scroll-style {
    overflow-y: scroll;
    max-height: 300px;
}

.scroll-style::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
.scroll-style::-webkit-scrollbar {
    background-color: #fff;
    width: 16px
}

/* background of the scrollbar except button or resizer */
.scroll-style::-webkit-scrollbar-track {
    background-color: #fff
}
/* custume btn */
header nav.navbar ul.navbar-nav a.nav-link.upgrade-btn:hover{
    color: white !important;
}

.scroll-style::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4
}

/* scrollbar itself */
.scroll-style::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff
}

.scroll-style::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4
}

/* set button(top and bottom of the scrollbar) */
.scroll-style::-webkit-scrollbar-button {
    display: none
}

.daterangepicker.dropdown-menu {
    width: auto;
}

.daterangepicker .input-mini {
    padding-left: 28px !important;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    padding: 5px;
    font-size: 12px;
}

.ranges li {
    color: #008aff !important;
}

.ranges li:hover, .ranges li.active {
    background-color: #008aff !important;
    color: #fff !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #008aff;
    border-color: transparent;
    color: #fff;
}

.daterangepicker .avtive {
    background-color: #318afe !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #008aff !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #008aff !important;
    border-color: transparent;
    color: #fff !important;
}

.range_inputs .applyBtn {
    background-color: #318afe !important;
    border-color: #318afe !important;
}

.btn {
    font-size: 13px !important;
}

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

.custom-treker-input {
    background-color: transparent;
    color: white;
    font-size: 18px;
    border: none;
    border-color: #62a7e1 !important;
}

.custom-treker-input:focus {
    color: white;
    background-color: transparent;
    border-color: #62a7e1 !important;
    border: solid 1px;
    outline: 0;
}

.custom-treker-input:hover {
    border-color: #62a7e1 !important;
    border: solid 1px;
    outline: 0;
}

.custom-treker-input::-webkit-input-placeholder { /* Edge */
    color: white;
}

.custom-treker-input::-ms-input-placeholder { /* Internet Explorer */
    color: white;
}

.custom-treker-input::placeholder {
    color: white;
}

.doller-non-billable {
    color: #a3afbb !important;
}

.doller-billable {
    color: #037ce3;
}

.doller-billable-white {
    color: #ffffff !important;
}

.dis-none {
    display: none;
}

.w-15 {
    width: 15%;
}

.w-10 {
    width: 10%;
}

.w-5 {
    width: 5%;
}

.no-radius {
    border-radius: none !important;
}

.logo {
    /*overflow: hidden;*/
    /*width: 100px;*/
    position: relative;
    height: 100px !important;
    text-align: center;
}
.logo-hieght{
    max-height: 100px !important;
}


.w-55-px {
    width: 55px;
}

.week-date {
    font-size: 18px !important;
}

.pb-22-px {
    padding-bottom: 22px !important;
}

.select2-container {
    width: 100% !important;
}

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

.d-contents {
    display: contents;
}

.picker {
    border-radius: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    border: thin solid #eee;
}

.picker:hover {
    transform: scale(1.1);
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
    border-color: #ebeff3 !important;
}

.selectize-input {
    border-radius: 6px !important;
}

#colorPick {
    z-index: 9;
}

.setting-cust-hr {
    margin: 15px 0px !important;
}

.colorPickSelector:hover {
    transform: scale(1.1);
}


.settinf-save-btn {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: right;
    margin-right: 20px;
}

.text-decoration-none {
    text-transform: none !important;
}

.preweek, .nextweek, .rate-change, .change_rate {
    cursor: pointer;
}

.billable-color {
    color: #007bff !important;
}

table.table tr.open-accordion .name-light-blue {
    color: #027ee8;
}

.w-30 {
    width: 30% !important;
}

.w-20 {
    width: 20% !important;
}

.billable {
    cursor: pointer;
    border-right: 1px dashed #c7c7c7;
    padding-right: 30px;
}

.billable .doller i {
    font-size: 18px;
}

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

.fa-times, .tag_list, .dropdown-category, .update_billable {
    cursor: pointer;
}

.project_popup .bg-wrap .wrap {
    max-height: 350px;
    overflow-y: auto;
}

.border-right {
    border-right: 1px solid #ebeff3;
}

.height-100 {
    height: 100%;
}

.selectize-input {
    padding: 4px 8px !important;
    color: #303030 !important;
}

.selectize-input-custom-p .selectize-input {
    padding: 8px 8px !important;
}

.tag_list_box {
    z-index: 99999999999;
}

.plist {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.say_log {
    line-height: 15px;
}

.modal-header {
    padding: 0.5rem 1rem !important;
}

.traker-form {
    position: sticky;
    z-index: 1;
    top: 0;
}

.seetign-b-top {
    border-top: 1px solid #ebeff3;
}

a:hover {
    text-decoration: none;
}

.modal-content {
    border-radius: 10px;
!important;
}

@media (max-width: 991px) {
    .time-tracker .left .custom-treker-input {
        width: 100%;
        text-align: center;
    }
}

#time_tracker_projects .check-box-container {
    padding-left: 0px !important;
}

#time_tracker_projects .check-box-container .checkmark {
    display: none !important;
}

td i {
    font-size: 13px !important;
}

.show_cal {
    color: #ffffff !important;
    background: #008aff !important;
    border: 1px solid #008aff;
}

.show_cal i {
    cursor: pointer;
}

.badge {
    font-size: 80% !important;
}

.lang-sidebar ul.nav-tabs li {
    border-radius: 10px !important;
    margin-bottom: 5px;
}

.lang-sidebar .nav-tabs .nav-link.active {
    border-radius: 10px !important;
    background-color: #318aff !important;
    color: #ffffff !important;
    border: 4px solid white;
}

.lang_menu {
    border-radius: 8px !important;
    border: none !important;
}

.lang_menu .dropdown-item {
    font-size: 12px !important;
}

.lang_menu .active {
    color: #ffffff !important;
}

.changeLanguage select {
    width: 65px !important;
}

.select2-selection:focus {
    outline: none;
}

.select2-selection {
    font-size: 13px !important;
    border-color: #ebeff3 !important;
    background-color: #f9f9f9 !important;
    background-image: linear-gradient(to bottom, #fefefe, #f2f2f2) !important;
}

.select2-results__options:focus {
    outline: none;
}

.select2-results__options {
    font-size: 13px !important;
    border-color: #ebeff3 !important;
}

.select2-results__option--highlighted {
    background-color: #f5fafd !important;
    color: #0280eb !important;
}

.select2-dropdown {
    border: 1px solid #ebeff3 !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f5fafd !important;
}

.font-13 {
    font-size: 13px !important;
}

.red-btn, .red-btn:hover {
    display: inline-block;
    line-height: 32px;
    background: #dc3545;
    color: #fff !important;
    margin-left: 10px;
    border-radius: 6px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 5px 6px 0 rgb(0 138 255 / .29);
}
#pre_favicon {
    height: 70px;
    width: 70px;
}
.grey-small {
    color: #a2a2a2;
}


.selectgroup {
    display: inline-flex;
}

.selectgroup-item {
    flex-grow: 1;
    position: relative;
}

.selectgroup-item + .selectgroup-item {
    margin-left: -1px;
}

.selectgroup-item:not(:first-child) .selectgroup-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.selectgroup-item:not(:last-child) .selectgroup-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.selectgroup-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.selectgroup-button {
    background-color: #fdfdff;
    border-color: #0280eb;
    border-width: 1px;
    border-style: solid;
    display: block;
    text-align: center;
    padding: 0 1rem;
    height: 35px;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    min-width: 2.375rem;
    line-height: 36px;
}

.selectgroup-button-icon {
    padding-left: .5rem;
    padding-right: .5rem;
}

.selectgroup-button-icon i {
    font-size: 14px;
}

.selectgroup-input:focus + .selectgroup-button,
.selectgroup-input:checked + .selectgroup-button {
    background-color: #0280eb;
    color: #fff;
    z-index: 1;
}

.selectgroup-pills {
    display: block;
    flex-wrap: wrap;
    align-items: flex-start;
}

.selectgroup-pills .selectgroup-item {
    margin-right: .5rem;
    flex-grow: 0;
}

.selectgroup-pills .selectgroup-button {
    border-radius: 50px !important;
}
