@media screen and (max-width: 1023px) {
    .sidebar{ 
        width:4em; 
    }
    .logo{
        display: none;
    }
    .tab-text{
        display: none;
    }
    .sidebar .notification-count{
        left:45%;
    }
    .main-content{
        padding-left:4em;
    }
    .tracker-bar, .report-header{
        left:4em;
        right:0em;
        position: fixed;
        z-index: 50;
    }
}

@media screen and (min-width: 1024px) {
    .sidebar{ 
        width:11em; 
    }
    .logo{
        display: flex;
    }
    .tab-text{
        display: flex;
    }
    .sidebar .notification-count{
        left:80%;
    }
    .main-content{
        padding-left:11em;
    }
    .tracker-bar, .report-header{
        left:11em;
        right:0em;
        position: fixed;
        z-index: 50;
    }
}

.paginate_button.previous{
    background-color: #4D4C7D!important;
    border-radius: 0%!important;
    color: white!important;

}
.paginate_button.next{
    background-color: #4D4C7D!important;
    border-radius: 0%!important;

}
.paginate_button.current{
    background: #4D4C7D!important; 
    border: 0px !important;

}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
div.dataTables_paginate.paging_simple_numbers span a.paginate_button.current:hover, 
div.dataTables_paginate.paging_simple_numbers a.paginate_button.next:hover, 
div.dataTables_paginate.paging_simple_numbers a.paginate_button.previous:hover{
    color: white!important;
}

input[type="checkbox"]{
    accent-color:#4D4C7D;
    margin-bottom:  0.5rem;
}


.dataTable thead tr th{

    font-size: 14px!important;
  
}
.dataTable tbody tr td{
    color: black!important;
    font-size: 14px!important;
    border-top: 1px solid #EFF2F7 ;
    height: 62px!important;
    padding: 0%!important;
    padding-left: 25px!important;;
}

#table_info{
    color: black!important;
    font-size: 80%;
    font-weight: 400;
}


.tracker-table:hover div .fa{
   color: #8492A6;
}

.color-primary{
    color:#4D4C7D!important; 
}
.daterangepicker.dropdown-menu  .calendar .calendar-table .table-condensed{
    font-size: 15px!important;
}

.tracker-table div .fa{
    color: white;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
 }

.color-muted{
    color: #8492A6;
}
.time-count-col:hover{
    background-color: gainsboro;
}

.ui-timepicker-wrapper{
    position: fixed !important;

}
.ui-timepicker-wrapper::-webkit-scrollbar{
    width: 3px!important;
}

.ui-timepicker-wrapper::-webkit-scrollbar-thumb {
    background-color: #827397!important;  
}
.ui-timepicker-wrapper::-webkit-scrollbar-track {
    box-shadow:none; 
}

.ui-timepicker-list li:hover{
    background-color: #827397!important; 
    color: rgb(255, 255, 255)!important;; 
}
.ui-timepicker-list li{
    text-align: center!important;
}
.ui-timepicker-selected{
    background-color: #ffffff!important;
    color: black!important;  
}

    
.show_cal span{
    background-color: #4D4C7D!important; 
    border-radius:0%!important; 
    border-color: #4D4C7D!important;
}


.counter{
    text-transform: none;
    font-size: 90%;
    font-weight: 900;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #8492A6 ;
    color: #8492A6;
    border-width: 1px;
    user-select: none;
    text-align: center;
    vertical-align: baseline;
}
/*edit time popup------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#edit-time-popup{
    width: 300px;
}
.date-input{
    width: 130px;
}
div.datepicker.datepicker-inline{
    width: auto;
}
.daterangepicker.dropdown-menu.ltr.single.opensright.show-calendar{
    display: none !important;
    
}
.table-condensed th{
    padding: 10px;
}
/*END edit time popup------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.element-disabled{
    pointer-events: none!important;
    opacity: 0.5!important;
}

/*tracker bar ------------------------------------------------------------------------------------------------------------------------------------------------------*/
.tracker-bar{
    position: fixed;
    z-index: 10;
}
.tracker-bar #name_input{
    font-size: 24px;
    min-width: 10%
}
span.project_name{
    min-width: 10%;
}
/*end tracker bar ------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*inputs ------------------------------------------------------------------------------------------------------------------------------------------------------*/
.search-input{
    border-color: #4D4C7D;
    border-radius: 0%!important;
}
div.search-input, div.search-input i{
    background-color: #4D4C7D;
    color: white;
}

#table-name-input::placeholder,  #name_input::placeholder, #search-project:focus,  #table-name-input:focus, #name_input:focus, .search-input:focus{
    color: #8492A6!important;
    outline: none!important;
}
.search-input::-webkit-input-placeholder{
    color: #8492A6 !important;
}
.search-input{
    color: black!important;
}
/*end inputs ------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*sidebar ------------------------------------------------------------------------------------------------------------------------------------------------------*/
.sidebar{
    background-color: #363062; 
    color:#E9D5DA;
    height: 100%; 
    position: fixed; 
    z-index: 2;
}
.sidebar .sb-selected{
    background-color: #4D4C7D;
    color:#FFF;
}
.sidebar .notification-count{
    position: absolute;

    top:25px; 
    font-size: x-small; 
    width:15px; 
    height:15px;
    background-color: red;
}
.sidebar a{
    color:#E9D5DA;
}
/*end sidebar ------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*scrollbar ------------------------------------------------------------------------------------------------------------------------------------------------------*/
.scrollbar::-webkit-scrollbar-thumb, .application::-webkit-scrollbar-thumb, .sidebar #tab-section::-webkit-scrollbar-thumb  {
    background-color: #4D4C7D !important; 
    border-radius: 0;
    
}
.scrollbar::-webkit-scrollbar, .application::-webkit-scrollbar, .sidebar #tab-section::-webkit-scrollbar {
    background-color: #ffffff00 !important;  
    width: 3px!important;
    border: 0!important; 
    
}
.scrollbar, .application, #tab-section{
    overflow-y: auto!important; 
}
.scrollbar::-webkit-scrollbar-track, .application::-webkit-scrollbar-track, .sidebar #tab-section::-webkit-scrollbar-track {
    box-shadow:none; 
}
/*end scrollbar ------------------------------------------------------------------------------------------------------------------------------------------------------*/


.projects-block{
    width: 350px!important; 
    max-height: 260px!important;
}





.h-info:hover{
    color:#827397 !important;
}

.h-brightness:hover{
    filter: brightness(0.8);

}

.h-bg:hover{
    background-color: rgb(248, 248, 248)!important;
}

.text-but{
    color:#00B8D9 !important;
    font-size: larger;
}

.info-color{
    color: #827397!important;
}


.cursor-p:hover{
    cursor: pointer;
}
.loader {
    border: 16px solid rgb(233, 233, 233); 
    border-top: 16px solid #827397;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    top:40%;
    left: 50%;
    position: fixed;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.dd-scrollbar::-webkit-scrollbar-thumb{
    border-radius: 1px; 
    background-color: #00B8D9; 
    
}
.dd-scrollbar::-webkit-scrollbar{
    width: 2px;
}


table tbody tr {
    background: none;
}
table.dataTable thead th, .datatable-emp table.dataTable thead td, table.dataTable.no-footer {
    border-bottom: 0
}
.table th {
    /* border: none; */
}

.table tr {
    border-top: 1px solid #f0f1f1;
}
.table tbody tr:first-child {
    border-top: none;
}

table.dataTable thead .sorting_asc, .sorting, .sorting_desc{
    color: black;
}


table.dataTable tbody {
    background: #fff;
}
table.dataTable tbody tr {
    background: #fff;
    padding: 28px 20px;
    color: #a3afbb;
 
}
.table-responsive {
    background: #fff;
    box-shadow: 0 31px 49px rgba(105,105,105,0.09);
    padding-bottom: 0;
    border-radius: 20px;
}

.dataTables_wrapper {
    padding-bottom: 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {

    font-size: 12px !important;
    font-weight: 600 !important;
    color: #fff !important;
    padding: 5px 15px !important;
    cursor: pointer !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    margin-right: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    margin-left: 10px;
    margin-right: 15px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {

    font-size: 10px !important;
    font-weight: 600;
    border-radius: 6px !important;

    color: #fff !important;
    padding: 5px 10px !important;
}
.dataTables_info {
    font-size: 14px!important;

    padding-left: 20px;
}
table {
    margin-bottom: 20px !important;
}
.table td, .table th {
    padding: 15px !important;
}
.dataTables_wrapper .dataTables_filter {
    border: 1px solid #42416b;

    height: 40px;
    padding: 0 15px;
    position: relative;
    margin: 30px 15px 30px 0;
}
.dataTables_wrapper .dataTables_length {
    margin: 30px 0 30px 15px;
    border: 1px solid #4D4C7D;
    border-radius: 0px;
    height: 40px;
    background: #4D4C7D;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 15px;
}
.dataTables_wrapper .dataTables_length label {
    margin-bottom: 0;
}
.dataTables_wrapper .dataTables_filter input {
    outline: none;
    border: none;
    background: none;
    font-weight: 500;
    line-height: 28px;
    color: black;
    font-size: 12px;
}
.dataTables_wrapper .dataTables_filter label {
    font-weight: 600;
    font-size: 12px;
    color: #4D4C7D;
    float: left;

}
.dataTables_wrapper .dataTables_filter label:before {
    position: absolute;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 16px;
    right: 12px;
    top:6px;
}
.dataTables_wrapper .dataTables_length select{
    border: 1px #4D4C7D;
    font-size:12px;
    color:#4D4C7D;
    margin:0 5px;
    line-height: 40px;
    font-weight: 600;
    padding:0 10px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: white;
    height: 38px;
    outline: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    color: #374563 !important;
    border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 10px !important;
}

@media (max-width: 767px) {
    .dataTables_wrapper .dataTables_length {
        margin: 30px auto 15px auto;
        width: 180px;
    }
    .dataTables_wrapper .dataTables_filter {
        margin: 0 auto;
        width: 270px;
    }
}
.report-counter{
    font-size: 11px;
    color: white;
    position:absolute;
    z-index: 5;
    display: inline-block;
    border-radius:50%;
    text-align: center;
    background-color: #4D4C7D;
    padding: 1px;
    width: 21px;
    height: 21px;
    vertical-align: middle;

}



.auth-logo {
    height: 60px;
}

.main-content .page-content {
    min-height: 100vh !important;
}


.nav.nav-tabs li a {
    font-weight: 600;
    color: #42416b;
    text-decoration:none;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 0px;
    font-size: 12px;
}

.nav.nav-tabs {
    border: 1px solid #42416b;
    border-radius: 0px;
}

.nav.nav-tabs li a.active {
    background: #42416b;
    color: white;
}
.active-tab{
    background: #42416b;
    color: white; 
    border: 1px solid #42416b;
    font-weight: 600;
    font-size: 12px;
    padding: 10px 15px;
    cursor: pointer;
}
.inactive-tab{
    border: 1px solid #42416b;
    color: #42416b;
    font-weight: 600;
    font-size: 12px;
    padding: 10px 15px;
    cursor: pointer;

}

.annual-billing span {
    background: #0f5ef7;
    color: white;
    border-radius: 5px;
    padding: 2px 15px;
}

.annual-billing .active span {
    background: white;
    color: #0f5ef7;
}

.text-block a {
    color: #008aff;
}

.create_language.nav-pills .nav-link.active, .create_language.nav-pills .show > .nav-link {
    color: #FFF;
    background-color: #0f5ef7;
}
.small-title {
    padding: 15px;
    border: 15px;
    font-size: 20px;
    font-size: 17px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 49px rgb(105 105 105 / 9%);
}
.card.setting-card {
    padding: 30px 15px;
}
.setting-logo-box {
    min-height: 258px !important;
}
.logo-content {
    background: #d8d8dc6e;
    border-radius: 20px;
    padding: 15px 30px;
}

.big-logo, .small-logo, .logo_white {
    max-height: 60px;
}

.custom-file-label1,
.choose-file div {
    color: #fff;
    background: #0f5ef7;
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    /* min-width: 135px; */
    font-size: 12px;
    font-weight: 500;
}
.profile-image {
    width: 25%;
}

.progress-label-left
{
    right: 0;
    left: auto;
}

.weak_go {
    background-color: #051c4b;
    color: #fff;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}
.week_date {
    color: #051c4b;
}

.mrege_inputt .input-group-text
{
    padding: 11px 15px;
}

.mrege_inputt input#date_filtter
{
    height: 40px;
}

.w-10 { width: 10%; }
.w-10i { width: 10% !important; }
.w-15 { width: 15%; }
.w-15i { width: 15% !important; }
.w-20 { width: 20%; }
.w-20i { width: 20% !important; }
.w-25 { width: 25%; }
.w-25i { width: 25% !important; }
.w-30 { width: 30%; }
.w-30i { width: 30% !important; }
.w-35 { width: 35%; }
.w-35i { width: 35% !important; }
.w-40 { width: 40%; }
.w-40i { width: 40% !important; }
.w-45 { width: 45%; }
.w-45i { width: 45% !important; }
.w-50 { width: 50%; }
.w-50i { width: 50% !important; }
.w-55 { width: 55%; }
.w-55i { width: 55% !important; }
.w-60 { width: 60%; }
.w-60i { width: 60% !important; }
.w-65 { width: 65%; }
.w-65i { width: 65% !important; }
.w-70 { width: 70%; }
.w-70i { width: 70% !important; }
.w-75 { width: 75%; }
.w-75i { width: 75% !important; }
.w-80 { width: 80%; }
.w-80i { width: 80% !important; }
.w-85 { width: 85%; }
.w-85i { width: 85% !important; }
.w-90 { width: 90%; }
.w-90i { width: 90% !important; }
.w-95 { width: 95%; }
.w-95i { width: 95% !important; }

.range_inputs { display: none; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #827397 !important;
    border: 1px solid #4e14b1 !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    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 / 80%);
    position: sticky;
    top: 0;
    z-index: 99;
}

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


.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;
}

.dolor-boder
{
    cursor: pointer;
    border: dotted #fff;
    border-width: 0px 2px 0px 2px;
    padding: 0 10px;
    height: 35px;
}

.br-1
{
    border-right: 2px dotted #fff;
    padding-right: 15px;
}
.cus-select1 .select2-container .select2-selection--single,
.cus-select1 .select2-container--default.select2-container--focus .select2-selection--multiple,
.cus-select1 .select2-container--default .select2-selection--multiple,
.cus-select1 .select2-container--default .select2-search--dropdown .select2-search__field
{
    height: 40px;
    line-height: 15px;
}

.cus-select .select2-container--default.select2-container--focus .select2-selection--multiple,.cus-select .select2-container--default .select2-selection--multiple
{
    min-height: 40px;
}

.cus-select .select2-container .select2-selection--single,
.cus-select .select2-container--default.select2-container--focus .select2-selection--multiple,
.cus-select .select2-container--default .select2-selection--multiple,
.cus-select .select2-container--default .select2-search--dropdown .select2-search__field
{
    padding: 5px 10px;
}

.h-40,
.cust-date-range {
    height: 40px;
}
.project_list_div
{
    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: 13px;
    color: #343a40;
    font-weight: 500;
    height: auto;
    position: relative;
}
.lh-30 {
    line-height: 28px;
}
.bb1 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.accodian-minus,
.accodian-plus{
    cursor: pointer;
    color: #fff;
    background-color: #2d81ee;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 4px;
    border-radius: 3px;
}
.accodian-minus {
    background-color: #A3AFBB
}
.acc-mainmenu {
    border-bottom: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
}
.acc-sub-menu>.acc-sub-menu-div
{
    padding: 10px 0;
}
.acc-sub-menu>.acc-sub-menu-div:last-child {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.acc-sub-menu>.acc-sub-menu-div>div:first-child {
    padding-left: 50px;
}
.acc-sub-menu>.acc-sub-menu-div {
    position: relative;
}
.acc-sub-menu>.acc-sub-menu-div:after {
    content: '';
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    background: #ebeff3;
    left: 20px;
    margin-left: -1px;
}
.acc-sub-menu>.acc-sub-menu-div:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 1px;
    top: 50%;
    background: #ebeff3;
    left: 20px;
}
.pointer { cursor: pointer; }

.view-icon i,
.edit-icon i,
.send-icon i {
    color: #384d79;
    font-size: 10px;
    line-height: 25px;
}

.delete-icon i {
    color: #c73030;
}

.view-icon,
.edit-icon,
.delete-icon {
    background: #fff;
    border-radius: 0px;
    width: 25px;
    line-height: 25px;
    height: 25px;
    text-align: center;
    padding: 5px 7px;
}

.view-icon {
    margin-right: 6px;
    background: #46b8da;
}

.edit-icon {
    margin-right: 6px;
    background: #fff;
}
.auth-lang {
    position: absolute;
    right: 0;
    top: 20px;
}
.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 .dropdown-menu {
    position: initial !important;
    width: 100%;
    margin: 0;
    border: 0;
    background: #fff;
    float: none !important;
    padding: 15px 15px;
    transform: none !important;
}
.check-box-container {
    display: block;
    position: relative;
    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;
}
.popup_footer {
    text-align: right;
    border-top: 1px solid #ebeff3;
}
.popup_footer button {
    padding: 2px 8px;
    margin: 12px;
    padding: 0px 5px;
    font-size: 12px;
    float: right;
}
.project_popup .bg-wrap .wrap {
    max-height: 350px;
    overflow-y: auto;
    width: 350px;
}
.custom-dropdown-popup .dropdown {
    width: 100%;
}
#time_tracker_projects .check-box-container {
    padding-left: 0px !important;
}
.custom-dropdown-popup .dropdown button.dropdown-toggle span {
    display: inline-block;
    float: right;
    margin-right: 15px;
}
#time_tracker_projects .check-box-container .checkmark {
    display: none !important;
}
.check-box-container .project_check,.check-box-container .task_check{
    display: none;
}
.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;
}
.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-menu {
    position: initial !important;
    width: 100%;
    margin: 0;
    border: 0;
    background: #fff;
    float: none !important;
    padding: 15px 15px;
    transform: none !important;
}
.plist {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.list-inline-item .category {
    padding: 0 15px;
    border: 1px solid #62a7e1;
    line-height: 32px;
    border-radius: 6px;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
}
.list-inline-item .category img {
    float: right;
    margin-top: 10px;
}
.close_project{
    cursor: pointer;
}
.time-tracker h5.tags {
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-weight: 300;
}
.tag_list, .dropdown-category, .update_billable {
    cursor: pointer;
}
.apexcharts-legend.position-bottom.center, .apexcharts-legend.position-top.center {
    transform: translateX(0%) !important;
}
.selectize-control.single .selectize-input, .selectize-dropdown.single,.selectize-input {
    padding: 0.90rem 1.25rem !important;
}
.selectize-control.single .selectize-input{
    background-image: none !important;
    background-color: #fff !important;
}
.selectize-input {
    border: 1px solid #E0E6ED;
}
.selectize-control.single .selectize-input, .selectize-dropdown.single {
    border-color: #E0E6ED !important;
}
.selectize-control.multi .selectize-input.has-items {
    padding: 10px 8px 9px !important;
}
.change_billable{
    cursor: pointer;
    margin-right: 10px;
}
.fa-trash,.fa-pencil-alt{
    cursor: pointer;
}

.row.acc-sub-menu-div>div {
    margin-top: auto;
    margin-bottom: auto;
}
.accordion .card{
    border: solid #eee 1px;
}
.payment-tab .nav-link{
    border: solid 1px #031333;
    margin: 5px;
}
.btn-icon-only.btn-xse {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
}

/* Recaptcha */
.g-recaptcha div:first-child {
    transform: scale(1.070);
    position: relative;
    left: 7px;
}

.text-blue {
    color: #255ff7;
}

.progresschart{
    padding-left: 120px;
    padding-right: 110px;
}
    
@media (max-width: 1024px) {
    .progresschart{
        padding-left: 30px;
        min-height: 400px;
    }
}
