.smc_chart_wdgt {
    position:relative;
    height: 600px;
}
.smc_chart_wdgt canvas{
    float:left;
}
.smc_chart_wdgt .overlay form,
.smc_chart_wdgt .overlay .social-share {
    display: none;
    /* text-align: center; */
    vertical-align: middle;
    width:50%;
    margin: 20px auto 0;
    background: rgba(255, 255, 255, 1);
}

.smc_chart_wdgt .overlay .social-share {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 15px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
}
.smc_chart_wdgt .overlay .social-share .share-link{
    display: inline-block;
}

/* Styled by Arun KS */
.smc_chart_wdgt .chart-btn-wrap {
    text-align: right;
    position: absolute;
    width: auto;
    right:  0;
}   


.smc_chart_wdgt .chart-btn-wrap .pop-btn{
  color: #fff;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
    float: none;
    display: block;
    background-color: #3898d9;
    border-radius: 0;
    text-align: left;
    text-transform: none;
    max-width: 100%;
    width: 170px;
    text-align: left !important;
    font-weight: bold;
    padding: 12px 10px;

}

.smc_chart_wdgt .chart-btn-wrap .pop-btn:focus{
  outline: none;
}

.smc_chart_wdgt .chart-btn-wrap .pop-btn.inactive{
    background-color: #ccd0d9;
}

.smc_chart_wdgt .overlay {
    position: absolute;
    top:0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    /* background: rgba(255, 255, 255, .8); */
    background: rgba(248,249,251, .8);
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    z-index: 10;
    font-size: 13px;
    visibility: visible;
    opacity: 1 !important;

}

.clr{
    clear: both;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.smc_chart_wdgt .overlay h3{
    color: #363265;
    margin-bottom: 15px;
    margin-top: 15px;
}

.smc_chart_wdgt .overlay .popup-close{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #363265;
    font-weight: bold;
    font-size: 16px;
    z-index: 1;
    text-decoration: none;
    box-shadow: none;
    top: 0;
}

.smc_chart_wdgt .overlay form{
    padding: 15px;
    text-align: left;
}

.smc_chart_wdgt .apply input{
    width: 100%;
    background-color: #ccd0d9 !important;
    font-weight: bold;
    font-size: 16px;
    border-radius: 0;
    text-align: left;
    letter-spacing: 0;
    padding: 14px 10px;
    cursor: pointer;
    border: 0;
    box-shadow: none;
    outline: none;
    text-transform: none;
    margin-top: 0 !important;
    text-align: left !important;
    color: #fff;
}


.smc_chart_wdgt .apply input:hover{
    background-color: #ccd0d9;
}
.smc_chart_wdgt .apply.active input, .smc_chart_wdgt .apply.active:hover input{
    background-color: #ED5565 !important;
}

.smc_chart_wdgt .col-half .custom-select{
    width: 49%;
    margin-right: 2%;
    float: left;
}

.smc_chart_wdgt .col-half .custom-select:last-child{
    margin-right: 0;
}


.smc_chart_wdgt .chart-btn-wrap{

}


/* Custom Seelct style */
.smc_chart_wdgt .custom-select{
    margin-bottom: 5px;
}

.smc_chart_wdgt .custom-select select{
  background-color: #ccd0d9;
  padding: 10px;
  border: 0;
  cursor: pointer;
  width: 100%;
  color: #fff;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  -moz-appearance: none; 
  -webkit-appearance: none; 
  appearance: none;
}

.selector .custom-select.active .select-selected, .smc_chart_wdgt .custom-select.active select{
    background-color: #4ab9b2;
    color: #fff;
}
.custom-select {
  position: relative;
  cursor: pointer;
  font-family: Arial;
  font-weight: bold;
}

.custom-select.active .select-selected{
    background-color: #4ab9b2;
}

.custom-select.active .select-selected:after{
    border-color: #8cd2d0 transparent transparent transparent;
}

.custom-select.active .select-selected.select-arrow-active:after {
    border-color: transparent transparent #8cd2d0 transparent;
}
.select-selected {
  background-color: #ccd0d9;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #dedee6 transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #dedee6 transparent;
    top: 50%;
    margin-top: -8px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  /* border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
  cursor: pointer;
}

.select-items div{
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #a1a1a1;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: none;
  box-shadow: 1px 3px 4px 1px #5a5252;
  overflow-y: auto;
  max-height: 250px;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
} 

@media (max-width: 1200px){
  .smc_chart_wdgt{
    margin-bottom: 150px !important;
  }

  .smc_chart_wdgt .chart-btn-wrap {
    position: relative;
    top: 20px;
  } 

  .smc_chart_wdgt .chart-btn-wrap .pop-btn{
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }

  .smc_chart_wdgt .overlay form, .smc_chart_wdgt .overlay .social-share{
    width: 80%;
  }

}

@media (max-width: 992px){
  .smc_chart_wdgt .chart-btn-wrap .pop-btn{
    width: 100%;
  }
}

@media (max-width: 767px){
  .smc_chart_wdgt .overlay form, .smc_chart_wdgt .overlay .social-share{
    width: 100%;
  }

  .smc_chart_wdgt .overlay h3{
    padding-top: 20px;
  }

  .smc_chart_wdgt .overlay form{
    margin-top: 0;
  }
  .smc_chart_wdgt .overlay .social-share{
    top: 150px;
  }

}

@media (max-width: 480px){

}
/* Styled by Arun KS */