body {
  font-family: "Poppins-Regular", "Poppins-Medium", "Poppins-SemiBold",
    "Poppins-Bold", "Poppins-Black";
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(../font/Poppins-Regular.ttf);
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../font/Poppins-Medium.ttf);
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../font/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: "Poppins-Bold";
  src: url(../font/Poppins-Bold.ttf);
}
@font-face {
  font-family: "Poppins-Black";
  src: url(../font/Poppins-Black.ttf);
}
a {
  color: #080848;
  text-decoration: underline;
}
.nav-link {
  text-decoration: none;
}
.login-logo img,
.register-logo img {
  width: 180px;
}
.main-header .nav-link img {
  width: 40px;
  vertical-align: middle;
  display: inline-block;
  /*margin-top: -18px;*/
}
.nav-link .mdi.mdi-chevron-down {
  font-size: 19px;
  display: inline-block;
}
.pro-user-name {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.44px;
  color: #333333;
}
.pro-user-name small {
  font-size: 11px;
  line-height: 7px;
  display: block;
  color: #9c9c9c;
}
.main-header .nav-link {
  height: auto;
}
.left_navbar .dropdown {
  left: 0 !important;
}
/*.dropdown-toggle::after {
	display: none;
}*/
[class*="sidebar-dark"] .brand-link {
  border-bottom: 0;
}
[class*="sidebar-dark-"] {
  background-color: #080848;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #3c4262;
  color: #fff;
  border-radius: 0;
  border-left: 3px solid #00aa45;
}
.sidebar {
  padding-left: 0;
  padding-right: 0;
}
[class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link:focus {
  background-color: #3c4262;
  color: #fff;
  border-radius: 0;
  border-left: 3px solid #00aa45;
}
.brand-text {
  padding: 0rem 1rem;
  font-weight: bold;
  color: #fff;
  font-size: 26px;
}
.brand-text img {
  width: 100px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.brand-link {
  padding: 5px;
  text-align: center;
}
.navbar-white {
  background-color: #080848;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-light .form-control-navbar:focus,
.navbar-light .form-control-navbar:focus + .input-group-append .btn-navbar {
  background-color: rgba(255, 255, 255, 0.4);
  border: 0 !important;
  color: #343a40;
}
.navbar-light .form-control-navbar {
  background-color: #3c4262;
  border: 0;
}
.navbar-light .form-control-navbar + .input-group-append > .btn-navbar {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-light .btn-navbar,
.navbar-light .form-control-navbar {
  background-color: rgba(255, 255, 255, 0.4);
  border: 0;
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.8125rem + 10px);
}
.main-header .form-inline .input-group {
  width: 400px;
}
.main-header .input-group .form-control {
  color: #fff !important;
}
.navbar-light .form-control-navbar:focus,
.navbar-light .form-control-navbar:focus + .input-group-append .btn-navbar {
  background-color: rgba(255, 255, 255, 0.4);
  border: 0 !important;
  color: #fff !important;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.9);
}
.login-page,
.register-page {
  /* background: linear-gradient(to top, #3c4262,#080848); */
  background: #080848;
}
.login-logo a,
.register-logo a {
  color: #fff;
}
.sign_btn {
  margin-top: 15px;
  background-color: #00aa45;
  border-color: #00aa45;
  padding: 0.55rem 0.75rem;
}
.login-card-body p,
.register-card-body p {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
}
.login-card-body p a,
.register-card-body p a {
  color: #444;
}
.login-card-body p a:hover,
.register-card-body p a:hover {
  color: #080848;
  text-decoration: underline;
}
.login-card-body p span,
.register-card-body p span {
  color: #333;
}
.icheck-primary
  > input:first-child:checked
  + input[type="hidden"]
  + label::before,
.icheck-primary > input:first-child:checked + label::before {
  background-color: #00aa45;
  border-color: #00aa45;
}
.login-card-body input,
.register-card-body input,
.register-card-body select {
  height: 42px;
  box-shadow: none;
}
.login-card-body .input-group,
.register-card-body .input-group {
  margin-bottom: 10px !important;
}
.instruction {
  margin-bottom: 0px;
}
.register-card-body label,
.login-card-body label {
  display: block;
  width: 100%;
  font-size: 15px;
  margin-bottom: 3px;
}
.login-card-body p.login-box-msg,
.register-card-body p.login-box-msg {
  font-size: 17px;
}
.sign_btn:hover {
  color: #fff;
  background-color: #080848;
  border-color: #080848;
}
.content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.main-footer a {
  color: #080848;
} /*
.table td, .table th {
    padding: .75rem 0.5rem;
}*/
.filterDiv {
  /*float: left;
  background-color: #2196F3;*/
  color: #000;
  width: 100%;
  /*line-height: 100px;
  text-align: center;
  margin: 2px;*/
  /* display: inline-flex;*/
}
.show {
  display: block;
}

/* Style the buttons */
.tab_filter .btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  cursor: pointer;
  color: #333;
  font-size: 18px;
}

.tab_filter .btn:hover {
  color: #000;
}

.tab_filter .btn.active {
  color: #444;
  font-weight: bold;
}
.tab_filter .nav-tabs {
  border-bottom: 0;
}
.tab_filter .nav-tabs .nav-item {
  margin-bottom: 0;
}
.tab_filter .nav-tabs .nav-link {
  border: 0;
  font-size: 18px;
  color: #333;
}
.nav-tabs .nav-link.active {
  color: #000;
  font-weight: 600;
}
.filter_content {
  padding: 10px 0;
}
.tab_filter {
  float: left;
  width: 70%;
}
.filter_options {
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.filter_options .btn {
  border: none;
  outline: none;
  cursor: pointer;
  color: #333;
  font-size: 16px;
  padding: 5px 17px;
}

.filter_options .btn:hover {
  color: #000;
}

.filter_options .btn.active {
  color: #444;
  font-weight: bold;
}
.bth-grp {
  float: right;
  margin-right: 15px;
  margin-top: 5px;
}
.btn.exportBtn {
  background: #eee;
  border-radius: 0;
  padding: 6px 15px;
  color: #000;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
.btn.addBtn {
  background: #080848;
  border-radius: 0;
  padding: 6px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
#addTaskModal .close {
  padding: 0;
  margin: 0;
  float: right;
  text-align: right;
  position: absolute;
  right: 15px;
  color: #fff;
}
#addTaskModal .modal-dialog {
  max-width: 850px;
}
.radio-inline {
  margin-right: 10px;
  width: auto !important;
}
.radio-inline input {
  margin-right: 5px;
}
.input-group-prepend {
  position: relative;
}
.input-group-prepend button {
  font-size: 16px !important;
}
.input-group-prepend-name {
  width: 59%;
  position: relative;
}
.input-group-prepend-name button {
  width: 100%;
  text-align: left;
}
.input-group-append .input-group-text {
  font-size: 16px !important;
}
.form_part .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  float: right;
  margin-top: 12px;
}
.form_part ul.dropdown-menu {
  transform: translate3d(1px, 42px, 0px) !important;
  will-change: transform;
  right: 0;
}
.form_part label {
  width: 100%;
  margin-bottom: 5px;
}
.form_part .form-group {
  margin-bottom: 0.5rem;
}
.btn.add_more_button {
  color: #080848;
  font-weight: 600;
  padding: 0;
}
.timeBtn {
  border: 1px solid #ccc;
}
.remtype,
.remtype button,
.remtype .input-group-prepend {
  width: 100%;
  text-align: left;
}
.input-group-lg > .input-group-append > .input-group-text,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .form-control:not(:first-child) {
  border-radius: 0;
}
#addmore .input-group-lg > .form-control:not(textarea) {
  height: calc(2.875rem + -4px);
}
.item_form {
  margin-top: 10px;
}
.btn.btn-save {
  background: #080848;
  color: #fff;
  border-radius: 0;
  padding: 7px 25px;
  font-weight: 500;
  text-transform: uppercase;
}
.btn.btn-saveanother {
  background: #00aa45;
  color: #fff;
  border-radius: 0;
  padding: 7px 25px;
  font-weight: 500;
  text-transform: uppercase;
}
.btn.btn-cancel {
  background: #dc3545;
  color: #fff;
  border-radius: 0;
  padding: 7px 25px;
  font-weight: 500;
  text-transform: uppercase;
}
#addTaskModal .modal-header {
  padding: 7px 15px;
  background: #080848;
  color: #fff;
  text-transform: uppercase;
}
#addTaskModal .modal-title {
  font-size: 20px;
}
.form_part input,
.form_part select,
.form_part textarea {
  background-color: #f2f2f2;
  box-shadow: none;
  border-radius: 0;
}
.input-group-lg > .input-group-prepend > .btn {
  border-radius: 0;
}
.form_part input,
.form_part select {
  height: 42px;
}
.form_part .radio-inline input {
  height: auto;
}
.modal .modal-footer {
  float: left;
  text-align: left;
  padding: 7px 15px;
  display: block;
}
#addTaskModal .dropdown-item {
  padding: 1px 5px;
}
#addTaskModal .dropdown-item a {
  color: #000;
}
.filter_search {
  padding: 0px 15px;
  border-bottom: 1px solid #ddd;
}
.filter_search input,
.filter_search select,
#filterOption input,
#filterOption select {
  box-shadow: none;
  height: 42px;
  border-radius: 0;
}
.filter_search .form-check input {
  height: auto;
}
.select_checknox input {
  margin-top: 7px;
}
.form-check {
  font-size: 17px;
  font-weight: 600;
  margin-top: 6px;
}
.select_checknox .form-group {
  float: left;
  margin-right: 10px;
}
.btn.btn-apply {
  background: #00aa45;
  color: #fff;
  font-size: 16px;
  padding: 6px 21px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
}
.filterBtnArea {
  text-align: right;
}
.filterBtnArea .fas {
  margin-left: 8px;
}
#filterOption {
  padding: 10px 15px 0px;
  border-top: 1px solid #ddd;
  background: #f2f2f2;
}
.table thead th {
  border-top: 0;
  background-color: #f2f2f2;
}
.card-primary.card-outline {
  border-top: 3px solid #00aa45;
  border-radius: 0;
}
.filter_elements .table td:first-child {
  text-align: center;
}
#example2 {
  margin-top: 0 !important;
}
.table tbody tr.btnsTable td {
  border-top: 0;
  padding: 0;
}
.tableBtns button {
  font-size: 16px;
  padding: 0 10px 5px;
  color: #00aa45;
}
.assUser {
  display: block;
  color: #666;
}
.userName {
  text-decoration: underline;
  cursor: pointer;
}
.filter_elements .table tbody th {
  background-color: #f1f1f1;
  padding: 3px 15px;
}
.highPrior {
  font-size: 14px;
  margin-right: 5px;
  background: red;
  padding: 3px 6px;
  color: #fff;
  text-transform: uppercase;
}
.lowPrior {
  font-size: 14px;
  margin-right: 5px;
  background: #ccc;
  padding: 3px 6px;
  color: #000;
  text-transform: uppercase;
}
.content-header {
  padding: 5px 0.5rem;
}

/*matter-page css*/
#matter-tab .nav-link {
  color: #333;
  font-size: 16px;
}
#matter-tab .nav-link.active {
  color: #000;
}
.btn.editBtn {
  background: #eee;
  padding: 3px 10px !important;
  font-size: 16px !important;
  border-radius: 0;
}
.matterAddBth {
  padding: 5px 20px 15px;
  text-align: right;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.tab_matter_left {
  float: left;
  width: 50%;
}
.matter_filter ul li {
  display: inline-block;
  margin-left: 2px;
}
.matter_filter ul {
  margin: 0;
  padding: 0;
}
/*#matter-tab .nav-link {
    border: 0;
}*/
#matter-tab {
  border-bottom: 0;
}
.card-header.activityManage {
  padding: 0.75rem 1.25rem 0 1.25rem;
}
.matter_filter {
  float: right;
  margin-right: 5px;
}
.matter-form .input-group-prepend button {
  width: 100%;
  background: #f2f2f2;
  border: 1px solid #ddd;
  text-align: left;
}
.matter-form .input-group-prepend .dropdown-toggle::after {
  float: right;
  margin-top: 11px;
}
.matter-form label {
  width: 100%;
}
.matter-form input:not(input[type="checkbox"], input[type="radio"]),
.matter-form select {
  width: 100%;
  height: calc(2.25rem + 2px);
  border: 1px solid #ced4da;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  box-shadow: none;
  border-radius: 0;
}
.datainput {
  width: 100%;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  box-shadow: none;
}
.matttitle {
  padding: 9px 15px;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.collapseBtn {
  padding: 10px 15px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  background: #f1f1f1;
  border: 0;
  font-weight: 600;
}
.dropcaret::after {
  content: "\f0d7";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-align: right;
  float: right;
}
.related_checkbox {
  margin-top: 38px;
}
.matter-form .btn.delete_btn {
  margin-top: 30px;
}
.otherMatter-form {
  padding: 0 15px;
}
.otherMatter-form .collapse.show {
  padding: 15px 0;
}
.taskautomationcheck {
  margin-top: 15px;
}
.select_checkform label,
.select_checkform input {
  width: auto;
  height: auto;
}
#bilingpreferences h5 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 18px;
}
.btn.add_more_button {
  text-decoration: underline;
  color: #00aa45;
}
.btn.saveMatter {
  background: #080848;
  border-radius: 0;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
.btn.mattercancel {
  background: #ccc;
  border-radius: 0;
  padding: 10px 15px;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
.btnArea {
  margin: 25px 0;
}
button[aria-expanded="true"] .dropcaret::after {
  content: "\f0d8";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-align: right;
  float: right;
}
button[aria-expanded="false"] .dropcaret::after {
  content: "\f0d7";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-align: right;
  float: right;
}
.dropmenuScroll {
  height: 250px;
  overflow: hidden scroll;
  padding: 15px;
}
.btn.applyFillter {
  background: #080848;
  border-radius: 0;
  padding: 8px 12px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.btn.clearFillter {
  background: #ccc;
  border-radius: 0;
  padding: 8px 12px;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.btn {
  text-decoration: none;
}
.filterBtnGrpArea {
  padding: 10px;
}
.left {
  float: left;
  width: 15%;
}
.middle {
  float: left;
  width: 75%;
  margin-top: 5px;
}
.left_part {
  float: left;
  width: 40%;
  border-right: 1px solid #ddd;
  padding: 10px;
}
.right {
  float: right;
  width: 10%;
  margin-top: 5px;
}
#dashboard_personaltab .card-body {
  padding: 0px;
}
.info_Btn {
  border: 0;
  background: transparent;
}
.middle h5 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}
.middle p {
  font-size: 11px;
  margin: 0;
  color: #666;
}
.left span {
  font-size: 26px;
}
.right_part {
  float: left;
  width: 60%;
  padding: 15px;
}
.right_part p {
  margin: 0;
  color: #666;
}
.updateBtn {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.card.hourlyCard {
  padding: 25px;
  text-align: center;
}
.hourlyCard h5 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 120px;
}
.targetBtn {
  background: #080848;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px;
}
.target_btn,
.target_btn:hover {
  margin-bottom: 120px;
}
#dashboard_personaltab .fa.fa-question-circle {
  font-size: 12px;
  margin-left: 5px;
}
.billingcard {
  padding: 15px;
}
.billingcard h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.billingcard p span {
  font-size: 22px;
  margin-right: 5px;
}
.billingcard p {
  margin-bottom: 0;
  min-height: 43px;
  font-size: 15px;
  line-height: 20px;
}
.billingcard .external_link {
  text-align: right;
  color: #ccc;
  float: right;
  font-size: 15px;
}
.billingcard .external_link:hover {
  color: #333;
}
.left_part .fa.fa-plus-circle {
  color: #00aa45;
  font-size: 14px;
}
.createBtn {
  margin-top: 13px;
  background: #fff;
  color: #000 !important;
  font-weight: 600;
  padding: 4px 15px;
}
.modal-header {
  padding: 7px 15px;
  background: #080848;
  color: #fff;
  text-transform: uppercase;
}
.modal .close {
  padding: 0 !important;
  margin: 0 !important;
  float: right;
  text-align: right;
  position: absolute;
  right: 15px;
  color: #fff;
}
#calendarModal .modal-dialog {
  max-width: 700px;
}
.inviteBtn {
  background: transparent;
  border: 0;
  margin-bottom: 10px;
  padding: 0;
  color: #080848;
}
.custom-control.custom-checkbox.eventCheck {
  margin-bottom: 15px;
}
.eventCheck label {
  font-weight: 400 !important;
}
.titleAtten {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.attendes {
  border: 1px solid #ccc;
  padding: 10px 15px;
  background: #f2f2f2;
  margin-bottom: 10px;
}
.genForm input,
.genForm select {
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
  height: 38px;
  border-radius: 4px;
}
.dayTit {
  margin-top: 38px;
}
.notesummary {
  font-weight: bold;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin: 0;
}
.nav-tabs .nav-link {
  color: #333 !important;
}
.matter_table_list td a {
  color: #333;
}

.contactForm .contacttypeBtn {
  border: 1px solid #ddd;
  padding: 5px 15px;
}
.contactForm .radio-inline input {
  display: none;
}
.contactForm .radio-inline {
  margin: 0;
}
.contact-form .form-check input {
  width: auto;
  height: auto;
  padding: 0;
}
.addemailrow .form-check,
.addwebrow .form-check,
.addphonerow .form-check {
  margin-top: 38px;
}
.addemail2row .form-check,
.addweb2row .form-check,
.addphone2row .form-check {
  margin-top: 38px;
}
.email_row h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0;
}
.email_row {
  border-top: 1px solid #ddd;
  margin-top: 15px;
}
.delBtn {
  margin-top: 30px;
}
.peopleaddcollapse {
  margin-top: 15px;
}

.profile-pic {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  vertical-align: middle;
  text-align: center;
  color: transparent;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
}

.profile-pic:hover {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}

.profile-pic span {
  display: inline-block;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}
.profForm label {
  width: auto;
  float: left;
  margin-top: -40px;
  margin-bottom: 35px;
}

/*.profForm input[type="file"] {
  display: none;
  cursor: pointer;
}*/
#fileToUpload {
  float: left;
  width: 60%;
  border: 0;
  padding: 0;
}
#moreremindbtn {
  margin-bottom: 15px;
}
.timeModal select {
  box-shadow: none;
  height: 42px;
}
.dateTime {
  text-align: right;
}
.dateTime p {
  margin-bottom: 0;
  font-size: 13px;
  color: #888;
}
.work_table a {
  text-decoration: underline;
  color: #000;
}
.profTable {
  background: #999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  overflow: hidden;
  float: right;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.setList ul li {
  display: block;
  margin-bottom: 20px;
  line-height: 20px;
}
.setList ul {
  margin: 0;
  padding: 0;
}
.setList h3 {
  font-size: 21px;
  margin-bottom: 18px;
}
.setList li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: -5px;
}
.setList li small {
  font-size: 15px;
  color: #666;
}
.info_sec .form-control,
.info_sec .custom-select {
  box-shadow: none;
  background-color: #f2f2f2;
  border-radius: 0;
  border-color: #ddd;
  height: 42px;
}
.info_profileedit {
  margin-bottom: 20px;
}
.info_profileedit img {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.btn.cat_btn {
  background: #080848;
  border-radius: 0;
  padding: 6px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
#expensearea {
  display: none;
}
.backBtn {
  margin: 10px 0;
}
#newTimeEntryModal .modal-dialog {
  max-width: 800px;
}
#editTimeEntryModal .modal-dialog {
  max-width: 800px;
}
#newExpenseModal .modal-dialog {
  max-width: 700px;
}
.activityTable td:nth-child(2) {
  width: 220px;
}
.activityTable td:nth-child(2) .input-group,
.activityTable td:nth-child(2) button {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
.filterBydate ul li {
  width: 27%;
  float: left;
  margin-right: 4px;
  list-style: none;
}
.filterBydate ul li:nth-child(3) {
  width: auto;
}
.filterBydate ul li:nth-child(3) button {
  padding: 0 5px;
  font-size: 22px;
  background: #ddd;
  border: 1px solid #ddd;
}
.filterBydate {
  float: left;
  width: 42%;
}
.filterBydate ul {
  margin: 0;
  padding: 0;
}
.tabsmallleft {
  width: 28%;
}
.tabsmallleft a {
  padding: 8px 15px;
}
.colScroll .form-check label {
  font-weight: normal;
  font-size: 15px;
}
.imgBox {
  background: #f2f2f2;
  padding: 10px;
}
.imgForm {
  background: #fff;
  padding: 10px;
}
.imgBox p {
  margin-top: 10px;
}
.imgForm p {
  margin-top: 0;
}
.profImg {
  background: #080848;
  height: 218px;
  line-height: 205px;
  text-align: center;
  font-size: 75px;
  color: #fff;
}
.mailDrop h3 {
  font-size: 21px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding-bottom: 10px;
}
.mailDrop h3 span {
  text-align: right;
  float: right;
}
.filterBtn {
  background: top;
  border: 0;
  text-align: right;
  float: right;
  margin-bottom: 15px;
}
#maildropFilter {
  padding: 18px 15px;
  border-top: 1px solid #ddd;
  background: #f2f2f2;
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
}
.mailDrop .table td h5 {
  font-size: 17px;
  margin-bottom: 0;
}
.mailDrop .table td a {
  font-size: 15px;
  margin-right: 14px;
}
#addTitleModal .form-check label {
  font-weight: normal;
  font-size: 15px;
}
#permisionSetting .table td:first-child {
  width: 150px;
}
#permisionSetting .table td .form-check label {
  font-weight: normal;
  font-size: 15px;
}
#permisionSetting .table td .form-check {
  margin-top: 0;
}
.table td .form-group {
  margin-bottom: 0;
}
.modal-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.matterColumn {
  min-width: 500px;
  right: 0 !important;
  transform: none;
  top: 5px;
}
.content-header h1 {
  font-size: 24px;
}
.userprf {
  background: #ddd;
  padding: 8px 10px;
  font-weight: 600;
  font-size: 15px;
}
.manageUsers .table td h5 a {
  font-size: 15px;
}
.manageUsers .table td a {
  font-size: 15px;
  margin-right: 8px;
}
.manageUsers .table td h5 ? {
  margin-bottom: 10px;
}
.usersmanage h3 {
  float: left;
  width: 25%;
  border: 0;
}
.user_right {
  float: right;
  width: 75%;
  text-align: right;
  padding-bottom: 10px;
}
.border-bottom {
  clear: both;
}
.dropdown-menu {
  padding: 0.5rem 0.5rem;
}
.acInfotab {
  width: 80%;
}
.accountInfo {
  padding-bottom: 15px;
}
.mail_box {
  padding-top: 15px;
  padding-bottom: 10px;
}
.mail_box h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.transferrole label {
  width: 100%;
}
.transferrole span a {
  float: right;
}
.transferrole {
  background: #eee;
  padding: 15px;
}
.primarySubs ul {
  padding: 0 0 0 25px;
}
.accountAdmin h3 {
  font-size: 25px;
  margin-bottom: 25px;
}
.accountAdmin h3 span {
  float: right;
  background: #080848;
  padding: 10px 15px;
  font-size: 18px;
  color: #fff;
}
.accountAdmin h3 span a {
  color: #fff;
}
.alert-warning {
  margin-bottom: 0;
}
.boxfooter {
  background: #f0f0f0;
  padding: 25px;
  border-top: 2px solid #ddd;
}
.primarySubs {
  margin-bottom: 15px;
}
.boxfooter h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.boxfooter h5 a {
  float: right;
  border: 1px solid #080848;
  padding: 8px 15px;
  margin-top: -8px;
}
.accountRole h3 {
  font-size: 25px;
  margin-bottom: 25px;
}
.accountRole h3 span {
  float: right;
  font-size: 18px;
  color: #fff;
}
.accountRole h3 span a {
  color: #080848;
}
.btn.factorBtn {
  background: #080848;
  color: #fff;
  border-radius: 0;
  padding: 7px 25px;
  font-weight: 500;
  text-transform: uppercase;
}
.factorTwo h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.documentTemplate label {
  width: 100%;
}
.documentSource h3,
.documentPrev h3,
.aggReport h3 {
  font-size: 20px;
  font-weight: 600;
}
.documentSource button {
  margin-bottom: 25px;
}
.documentSource h4 {
  padding-top: 15px;
  font-size: 22px;
  margin-bottom: 15px;
}
.documentPrev button {
  margin-top: 15px;
}
.billSync span {
  background: #ddd;
  width: 80px;
  display: inline-block;
  height: 80px;
  border-radius: 50%;
}
.conBtn {
  background: #ddd;
  border: 1px solid #ddd;
  padding: 7px 15px;
  margin-top: 25px;
}
.billSync h4 {
  margin: 0 0 5px 0;
}
.billSync {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 10px;
}
.mobapp a {
  margin-bottom: 15px;
}
.mobapp h3 {
  margin-top: 15px;
}
.concalendar td img {
  width: 45px;
}
.concalendar td h4 {
  margin: 0;
}
.concalendar .table {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#billSend .form-check {
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 12px;
}
#billSend .form-check label {
  font-weight: 300;
}
.acStatement .form-group .form-check label {
  font-weight: normal;
}
.payRecord {
  border-top: 1px solid #ddd;
  overflow: hidden;
  width: 100%;
  float: right;
  text-align: right;
  padding-top: 15px;
}
.clientRecordPay {
  padding-bottom: 15px;
}
#billingFilter {
  padding: 18px 15px;
  border-top: 1px solid #ddd;
  background: #f2f2f2;
}
.newBills h3 {
  font-size: 22px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.billnewfilter {
  padding-bottom: 15px;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: 0 !important;
}
.nav-sidebar .nav-item > .nav-link {
  margin-bottom: 0px;
}
.main-sidebar {
  position: fixed !important;
  height: 100% !important;
}
.content {
  margin-top: 105px;
  margin-bottom: 60px;
}
.main-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.brand-link .brand-image {
  float: left;
  line-height: 0.8;
  margin-left: 0;
  margin-right: 0;
  margin-top: 5px;
  max-height: 100%;
  width: 45px;
  display: none;
}
.sidebar-collapse .brand-link .brand-image {
  display: block;
}
.sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-link .brand-image {
  display: none;
}
.paginate_button.page-item:hover {
  cursor: pointer;
}

.sidebarmain {
  margin-top: 90px;
  background: #080848;
  padding: 0.5rem 0.5rem;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  border-top: 2px solid white;
}
.main-header {
  border-bottom: 0px solid #dee2e6;
  padding: 0.2rem 0.5rem;
}
.sidebarmain .nav-link {
  display: block;
  padding: 0.5rem 0.4rem;
  color: #fff !important;
  font-size: 15px;
}
.nav-sidebar > .nav-item .nav-icon.fa,
.nav-sidebar > .nav-item .nav-icon.fab,
.nav-sidebar > .nav-item .nav-icon.far,
.nav-sidebar > .nav-item .nav-icon.fas,
.nav-sidebar > .nav-item .nav-icon.glyphicon,
.nav-sidebar > .nav-item .nav-icon.ion {
  font-size: 0.8rem;
}
.nav-sidebar > .nav-item .nav-icon {
  width: 1.4rem;
}
.main-header .navbar-nav .nav-item .nav-link {
  line-height: 65px;
}
.navbar-badge {
  top: 25px;
}
.content-wrapper {
  margin-left: 0 !important;
}
.content-wrapper > .content {
  padding: 0 0rem;
}
.pushmenu,
.main-sidebar {
  display: none;
}

.dash-card-body {
  padding: 15px;
  background: #ffffff;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 20%), 0px 0px 1px rgb(0 0 0 / 13%);
  border-radius: 4px;
  padding-bottom: 8px;
  min-height: 315px;
  max-height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.dash-card-body .box-head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.dash-card-body .title-head {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #212529;
}
.dash-card-body .head-right {
  margin-left: auto;
}
.dash-card-body .head-right .date-pick {
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 15px;
  -webkit-appearance: none;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #666666;
  padding: 3px 6px;
  padding-right: 18px;
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: 92% center;
}
.dash-card-body .head-right .date-pick:focus {
  outline: none;
  box-shadow: none;
}
.dash-card-body table {
  width: 100%;
}

.dash-card-body table tbody th {
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 18px;
  text-transform: capitalize;
  color: #333;
  padding: 6px 5px;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  vertical-align: middle;
}
.dash-card-body table tbody tr:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.dash-card-body table tbody tr td {
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.2;
  color: #212529;
  padding: 6px 5px;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  vertical-align: middle;
}
.dash-card-body table tbody tr td:first-child,
.dash-card-body table tbody tr th:first-child {
  padding: 0.75rem;
  border-left: none;
}
.faq-text {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  color: #666666;
  text-align: center;
  margin-top: 8px;
}
.task-table .check-custom {
  margin-bottom: 0;
  display: flex;
}
.dash-card-body .task-table tbody tr:last-child {
  border-bottom: none;
}
.dash-card-body .task-table tr td:nth-child(2),
.dash-card-body .task-table tr th:nth-child(2) {
  border-left: none;
}
.task-table .check-custom input {
  opacity: 0;
  position: absolute;
}
.task-table .check-custom .checkmark {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}
.task-table .check-custom input:checked + .checkmark {
  background: #000000;
  border-color: #000000;
  background-image: url(../img/check.svg);
  background-size: 10px;
  background-repeat: no-repeat;
}
.dash-card-body .box-content .box-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #666666;
  margin-bottom: 10px;
}
.dash-card-body .box-content .notify-box {
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  padding: 12px;
  margin-bottom: 12px;
}
.dash-card-body .box-content .notify-box:last-child {
  margin-bottom: 0;
}
.dash-card-body .box-content .notify-box .notify-title {
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  color: #212529;
  margin-bottom: 5px;
}
.notify-date-time {
  display: flex;
  align-items: center;
}
.notify-date-time .space-dot {
  width: 4px;
  height: 4px;
  margin: 0 6px;
  display: flex;
  background: #c4c4c4;
  border-radius: 50%;
}
.box-content.table-content {
  min-height: 235px;
  overflow: hidden;
  max-height: 235px;
}
.dash-card-body .box-content .notify-box .notify-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #666666;
}
.dash-card-body .box-content .event-link {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-decoration-line: underline;
  color: #666666;
  text-align: center;
  display: block;
  margin-top: 16px;
}

.month-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.date-list {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  max-width: 310px;
}
.date-list li {
  margin: 0 5px;
}
.date-number {
  font-weight: bold;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
  color: #212529;
  display: block;
}

.date-day {
  text-decoration: none;
  font-weight: 600;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  color: #666666;
  width: 34px;
  height: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 2px;
}
.date-day.today,
.date-day:hover {
  color: #ffffff;
  background: #080848;
  border-color: #080848;
}
.date-number {
  font-weight: bold;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
  color: #212529;
  width: 100%;
  margin-bottom: auto;
}
.date-day.today .date-number,
.date-day:hover .date-number {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .dash-card-body {
    margin-bottom: 20px;
  }
}

.card-body {
  padding: 15px !important;
}
@media (min-width: 768px) {
  .main-footer {
    margin-left: 0 !important;
  }
}

.dropdown-menu .dropdown-item {
  cursor: pointer !important;
  text-decoration: none !important;
}

.dropdown-menu .dropdown-item a,
.dropdown-menu a {
  text-decoration: none !important;
}

.modal-dialog.modal-lg {
  max-width: 900px !important;
}

/* Milan */

.content-wrapper {
  padding: 13px;
}
.matter_user_heddar h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px;
}
.matter_user_heddar h6 {
  font-size: 12px;
  line-height: 16px;
  color: #576c82;
  font-weight: 400;
  margin-bottom: 0;
}
.heddar_btn {
  background: #f0f0f3;
  border: 1px solid #d4d4e9;
  letter-spacing: 0.4px;
  border-radius: 5px;
  padding: 3px 10px;
  color: #080848;
  font-size: 15px;
  font-weight: 600;
}
.heddar_btn:hover {
  color: #07b24d;
}
.btn-defult {
  background-color: #080848;
  color: #fff;
}
.btn-defult:hover {
  color: #ffffff;
  background-color: #3c4262;
}
.heddar_tabs ul {
  margin-bottom: 0;
  width: 100%;
  padding: 0;
}
.heddar_tabs ul li {
  list-style-type: none;
  padding: 0px 10px 0px 10px;
}
.heddar_tabs ul li a {
  text-decoration: none;
  color: #333;
  padding: 10px 0;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.heddar_tabs ul li a:hover {
  border-bottom: 2px solid #29dd79;
}
.heddar_tabs ul li a.active {
  border-bottom: 2px solid #29dd79;
  color: #080848;
  text-shadow: 0 0 1px #080848;
}
.heddar_tabs ul li a:hover {
  color: #080848;
}
.accordion_head {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eff2f5;
}
.head-title {
  text-decoration: none;
  color: #080848;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  flex: 1;
  display: flex;
}
.down-icon {
  margin-left: auto;
}
.accordion_h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.accordion_price_p {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #9f9fb3;
}
.accordion_unbilled_p {
  margin-bottom: 0px;
  font-weight: 700;
  grid-column-start: 1;
  color: #9f9fb3;
}
.accordion_unbilled_p:nth-child() {
  margin-bottom: 15px;
}
.qustionmark {
  color: #fff;
  border-radius: 50%;
  background-color: rgb(0, 68, 255);
  padding: 1px 7px;
  margin-left: 4px;
}
.accordion_button {
  border: 1px solid #333;
}
.accordion_button a {
  text-decoration: none;
  font-size: 13px;
}
.accordion_button a:hover {
  border-bottom: 1px solid #333;
  color: #080848;
}
.accordion_card {
  padding: 15px;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  margin-bottom: 0;
}
.card-finance {
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgb(76 87 125 / 2%);
  border-radius: 5px;
}
.accordidon_01 {
  padding: 0px;
  margin-bottom: 0;
}
.accordidon_01 li {
  list-style-type: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}
#accordion_01_02 li {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #001c37;
}
.accordion_01_link a {
  margin-right: 5px;
  text-decoration: none;
}
.accordion_01_link a:hover {
  color: #00aa45;
  text-decoration: underline;
}
.export_03 {
  color: #333333ba;
  font-size: 13px;
  border: 1px solid #333;
  padding: 0px 5px 0px 5px;
  border-radius: 3px;
  text-decoration: none;
  background-color: #f5f7f8;
}
.export_03:hover {
  color: #080848;
  text-decoration: underline;
}
.accordion_short-name {
  font-size: 13px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 0px;
  background-color: #b0bec5;
  color: #fff;
  text-align: center;
  flex: 0 0 32px;
  margin-right: 10px;
}
.link_class {
  margin-top: 0;
  margin-left: 0;
  font-size: 13px;
  line-height: 14px;
  display: block;
  font-weight: 400;
  color: #080848;
}
#accordion_02_03 li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #001c37;
  margin-left: 30px;
}
.accordion_03_head_link {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #080848;
  text-decoration: none;
  cursor: pointer;
  flex: auto;
}
.accordion_03_head_link:hover {
  color: #00ab45;
  text-decoration: none;
}
.copy_button {
  font-size: 13px;
  background-color: #f5f7f8;
  border: 1px solid #b0bec5;
  border-radius: 3px;
}
.accordion_03_fotter {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #080848;
  margin: 0px;
}
.accordion_04_text {
  font-size: 15px;
  line-height: 22px;
}
.accordion_04_text_link {
  color: #29dd79;
  text-decoration: none;
  margin-right: 5px;
  font-weight: 500;
}
.accordion_04_text_link:hover {
  color: #07b24d;
  text-decoration: underline;
}
.accordain-foot .accordion_04_div {
  border-top: none;
}
.accordion_04_div {
  border-top: 1px solid #eceff1;
}
.content-accordion {
  padding-bottom: 50px;
}
.user-det-content {
  margin-top: 110px;
}
.matter_user_heddar {
  padding-bottom: 20px;
  border-bottom: 1px solid #eff2f5;
}
.user-detail-block {
  padding: 15px 15px 0;
  background: #ffffff;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgb(76 87 125 / 2%);
}
.btn-small-defualt {
  border-radius: 5px;
  padding: 3px 10px;
  color: #080848;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  background: #f0f0f3;
  border: 1px solid #d4d4e9;
  letter-spacing: 0.4px;
}
.btn-small-defualt:hover {
  color: #07b24d;
}
.accordion_head .btn-small-defualt {
  margin-left: 15px !important;
}
.col-md-6.col-xl-4.first_acco {
  padding-top: 15px;
  padding-bottom: 20px;
  margin-top: -15px;
}
.first_acco + .first_acco {
  border-left: 1px solid #eff2f5;
}
.first_acco-foot .accordion_h6 {
  margin-bottom: 0;
}
.first_acco-foot .accordion_price_p {
  margin-bottom: 0;
  margin: 0 15px;
}
.first_acco.first_acco-foot {
  border-top: 1px solid #eff2f5;
  padding: 15px 15px 15px;
  margin-bottom: -16px;
}
.today-notify {
  display: block;
  background: #f4f6f9;
  border-left: 1px solid #eceff1;
  border-right: 1px solid #eceff1;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 600;
}
.accordain-foot {
  width: 100%;
  border-top: 1px solid #eceff1;
  padding: 10px 15px;
}
.accordion_04_div label.btn {
  padding: 0 10px;
  margin: 0 5px;
  color: #212529;
  background: #f0f0f3;
  border: 1px solid #d4d4e9;
  letter-spacing: 0.4px;
}
.accordion_04_div label.btn:hover {
  color: #07b24d;
}
.user-card-detail {
  margin-bottom: 20px;
}
.time-block {
  color: #333333;
  margin-top: 5px;
  margin-bottom: 0;
}
.copy_button {
  border-radius: 5px;
  padding: 6px 15px;
  color: #080848;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  background: #f5f8fa;
  border: 1px solid #d4d4e9;
  letter-spacing: 0.4px;
  display: block;
  margin-top: 10px;
}
.copy_button:hover {
  color: #07b24d;
}
#accordion_02_03 li:last-child {
  margin-bottom: 0;
}
.table-bordered td,
.table-bordered th {
  border-left: none;
  border-right: none;
  vertical-align: middle;
}
.table thead th {
  border-top: 0;
  background-color: transparent;
  border-bottom: none;
  font-size: 14px;
}
.matter_table_list td a {
  color: #333;
  text-decoration: none;
}
.matter_table_list td a:hover {
  color: #07b24d;
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: transparent;
}
.input-group-prepend .dropdown-menu {
  border: none;
  box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  overflow: hidden;
  margin-left: auto;
  justify-content: flex-end;
}
.pagination > li + li {
  margin-left: 5px;
}
.page-item .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.475rem;
  height: 2.5rem;
  min-width: 2.5rem;
  font-weight: 500;
  display: block;
  font-size: 1.075rem;
  text-align: center;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #080848;
  border-color: #080848;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.475rem;
  border-bottom-right-radius: 0.475rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.475rem;
  border-bottom-left-radius: 0.475rem;
}
.btn-learn {
  border-radius: 5px;
  padding: 7px 15px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  background: #080848;
  border: 1px solid #080848;
  letter-spacing: 0.4px;
}
.btn-learn:hover {
  background-color: #3c4262;
  border-color: #3c4262;
  color: #ffffff;
}

.custom-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #001c37;
}
.menu-card {
  padding: 0;
}
.menu-form {
  min-width: 300px;
  padding: 0;
}
.accordion_card .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eceff1;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.accordion_card label {
  line-height: 18px;
  font-size: 14px;
}
.menu-card {
  border: none;
}
.bill-block {
  padding-top: 20px;
}
.card-bill {
  padding: 15px;
  background: #ffffff;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgb(76 87 125 / 2%);
}

.matter_user_heddar .bill-user-title {
  font-size: 18px;
  font-weight: 600;
  color: #9f9fb3;
  margin-bottom: 0;
  line-height: 24px;
}
.form-block .form-group input,
.form-block .form-group select {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #080848;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}
.form-title {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  align-items: center;
}
.form-time-add {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  align-items: center;
}
.form-time-add .col-2,
.form-time-add .col-1 {
  padding: 0 5px;
}
.form-block .btn-link {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 16px;
  color: #00ab44;
}
.mater-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.border-dash {
  border: 1px solid #eff2f5;
  border-radius: 0;
  background: #ffffff;
}
.mater-block .fa-briefcase {
  width: 14px;
  height: 14px;
}
.btn-link .fa-plus-circle {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.form-block .btn-link img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.form-time-add .form-group .fa-times-circle {
  width: 14px;
}
.selectpicker + .dropdown-toggle {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none;
  display: flex;
  font-size: 14px;
  line-height: 1.25;
}
.matter-snipet {
  width: 100%;
}
.border-dash {
  border-radius: 0;
  background: #ffffff;
  padding: 0.3rem 0.5rem;
}
.bill-block .form-group {
  margin-bottom: 5px;
}
.bill-block .form-block .form-group .radio-input input {
  width: auto;
  margin-right: 10px;
}

.bill-block .form-block .form-group .radio-input {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: 400;
}
.bill-block .form-block .form-group .radio-input p {
  margin: 0;
}
.bill-block .form-block .form-group .radio-input small {
  display: block;
}
.bill-block .form-block .card {
  box-shadow: none;
}
.btn-green {
  background: #339931;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #d4d4e9;
  letter-spacing: 0.4px;
}
.btn-green:hover {
  background: #0a6b0c;
  color: #fff;
}
.btn-gen-creat {
  border-radius: 5px;
  padding: 8px 20px;
  color: #080848;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  background: #f0f0f3;
  border: 1px solid #d4d4e9;
  letter-spacing: 0.4px;
}
.btn-gen-creat {
  margin-left: 10px;
}
.bill-block .form-block .card-header,
.bill-block .form-block .card-body {
  /* padding-right: 0; */
}
div#headingOne {
  padding-left: 0;
  padding-right: 0;
}
.bill-block .col-12 .form-block {
  margin-top: 20px;
}
.form-block .title {
  font-size: 16px;
  color: #080848;
  font-weight: 600;
}
.mater-block .title {
  font-size: 14px;
  color: #9f9fb3;
  font-weight: 500;
}
.mater-block .fa-briefcase path {
  fill: #9f9fb3;
}
.form-block .form-title .title {
  font-size: 14px;
  font-weight: 600;
}
.form-time-add .form-group .fa-times-circle path {
  fill: #e30000;
}
.form-block form {
  margin-bottom: 10px;
}
.bill-block .form-block .form-group .radio-input + .radio-input {
  margin-top: 10px;
}
.date-label {
  font-size: 14px;
  font-weight: 600;
}
.bill_total {
  background-color: #eceff1;
}
/* Milan */

.btn-cust-right-acc {
  position: absolute;
  right: 55px;
}
.btn.addBtn {
  border: 1px solid #080848;
  background-color: #080848;
  color: #fff;
}
.btn.addBtn:hover {
  color: #ffffff;
  background-color: #3c4262;
}
.btn {
  letter-spacing: 0.4px !important;
  border-radius: 5px !important;
  padding: 6px 10px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}
table .input-group .editBtn:not(.dropdown-toggle) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
table .input-group .editBtn.dropdown-toggle,
.main-header .input-group #btn-main-search {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.table-responsive {
  padding: 16px 8px;
}

.input-group .select2-container--bootstrap4 {
  max-width: 85% !important;
}
.form-group .select2-container--bootstrap4 {
  max-width: 90% !important;
}
.limited_characters {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 50px;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
