@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
  font-family: 'Poppins', sans-serif;
}

* {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  outline: none;
}
body{
  color: #525252;
}
a:hover {
    text-decoration: none;
}
.heading-xs {
    color: #505155;
    font-size: 14px;
    font-weight: 700;
}
.topbar .dropdown-list {
   
    max-height: 400px;
    overflow: auto;
}

.topbar .dropdown-list::-webkit-scrollbar {
    width: 10px;
    background: #f1f1f1;
}
.topbar .dropdown-list::-webkit-scrollbar-track {
 background:#f1f1f1;
}
.topbar .dropdown-list::-webkit-scrollbar-thumb {
  background: #c1c1c1; 
  width:5px;
}

.topbar .dropdown-list::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.login-logo {
  width: 180px;
  display: block;
  margin-left: 20px;
  margin-top: 20px;
  float: left;
}
.login-logo img {
  width: 100%;
}
.btn.brn-link.signupbtn {
  float: right;
  font-size: 16px;
  color: #1c1c31;
  font-weight: 600;
  padding: 0;
  box-shadow: none;
  border: none;
  margin-top: 20px;
  margin-right: 20px;
}
.login-banner {
  text-align: center;
  padding: 10px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.login-banner img {
  width: 100%;
  max-width: 600px;
}
.login-banner h2 {
  color: #26263b;
  font-size: 16px;
  margin-top: 5px;
  font-weight: 400;
}
.login-banner h1 {
  color: #26263b;
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
}
.login-form {
  background: #7171db;
  padding: 30px;
  border-radius: 30px 0 0 0;
  height: calc(100vh - 63px );
  margin-top: 10px;
  position: relative;
  right: -3px;
  min-height: 650px;
}
.login-form h2{
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
}
.login-form h3{
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-top: 5px;
}
.login-form form {
  max-width: 290px;
  margin: 100px auto;
  width: 100%;

}
.login-form input#mobile::placeholder {
    color: #dbd3f0 !important;
    font-size: 15px;
}
.login-form .flag-container {
    color: #dbd3f0;
    font-size: 15px;
}
.login-form .intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent;
    display: table;
}
.input-container {
  position: relative;
}
.input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 100%;
  height: 50px !important;
  border: 0;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 400;
  border: none !important;
  border-bottom: 1px solid #bebeee !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0;
  border-radius: 0;
}
.input-container input:focus ~ label {
  color: #e8e8ff;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          /* transform: translate(-12%, -50%) scale(0.75); */
}
.input-container input:focus ~ .bar:before, .input-container input:focus ~ .bar:after {
  width: 50%;
}
.input-container input:valid ~ label {
  color: #9a9ad9;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.input-container label {
  position: absolute;
  top: 5px;
  left: 0;
  color: #dbdbf8;
  font-size: 24px;
  font-weight: 300;
  line-height: 60px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 14px !important;
}
.input-container .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.input-container .bar:before, .input-container .bar:after {
  content: '';
  position: absolute;
  background: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.input-container .bar:before {
  left: 50%;
}
.input-container .bar:after {
  right: 50%;
}
.intl-tel-input .selected-flag{
  padding-left: 0;
  font-size: 14px;
}
.login-form input#mobile::placeholder{
  font-size: 14px;
}
.btn-link.white {
  color: #ededfd;
  font-size: 12px;
  text-align: ;
}
.btn.btn-primary {
  background: #3b3b98;
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  line-height: 45px;
  padding-top: 0;
  padding-bottom: 0;
}
.btn.btn-primary i {
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
}
.login-container{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/*.login-container span.invalid-feedback {
    position: absolute;
    
    top: 100%;
}*/
.clientinvalid-feedback {
    position: absolute;
    top: 100%;
    font-size: 12px;
}
.modal .btn{
  width: auto !important;
    height: auto !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.modal .btn .btn-primary {
    background: #7171db !important;
    border-color: #7171db !important;
    }
.modal-title {
  
    font-size: 22px ;
    color: #18181d;
    /* text-align: center; */
    font-weight: 600;
}
.modal-header ,.modal-footer{
  border:none;
}
.modal-content{
  border-radius: 15px;
}
/*Topbar*/
.topbar-brand {
  width: 100%;
  max-width: 180px;
  margin-left: 30px;
}
.topbar-brand img{
  width: 100%;
      margin-top: 10px;
}

.navbar-search .input-group input {
  background: #eef2f5 !important;
  height: 40px !important;
  box-shadow: none;
  border: none;
}
.navbar-search .input-group-append {
  width: 35px;
  text-align: center;
  line-height: 40px;
}
.navbar-search .input-group {
  background: #eef2f5;
  border-radius: 50px;
  overflow: hidden;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #525252;
    font-weight: 400;
    font-size: 15px;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link:after {
  content: '';
  width: 26px;
  height: 2px;
  background: #3b3b98;
  position: absolute;
  left: calc(50% - 13px);
  bottom: 20px;
  opacity: 0;

}
.topbar.navbar-light .navbar-nav .nav-item.active .nav-link:after {
  opacity: 1;
}
.topbar.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #3b3b98;
    position: relative;
}

.list-group-item {
  border: 1px solid #e3e6f0 !important;
      cursor: pointer;
}
.list-group-item:hover{
  background: #eef2f5;
}
.list-group h5 {
        font-size: 14px;
    margin-bottom: 2px;
    color: #18181d;
    font-weight: 600;
}
.list-group p {
   font-size: 12px;
    color: #c3c3c3;
        margin-bottom: 0;
}
.list-group .search-head {
    background: #eef2f5;
}
.list-group span.casetext ,.list-group .profiltext {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

.round-border {
  border: 1px solid #f1f1f1;
  width: 40px;
  height: 40px !important;
  border-radius: 50%;
  color: #101010 !important;
}
.round-border i{
  color: #101010 !important;
}
.topbar {
  box-shadow: none !important;
}
.error {
position: relative;
font-size: 12px;
color: #ff7373;
}

/*content*/
.case-chart .highcharts-f {
    min-width: 100%;
}
.case-chart .highcharts-title , .case-chart .highcharts-axis-title{
    color: #505155;
    font-size: 14px;
    font-weight: 700;
}
.content-container {
  background: #f7f9fb;
  padding: 30px;
  border-radius: 30px 30px 0 0;
}

.card.light-card {
  background: #e5e5f8;
  border: none;
  border-radius: 15px;
  padding: 35px;
  box-shadow: none;
}

.card.light-card h4 {
  color: #26263b;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}
.card.light-card p {
  color: #26263b;
  font-size: 14px;
  font-weight: 400;
}
.welcom-img {
  width: 100%;
  position: absolute;
  bottom: -15px;
}
.card.primary-card {
  background-color: #7171db;
  border: none;
  padding: 23px;
  background-image: url(../img/start-btn-bg.png) !important;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.card.primary-card  h4 {
  color: #fff;
  font-size: 14px;
  font-weight: ;
}
.card.primary-card .btn.btn-primary {
  width: 96px;
  line-height: 35px;
  padding: 0;
  height: 35px;
  font-size: 14px;
  margin: 15px 0;
}
.heading {
  color: #2d2d32;
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0 10px;
}
.card {
  border: none;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 15px;
  box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.1);
}
.item-block h5 i{
  color: #1f222d;
  margin-right: 3px;
}
.item-block h5 {
  color: #171c26;
  font-weight: 700;
  font-size: 10px;
}
.gray-label {
  color: #788492;
  font-size: 10px;
  font-weight: 700;
}
.clear{
  clear:both;
}
.item-block h2 {
  color: #282c34;
  font-size: 19px;
  font-weight: 700;
  margin-top: 20px;
}
.item-block .dark {
  color: #7d7d7d;
  font-weight: 700;
}
.item-block .add {
    margin: 0px 40% 10px 40%;
    /* margin-left: 40%; */
    /* margin-bottom: 10px; */
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #7171db;
    display: block;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.1);
}
.item-block span.casetext {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #d1d3e2;
    display: block;
    align-items: center;
    border-radius: 50%;
    position: relative;
    /*margin: 0px 40% 10px 40%;*/
}
.item-block span.casetext img {
    position: relative;
    width: 30px;
    height: 30px;
    top: -2px;
    bottom: 0;
    left: 1px;
}
.card .item-block h3 {
  color: #525252;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
}
.card .item-block h4 {
  font-size: 10px;
  color: #a8a8a8;
  margin-top: 2px;
}
.go-btn {
  color: #7171db !important;
  font-size: 11px;
}
.profiltext {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #c7f4ff;
  display: block;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  color: #2f4569;
  text-transform: uppercase;
}
.card p {
  color: #525252;
  font-size: 13px;
  margin-bottom: 0px;
  font-weight: 400;
}
.card h3 {
  color: #282c34;
  font-size: 15px;
  font-weight: 700;
  /* margin-bottom: 2px; */
}
.card h4 {
    font-size: 14px;
    font-weight: 500;
    color: #282c34;
   /* line-height: 25px;*/
}
.card h5{
    font-size: 12px; 
    font-weight: 500;
    color: #282c34;
    
    line-height: 25px;
}
.card-header.d-flex {
  padding: 0;
  background: 0;
  margin: 0;
  border: 0;
}
.card-header h4 {
  color: #505155;
  font-size: 14px;
  font-weight: 700;
}
.card-body {
  padding: 0;
}
.list-block {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.list-block:last-child{
  border: none;
}
.list-block h3 b{
  color: #282c34 !important;
  font-weight: 700;
}
.list-block h3 {
  color: #525252;
  font-size: 12px;
  font-weight: 400;
}
.statuslabel {
  font-size: 12px;
  color: #e87984;
  font-weight: 700;
}


.navbar-nav.left-sidebar {
  margin: 0 -30px;
}
.left-sidebar .nav-link span {
  color: #bababa;
  font-size: 14px !important;
  font-weight: 500;
}
.left-sidebar .nav-link  i {
  font-size: 20px !important;
  color: #d0d0d0;
  position: relative;
  top: 2px;
}
.control-label {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
}

/*.sidebar.toggled{
  max-height: 200px;
  overflow: hidden;
}*/

.sidebar {
 width: 360px !important;
    padding: 30px;
}
.sidebar.features img {
    width: 60px;
}
.count-wrap h3 {
  font-size: 15px;
    color: #505155;
    font-weight: 500;
}
.count-wrap h2 {
  color: #000000;
  padding-left: 7px;
  border-left: 3px solid #7459ae;
  line-height: 30px;
  font-size: 25px;
  font-weight: 700;
}
.count-wrap {
  margin-bottom: 30px;
}
.sidebar :nth-child(2) .count-wrap h2{
  border-color:#32acab;
}
.sidebar :nth-child(3) .count-wrap h2{
  border-color:#ffa248;
}
.sidebar :nth-child(4) .count-wrap h2{
  border-color:#ff4e4e;
}

.date-container {
  border-top: 1px solid #e6e6f0;
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
}
.calendar .month {
  /*display: none;*/
font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #505155;
    text-align: left;
        
}
.calendar header .month .year{
  font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #505155;
}
.calendar header .btn {
  border: none;
  color: #3b3b98;
}
.calendar header .btn-prev {
  top: -3px;
  left: auto;
  transform: rotate(-180deg);
  right: 28px;
}
#printDate {
  position: absolute;
  z-index: 99;
  display: none;
}
.calendar thead {
  font-size: 10px;
  font-weight: 400;
  color: #b4bdc1;
}
/*.calendar table {
  margin: 30px 0;
}*/
.calendar td {
  padding: 2px;
}
.calendar .day {
  font-size: 12px;
}

/*Create page*/
.detail-form h3{
      font-size: 22px;
    font-weight: 600;
    color:#18181d;
}
.detail-form .btn.btn-primary {
    background: #7171db;
    border-color: #7171db;
    line-height: 35px;
    width: auto; 
    height: auto; 
    font-size: 16px;
    font-weight: 500;
    box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.1)
}
.detail-form .btn.btn-primary:hover{
  background: #3b3b98;
}
.detail-form .btn.btn-white {
    background: #fff;
    border-color: #fff;
    width: auto; 
    height: auto; 
    font-size: 16px;
    font-weight: 500;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    /*box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.1)*/
}
.detail-form .btn.btn-white:hover{
  color:#7171db;
}
.detail-form .btn.btn-white:focus{
  border: 3px solid #7171db9e;
}
    
.selectdrop {
  position: relative;
  overflow: hidden;
  /* border: 1px solid #d1d3e2; */
  border-radius: 6px;
  border: 1px solid #d1d3e2 !important;
}

.doc-container {
    border: 2px dashed #d1d3e2;
    border-radius: 5px;
    padding: 40px;
    position: relative;
}
.doc-container .file_upload {
      position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
}
.detail-form label {
    font-weight: 500;
}
.detail-form .doc-container label{
  font-size:14px;
}

.doc-container~ small {
    color: #c3c3c3;
}


.selectdrop i {
    position: absolute;
    height: 100%;
    font-size: 10px !important;
    top: 0;
    line-height: 40px;
    width: 26px;
    background: #fff;
    right: 0;
    text-align: center;
    left: auto;
    pointer-events: none;
}
/*right sidebar*/
.w-300{
  width:300px;
}
.right-sidebar{
      width: 400px !important;
    padding: 30px;
}
.sidebar h5 {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #18181d;
}
.sidebar  h4 {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #18181d;
}
.sidebar p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 0px;
}
.sidebar.right-sidebar img {
    border-bottom: 1px solid #e6e6f0;
}

/*sidebar*/
.sidebar .nav-item {
    border-left: 5px solid #fff;
}
.sidebar .nav-item.active{
  background: #f7f9fb;
  border-left:5px solid #7d7dd0;
}
.sidebar .nav-item.active span{
  color:#7d7dd0;
}
.sidebar .nav-item.active i ,.sidebar .nav-item.completed i{
   color:#7d7dd0;
}
.sidebar .nav-item.completed span{
color:#18181d;
}
.sidebar .nav-item.completed .nav-link[data-toggle=collapse].collapsed::after{
  display: none;
}
 .sidebar .nav-item.active i.fas.fa-check-circle ,  .sidebar .nav-item.pending i.fas.fa-check-circle{
  display: none;
}
.sidebar .nav-item.completed i.far.fa-check-circle{
  display: none;
}
.sidebar .nav-item .nav-link span:before {
    position: absolute;
    content: '';
    z-index: 1;
    left: 25px;
    top: 37px;
    bottom: 0;
    height: 37px;
    border-left: 2px solid #e6e6f0;
}
.sidebar .inactive .nav-item .nav-link span:before{
  border:none;
}
.sidebar .nav-item:last-child span:before{
  display:none;
}
.sidebar.one-sidebar .nav-item .nav-link span:before{
  display: none;
}
/*subscription*/

.plancard .btn-primary{
   background:#3b3b98; 
    border-radius: 4px;
    padding: 8px 30px !important;
    color:#fff;
    width: auto !important;
}
.plans {
    background: #f7f9fb;
    border: none;
    border-radius: 30px;
    padding: 35px;
}
.plans h4{
  color:#000;
  font-weight: 600;
}

.plancard{
  text-align: center;
  background: #fff;
    color: #000;
    padding: 20px 10px;
    border-radius: 15px;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
}
.plancard:hover{
    background: #7171db;
    color: #fff;
    transform: scale(1.08);
}

.plancard:hover .plancard-title h2 {
  color:#fff;
}
.plancard:hover .plancard-body i{
    color:#fff;
}
.plancard p{
  font-size: 15px;
}
.plancard h2{
     font-size: 20px;
    color: #7171db;
    font-weight: 500;
}
.plancard span{
  font-size: 25px;
}
.plancard-body i{
  color: #7171db;
}
.badge-warning {
    color: #fff;
    background-color: #18a3e3 !important;
}

#notification_list li:last-child small {
    color: #7d7dd0;
    font-weight: 700;
}
.row.list-filter input, .row.list-filter .selectdrop, .row.list-filter .selectdrop i, .row.list-filter select {
    /* box-shadow: 0px 3px 20px #0000000b; */
   /* border: none!important;*/
    font-size: 14px;
    background: #f7f9fb;
        
}

.list-filter {
    background: #fff;
    border-radius: 5px;
    border: none;
    padding: 10px;
    border-radius: 15px;
     margin-top: 10px; 
    box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.1);
}
/*Listing*/

.listing h2{
  font-size: 22px;
    font-weight: 700;
    color: #18181d;
}
.list-filter label{
  color: #525252;
    font-size: 15px;
    margin-bottom: 0;
    /* font-weight: 600; */
}
.list-filter select{
  display: block;
    width: 100%;
    height: 30px;
    
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2 !important;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   
    padding: 4px;
}
.selectdrop select {
  border: none !important;
}
.list-filter .form-control{
  height: 34px !important;
}
.listing-tab .nav-item {
  display: flex;
}
.listing .btn.btn-primary {
    background: #7171db;
    border-color: #7171db;
    line-height: 35px;
    width: auto; 
    height: auto; 
    font-size: 14px;
    font-weight: 500;
    box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.1)
}
.listing .btn.btn-primary:hover{
  background: #3b3b98;
}
.listing .btn.btn-primary i{
  position: static;
  font-size: 12px;
    margin-right: 10px;
}
.listing .tab a{
  text-decoration: none;
  color: #525252;
   font-size: 15px;
}
.listing .tab li {
  
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
   
   padding: 5px 10px;
    font-weight: 600;
}
.listing .tab a.active{
  color: #18181d;
    border-bottom: 2px solid #18181d;
}
a.sub-btn {
    color: #525252 !important;
    font-size: 18px;
}
.listing .card.card-container {
    position: relative;
}

.border-outline {
        padding: 5px 8px;
    border-radius: 5px;
    border: 1px solid #c4c6cb;
    cursor: pointer;
    color: #717173;
    font-size: 15px;

}
.border-outline i {
    font-size: 12px;
}
.listing .nav-tabs .nav-item .nav-link {
  font-size: 14px;
  color: #525252;
  font-weight: 500;
  padding: 9px 8px;
  margin-right: 3px;
}
.listing .nav-tabs .nav-item .nav-link:hover{
   color:#282c34;
}
.listing .nav-tabs .nav-item .nav-link.active{
     background: transparent !important;
  color:#282c34;
}
span.casetext {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #d1d3e2;
    display: block;
    align-items: center;
    border-radius: 50%;
    position: relative;
    
}
span.casetext img {
    position: relative;
    width: 25px;
    height: 25px;
    top: -3px;
    bottom: 0;
    left: 1px;
}
.dropdown-menu.menu-up-full {
    top: -90px !important;
    right: 0px;
    left: -65px!important;
}
.dropdown-menu.menu-up {
           top: -94px !important;
    right: 0px;
    left: -147px !important;}
.dropdown-menu.menu-up a , .dropdown-menu.menu-up-full a{
  color:#3b3b98;
  font-weight: 500;
}
.dropdown-menu.menu-up a i , .dropdown-menu.menu-up-full a i{
  font-size:10px;
      color: #525252; 
}
button.btn-outline-danger#s2 {
    font-size: 14px;
}
/*case details*/

.tab-content {
    border: 1px solid #dddfeb;
    border-top: none;
    border-radius: 0px 0px .35rem .35rem;
}
.profiltext img {
    position: relative;
    width: 25px;
    height: 25px;
    top: -3px;
    bottom: 0;
    left: 1px;
}
.sidebar.right-sidebar .profiltext , .one-sidebar .profiltext{
  width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #c7f4ff;
    display: block;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 700;
    color: #2f4569;
}
.profiledata>div {
    padding: 10px 0px;
    border-bottom: 1px solid #dddfeb;
}
.sidebar.one-sidebar {
    width: 16rem!important;
}
.sidebar.one-sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after{
  display: none;
}
.sidebar.one-sidebar .nav-item.active .nav-link[data-toggle=collapse].collapsed::after{
  display: block;
}
.sidebar.one-sidebar .nav-item span{
      color: #282c34;
}
.sidebar.one-sidebar .nav-item.active span{
  color: #7d7dd0;
}
.sidebar.one-sidebar .badge-primary {
    background: #3b3b98;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 55px;
}
.sidebar.one-sidebar .badge-primary i {
    color: #fff;
}
.sidebar.one-sidebar .nav-item .nav-link .badge-counter{
  right: -0.25rem;
}

/*calender event*/
.sidebar .calendar .event-container {
   display: none;
    position: fixed !important;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    height: 100vh;
    padding: 70px;
    background: rgba(0, 0, 0, 0.61);
    box-sizing: border-box; 
     }
     .event-container .close {
    opacity: 1 !important;
}

.sidebar .calendar .event-container .event{
      background: #fff;
      border-radius: 15px;
          display: inline-table;
}
   .sidebar .calendar .event-container .event-hour{
      display: none;
    }
   .sidebar .calendar .event-container .event-date {
          color: #282c34;
          font-weight: 700;
    font-size: 20px;
    }
    .sidebar .calendar table#event{
          color: #282c34;
              text-transform: initial;
    }
    .sidebar .calendar table#event th {
    padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
}
    .sidebar .calendar table#event td{
      font-weight: 400;
      max-width: 160px;
          border-bottom: 1px solid #ddd;
    }
.calendar .event-container .btn.btn-primary{
      width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.1);
}
.sidebar .calendar p#event {
    font-size: 14px;
    color: #282c34;
    text-align: justify;
        text-transform: initial;
}
    /*calender event*/

.card.data-block{
    background: #e5e5f8;
    border: none;
    border-radius: 15px;
    padding: 10px 15px;
    box-shadow: none;
    position: relative;
}
.card.data-block h3{
  color: #282c34;
  font-size: 16px;
  font-weight: 600;
}
.card.data-block h5{
  font-size: 12px;
    font-weight: 600;
    color: #282c34;
        line-height: normal;
}
.card.data-block p{
  color: #282c34;
    font-size: 10px;
    margin-bottom: 0px;
    font-weight: 600;
}
.card.data-block span{
  font-size:13px;
  text-align: justify;
}
.card.data-block .badge{
    position: absolute;
    top: 40%;
    left: -17px;
    transform: rotate(-90deg);
    border-radius: 0;
    padding: 2px 8px;
    font-size: 10px;
}
.round-card{
  width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.1);

}

.order-summary .card span {
    color: #333333;
}
.order-summary .card .h3 {
    color: #333333;
    color: #333333;
    font-size: 22px;
    font-weight: 500;
}
.order-summary .card-header {
    padding: .75rem 0.25rem;
    margin-bottom: 0;
    font-weight: 700;
        color: #333333;
    background-color: transparent;
    border-bottom: 1px solid #e3e6f0;
}
.order-summary .card {
    border: none;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 15px;
  }
.event-timeline {
    max-height: 300px;
    overflow-y: auto;
}
.event-timeline::-webkit-scrollbar {
    width: 5px;
    background: #f1f1f1;
}
.event-timeline::-webkit-scrollbar-thumb {
  background: #888; 
  width:5px;
}

.event-timeline::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
#timeline {
  list-style: none;
  margin: 0px 0 0px 120px;
  padding-left: 30px;
  border-left: 3px solid #dddfeb;
}
  #timeline  li {
    margin: 40px 0;
    position: relative;
  }
   #timeline p {
    margin: 0 0 15px;
  }

#timeline .date {
  margin-top: -10px;
  top: 50%;
  left: -158px;
  font-size: 0.95em;
  line-height: 20px;
  position: absolute;
}
.droplist .dropdown-menu.show {
    left: 35px !important;
    }
.circle {
  margin-top: -10px;
  top: 50%;
  left: -44px;
  width: 10px ;  
  height: 10px;
  text-align: center;
   background: #3b3b98;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color:#fff;
    line-height: 25px;
  display: block;
  position: absolute;
}
#timeline.date-schedule{
    margin: 0px 0 0px 12px;
    border-left: 2px solid #dddfeb;
}
.date-schedule .circle{
width: 10px;
height: 10px;
left: -36px;
top: 55%;
}
.date-schedule .no {
    margin-top: -10px;
    top: 45%;
    left: -57px;
    line-height: 20px;
    position: absolute;
    font-size:14px;
    
        font-weight: 700;

}
.date-schedule .color-1 .no {
   color:#3b3b98;
}
.date-schedule .color-1 .card.color-card{
  color:#3b3b98;
  border-color:#3b3b98; 
  background: #f0f8f8;
}
.date-schedule  .color-1 .circle{
 background: #3b3b98;
}

.date-schedule .color-2 .no {
   color:#ecc710;
}
.date-schedule .color-2 .card.color-card{
  color:#3b3b98;
  border-color:#d3ccaa; 
  background: #fffbe8;
}
.date-schedule  .color-2 .circle{
 background: #ecc710;
}
.date-schedule .color-3 .no {
   color:#ff836b;
}
.date-schedule .color-3 .card.color-card{
  color:#3b3b98;
  border-color:#dab1a9; 
  background: #feeeeb;
}
.date-schedule  .color-3 .circle{
 background: #ff836b;
}
.date-schedule .card.color-card {
    
    border: 1px solid ;
    border-radius: 5px;
    padding: 8px;
    
    box-shadow: none;
}
.date-schedule .card.color-card span{
  font-size: 12px;
}
.date-schedule li {
    margin: 25px 0 !important;
    position: relative !important;
}

.date-schedule span.circle:after {
    display: inline-block;
    content: "";
    border-top: 2px solid #3b3b98;
    width: 23px;
    position: absolute;
    right: -26px;
    top: 4px;
}

/*.date-schedule .card.color-card:before {
       display: inline-block;
    content: "";
    border-top: 2px solid #3b3b98;
    width: 24px;
    position: absolute;
    left: -25px;
    top: 24px;
}
.date-schedule .color-1 .card.color-card:before {
    display: inline-block;
    content: "";
    border-top: 2px solid #3b3b98;
    width: 24px;
    position: absolute;
    left: -25px;
    top: 14px;
}*/ 
.case-carousel .owl-nav span{
  display: none
}
.card.card-ht {
    min-height: 365px;
}
.card.card-hts {
    min-height: 435px;
}
.case-carousel .owl-nav .owl-next:after {
    content: "\f054";
    color: #305995;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #282c34;
    background: #fff;
    font-size: 12px;
    border-radius: 50%;
        padding: 4px 7px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.1);
}
.case-carousel .owl-stage-outer{
  position: relative;
}
.case-carousel button.owl-next {
    position: absolute;
    top: 20px;
    right: -7px;
}

/*settings*/
.settings .side-menu.nav-tabs .nav-link {
    border: none !important;
  }
.settings .side-menu.nav-tabs {
    border-right: 1px solid #dddfeb;
        border-bottom: none;
}
.settings .tab-content.menu-container {
    border: none;
  }

.card.plan-wrp {
  border-radius: 8px;
  padding: 34px;
}

.card.plan-wrp h2 {
  position: absolute;
  top: -30px;
  width: calc(100% - 80px);
  left: 40px;
  background: #0a93c9;
  color: #fff;
  font-size: 19px;
  padding: 10px;
  border-radius: 18px 0;
  text-transform: uppercase;
  font-weight: 700;
}
.card.plan-wrp h4 {
  text-align: center;
  font-size: 18px;
  color: #0a93c9 !important;
  margin-bottom: 20px;
}
.card.plan-wrp li {
  padding: 10px;
  border-top: 1px solid #eee;
  list-style: none;
  color: #4f4e4e;
  font-size: 13px;
}
.card.plan-wrp ul {
  padding-left: 0;
}


.planslist:nth-child(1) .card.plan-wrp h2{
 background: #0a93c9;
}
.planslist:nth-child(1) .card.plan-wrp h4{
  color: #186798 !important;
}

.planslist:nth-child(2) .card.plan-wrp h2{
 background: #ea4858;
}
.planslist:nth-child(2) .card.plan-wrp h4{
  color: #ce222a !important;
}


.planslist:nth-child(3) .card.plan-wrp h2{
 background: #f6cd62;
}
.planslist:nth-child(3) .card.plan-wrp h4{
  color: #fd7a03 !important;
}



.planslist:nth-child(4) .card.plan-wrp h2{
 background: #0a93c9;
}
.planslist:nth-child(4) .card.plan-wrp h4{
  color: #0a93c9 !important;
}



.planslist:nth-child(5) .card.plan-wrp h2{
 background: #0a93c9;
}
.planslist:nth-child(5) .card.plan-wrp h4{
  color: #0a93c9;
}


/*welcome*/
.welcome-page{
  display: none !important;
}
.overview
{
margin-top: 7rem!important;
}
span.img-span img {
    width: 60px;
}
.overview div .img-span {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: #c7f4ff;
    display: block;
    border-radius: 50%;
   
}

.overview div .img-span:before {
   content: "";
    border-top: 2px solid #dddfeb;
    width: 134px;
    position: absolute;
    left: -123px;
    top: 65px;
}

.overview div .img-span:after {
      content: '';
    z-index: 1;
    content: "";
    border-left: 2px solid #e6e6f0;
    width: 0;
    position: absolute;
    right: 0;
    top: 120px;
    left: 75px;
    bottom: 0;
    height: 55px;
}

.overview span.small-circle {
     
    width: 12px;
    height: 12px;
    text-align: center;
    display: block;
    border-radius: 50%;
    bottom: -67px;
    left: 70px;
    position: absolute;
    border: 2px solid #e6e6f0;
}
.overview-text {
        position: absolute;
    top: -85px;
    right: -37px;
    width: 150px;
    font-size: 12px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    min-width: 180px;
}
.overview > div:nth-child(1) .overview-text {
    background: #32B995;
}
.overview > div:nth-child(2) .overview-text {
    background: #178FB4;
}
.overview > div:nth-child(3) .overview-text {
    background: #F9A54F;
}
.overview h6{
  margin-top: 4.5rem;
  font-size: 14px;
}
.sidebar h6{
    color: #26263b;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.overview > div:nth-child(1) .img-span {
    background: #32B995;
}
.overview > div:nth-child(2) .img-span {
    background: #178FB4;
}
.overview > div:nth-child(3) .img-span {
    background: #F9A54F;
}
.overview > div:nth-child(4) .img-span {
    background: #537CAA;
}
.overview > div:nth-child(1) .img-span:before{
  display: none;
}
p.overview-text:before {
    position: absolute;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ccc;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    content: '';
}
.overview > div:nth-child(1) .overview-text:before {
  border-top-color: #32B995;
}
.overview > div:nth-child(2) .overview-text:before {
  border-top-color: #178FB4;
}
.overview > div:nth-child(3) .overview-text:before {
  border-top-color:  #F9A54F;
}

/*welcome*/
.settings .dropdown-menu.menu-up {
    top: -94px !important;
    right: 0px;
    left: -73px !important;
}
.no-client .profiltext {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #c7f4ff;
    display: block;
    border-radius: 50%;
    font-size: 45px;
    font-weight: 700;
    color: #2f4569;
    text-transform: uppercase;
}
.no-cases span.casetext {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #d1d3e2;
    display: block;
    align-items: center;
    border-radius: 50%;
    position: relative;
}
.no-cases span.casetext img {
    position: relative;
    width: 50px;
    height: 50px;
    top: -6px;
    bottom: 0;
    left: 3px;
}
.no-hearing span.casetext {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #d1d3e2;
    display: block;
    align-items: center;
    border-radius: 50%;
    position: relative;
}
.no-hearing span.casetext img {
    position: relative;
    width: 45px;
    height: 45px;
    top: -2px;
    bottom: 0;
    left: 1px;
}
@media (max-width: 1199px) {

}

@media (max-width: 991px) {
.topbar {
    height: auto;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link:after{
  left: calc(50% - 45%);
}
  .navbar-light .navbar-toggler{
      color: #4e73df;
    border-color: transparent;
}

}

@media (max-width: 767px) {
  .login-banner img { max-width: 150px;}
  .login-banner h1 { font-size: 26px;  margin-top: 10px;}
  .login-banner h2 { font-size: 14px;  margin-top: 5px;}
  .login-banner {transform: translateY(0%);}
  .login-form {
    height: auto;
    border-radius: 10px;
    padding: 20px;
  }
  .login-container {
    transform: translateY(0);
  }
  .login-form {
    height: auto;
    border-radius: 10px;
    padding: 20px;
  }
  .login-form form {
    max-width: 290px;
    margin: 30px auto;
    width: 100%;
  }
.topbar .nav-item .nav-link {
    height: 3rem ;

}
.round-border {
    width: 40px;
    height: 40px !important;
    }
.topbar {
    height: auto;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link:after{
      left: calc(50% - 45%);
      bottom: 8px;
}
  #wrapper{
    display: block !important;
  }
div#first-wrap {
    order: 2;
}
  .welcom-img {
    position: static;
}
.sidebar {
    min-height: auto;
        width: 100% !important;
}
.right-sidebar{
  width: 100% important;
}
/*.navbar-nav.left-sidebar {
    flex-direction: row;
}*/

.sidebar .nav-item .nav-link span:before {
    position: absolute;
    content: '';
    z-index: 1;
    content: "";
    border-bottom: 2px solid #e6e6f0;
    width: 88px;
    position: absolute;
    right: -46px;
    top: 24px;
    left: auto;
    bottom: auto;
        height: auto;
}
.navbar-light .navbar-toggler{
      color: #4e73df;
    border-color: transparent;
}
.dropdown-menu.menu-up {
    top: -94px !important;
    right: 0px;
    left: 0px !important;
}
#timeline{
        margin: 0px 0 0px 10px;
}
#timeline .date {
    left: -94px;
    transform: rotate(-90deg);
}
.sidebar.one-sidebar .badge-primary{
      position: absolute;
    bottom: 0;
    left: 120px;
    right: 0;
}
/*welcome*/
.overview {
    margin-top: 2rem!important;
}
.overview h6 {
    margin-top: 5px;
}
.overview div .img-span:after{
  display: none;
}
.overview div .img-span:before{
  display: none;
}
.overview-text {
    position: absolute;
    top:100px;
    right: -13px;
   
}
.overview span.small-circle{
  display: none;
}
.overview > div:nth-child(4) .img-span:after{
  display: none;
}
p.overview-text:before {
    left: -6px;
    top: 25px;
    border-left: none;
    border-top: 12px solid transparent;
    content: '';
    transform: rotate(-45deg);
    position: absolute;
}
.content-container.listing{
  width: 100%;
}
.content-container.left-wrap {
    position: absolute;
       top: 920px;
}
}

@media (max-width: 576px) {

}


@media (max-width: 992px) {
    .navbar-collapse {
      background: #fff;
        position: absolute;
        top: 70px;
        right: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        transition: all 0.3s ease;
        display: block;
    }
    .navbar-collapse.collapsing {
        height: auto !important;
        margin-right: 50%;
        transition: all 0.3s ease;
        display: block;
    }
    .navbar-collapse.show {
        right: 0;
        z-index: 1;
    }
    .topbar-brand{
      margin: 0px;
    }
}
.next-class:focus{
  box-shadow: none !important;
}
.case-chart .highcharts-title{
  color: #505155 !important;
  font-size: 14px !important;
  fill: #505155 !important;
}
.blog-card h3{
  font-weight: 500 !important;
}
.form-control{
  color: #525252;
}
.form-control::placeholder{
  color: #525252 !important;
}
.sidebar{
  position:sticky;
  top: 50px;
  height: 100vh;
  overflow-y: auto;
}
nav.static-top{
  position: sticky;
  top: 0;
  z-index: 999;
  justify-content: space-between;
}
.no-wrap{
  white-space: nowrap;
}
.navbar-brand img{
  max-width: 150px;
  width: 100%;
}
.resp-nav{
  display: none;
}
.resp-nav ul{
  width: 80%;
}
@media(max-width:1220px){
    .resp-nav {
      display: flex !important;
      position: sticky;
      top: 0;
    }
    .main-bars{
      display: none !important;
    }
    .navbar-search{
      width: 100% !important;
      margin-right: .5rem !important;
    }
    .resp-nav .navbar-nav .nav-item.active .nav-link::after{
      content: '';
      width: 26px;
      height: 2px;
      background: #3b3b98;
      position: absolute;
      left: calc(50% - 13px);
      bottom: 3px;
      
    }
    .resp-nav .navbar-nav .nav-item.active .nav-link{
      color: #3b3b98;
      position: relative;
    }
    .resp-nav .navbar-nav .nav-item .nav-link{
      color: #525252;
      font-weight: 400;
      font-size: 15px;
    }
    .resp-nav .nav-item .nav-link:hover {
      color: #b7b9cc;
    }
}
@media(max-width:992px){
    .resp-nav {
      display: none !important;
    }
}