html {
  height: 100%;
}

body {
  background-image: url('/images/background.png');
  font-family: 'Roboto', sans-serif;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  /* height:100vh; */
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  /* background-color:#ebebf17a; */

}

label {
  /* margin-top: 6px; */
  line-height: 17px;
}

a {
  color: #fff;
}

a:focus,
a:hover {
  color: #008080;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 6px;
}

/******* Login Page *******/

.btn-colmary {
  color: #fff;
  background-color: #00be24;
  border-color: #00be24;
}

.btn-colmary:hover {
  color: #fff;
  background-color: #ffbd00;
  border-color: #ffbd00;
}

.relative {
  position: relative;
}

.login-container-wrapper .logo,
.login-container-wrapper .welcome {
  margin: 0 0 20px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

.login-container-wrapper .logo {
  text-align: center;
  position: absolute;
  top: -42px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  left: 37.5%;
  border-radius: 50%;
  background-color: #fff;
  padding: 25px;
  /* box-shadow: 0px 0px 9px 2px #344454; */
}

.login-container-wrapper {
  max-width: 400px;
  margin: 10% auto 8%;
  padding: 40px;
  box-sizing: border-box;
  background: rgba(65, 134, 246, 0.78);
  /* box-shadow: 1px 1px 10px 1px #000000, 8px 8px 0px 0px #344454, 12px 12px 10px 0px #000000; */
  position: relative;
  padding-top: 80px;
  border-radius: 25px;
}

.logo .fa {
  font-size: 50px;
}

.login input:focus+.fa {
  color: #fff;
}

.login-form .form-group {
  margin-right: 0;
  margin-left: 0;
}

.login-form i {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #93a5ab;
}

.login-form .input-lg {
  font-size: 16px;
  height: 52px;
  padding: 10px 25px;
  border-radius: 0;
}

.login input[type="email"],
.login input[type="password"],
.login input:focus {
  background-color: rgba(40, 52, 67, 0.75);
  border: 1px solid #4a525f;
  color: #eee;
  border-left: 4px solid #93a5ab;
}

.login input:focus {
  border-left: 4px solid #ccd8da;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgba(40, 52, 67, 0.75) !important;
  background-image: none;
  color: rgb(0, 0, 0);
  border-color: #FAFFBD;
}

.login .checkbox label,
.login .checkbox a {
  color: #ddd;
}

.btn-success {
  background-color: transparent;
  background-image: none;
  padding: 8px 50px;
  border-radius: 0;
  border: 2px solid #93a5ab;
  box-shadow: inset 0 0 0 0 #7692A7;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.btn-success:focus,
.btn-success:hover,
.btn-success.active,
.btn-success:active {
  background-color: transparent;
  border-color: #fff;
  box-shadow: inset 0 0 100px 0 #7692A7;
  color: #FFF;
}

.footer-section {

  position: fixed;
  bottom: 0px;
  background-color: #fff;
  width: 100%;
  /* padding:px 0px; */
  /* margin-top:10px; */
}

.footer-section p {
  /* color:#fff; */
  margin-top: 20px;

}

.nav-item {
  margin: 0px 15px;
  color: #000;
}

.nav-link {
  color: #000 !important;
  padding: 10px 4px 10px 4px !important;
  font-size: 13px;
}

.section {
  padding: 55px 0px;
}

.setup-card {
  width: 150px;
  height: 150px;
  /* border:1px solid black; */
  margin: 0 auto;
  display: block;
  position: relative;
  background-color: #4286f6;
  color: #fff;
  border-radius: 50%;
}

.setup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* padding:30px; */
}

.setup-card .icon {
  font-size: 45px;
  ;
  text-align: center;
}

.icon-title {
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
  color: #000;
  text-decoration: none;
}

.dashboard-box {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  display: block;
  position: relative
}


.dashboard-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}

.dashboard-title {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.count {
  font-size: 30px;
  font-weight: bold;
  text-align: right;
}

.table-view {
  background-color: #fff;
  padding: 30px 20px;
  margin: 20px 0px;
  border-radius: 10px;
}

.btn-danger {
  background-color: #F43400 !important;
}

.btn-warning {
  background: #F9A100 !important;
}

.form-control:focus {
  border-color: #ccc;
  /* Replace with your desired color */
  box-shadow: 10px 10px 14px -12px rgba(0, 0, 0, 0.61);

}

.notes-form-box {
  background-color: #fff;
  margin: 15px 0px;
  font-size: 12px;
  padding: 15px 15px;
  border-radius: 10px;
  border-left: 8px solid #4286F6;
  /* border-right:8px solid #4286F6; */
  position: relative;
  word-wrap: break-word;
}

.notes-form-box span {
  margin-top: 10px;
  padding: 3px;
  color: #fff;
  font-size: 10px;
  border-radius: 10px;
  margin-right: 5px;
  display: inline-block;
  width: 90px;
  text-align: center
}

.todayactivities {
  background-color: #fff;
  border-radius: 10px 0px 0px 10px;
  width: 500px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -550px;
  padding: 25px;
  box-shadow: -9px 0px 21px -10px rgba(0, 0, 0, 0.64);
  transition: 0.5s;
  background-image: url('/images/background.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.todayactivities.show {
  right: 0;
}

.sidebarbtn {
  position: fixed;
  top: 150px;
  right: -62px;
  transform: rotate(-90deg);
  border-radius: 10px 10px 0px 0px;
}

.sidebarbtntwo {
  position: fixed;
  top: 350px;
  right: -70px;
  transform: rotate(-90deg);
  border-radius: 10px 10px 0px 0px;
}

.sidebarbtnthree {
  position: fixed;
  bottom: 350px;
  left: -86px;
  transform: rotate(-270deg);
  border-radius: 10px 10px 0px 0px;
}

.overdueactivities {
  background-color: #fff;
  border-radius: 10px 0px 0px 10px;
  width: 500px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -500px;
  padding: 25px;
  box-shadow: -9px 0px 21px -10px rgba(0, 0, 0, 0.64);
  transition: 0.5s;
  background-image: url('/images/background.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.overdueactivities.show {
  right: 0;
}

.btn {
  border-radius: 50px;
}

.btn:hover {
  box-shadow: 10px 10px 14px -12px rgba(0, 0, 0, 0.61) !important;
}

.dasboard-welcome-card {
  width: 100%;
  background-image: url('/images/dashboard.png');
  background-size: cover;
  background-position: center;
  height: 200px;
  border-radius: 30px;
}

.dashboard {
  padding-top: 90px;
  padding-left: 50px;
}

.folloupsummery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.folloupsummery1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.folloupsummery2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.folloupbox {
  height: 80px;
  color: #fff;
  width: 200px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
  border-radius: 15px;
  margin: 10px;
}

.folloupcount {
  font-size: 40px;
  padding-right: 20px;
}

.follouptitle {
  font-weight: bold;
  padding-left: 20px
}

.folloupbox2 {
  height: 80px;
  background-color: #fff;
  width: 200px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
  border-radius: 15px;
  margin: 10px;
}

.folloupbox2 .follouptitle {
  font-size: 13px;
}

.folloupbox2 .folloupcount {
  font-size: 35px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-select {
  font-size: 12px !important;
  line-height: 1.8 !important;
}

.form-control {
  font-size: 14px !important;
}

.form-control::placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  font-size: 12px;
  /* Change this value to adjust the font size */
  color: #ccc;
}

:-moz-placeholder {
  font-size: 12px;
  /* Change this value to adjust the font size */
  color: #ccc;
}

::-moz-placeholder {
  font-size: 12px;
  /* Change this value to adjust the font size */
  color: #ccc;
}

:-ms-input-placeholder {
  font-size: 12px;
  /* Change this value to adjust the font size */
  color: #ccc;
}

.renewal-history {

  background-color: #fff;
  border-radius: 10px;
  padding: 20px 15px;
}

.renewal-history h6 {
  font-weight: bold;
  margin-left: 10px;
}

.renewal-history li {
  font-size: 12px;
  line-height: 20px;
}

.alertbox {
  height: 50px;
  margin-top: 15px;
  border-radius: 50px;
  color: #fff;
  text-align: center;

}

.alertbox p {
  padding-top: 15px;
}

/* .renewalscounts
  {
      display: flex;
      justify-content: center;
  } */
.renewalcountbox {
  /* height:80px; */
  color: #fff;

  /* display: flex;
      justify-content: space-between; */
  padding: 10px;

  border-radius: 15px;
  margin: 10px;
}

.renewalcount {
  font-size: 20px;
  /* padding-right:20px; */
  margin-bottom: 0px !important;
  text-align: center;
}

.renewaltitle {
  /* font-weight: bold; */
  /* padding-left:20px */
  text-align: center;
  margin-bottom: 0px !important;
}

.renewalactivities {
  background-color: #fff;
  border-radius: 10px 0px 0px 10px;
  width: 500px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -500px;
  padding: 25px;
  /*box-shadow: -9px 0px 21px -10px rgba(0,0,0,0.64);*/
  box-shadow: 3px 5px 21px 0px rgba(0, 0, 0, 0.28);
  z-index: 9999;
  transition: 0.5s;
  background-image: url('/images/background.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.renewalactivities.show {
  left: 0;
}

.navbaractive {
  background-color: #F9A100;
  color: #fff !important;
  border-radius: 50px;
  padding: 10px 20px !important;
}

.filtertrigger {
  background-color: #fff;
  border-radius: 10px 0px 0px 10px;
  width: 350px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -350px;
  padding: 25px;
  /*box-shadow: -9px 0px 21px -10px rgba(0,0,0,0.64);*/
  box-shadow: 3px 5px 21px 0px rgba(0, 0, 0, 0.28);
  transition: 0.5s;
  background-image: url('/images/background.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 9999;
}

.filtertrigger.show {
  right: 0;
}

.button-box {
  position: absolute;
  right: 5px;
  bottom: 0px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #F9A100 !important;
}

.sessionexpired {
  position: fixed;
  height: 100vh;
  background-color: #fff;
  background-image: url('/images/background.png');
  background-size: cover;
  width: 100%;
  z-index: 9999999;
  top: 0px;
}

.sessionexpired .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.estimatecreate {
  height: 175px;
  position: relative;
  background-color: #ccd8da;
  /* border:2px solid black; */
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.estimatecreate .es {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ccc;
}

.select2-container--default .select2-selection--single {
  width: 230px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 14px !important;
}

.select2-container .select2-selection--single {
  height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 33px !important;
}

.disablestatusbox {
  display: none;
}

.activestatusbox {
  display: block;
}

.flatpickr-months .flatpickr-month {
  background-color: #F9A100 !important;
}

.flatpickr-weekdays {
  background-color: #F9A100 !important;
}

.estimatelist {
  list-style: none;
  display: flex;
  position: absolute;
  padding-left: 0px;
  bottom: -10px;
  left: 10px;
  padding: 3px 0px;
  color: #000;
  background-color: #f7f7f7;
}

.estimatelist li {
  margin: 0px 14px;
  justify-content: center;
}

#responseloader {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.56);
  position: fixed;
  z-index: 999999;
  top: 0%;
}

.preloaderimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.float-btn {

  margin: auto;
  /* Demo Use Only */
  width: 30px;
  /* Demo Use Only */
  height: 30px;
  /* Demo Use Only */
}

.float-btn .main-btn {

  z-index: 999;
}

.float-btn a {
  display: inline-block;
  width: 30px;
  border-radius: 5px;
  background-color: #F9A100;
  color: #000;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  font-size: 13px;
  cursor: pointer;
  box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.3);
  transition: 0.2s;
}

.float-btn.top ul {
  text-align: center;
  /* display: flex; */
  margin-left: -170px;
  z-index: 990;
  opacity: 0;
  transition: 0.4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 145px;
  padding: 5px;
  border-radius: 10px;
  /* background-color:#fff; */
}

.float-btn.top ul li {
  margin-bottom: 5px;
  /* Space between sub buttons */
}

.float-btn.top ul li a {
  width: 160px;
}

.float-btn.top ul.toggled {
  opacity: 1;
  bottom: 60px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin-top: -80px;

}

/** Opens/Closes Left **/
.float-btn.left ul {
  width: 250px;
  /* Must define width for horizontal implementations */
  text-align: center;
  position: absolute;
  opacity: 0;
  right: -100px;
  top: 50%;
  transition: 0.4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.float-btn.left ul li {
  margin-right: 1rem;
  /* Space between sub buttons */
  margin-bottom: 5px;

}

.float-btn.left ul li a {
  width: 100px;
  height: 42px;
  padding-top: 8px;
}

.float-btn.left ul.toggled {
  opacity: 1;
  right: 60px;

  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


.float-btn ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  height: 5px;
  /* Set the height of the scrollbar */
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #f9a100bd;
  /* Set the color of the scrollbar thumb */
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
  /* Set the color of the scrollbar track */
  border-radius: 5px;
}

.focusdisable:focus {
  outline: none;
}

.opportunitytable .power-grid-table td {
  text-wrap: wrap !important;
  /* width:100px !important; */
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #ccc !important;
}

.filtertri {
  background-color: #fff;
  border-radius: 10px 0px 0px 10px;
  width: 350px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -350px;
  padding: 25px;
  /* /box-shadow: -9px 0px 21px -10px rgba(0,0,0,0.64);/ */
  box-shadow: 3px 5px 21px 0px rgba(0, 0, 0, 0.28);
  transition: 0.5s;
  background-image: url('/images/background.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 9999;
}

.filtertri.show {
  right: 0;
}


.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.floating-button:hover {
  background-color: #0056b3;
}

#leadsTable {
  border: 1px solid #dee2e6;
  /* Ensure table has a border */
}

#leadsTable th,
#leadsTable td {
  border: 1px solid #dee2e6;
  /* Ensure all table cells have borders */
}

#leadsTable_filter {
  margin-bottom: 20px;
}

#leadsTable_filter label::before {
  display: none;
}

#leadsoverdueTable {
  border: 1px solid #dee2e6;
  /* Ensure table has a border */
}

#leadsoverdueTable th {
  border: 1px solid #ccc;
}

#leadsoverdueTable td {
  border: 1px solid #dee2e6;
  /* Ensure all table cells have borders */
}

#leadsoverdueTable_filter {
  margin-bottom: 20px;
}

#leadsoverdueTable_filter label::before {
  display: none;
}

#projectsTable {
  border: 1px solid #dee2e6;
  /* Ensure table has a border */
}

#projectsTable th {
  border: 1px solid #ccc;
}

#projectsTable td {
  border: 1px solid #dee2e6;
  /* Ensure all table cells have borders */
}

#projectsTable_filter {
  margin-bottom: 20px;
}

#projectsTable_filter label::before {
  display: none;
}

#ActivityTable {
  border: 1px solid #dee2e6;
  /* Ensure table has a border */
}

#ActivityTable th {
  border: 1px solid #ccc;
}

#ActivityTable td {
  border: 1px solid #dee2e6;
  /* Ensure all table cells have borders */
}

#ActivityTable_filter {
  margin-bottom: 20px;
}

#ActivityTable_filter label::before {
  display: none;
}

.form-floating label::before {
  display: none;
}

/* CSS */
.button-22 {
  align-items: center;
  appearance: button;
  background-color: #0276FF;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  font-family: "RM Neue", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 10px 21px;
  text-align: center;
  text-transform: none;
  transition: color .13s ease-in-out, background .13s ease-in-out, opacity .13s ease-in-out, box-shadow .13s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-22:active {
  background-color: #006AE8;
}

.button-22:hover {
  background-color: #1C84FF;
}

.initial_hide_prod_update label::before {
  display: none;
}

.helo_label label::before {
  display: none;
}

.helo_label_new label::before {
  display: none;
}

#allleadstable_filter {
  display: none;
}

.dataTable th,
.dataTable td {
  border: 1px solid #dee2e6 !important;
}

/* Change background and text color of the Processing message */
#dm_one_time_content label::before {
  display: none;
}

#dm_edit_one_time_content label::before {
  display: none;
}

#dm_recurring_edit_content_form label::before {
  display: none;
}
