@font-face{
    src:url('../fonts/AvenirLTStd-Book.otf');
    font-family:Avenir-Light;
    }
    body{
        padding: 0px;
        margin: 0px;
        font-family:Avenir-Light !important;
        overflow-x: hidden;
    }
    ul,li{list-style: none;}
    a{text-decoration: none !important;}

/*Header Css*/
.trance_logo h2 {
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    float: left;
    margin-right: 10px;
}
.trance_logo span {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    vertical-align: sub;
    color: #fff;
}
.header_bgcolor {
    background: #1b5181;
    padding: 15px 0px 0px 5px;
}
.menu_lists li a {
    opacity: 0.5;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;    
    padding-right: 48px;
    position: relative;    
    padding-bottom: 10px;
    transition: all 0.3s ease-in-out;
    padding-bottom: 20px;
}
.menu_lists ul li:hover a:after {
    /* transform: rotate(180deg); */
    background: url(../images/up-arrow.svg);
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 18px;
    right: 30px;transition: all 0.3s ease-in-out;transform: rotate(360deg);
}
.account_settings button:focus {
    box-shadow: none;
}
.menu_lists li {
    display: inline-block;transition: all 0.3s ease-in-out;
}
.menu_lists {
    padding-top: 3px;
}
.account_settings button {
    border: 0;
    background: transparent;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
    cursor: pointer;
}
.dashborad_title h1 {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    padding-top: 24px;
    padding-left: 20px;
}
.dashboard_border {
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}
.dash_body {
    padding: 35px 0px 0px 0px;
}
.statistics_record img {
    float: left;
    margin-right: 15px;
}
.statistics_record h5 {
    padding-top: 5px;
}
.statistics_record span {
    vertical-align: sub;
}
.border-line {
    border-right: 1px solid #cccccc;
}
.statistics_record {
    padding: 18px;
}
.statistics_record .border-line:last-child {
    border-right: 0px;
}
.fms_tree {
    padding-left: 55px;
    position: relative;    padding-top: 15px;
}
.fms_tree h3 {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #555555;position: relative;    padding-top: 10px;
}
.fms_tree ul {
    border-left: 1px dotted #ccc;    height: 76px;
}
.fms_tree:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 191px;
    border-left: 1px dotted #ccc;
    left: 15px;
}
.fms_tree h3:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 1px;
    border:0.3px dotted #ccc;
    left: -39px;
    top: 22px;
}
.fms_tree ul li {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #555555;    line-height: 22px;margin-bottom: 1px;
}
.fms_tree ul li:before{
    position: absolute;
    content: "";
    width: 16px;
    height: 1px;
    border:0.3px dotted #ccc;
    left: -40px;
    top: 12px;
}
.fms_tree ul li span{
    float: right;
}
.fms_tree h3 span {
    float: right;
}
.writer,.Skimmer,.Editor,.QC{
    position: relative;   float: left !important;
}
.writer:before {
    position: absolute;
    content: "";
    background: #f90;
    width: 12px;
    height: 12px;
    left: -18px;
    top: 5px;
    border-radius:1px;
}

.Skimmer:before {
    position: absolute;
    content: "";
    background: #eebb3e;
    width: 12px;
    height: 12px;
    left: -18px;
    top: 5px;    border-radius:1px;
}
.Editor:before {
    position: absolute;
    content: "";
    background: #2b5880;
    width: 12px;
    height: 12px;
    left: -18px;
    top: 5px;    border-radius:1px;
}
.QC:before {
    position: absolute;
    content: "";
    background: #3dc97c;
    width: 12px;
    height: 12px;
    left: -18px;
    top: 5px;    border-radius:1px;
}
span.last-tree {
    position: relative;
    float: left !important;
}
.last-tree:before {
    position: absolute;
    content: "";
    left: -25px;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 1px;
    background-color: #e65858;
}
.move_pad h3 {
    padding-left: 15px;
}
.team_status {
    padding-left: 20px;
    padding-top: 15px;    position: relative;     margin-bottom: 134px;
}
.team_status:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 64px;
    border-left: 1px dotted #ccc;
    left: 15px;
}
.team_status span {
    float: right;
}
.team_status li{position: relative; font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    margin-bottom: 9px;
    letter-spacing: normal;
    color: #555555;    padding-left: 8px;}
.team_status li:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 1px;
    border: 0.3px dotted #ccc;
    left: -45px;
    top: 17px;
}
.team_status li:last-child:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 1px;
    border: 0.3px dotted #ccc;
    left: -45px;
    top: 27px;
}
.assigned:before {
    position: absolute;
    content: "";
    left: -17px;
    top: 7px;
    width: 18px;
    height: 18px;
    border-radius: 1px;
    background-color: #3dc97c;
}
.unassigned:before {
    position: absolute;
    content: "";
    left: -17px;
    top: 17px;
    width: 18px;
    height: 18px;
    border-radius: 1px;
    background-color: #e65858;
}
.team_status li:nth-child(2) {
    padding-top: 15px;
}
.calls_table table {
    width: 100%;    border: 1px solid #ccc;
}
.calls_table thead th {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #555555;    
    padding: 8px 0px 5px 0px;        
    border-right: 1px solid #efefef;    
    border-bottom: 1px solid #ccc;
}
.calls_table tbody td {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #555555;
    text-align: center;    
    padding: 5px 0px 0px 0px;        
    border-right: 1px solid #efefef;    
    border-bottom: 1px solid #efefef;
}
.calls_table tfoot td {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #555555;
    text-align: center;       
    border-right: 1px solid #efefef;   
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.calls_table {
    border-radius: 2px;
    margin-top: 15px;    
    margin-bottom:73px;
}
.calls_table span{
    position: relative;
}
.calls_table span:before {
    position: absolute;
    content: "";
    border-radius: 1px;
    background-color: #e65858;
    width: 12px;
    height: 12px;
    right: 5px;
    top: -2px;
}
.calls_table thead tr th:nth-child(2) span:before {
    background:#3dc97c;
}
.calls_table thead th:last-child ,.calls_table tbody td:last-child,.calls_table tfoot td:last-child{
    border-right: 0px;
}
.livestreaming{
    padding-left: 55px;
    position: relative;
    padding-top: 15px;    
    margin-bottom: 110px;
}
.livestreaming:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 136px;
    border-left: 1px dotted #ccc;
    left: 15px;
}
.livestreaming ul li{
    position: relative;    
    margin-bottom: 17px;    
    margin-left: -10px;
}
.livestreaming ul li:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 1px;
    border: 0.3px dotted #ccc;
    left: -70px;
    top: 12px;
}
.livestreaming ul li .progress:before {
    position: absolute;
    content: "";
    left: -30px;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 1px;
    background-color: #2b5880;
}
.livestreaming ul li .mins:before {
    position: absolute;
    content: "";
    left: -30px;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 1px;
    background-color:#e65858;
}
.livestreaming ul li .aftermins:before {
    position: absolute;
    content: "";
    left: -30px;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 1px;
    background-color: #eebb3e;
}
.livestreaming ul li .completed:before {
    position: absolute;
    content: "";
    left: -30px;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 1px;
    background-color: #3dc97c;
}
.livestreaming ul li span {
    float: right;
}.sub_menu li {
    display: inherit;
}
.sub_menu {
   
    border-radius: 2px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    padding-left: 0;
    display: none;
    position: absolute;
    z-index: 1000;
    top: 50px;
    left: 0;
    border-radius: 2px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    transition: all 0.3s;
    width: 250px;
}
.sub_menu li a{
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: normal;
    color: #387bb7;
    display: block;
    padding-left: 11px;
    padding-top: 8px;
    padding-bottom: 8px;    
    opacity: 1;

}
.sub_menu li:nth-child(even) {
    background: #f5f5f5;
    transition: all 0.3s ease-in-out;
}
.menu_lists li:hover .sub_menu {
    display: block;
    transform: translateY(-5px);
    transition: all 0.3s;
}
.menu_lists li a:after {
    position: absolute;
    content: "";
    background: url(../images/down-arrow.svg);
    width: 12px;
    height: 12px;
    top: 18px;
    right: 30px;
    transition: all 0.3s ease-in-out;
}
.sub_menu:before {
    position: absolute;
    content: "";
    top: -3px;
    left: 15px;
    z-index: -1;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    transform: rotate(135deg);
}
.sub_menu li:nth-child(odd) a:hover {
    background: #1b5181;
    transition: all 0.3s ease-in-out;
    color: #fff !important;
}
.sub_menu li:nth-child(even) a:hover {
    background: #1b5181;
    transition: all 0.3s ease-in-out;
    color: #fff !important;
}
.sub_menu li a:after{
    background: none !important;
}

/*view selected client wise*/
.pad-top{
    padding: 30px 0px 300px 0px;
}
/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    padding: inherit;
display: contents;
  }
  
  .custom-select select {
    display: none; /*hide original SELECT element:*/
  }
  
  .select-selected {
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
  }
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 25px;
    width: 36px;
    height: 36px;
    background: url(../images/select-down-arrow.svg);
    transition: all 0.5s;
  }
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
  }
  /*style the items (options), including the selected item:*/
  .select-items div {
    padding: 14px 16px;
    transition: all 0.3s ease-in-out;
}
 .select-selected {
    padding: 16px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #387bb7;
  }
  
  /*style items (options):*/
  .select-items {
    position: absolute;
    top: 101%;
    left: 15px;
    right: 15px;
    z-index: 99;
    border: 1px solid #ccc;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 0px;
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  
  .select-items div:hover {
    background:#1b5181 !important;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .select-items div:nth-child(odd) {
    background: #f5f5f5;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #767679;
}

::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1);
}
.menu_lists ul li:hover a{
    opacity: 1;
}
.dropdown-menu a:nth-child(even) {
    background: #f5f5f5;
}
.show .dropdown-toggle::after {
    transform: rotate(180deg);
}
.account_settings button:hover {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}
.close_btn {
    position: absolute;
    right: 18px;
    top: 10px;
}
#app-title {
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    font-family: 'Raleway', sans-serif !important;
}
.navbar-fixed-top {
    background: #1b5181;
}

.account_dropdown {
    width:100%;
}
/*Responsive CSS*/

@media (max-width:767px){
    .border-line {
        border-right:none;
    }
}
@media (min-width:736px) and (max-width:768px){
    .border-line{
        max-width: fit-content;
    }
    .statistics_record .border-line{
        border-right:1px solid #ccc !important;
    }
}
@media (min-width:769px) and (max-width:1024px){
    .border-line {
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
}
@media (min-width:1025px) and (max-width:1325px){
    .border-line {
        max-width: 33% !important;
        flex: 0 0 33% !important;
    }
    .statistics_record .border-line{
        border-right:1px solid #ccc !important;
    }
}