html,body{
    overflow-x: hidden;
}
a{
    cursor: pointer;
}
.w-35{
    width: 35%;
}
  .step-2{
    margin-left: 360px;
  }
  .pb-130{
    padding-bottom: 130px;
  }
  .mt--100{
    margin-top: -100px;
  }
  .mt--180{
    margin-top: -180px;
  }
  .h-46{
    height: 46px;
  }
  .h-56{
    height: 56px;
  }
  .h-66{
    height: 66px;
  }
  .h-76{
    height: 76px;
  }
  .h-36{
    height: 36px;
  }
  .h-40{
    height: 40px;
  }
  .h-30{
    height: 30px;
  }
  .mb-50{
    margin-bottom: 50px;
  }
  .login-form .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    font-size: 16px;
  }
  .login-form .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
color: #000;
  }
  .nav-tabs .nav-item .nav-link{
    font-weight: 600;
  }
  .modal-dialog-term {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.modal-header{
    padding: 10px 20px;
}
.mt--120{
    margin-top: -120px;
}
.mt--130{
    margin-top: -130px;
}
.f-30{
    font-size: 30px ! important;
}
.mr-125{
  margin-right: 170px;
}
.afp30-20{
  padding: 30px 20px 30px 20px;
}
.line{
  border: 1px solid #009ef7;
  width: 24px;
}
.mr-10{
  margin-right: 10px;
}
/* .app-container{
  margin-bottom:30px;
} */
.ml-input--40{
  margin-left: -40px;
}
.btn-remove-customer{
  margin-top: -42px;
  margin-right: 253px;
  float: right;
  position: relative;

}
/* #kt_header_search {
  margin-top: 16px;
} */
.header__title {
  margin-bottom: 30px;
  font-size: 2.1rem;
}

.content {
  width: 95%;
  margin: 0 auto 50px;
}

.content__title {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
}

.content__title--m-sm {
  margin-bottom: 10px;
}

.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }
}
.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  transform: translateX(-50%);
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active {
  color: #007bff;
}
.multisteps-form__progress-btn.js-active:before {
  transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

.multisteps-form__form {
  position: relative;
  height: 100vh ! important;
}

.multisteps-form__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.multisteps-form__panel.js-active {
  height: 100vh;
  opacity: 1;
  visibility: visible;
}
.multisteps-form__panel[data-animation=scaleOut] {
  transform: scale(1.1);
}
.multisteps-form__panel[data-animation=scaleOut].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}
.multisteps-form__panel[data-animation=slideHorz] {
  left: 50px;
}
.multisteps-form__panel[data-animation=slideHorz].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}
.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}
.multisteps-form__panel[data-animation=slideVert].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation=fadeIn].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation=scaleIn] {
  transform: scale(0.9);
}
.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}
.multisteps-form__progress{
  margin-left: -49px;
}
.input-group-append {
  position: relative;
  left: 406px;
  bottom: 40px;
}
.child_div:first-child{
  display:none;
}
#kt_app_content{
  overflow-x: hidden;
}
.w-40{
  width: 40%;
}
.pt-pb-80{
  padding: 80px 0px 80px 0px;
}
.mt--16{
  margin-top: -16px;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.top-85{
top: 85%;

}
.top-40{
  top: 40%;
  
  }
.top-45{
  top: 45%;
  
  }
.dropzone{
  min-height: 200px;
}
.dropzone .dz-message {
  margin: 0;
  display: block !important;
  text-align: center ! important;
  padding-top: 44px ! important;
  padding-bottom: 44px ! important;

}
.circle-f{
  position: relative;
  top: -23px;
  color: #fff;
  z-index: 3;
}
.circle-f.js-active{
  color: #000;
}
.top-formv{
  height: 210px;
  overflow: auto;
  margin-bottom: 20px;
}
.mt--26{
  margin-top: -26px;
}
.w-128px{
  width: 128px;
}
.w-170px{
  width: 170px;
}
.w-68px{
  width: 68px;
}
.w-66px{
  width: 66px;
}
.ml-100{
  margin-left: 100px;
}
.ml-50{
  margin-left: 50px;
}
.w-380px{
  width: 380px;
}
.thankyou {
      text-transform: capitalize;
  position: absolute;
top: 50%;
left: 55%;
margin-right: -50%;
transform: translate(-50%, -50%);
width: 600px;
height: 400px;
text-align: center;
padding: 100px;
padding-top:120px;
font-size: 30px;}
.bottom-15{
  bottom:15px;
}
#additional-reviewer #legalreviewer{
  border-bottom:1px solid #ddd;
  margin-top: 10px;
}
.fs-24{
  font-size: 24px !important;
}
.overflow-overlay{
  overflow: overlay;
}
.mr--12{
  margin-right: -12px !important;
}
.fs-12{
  font-size: 12px;
}
/* .deleteButton1:first-child {
  display: none;
} */
.add-pfcn button:first-child {
  border-color: red; 
}
.action-f{
  position: fixed;
  bottom: 3%;
  max-width: 406px;
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  display: none;
}
.rcb{
  position: absolute;
  right: 20px;
}
.char-limt{
  display: block;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: break-word;
overflow: hidden;
width:150px;

}
.dwkib{
  
  display: -webkit-inline-box;

}
.multisteps-form {
  overflow: auto;
}
.w-15{
  width: 15%;
}

/* Search Result */

#topbar {
  display: flex;
  height: 64px;
  align-items: flex-end;
  
  background-color: white;
}

#searchbarimage {
  height: 30px;
  padding: 0px 28px 10px 30px;
  cursor: pointer;
}



#searchbarmic {
  height: 45px;
  width: 35px;
  margin-left: auto;
  background-color: white;
}

#searchbarmic img {
  height: 25px;
}

#searchbarbutton {
  height: 45px;
  width: 55px;
  position: relative;
  margin-right: -2px;
  background-color: white;
}

#searchbarbutton svg {
  height: 25px;
  width: 35px;
  position: relative;
  left: -3px;
}

#searchbarbutton svg path {
  fill: #4285F4
}

#searchbar {
  width: 625px;
  height: 45px;
  border-radius: 100px;
  border-color: lightgray;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  position: relative;
  bottom: 5px;
  overflow: hidden;
  display: flex;
  z-index: 100;
}

#searchbar:hover {
  box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}

#searchbar > input {
  height: 45px;
  border-style: none;
  font-size: 16px;
  line-height: 45px;
  padding-left: 20px;
  flex: 1;
}

#searchbar > input:focus {
  outline: none;
}

#searchbar button {
  border: none;
  cursor: pointer;
}

#searchbar button:focus {
  outline: none;
}

#boxesicon {
  width: 25px;
  height: 25px;
  background-image: url('images/boxes.png');
  opacity: 0.6;
  background-size: 26px;
  position: absolute;
  right: 130px;
  bottom: 14px;
}

#optionsmenuactive::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #4285F4;
  left: 5px;
  bottom: 0px;
}

#optionsmenu2 {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0px;
  margin: 0px;
  margin-left: 100px;
}

#optionsmenu2 li {
  padding: 0px 10px 15px 20px;
}

#searchresultsarea {
  padding-left: 66px;
  font-family: 'Arial';
 
}

#searchresultsnumber {
  font-size: 12px;
  color: gray;
}

.searchresult {
  margin-left: 8px;
  font-family: inherit;
}

.searchresult h2 {
  font-size: 19px;
  line-height: 18px;
  font-weight: normal;
  color: rgb(29, 1, 189);
  margin-bottom: 0px;
  margin-top: 25px;
}
.breadcrumb .breadcrumb-item a:hover{
  color: #009ef7 !important;

 
}
.pagiaarowl{
  position: relative;
    left: 90%;
    top: -46px;
}
.pagiaarowr{
  position: relative;
    left: 99%;
    top: -46px;
}


#bellicon {
  width: 20px;
  height: 20px;
  background-color: rgb(105, 105, 105);
  background-image: url('images/bell.png');
  background-size: 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 30px;
  position: absolute;
  right: 90px;
  bottom: 18px;
}

#profileimage {
  border-radius: 50px;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 40px;
  bottom: 12px;
}

#optionsbar {
  width: 100%;
  height: 50px;
  border-width: 0px;
  border-bottom: 1px;
  border-color: lightgray;
  border-style: solid;
  display: flex;
  align-items: flex-end;
  font-family: 'Arial';
  font-size: 13px;
  color: rgb(112, 112, 112);
  padding-top: 64px;
}

#optionsmenu1 {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0px;
  margin: 0px;
  margin-left: 150px;
}

#optionsmenu1 li {
  padding: 0px 10px 15px 20px;
}

#optionsmenuactive {
  color: #4285F4;
  font-weight: bold;
  position: relative;

}

.searchresult p {
  width: 625px;
  font-size: 13px;
  margin-top: 0px;
  color: rgb(82, 82, 82);
}

.relatedsearches h3 {
  font-weight: normal;
  font-size: 19px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.relatedlists ul {
  list-style: none;
  color: rgb(29, 1, 189);
  padding-left: 0px;
  font-size: 14px;
  margin-bottom: 50px;
}

.relatedlists {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 300px;
}

.relatedlists ul li {
  margin-bottom: 8px;
}

.pagelist {
  list-style: none;
  color: rgb(29, 135, 255);
  display: flex;
  flex-direction: row;
  font-size: 12px;
  margin-bottom: 30px;
  margin-left: 100px;
}

/* .pagelistprevious::before {
  content: '<';
  display: block;
  position: absolute;
  right: 12px;
  top: -35px;
  color: rgb(29, 135, 255);
  font-size: 20px;
  transform: scale(0.7, 1.2);
} */

/* .pagelistprevious::after {
  content: '';
  display: block;
  position: absolute;
  right: -40px;
  top: -35px;
  width: 40px;
  height: 40px;
  background-image: url('images/g.png');
  background-repeat: no-repeat;
  background-size: 28px;
} */

.pagelistfirst {
  margin-left: 20px;
  font-size: 13px;
}

/* .pagelistnumber::before, .pagelistfirst::before {
  content: '';
  display: block;
  position: absolute;
  left: -2px;
  top: -21px;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  background-color: white;
  z-index: 3;
}

.pagelistnumber::after {
  content: '';
  display: block;
  position: absolute;
  left: -6px;
  top: -25px;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  background-color: rgb(255, 196, 0);
  z-index: 2;
}

.pagelistfirst::after {
  content: '';
  display: block;
  position: absolute;
  left: -6px;
  top: -25px;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  background-color: red;
  z-index: 2;
} */

.pagelist li {
  margin-right: 15px;
  position: relative;
}

.pagelistnext {
  margin-left: 40px;
  font-size: 13px;
}

/* .pagelistnext::before {
  content: '>';
  display: block;
  position: absolute;
  left: 5px;
  top: -35px;
  color: rgb(29, 135, 255);
  font-size: 20px;
  transform: scale(0.7, 1.2);
}

.pagelistnext::after {
  content: '';
  display: block;
  position: absolute;
  left: -55px;
  top: -37px;
  width: 50px;
  height: 50px;
  background-image: url('images/gle.png');
  background-repeat: no-repeat;
  background-size: 48px;
} */


#footer {
  background-color: rgb(238, 238, 238);
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 100%;
  font-size: 13px;
  font-family: 'arial';
  color: rgb(85, 85, 85);
}

#footermenu {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin-top: 0px;
  margin-left: 135px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

#footermenu li {
  padding-right: 30px;
}

#footerlocation {
  display: flex;
  direction: row;
  margin-left: 175px;
  position: relative;
  top: -5px;
}

#footerlocation p:nth-of-type(1) {
  font-weight: bold;
}
.fs-12{
  font-size:12px !important;
}
.pl-88{
  padding-left:88px;
}
.header-search{
  position: relative;
  top: 0;
  right: 40px;
  z-index: 11;
}
.left-30{
  left: 30px;
}
.right-0{
  right:0px;
}
/* .modal-backdrop{
  display: none ! important;
} */

#oilChart{
  width: 300px !important;
  height: 282px ! important;
}
#oilChart1{
  width: 300px !important;
  height: 282px ! important;
 
}
.mt--3{
  margin-top: -3px;
}
.leftt-30{
  left: 30%;
}
.app-toolbar {
  height: auto;
  background-color:transparent;
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
  z-index: 0;
}
.additional-box{
  border: 1px solid #ddd;
padding-top: 12px;
border-radius: 8px;
margin-bottom: 6px;
position: relative;

}
.card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  min-height: 44px;
  padding: 10px 10px 0px 20px;
  color: var(--kt-card-cap-color);
  background-color: var(--kt-card-cap-bg);
  border-bottom: 1px solid var(--kt-card-border-color);
}
.card .card-body {
  padding: 2rem 20px;
  color: var(--kt-card-color);
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__placeholder {
  color: #9b9b9b !important;
}
::placeholder{
  color: #9b9b9b !important;
}
.br-34{
  border-radius: 34px;
}
a.nav-link.btn.text-white.btn-info.btn-active-info.active {
  color: var(--kt-primary) !important;
  border-color: var(--kt-primary-light) !important;
  background-color: var(--kt-primary-light) !important;

}
a.nav-link.btn.text-white.btn-primary.btn-active-light-sceondary.active {
  color: var(--kt-primary) !important;
  border-color: var(--kt-primary-light) !important;
  background-color: var(--kt-primary-light) !important;

}
.card .card-header .card-title {
  display: flex;
  align-items: center;
  margin: 0;
  margin-left: 0;
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-search__field {
  height: 14px !important;
}
.btn-check:active+.btn.btn-active-light-info, .btn-check:checked+.btn.btn-active-light-info, .btn.btn-active-light-info.active, .btn.btn-active-light-info.show, .btn.btn-active-light-info:active:not(.btn-active), .btn.btn-active-light-info:focus:not(.btn-active), .btn.btn-active-light-info:hover:not(.btn-active), .show>.btn.btn-active-light-info {
  color: #009ef7 ! important;
  border-color: var(--kt-info-light);
  background-color: #def3ffcc ! important;
}
.form-check-label{
  color: #3F4254 ! important;

}
.pt-200{
  padding-top: 200px;
}
.pb-200{
  padding-bottom: 200px;
}
.pt-50{
  padding-top: 50px;
}
.pb-50{
  padding-bottom: 50px;
}
.pt-100{
  padding-top: 100px;
}
.pb-100{
  padding-bottom:100px;
}
.pt-150{
  padding-top: 150px;
}
.pb-150{
  padding-bottom: 150px;
}
.template-listing .card-footer h5{
  line-height: 18px;
  height: 46px;
}

:root, [data-theme=light]{
  --kt-form-check-input-border: 1px solid #007bff;
}
.fs-100{
  font-size: 100px !important;
}
.dropzone.dropzone-queue .dz-message {
  display: none ! important;
}
.box{
  display: none;
  }
  .hideMe {
  display:none;
  }
  .btnRemove {
  display: inline;
  }
  .btnRemove{
  position: relative;
  left: 66%;
  bottom: 38px;
  }
  .RepEmailWrap:nth-child(1) {
  margin-top: 30px;
  }
  .RepEmailWrap:nth-child(2) {
  margin-bottom: 0px;
  }
  #signUpForm .form-header {
  gap: 5px;
  text-align: center;
  font-size: .9em;
  }
  .step{
  padding:44px;
  }
  #signUpForm .form-header .stepIndicator {
  position: relative;
  flex: 1;
  padding-bottom: 30px;
  top:70px;
  }
  #signUpForm .form-header .stepIndicator.active {
  font-weight: 600;
  }
  #signUpForm .form-header .stepIndicator.finish {
  font-weight: 600;
  color: #009ef7;
  }
  #signUpForm .form-header .stepIndicator::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 90px;
  transform: translateX(-50%);
  z-index: 9;
  width: 20px;
  height: 20px;
  background-color: #e0e0e0;
  border-radius: 50%;
  border: 3px solid #eee;
  }
  #signUpForm .form-header .stepIndicator.active::before {
  background-color: #009ef7;
  border: 3px solid #7ec3e9;
  }
  #signUpForm .form-header .stepIndicator.finish::before {
  background-color: #009ef7;
  border: 3px solid #b7e1dd;
  }
  #signUpForm .form-header .stepIndicator::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100px;
  width: 100%;
  height: 3px;
  background-color: #f3f3f3;
  }
  #signUpForm .form-header .stepIndicator.active::after {
  background-color: #009ef7;
  }
  #signUpForm .form-header .stepIndicator.finish::after {
  background-color: #009ef7;
  }
  #signUpForm .form-header .stepIndicator:last-child:after {
  display: none;
  }
  #signUpForm .input1:focus {
  border: 1px solid #009ef7;
  outline: 0;
  }
  #signUpForm .input1.invalid {
  border: 1px solid #ffaba5;
  }
  #signUpForm .step {
  display: none;
  }
  #signUpForm .form-footer{
  overflow:auto;
  gap: 20px;
  }
  #progress-bar {
       width: 100%;
       /* Full width */
       height: 15px;
       /* Fixed height */
       background-color: #f1f1f1;
       /* Light gray background */
       border-radius: 20px;
   }

   /* Styling for the progress bar fill */
   #progress-bar-fill {
       height: 100%;
       /* Full height */
       background-color: #50cd89;
       /* Green fill color */
       border-radius: 20px;
   }