:root {
    --color-blue: #068FDF;
    --color-dark-blue: #02377D;
    --color-black: #000F24; 
    --color-black-blue: #00214E;
    --color-green: #00E135;
    --color-dull-green:#06D1AE;
    --color-orange:#FFA000;
    --color-blue-grey: #616A77;
    --border-style: 1px solid #ddd;
    --verylight-blue: #def0fb;
    --color-red:  #FF5400;
    --yellow-star: #FFC107;
    --transition: all 0.3s linear 0s;
   
  }
  .color_red{
      color: var(--color-red);
  }
  .blue_cir{
      background: var(--color-blue);
  }
  .green_cir{
    background: var(--color-green);
}
.color_green{
    color: var(--color-dull-green);
}

.orange_cir{
    background: var(--color-green);
}
  .f42{
      font-size: 42px;
  }
  .f12{
    font-size: 12px;
}
  .f18{
    font-size: 18px;
}
.f14{
    font-size: 14px;
}
.f20{
    font-size: 20px;
}
  .f500{
      font-weight: 500;
  }
  .f700{
      font-weight: 700;
  }
  .color_white{
      color: #fff;
  }
  .color_very_blue{
    color: var(--color-black-blue) ;
}
.color_dark_blue{
    color: var(--color-dark-blue) !important;
}
.color_blue{
    color: var(--color-blue);
}
.db_top_sec {

    background: var(--color-black);
    padding: 0px 40px 0px 40px;

}
.db_top {

    background: var(--color-black);
    padding: 20px 40px 20px 40px;

}
a > i {
    vertical-align: middle;
}
.bg_transparent_date input {
    background: transparent !important;
    border: none !important;
}
.input-group-addon {
    position: absolute;
    color: #fff;
    right: 0px;
    bottom: 11px;
}
.sm_date_w {
    width: 134px;
}
.m_lr_10 {
    margin-left: 18px;
}
.m_b_0{
    margin-bottom: 0px;
}
.m_r_10{
    margin-right: 10px;
}
.m_r_33 {
    margin-right: 33px;
}
.datepicker.datepicker-dropdown {
    margin-top: 12px;
}
.db_top_sec {
    background: var(--color-black);
}
.color_blue_grey{
    color: var(--color-blue-grey);
}
.m_t_6{
    margin-top: 6px;
}
.bg_blue{
    background: var(--color-blue);
}
.grapgh_bar > div {
    display: inline-block;
    width: 10px;
}
.h_50{
    height: 50px;
}
.h_24{
    height: 24px;
}
.h_70{
    height: 70px;
}
.tooltip-inner {
    color: var(--color-black);
    background-color: #fff;
}
.blue_tooltip .tooltip-inner {
    background: var(--color-dark-blue);
    color: #fff;
    opacity: 1 !important;
}
.blue_tooltip .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,.blue_tooltip .tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: var(--color-black);
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #fff;
}
.db_top_sec {
    border-top: 1px solid var(--color-blue-grey);
}
.bor_graph {
    border-right: 1px solid var(--color-blue-grey);
    padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 18px;
}
.db_top_sec .row > div:last-child .bor_graph{
    border-right-color: transparent;
}
.no_p_lr{
    padding-left: 0px;
    padding-right: 0px;
}

.p_lr_40{
    padding-left: 40px;
    padding-right: 40px;
}
.view_circle {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 4px;
    vertical-align: -2px;
    margin-right: 3px;
}
.m_r_20{
    margin-right: 20px;
}
.border_right{
    border-right: var(--border-style);
}
.border_left{
    border-left: var(--border-style);
}
.border_top{
    border-top: var(--border-style);
}
.border_bottom{
    border-bottom: var(--border-style);
}
.tab_controller .nav-tabs .nav-link.active {
    border-radius: 0px;
    border-bottom: var(--border-style);
}
.tab_controller .nav-tabs .nav-link {
    border-right: var(--border-style);
    font-size: 14px;
    font-weight: 500;
    border-top: var(--border-style);
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: var(--color-dark-blue);
}
.tab_controller .nav-tabs .nav-item:first-child a {
    border-left: var(--border-style);
}
.tab_controller .nav-tabs .nav-link.active {
    border-radius: 0px;
    border-bottom: var(--border-style);
    background: var(--color-blue);
    color: #fff;
    border-color: var(--color-blue);
}
.border_after {
    position: relative;
    padding-bottom: 10px;
    padding-top: 15px;
}
.border_after::after {
    content: "";
    bottom: 0px;
    width: 98.3%;
    height: 1px;
    position: absolute;
    left: 14px;
    background: #ddd;
}

/*tabs line*/


.wrp_tab_liner #tabs{
	background: #007b5e;
    color: #eee;
}
.wrp_tab_liner #tabs h6.section-title{
    color: #eee;
}

.wrp_tab_liner #tabs .nav-tabs .nav-item.show .nav-link,.wrp_tab_liner .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid var(--color-blue) !important;
}
.wrp_tab_liner #tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}
.wrp_tab_liner > nav > div.nav-fill a {
    flex: 0 0 auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.wrp_tab_liner > nav > div.nav-fill a:hover{
    border-color: transparent;
}
/*tabs line*/
.p_t_30{
    padding-top: 30px;
}
.p_t_40{
    padding-top: 40px;
}
.p_t_20{
    padding-top: 40px;
}
.p_b_30{
    padding-bottom: 30px;
}
.p_b_40{
    padding-bottom: 40px;
}
.p_b_20{
    padding-bottom: 40px;
}
.f26{
    font-size: 26px;
}
.p_r_5{
    padding-right: 5px;
}
.f100{
    font-size: 100px;
    line-height: 100px;
}
.m_t_40{
    margin-top: 40px;
}
.m_t_60{
    margin-top: 60px;
}
.tab-pane.active {
    animation: slide-down 2s ease-out;
}
@keyframes slide-down {
    0% { opacity: 0; transform: translateY(8%); }
    50% { opacity: 1; transform: translateY(0); }
}
.opa_60{
    opacity: 0.60;
}
.p_l_30{
    padding-left: 30px;
}
.p_r_30{
    padding-right: 30px;
}
/* #donutchart_country svg{
    transform: scale(1.5);
}
#donutchart_country {
    margin-top: 60px;
} */
.m_child_25 > div {
    margin-right: 25px;
}
.progress.prog > .progress-bar {
    background: #00ffba;
    background: -moz-linear-gradient(left, #00ffba 0%, #00a1ff 100%);
    background: -webkit-linear-gradient(left, #00ffba 0%,#00a1ff 100%);
    background: linear-gradient(to right, #00ffba 0%,#00a1ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffba', endColorstr='#00a1ff',GradientType=1 );
}
body .progress-bar {
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width 1.3s ease;
    -o-transition: width 1.3s ease;
    transition: width 1.3s ease;
}
.progress.prog {
    background: var(--verylight-blue);
    height: 11px;
    width: 200px;
}
.hide_tr {
    display: none;
}
.ver_divi {
    border-left: 2px solid #707070;
    margin-right: 7px;
}
.m_b_30{
    margin-bottom: 30px;
}
.m_t_20 {
    margin-top: 20px;
}
.show_hide {
    display: inline-block;
}
.bg_chips {
 
    display: block;
    padding: 6px 15px;
    border-radius: 5px;
}
.bl1{
    background: #068FDF;
}
.bl2{
    background: #50BEFF;
}
.bl3{
    background: #7CCFFF;
}
.bl4{
    background: #8DD5FF;
}
.bl5{
    background: #B8E5FF;
}
.bl6{
    background: #DCF2FF;
}
.gr1{
    background: #00FFCC;
}
.gr2{
    background: #9cffeb;
}
.gr3{
    background: #d4fff7;
}
.yl1{
    background: #FFE600;
}
.yl2{
    background: #fff59c;
}
.yl3{
    background: #fffbd4;
}

.item_bb_left {
    align-self: center;
}
.item_bb_left > span:first-child {
    margin-right: 5px;
}
.item_bb_left > span {
    display: inline-block;
    vertical-align: middle;
}
.item_bb_left > span:last-child p {
    line-height: 20px;
}
.quee {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: var(--verylight-blue);
    text-align: center;
    border: 1px solid var(--blue);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    margin-left: 2px;
    color: var(--blue);
}
.item_bb_left > span:last-child p {
    line-height: 20px;
}
.star_rating i {
    color: var(--yellow-star);
    font-size: 21px;
}
.m_t_30{
    margin-top: 30px;
}
.box-wrapper {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.box-wrapper:hover {
-webkit-box-shadow: 0 0 9px 3px rgba(0,0,0,0.1);
box-shadow: 0 0 9px 3px rgba(0,0,0,0.1);
border-color: transparent;
}
.table.table-borderless tr td:first-child {
    padding-left: 0px;
}

/*line graph*/
.line {
    stroke-width: 2;
    fill: none;
  }
  
  .axis path {
    stroke: black;
  }
  
  .text {
    font-size: 12px;
  }
  
  .title-text {
    font-size: 12px;
  }
/*line graph*/
.sticky_it{
    position: sticky;
    top: 10px;
    max-height: 550px;
    overflow-y: auto;
}
.tag.label.label-info {
    background: #D0E9FC;
    font-size: 14px;
    font-weight: 500;
    padding: 1px 8px;
    color: var(--color-black-blue);
}
.bootstrap-tagsinput{
    width: 100%;
}
.add_more_f,.remove-field.btn-remove-customer {
    background-color: transparent;
    border: 0px;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    color: #023E86;
    font-weight: 600;
}
body .remove-field.btn-remove-customer{
color: var(--color-red);
}
.width100 {
    width: 100%;
}
.m_l_1{
    margin-left: 1px;
}
.m_l_15 {
    margin-left: 15px;
}
.nav.nav-tabs > .disabled {
    pointer-events: none;
}
body .some_w {
    width: 74%;
}
.form-group {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
.remove-field.btn-remove-customer.m_l_15 {
    width: 100%;
}
.m_lr_0 {
    margin-left: 0px;
    margin-right: 0px;
}
.jFiler-input {
    display: none !important;
}
.jFiler-items.jFiler-row {
    margin-top: 12px;
}
.hide_it{
    display: none;
}