body {
    font-family: 'Montserrat', sans-serif;
}
/* gemini-scrollbar override styles \

  #example-3 .gm-scrollbar.-vertical .thumb {
    background-color: #c1c1c1;
}
  #example-3 .gm-scrollbar.-vertical .thumb:hover {
    background-color: hsl(0, 0%, 0%);
  }
  #example-3 {
      position: fixed;
      height: auto;
      width: auto;
  }
 #example-3 .gm-scrollbar.-vertical {
    background: #2c2c2c;
}


#example-1 .gm-scrollbar.-vertical .thumb {
    background-color: #c6daec;
}
  #example-1 .gm-scrollbar.-vertical .thumb:hover {
    background-color: hsl(0, 0%, 0%);
  }
  #example-1 {
      position: fixed;
      height: 100vh;
      width: 80%
  }
  #example-1 .gm-scrollbar.-vertical {
    background: #747577;
    width: 13px;
    border-radius: 47px !important;
}

 gemini-scrollbar override styles */
 /* span.tooltipOutcomeMeasures {
    height: auto;
    overflow-x: auto;
    max-height: 76px;
} */

/* .form-group.search_bar:after {
    content: '\f107 ';
    font-family: FontAwesome;
    right: 31px;
    position: relative;
    font-size: 19px;
} */
.form-group.search_bar.d-flex {
    position: relative;
}
.search_bar .arrow_down {
    position: absolute;
    right: 58px;
    cursor: pointer;
    pointer-events: none;
    font-size: 20px;
    top: 3px;
}
span.close-tooltip i {
    font-size: 24px;
    cursor: pointer;
    color: #ff0050;
    background: #fff;
    border-radius: 50px;
}
span.close-tooltip {
    text-align: right;
    /* right: -24px; */
    position: absolute;
    /* top: -15px; */
}
.main_wraper aside h4 {
    font-size: 21px;
    border-radius: 3px;
    padding: 5px 0px;
    background: #748181;
    color: #fff;
    text-align: center;
}   
.divder_hr {
    background: black;
    margin: 0 0 5px;
}
g.amcharts-Sprite-group.amcharts-RoundedRectangle-group {
    cursor: pointer;
}
.filter-text span {
    text-decoration-line: underline;
}
.filter-text {
    font-size: 12px;
    color: #748181;
    padding: 8px 8px 9px 8px;
    margin-bottom: 0;
    background: #e1f5ff;
  
}
.main_wraper aside hr {
    background: black;
}



.populated_list ul {
    background: #ffff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 6px 10px #868686;
    position: absolute;
    width: 73%;
    z-index: 99;
    height: 195px;
    overflow-x: auto;
}
.populated_list ul li {
    list-style-type: none;
    font-size: 11px;
    border-bottom: 1px solid #eee;
    padding: 5px 0px;
    /*text-transform: capitalize;*/
    line-height: 13px;
}
#slider-range span {
    width: 10px;
    height: 10px;
    background: #748181;
    border-radius: 56px;
    border: none;
    margin-left: -4px;
    margin-top: 2px;
}
.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #313131;
    cursor: pointer;
}
div#slider-range {
    height: 5px;
    border: none;
    background: #b7bdbd;
}
.main_wraper h2 {

    font-size: 26px;
    border-bottom:2px solid #eee;
    padding: 6px 0;
}
.main_wraper .content p{
    font-size: 12px;
    text-align: right;
    padding: 0 10px;
    margin-bottom:3px ;
}
.main_wraper aside {
   
    padding: 5px 10px;
}

.price-range span {
    font-size: 12px;
    margin-top: 4px;
}
.left-block {
    background-color: #c6e1ef;
    max-width: 20%;
    padding: 0px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
}
.main_wraper .search_bar input  {
    width: 80%;
    margin-right: 10px;
    height: 28px;
    text-transform: none;
    
}
.right-block {
    max-width: 80%;
    flex: 80%;
    height: 100vh;
    overflow-y: hidden;
	overflow: hidden;
}
.main_wraper .search_bar button {
    border: none;
    background: none;
    font-size: 24px;
    padding: 0;
    line-height: 0;
    margin: 0;
    cursor: pointer;
}
.main_wraper .search_bar button:hover {
    color:#1b573d
}
.form-group.search_bar {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    margin-bottom: 5px !important; 
}
.range-slider {
    padding-bottom: 14px;
    border-bottom: 1px solid #748181;
    margin-bottom: 10px;
}
.main_wraper h5 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    margin-bottom: 5px;
}
.age_trail_sub div {
    width: 50%;
    margin-bottom: 0;
}

.age_trail_sub input {
    position: absolute;
    opacity: 0;
}

.age_trail_sub input:checked + label:after {
    content: '\f00c'; 
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #748181;
    position: absolute;
    left: 0;
    border-radius: 4px;
    top: 5px;

}
.age_trail_sub div {
    position: relative;
}
.age_trail_sub label::after {

    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #748181;
    position: absolute;
    left: 0;
    border-radius: 4px;
    top: 5px;
    font-family: FontAwesome;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
    text-align: center;

}
.age_trail_sub label {
    padding-left: 20px;
    cursor: pointer;
    font-size: 12px;
    color: #748181;
    margin-bottom: 0;
}
g.amcharts-Sprite-group.amcharts-Container-group.amcharts-AmChartsLogo-group {
    display: none;
}

.age_trail_sub .trail_phase--na label::after, .trail_phase--na input:checked + label:after  {
    background-color: #2eb0a0;
}
.age_trail_sub .trail_phase--ph1 label::after, .trail_phase--ph1 input:checked + label:after  {
    background-color: #64cfc4;
}
.age_trail_sub .trail_phase--ph2 label::after, .trail_phase--ph2 input:checked + label:after  {
    background-color: #0c4897;
}
.age_trail_sub .trail_phase--ph3 label::after, .trail_phase--p3 input:checked + label:after  {
    background-color: #5aabdd !important;
}
.age_trail_sub .trail_phase--ph4 label::after, .trail_phase--ph4 input:checked + label:after  {
    background-color: #1b573d;
}

.age_trail_sub .trail_phase--ph12 label::after, .trail_phase--ph12 input:checked + label:after  {
    background-color: #6d8391;
}

.age_trail_sub .trail_phase--ph23 label::after, .trail_phase--ph23 input:checked + label:after  {
    background-color: #38799e;
}

.age_trail_main, .trail_phase, .type-trail, .trial-intervention {
    border-bottom: 1px solid #748181;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.main_wraper {
  width: 100%;
  overflow: auto;
}

#chartdiv {
        height: 1050px;
        padding: 0;
    }
div#legenddiv {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
  }
#legenddiv2 {
  width: 100%;
  height: 200px;
  border: 1px dotted #c99;
  margin: 1em 0;
}
#legenddiv2 {
  height: 150px;
  display: none;
}
g.amcharts-Sprite-group.amcharts-Container-group.amcharts-AxisRenderer-group.amcharts-AxisRendererY-group{
  font-size: 14px;
}
.showDateAxis {
    padding: 10px 16px 10px 16px;
    position: sticky;
    top:0px;

    background: #fff;
    z-index: 99;
    left: 0;
    width: 100%;
    text-align: center;
    border-top: none;
    overflow-x: auto;
    right: 0;
}
.showDateAxis .spanDiv {
    width: 65%;
    overflow-y: auto;
    margin-left: 0;
    overflow-y: auto;
    text-align: left;
    display: flex;
}
/* .showDateAxis {
    padding: 10px 16px 10px 16px;
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 99;
    left: 0;
    width: 80%;
    text-align: right;
    border-top: 1px solid #eee;
    overflow-x: auto;
} */
  /* .showDateAxis span {
    margin-left: 38px;
    font-size: 14px;
} */
.showDateAxis span {
       margin-left: 8px;
    font-size: 12px;
    min-width: 61px;
}
.showDateAxis {
    display: inline-flex;
    justify-content: flex-end;
}


.loader-sec,.custom-loader {
    background-color: rgba(0,0,0,0.4);
    height: 100vh;
    vertical-align: middle;
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.loader,.customLoader {
  border: 8px solid #FF6E20;
  border-radius: 50%;
  border-top: 13px solid #FFFFFF;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1.2s linear infinite; /* Safari */
  animation: spin 1.2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%);
}
g.amcharts-Sprite-group.amcharts-PointedShape-group.amcharts-PointedRectangle-group {
    fill: #fff;
    fill-opacity: 1;
}


g.amcharts-Container.amcharts-Label span {
    color: #748181;
    /*font-size: 14px;*/
	font-size: 20px!important;
    font-weight: 500;
    /*line-height: 16px;*/
	line-height: 24px!important;
    display: block;
    width: 100%;
    margin: 3px 0px;
}

g.amcharts-Container.amcharts-Label h5 {
    color: white;
    margin: 0;
    background: #0f4f93;
    display: inline-block;
    padding: 4px 27px;
    font-size: 15px;
    border-radius: 50px;
    margin-bottom: 0;
    text-transform: uppercase;
}
span.sub-heading {
    color: #ce486f !important;
    font-weight: 600 !important;
    line-height: 17px !important;
    display: inline-block;
    margin-top: 10px; 
}
g.amcharts-Container.amcharts-Label a {
    color: #0f4f93;
    /*font-size: 10px;*/
	font-size: 13px;
    font-weight: 600;
}
g.amcharts-Sprite-group.amcharts-PointedShape-group.amcharts-PointedRectangle-group {
    stroke: #787576;

}
[role="button"] {
    display: none !important;
}
foreignObject {
	width: 1070px;
    /*width: 779px;*/
    /*height: 240px;
    overflow-y: scroll;*/
    /* overflow: inherit; */
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.typeTrialSpan  {
    margin-top: -12px;
    margin-left: 60px;
    width: 73%;  
}

.typeTrialSpan span {
    font-size: 9px;
    margin-left: 9px;
}

.populated_list {
    margin-top: -15px;
}


@media screen and (min-width: 1400px) {
    .search_bar .arrow_down {
        position: absolute;
        /*right: 67px;*/
		right: 75px;
        cursor: pointer;
        pointer-events: none;
        font-size: 20px;
        top: 3px;
    }
    .showDateAxis span {
        margin-left: 13px;
        font-size: 15px;
        display: initial;
        white-space: nowrap;
        min-width: auto;
    }
    .showDateAxis .spanDiv {
        width: 69%;
        overflow-y: auto;
        margin-left: 28%;
        text-align: left;
    }
    .showDateAxis {
        padding: 10px 16px 10px 16px;
        position: sticky;
        top:0;
        background: #fff;
        z-index: 99;
        left: 0;
        width: 100%;
        text-align: center;
        border-top: none;
        overflow-x: auto;
        right: 0;
    }
  p.typeTrialSpan {
    margin-top: -12px;
    margin-left: 50px;
    justify-content: space-around;
    display: flex;
}
.typeTrialSpan span {
    font-size: 10px;
    padding: 0px 23px;
    text-align: center;
    width: 35%;
    margin-left: 5px;
}   
.typeTrialSpan span:first-child {
    position: relative;
    left: 6px;
}
.left-block {
    background-color: #c6e1ef;
    max-width: 20%;
    /* padding: 0px 9px !important; */
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
}


} 
a.reset_btn {
    display: inline-block;
    background: #748181;
    color: #fff;
    padding: 5px 19px;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    float:left; 
    margin-right: 13px;
    margin-bottom: 14px;
    text-decoration-line: none;
    margin-left: 90px;
    
}
a.reset_btn:hover {
    background: #556161;
}
@media (min-width: 1200px) and (max-width: 1400px){
    .showDateAxis span {
    margin-left: 28px;
    font-size: 12px;
}
/* .showDateAxis span {
    margin-left: 24px;
    font-size: 11px;
    display: initial;
    white-space: nowrap;
    min-width: auto;
} */
.showDateAxis span {
    margin-left: 4.6px;
    font-size: 16px;
    display: initial;
    white-space: nowrap;
    min-width: auto;
}
}