.bold_text{
    font-weight: bolder;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
}

.p_text{
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, 0.67);
}

.text_blue_color{
    color: #00BBFF !important;
}

.bg_primary{
    background: #000032 !important;
}


.sidebardiv{
    background-color: #000032;
}

.border_bottom{
    border-bottom: 2px solid #ffffff;
}

.sidebar_list a{
    color: #ffffff;
    font-size: 20px;
    font-family: 'Roboto';
    font-style: normal;
}

.sidebar_list{
    padding: 10px 20px;
}

.active_item{
    background-color: #ffffff;
}

.active_item a{
    color: #111111 !important;
}

.card_info{
    background-color: #FDFDFD;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    margin: 10px;
    padding: 20px;
    width: 250px;
}

.card_info_list{
    background-color: #FDFDFD;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    margin: 10px;
    width: 250px;
}

.main_content{
    padding: 20px;
    background-color: #F9F9F9;
}

.main_content_bw{
    padding: 20px;
}

.main_content_sm {
  padding: 10px;
  background-color: #F9F9F9;
}

.empty_content{
    background-color: #F4F4F4;
    padding: 150px;
}

.a_button{
    background: #000032;
    border-radius: 4px;
    padding: 10px 40px;
    color: #ffffff;
}

.a_button_border{
    border: 1px solid #000032;
    border-radius: 4px;
    padding: 10px 40px;
    color: #000032;
}

.a_button_border_dty{
    border: 1px solid #00BBFF;
    border-radius: 4px;
    padding: 10px 40px;
    color: #00BBFF;
}

.a_button_bg-purple{
    background: #D1D1FF;
    border-radius: 4px;
    padding: 10px 40px;
    color: #000032;
}

.a_button_ligh{
    background: #D1D1FF;
    border-radius: 4px;
    padding: 10px 40px;
    color: #000032;
}

.heading_italic{
    font-family: 'Roboto';
    font-style: italic;
    font-size: 30px;
}

.client_card{
    width: 350px;
    background-color: #F4F4F4;
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
}

.job_tag{
    background-color: #ffffff;
    padding: 2px;
    border-radius: 50px;
}

.job_tag_sm{
    background-color: #ffffff;
    padding: 2px;
    border-radius: 10px;
}

.upload_button_dark{
    background: #D1D1FF;
    border-radius: 4px;
    padding: 5px 10px;
}

.upload_button_gray{
    background: #C4C4C4;
    border-radius: 4px;
    padding: 5px 10px;
}

.space_image{
    background: #FDFDFD;
    border-radius: 50%;
    padding: 5px;
}

.upload_image_area{
    background: #F4F4F4;
    padding: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image_avatar_big{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

@media(max-width:600px){
  .image_avatar_big {
      width: 100px;
      height: 100px;
      border-radius: 50%;
    }
}

.btn_account{
    background: #D1D1FF;
    border-radius: 4px;
    padding: 10px;
}

.a_button_danger{
    background: #D0432F;
    border-radius: 4px;
    padding: 10px 40px;
    color: #ffffff;
}

.a_sorting{
    background: #F4F4F4;
    border-radius: 4px;
    padding: 10px;
}

.table_tag_offline{
    background: #F4F4F4;
    border-radius: 100px;
    padding: 5px 10px;
}

.table_tag_pending{
    background: #FFDAD5;
    border-radius: 100px;
    padding: 5px 10px;
}

.table_tag_cleared{
    background: #D1D1FF;
    border-radius: 100px;
    padding: 5px 10px;
}

.border-lblu{
    border-left: 4px solid #00BBFF;
}

.doc_section{
    background-color: #ffffff;
    width: 150px;
    padding: 10px;
}

.doc_section_bott{
    background-color: #F4F4F4;
    width: 150px;
    padding: 10px;
}

/* drag and drop form-css*/
  #fileUpload {
    width: 450px;
    padding: 30px;
    border-radius: 5px;
    background: #fff;
  }
  
  #fileUpload header {
    color: #390da0;
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
  }
  
  #fileUpload form label {
    height: 208px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 15px;
    border: 2px dashed #390da0;
    border-radius: 5px;
    position: relative;
  }
  
  #fileUpload form label i,
  #fileUpload form label p {
    color: #390da0;
  }
  
  #fileUpload form label i {
    font-size: 40px;
    margin-bottom: 5px;
  }
  
  #fileUpload form label p {
    font-size: 17px;
    line-height: 30px;
  }
  
  #fileUpload form input {
    opacity: 0;
  }
  
  #fileUpload .progressArea {
    position: relative;
  }
  
  #fileUpload .progressArea .row {
    background: #f4f0fe;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  #fileUpload .progressArea .row i {
    font-size: 30px;
    color: #b9b9f7;
  }
  
  #fileUpload .progressArea .row .content {
    width: 100%;
    margin-left: 15px;
  }
  
  #fileUpload .progressArea .row .content .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  
  #fileUpload .progressArea .row .content .detail span {
    font-size: 16px;
  }
  
  #fileUpload .progressArea .row .content .detail .name {
    font-size: 21px;
    font-weight: 500;
  }
  
  #fileUpload .progressArea .row .content .progressBar {
    width: 100%;
    height: 7px;
    border-radius: 50px;
    overflow: hidden;
    background-color: #fff;
  }
  
  #fileUpload .progressArea .row .content .progressBar .progess {
    width: 0;
    height: 100%;
    background: #6641bd;
  }
  
  #fileUpload .progressArea .complete .content {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  #fileUpload .progressArea .complete .content .detail {
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  #fileUpload .dropContent {
    display: none;
  }
  
  #fileUpload .inputContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  #fileUpload #uploadFrom.dropBox .inputContent {
    display: none;
  }
  
  #fileUpload #uploadFrom.dropBox .dropContent {
    display: block;
  }
  
  .dropContent {
    position: absolute;
    width: 70%;
    height: 70%;
    background-color: #eae2fd;
  }
  
  .dropContent .dropThub::before {
    content: attr(data-label);
    width: 100%;
    height: auto;
    background: #d9cbfb;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 0;
    text-align: center;
  }

  .avatar_image{
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.width_cd_30{
  width: 30%;
}

.width_cd_20{
  width: 18%;
}

.toogle_icons_off{
  border: 1px solid rgba(17, 17, 17, 0.67);
  border-radius: 2px;
  padding: 5px 10px;
  color:rgba(17, 17, 17, 0.67);
}

.toogle_icons_on{
  border: 1px solid #00BBFF;
  border-radius: 2px;
  padding: 5px 10px;
  color: #00BBFF;
}

.card_client{
  background: #C1EFFF;
  box-shadow: 0px 16px 24px rgba(193, 239, 255, 0.16);
  border-radius: 16px;
  box-sizing: border-box;
}

.line_bluee{
  border: 2px solid #A1E6FF;
  transform: rotate(180deg);
}

.padding-40{
  padding: 40px;
}

.padding-20{
  padding: 20px;
}

.card_infoN{
    background-color: #FDFDFD;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.04);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 20px;
}

.card_infoNB{
    background-color: #FDFDFD;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.04);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 20px;
}

.card_client_wht{
  background: #FDFDFD;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.04);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 20px;
}

.width_cdR_35{
  width: 25%;
}

.width_cdR_30{
  width: 45%;
}

@media(max-width:600px){
  .display_only_lg {
    display: none;
  }
}

@media(min-width:600px){
  .display_only_sm {
    display: none;
  }
}

.chart_hidden{
  width: 0 !important;
  height: 0 !important;
}

.footer_area{
  background: #000032;
  box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.08);
  font-size: 12px;
  color: #fff;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
}

.sidebar {
  width: 15%;
}

.mainbody {
  width: 85%;
}

@media(max-width:600px) {
  .mainbody {
    width: 100%;
  }
}

.width_for_input{
  width: 50%;
}

@media(max-width:600px) {
  .width_for_input {
    width: 100%;
  }
}
