.estimate-circle {
  background: #037eff !important;
}
.total-amount-circle {
  background: #4cb573 !important;
}
.total-paid-circle {
  background: #b969dc !important;
}
/*.business-statistics .round{width: 70px !important;height: 70px !important;line-height: 70px !important;}
.business-statistics .round i{    font-size: 28px;}*/
.error {
  color: red;
}
tr.item-row:first-child input:first-child,
tr.item-row:first-child select:first-child {
  padding-top: 1px !important;
}
#estimate_form .invoice_area table tr td,
#invoice_form .invoice_area table tr td {
  /*padding-top: 4% !important;vertical-align: unset !important;*/
}
.business-statistics .card-body {
  height: 145px;
}
.skin-blue-light .sidebar li.list-group-item a,
.skin-blue-light .sidebar li.list-group-item a:hover {
  color: black !important;
}
.table_area .table thead:first-child th {
  padding: 10px 10px !important;
}
.invoice_7 .table_area .table thead:first-child th,
.invoice_8 .table_area .table thead:first-child th {
  padding-left: 30px !important;
}
.main-header .logo {
  float: left !important;
}
.main-header {
  width: auto;
  z-index: 999;
}
.content-wrapper {
  margin-top: 0;
}
.navbar-custom-menu .navbar-nav li > a.dropdown-toggle,
.navbar-custom-menu .navbar-nav > li:last-child > a,
.navbar-custom-menu .navbar-nav > .search-box > a {
  line-height: 31px;
}
.user-menu a.dropdown-toggle {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
}
.navbar-nav > .user-menu .user-image {
  width: 25px;
  height: 25px;
  margin-top: 0px;
  border: 1px solid #ddd;
}
.skin-blue-light .main-header .navbar .nav > li > a span {
  color: #444;
  font-size: 14px;
  padding-left: 2px;
}
.skin-blue-light .main-header .navbar .nav > li > a:hover,
.skin-blue-light .main-header .navbar .nav > li > a:focus {
  background: #e9f0ff;
}
.skin-blue-light .main-header .navbar .nav > li.user-menu {
  display: flex;
  align-items: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 70px;
  padding: 8px 10px;
  text-align: center;
}
.skin-blue-light .main-header .navbar .nav > li.user-header img {
  margin-top: -5px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #333;
  font-size: 18px;
  margin-top: 0px;
  text-align: left;
  padding-left: 50px;
}
/*.dropdown.shortcut-menu {position: absolute;right: 180px;}*/
/*.skin-blue-light .main-header .navbar .switch{position: absolute;right: 365px;}*/
.content {
  padding: 2px;
}
.sidebar-mini.sidebar-collapse .content {
  padding: 15px;
}
.sidebar-mini.sidebar-collapse .upgrade_btn span {
  display: none;
}
.sidebar-mini.sidebar-collapse span.buss-arrow {
  font-size: 14px;
}
.sidebar-mini.sidebar-collapse .main-header .logo {
  width: 40px;
  height: 42px;
  line-height: 31px;
}
.skin-blue-light .main-header .navbar .switch.admin {
  right: 150px;
}
.right_sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lang-dropdown ul a {
  color: unset;
  text-decoration: none;
}
#register_form .form-check-input[type="checkbox"] {
  position: unset;
  opacity: 1;
}
#register_form [type="checkbox"] + label {
  padding-left: 0px;
}
#register_form [type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  display: none;
}
.register-section .error.text-danger {
  background: rgba(220, 53, 69, 0.1) !important;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
}
.register-section .alert.alert-warning {
  margin-top: 70px;
}
#forgot-area span {
  color: #545969;
  font-size: 14px;
}
#register_form .btn.disabled,
#register_form .btn:disabled {
  cursor: not-allowed;
  background-color: #007bff;
  pointer-events: unset;
  opacity: unset;
  color: white;
}
.box.active .options {
  display: block;
}
.box .options {
  display: none;
}
.spinner,
.spinner-inverse,
.spinner-sm {
  border-style: solid;
  border-radius: 50%;
  border-color: #ecf0f3;
  border-right-color: #136acd;
  /* border-top-color:#136acd; */
  border-width: 2px;
  font-size: 22px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-animation: spin-animation 0.9s linear infinite;
  animation: spin-animation 0.9s linear infinite;
}

.spinner,
.spinner-inverse,
.spinner-md {
  border-style: solid;
  border-radius: 50%;
  border-color: #ecf0f3;
  border-right-color: #136acd;
  /* border-top-color:#136acd; */
  border-width: 4px;
  font-size: 22px;
  width: 52px;
  height: 52px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-animation: spin-animation 0.9s linear infinite;
  animation: spin-animation 0.9s linear infinite;
}

.spinner,
.spinner-inverse,
.spinner-lg {
  border-style: solid;
  border-radius: 50%;
  border-color: #ecf0f3;
  border-right-color: #136acd;
  /* border-top-color:#136acd; */
  border-width: 6px;
  font-size: 22px;
  width: 72px;
  height: 72px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-animation: spin-animation 0.9s linear infinite;
  animation: spin-animation 0.9s linear infinite;
}

.theader {
  padding: 30px;
}

.spinners {
  margin: 0px auto 0;
  width: 70px;
  text-align: center;
}

.spinners > div {
  width: 14px;
  height: 14px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinners .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinners .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.spinner,
.spinner-inverse,
.spinner-btn-sm {
  border-style: solid;
  border-radius: 50%;
  border-color: #ecf0f3;
  border-right-color: #136acd;
  border-width: 2px;
  font-size: 22px;
  width: 18px;
  height: 18px;
  margin-left: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-animation: spin-animation 0.9s linear infinite;
  animation: spin-animation 0.9s linear infinite;
}

.spinner,
.spinner-inverse,
.spinner-sm {
  border-style: solid;
  border-radius: 50%;
  border-color: #ecf0f3;
  border-right-color: #136acd;
  /* border-top-color:#136acd; */
  border-width: 2px;
  font-size: 22px;
  width: 18px;
  height: 18px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-animation: spin-animation 0.9s linear infinite;
  animation: spin-animation 0.9s linear infinite;
}

.spinner,
.spinner-inverse,
.spinner-md {
  border-style: solid;
  border-radius: 50%;
  border-color: #ecf0f3;
  border-right-color: #136acd;
  /* border-top-color:#136acd; */
  border-width: 4px;
  font-size: 22px;
  width: 52px;
  height: 52px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-animation: spin-animation 0.9s linear infinite;
  animation: spin-animation 0.9s linear infinite;
}

.spinner,
.spinner-inverse,
.spinner-lg {
  border-style: solid;
  border-radius: 50%;
  border-color: #ecf0f3;
  border-right-color: #136acd;
  /* border-top-color:#136acd; */
  border-width: 6px;
  font-size: 22px;
  width: 72px;
  height: 72px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-animation: spin-animation 0.9s linear infinite;
  animation: spin-animation 0.9s linear infinite;
}

.spinner,
.spinner-inverse,
.spinner-llg {
  border-style: solid;
  border-radius: 50%;
  border-color: #ecf0f3;
  border-right-color: #2568ef;
  /* border-top-color:#136acd; */
  border-width: 4px;
  font-size: 22px;
  width: 72px;
  height: 72px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-animation: spin-animation 0.9s linear infinite;
  animation: spin-animation 0.9s linear infinite;
}

@-webkit-keyframes spin-animation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin-animation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*preloader end*/

.sidebar-menu li > a {
  font-size: 15px;
}
.sidebar-menu > li > a > .fa {
  margin-right: -5px !important;
}
.pinned-separator {
  margin-top: 5px;
  border-bottom: 1px solid #ffffff !important;
}
li.pinned_project {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
}
ul.sidebar-menu.tree li a i,
ul.sidebar-menu.tree li a {
  color: #fafafa;
}
.sidebar-collapse li.treeview:hover ul {
  background-color: #334154;
  margin-left: 3px !important;
  margin-top: 0px !important;
}
.sidebar-collapse li.treeview:hover ul li {
  margin-left: -7px !important;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
  .sidebar-menu
  > li:hover
  > a
  > .pull-right-container {
  position: absolute !important;
  top: 10px !important;
  left: 230px !important;
}
.treeview-menu > li > a > .fa {
  padding-right: 0px;
}
.main-sidebar.side-light ul.sidebar-menu.tree li a,
.main-sidebar.side-light ul.sidebar-menu.tree li a i {
  color: #222 !important;
}
.sidebar-collapse .side-light li.treeview:hover ul {
  background-color: white !important;
}
.main-sidebar.side-light .sidebar-menu {
  padding: 0px 0px 5px 0px;
}
.main-box.user-login {
  margin-left: 20% !important;
}
.sidebar-menu > li .badge.new-cls {
  width: auto;
  color: black;
}
.project_view h2 {
  line-height: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd !important;
}
.project_view .alert-danger {
  background-color: red !important;
}
.project_view .alert-success {
  background-color: #28a745 !important;
}
.project_view .alert {
  font-size: 12px;
  padding: 3px;
  margin: 1px;
  border-radius: 16px;
  color: white !important;
}
.dataTables_scrollHead,
.dataTable {
  width: 100% !important;
}
.dataTables_scrollBody {
  overflow: unset !important;
}
.project_section {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0.65rem 1.5rem rgba(0, 0, 0, 0.09) !important;
  padding: 20px;
}
.project_section table tr {
  background-color: white !important;
}
.project_section table {
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 0px !important;
}
#projects_listing .dataTables_length,
#projects_listing .dataTables_filter,
#projects_listing .dataTables_info {
  display: none;
}
.project_section .info {
  font-size: large;
  color: #597fbc;
  font-size: 17px;
}
/* .project_section table tr td {
  text-align: center;
} */
@media (min-width: 1024px) {
  .content-wrapper.upgrade {
    margin-left: 100px;
  }
}
@media (min-width: 1300px) {
  .business-statistics .round i {
    font-size: x-large;
  }
  .business-statistics h4,
  .business-statistics h2 {
    font-size: large !important;
  }
  .business-statistics .round {
    width: 70px !important;
    height: 70px !important;
    line-height: 70px !important;
  }
  .business-statistics div.ml-20 {
    margin-left: unset;
  }
  /*.business-statistics .round {width: 43%;}
    .business-statistics div.ml-20 {margin-left: 10px !important;width: 60%;}*/
}
@media (min-width: 975px) and (max-width: 1300px) {
  .business-statistics .round i {
    font-size: x-large;
  }
  .business-statistics h4,
  .business-statistics h2 {
    font-size: 13px !important;
  }
  .business-statistics .round {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
  }
  .business-statistics div.ml-20 {
    margin-left: 6px !important;
    width: 90px !important;
    text-align: center;
  }
  .business-statistics .card-body {
    padding: 13px;
  }
}
@media (max-width: 786px) {
  .skin-blue-light .main-header .navbar .shortcut-menu,
  .skin-blue-light .main-header .navbar .navbar-custom-menu,
  .skin-blue-light .main-header .navbar .switch {
    display: none;
  }
  .main-header .navbar {
    margin-top: 6px;
  }
  .alert.alert-warning {
    margin-top: 0px;
  }
  .sidebar-mini.sidebar-collapse .content {
    padding: 30px;
  }
}
@media (max-width: 540px) {
  .main-header .navbar {
    margin-left: 0px;
  }
}
