/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/
/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

body{
    font-family: Poppins,sans-serif;
}

/* FormBlock */
.formBlock{
    margin-top: 55px;
}
.form_submit_bar {
    background: rgba(255, 255, 255, 0.99);
    /* background: #d7f1d6;*/
    position: fixed;
    top: 0;
    left: 0;
    height: 65px;
    z-index: 9;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.02);
}

.form_submit_bar h3 {
    font-size: 21px;
    line-height: 44px;
    float: left;
    margin: 0;
}

.form_submit_bar h2 {
    line-height: 48px;
    float: left;
    margin: 0 10px 0 0;
}

.form_submit_bar h2 a {
    font-size: 0.7em;
    color: inherit;
    display: block;
}

.form_submit_bar p {
    float: right;
    line-height: 45px;
    margin: 0;
}

.form_submit_bar label {
    margin: 0 15px 0 0;
}

.form_submit_bar .submit_button_wrap {
    text-align: right;
    line-height: 45px;
}
.border-light-bottom{
    border-bottom: 1px solid #dbdfea;
}
.telecalling .timeline-content{
    width: 80%;
}
.telecalling .timeline-item{
    left:50px;
}
.current{
    font-size: 9px !important;
    width: 77px;
    line-height: 1 !important;
}
.dangerInput .select2-container--default .select2-selection--single ,.select2-selection__rendered, .select2-container--open .select2-dropdown{
    border-color:#b4bdd3 !important ;
    color: #526484 !important;
}


  .accordion-table-item{
    display: none;
  }
  
  .accordion-table-item.open{
    display: table-row;
  }
  
  .table-dark th{
    color: #fff;
  }