/*
Theme Name: Estate Law Firm
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Autocomplete dropdown container */

#accordionExample .gfield_list_header .gfield_header_item--icons,
#accordionExample .gfield_list_group .gfield_list_icons {
  flex-grow: 1;
  width: 0;
  margin-left: 2%;
}
#accordionExample .gfield_list_group .gfield_list_icons button {
  background-repeat: no-repeat;
  background-size: 17px;
  background-color: #32657F;
  padding: 7px 6px 7px 15px;
  font-family: 'Inter', sans-serif;
  border: 1px solid #32657F;
  border-radius: 4px;
  height: 35px;
  font-weight: 300;
  font-size: 12px;
  outline: none;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.71px;
  opacity: 1;
  transition: 0.4s ease all;
  min-width: 80px;
}
#accordionExample .gfield_list_group .gfield_list_icons button.add_list_item {
  background-image: url(img/plus.png) !important;
  background-position: calc(50% - 23px) 50%;
}
#accordionExample .gfield_list_group .gfield_list_icons button.delete_list_item {
  background-image: url(img/minus.png) !important;
  background-position: calc(50% - 36px) 50%;
}
#accordionExample .gfield_list_group .gfield_list_icons button.add_list_item:hover {
  background-image: url(img/plus-blue.png) !important;
  background-color: transparent;
  color: #32657F;
}
#accordionExample .gfield_list_group .gfield_list_icons button.delete_list_item:hover {
  background-image: url(img/minus-blue.png) !important;
  background-color: transparent;
  color: #32657F;
}


.ui-autocomplete {
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    max-height: 200px;
    overflow-y: auto;
  }

  /* Autocomplete list items */
  .ui-autocomplete li {
    list-style: none;
    padding: 5px;
    cursor: pointer;
  }

  /* Autocomplete list items on hover */
  .ui-autocomplete li:hover {
    background-color: #f0f0f0;
  }
  .custom-container {
    background-color: #f0f0f0;
    margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top:15px;
  padding-bottom: 15px;
  width: 100%;
  max-width: 1340px; /* Adjust as needed */
  box-sizing: border-box;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .col {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    flex-grow: 1;
  }

  #search-results {
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 10px;
    height: 200px; /* Adjust the initial height as needed */
    overflow-y: auto; /* Enable vertical scrolling if the content exceeds the height */
    margin-top: 15px; /* Add space at the top */
    margin-bottom: 15px; /* Add space at the bottom */
  }


/** Start stepper css*/
section{
  width:100%;
}
/*  unnecessary finished*/

/* CSS */
.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}

.step-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: var(--prm-gray);
    transition: .4s;
}

.step-button[aria-expanded="true"] {
    border-color: #32657F !important;
    color: #32657F !important;
}
.page-template-thank-you .modal-content {
	text-align: center;
}
.page-template-thank-you .modal-body {
	max-width: 100%;
	margin: auto;
	width: 100%;
	padding: 70px 20px;
}
.page-template-thank-you .modal-body .th-icon {
    width: 280px;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 20px;
	background-color: #D9D9D9;
}
.page-template-thank-you .modal-body h1 {
    background-color: #E8E8E8;
    padding: 30px 20px;
    margin-bottom: 40px;
}
.page-template-thank-you .modal-body .btn {
	background: #00BC13;
	border-color: #00BC13;
	padding: 8px 20px;
}
.page-template-thank-you .modal-body .btn:hover {
	background-color: transparent;
	border-color: #00BC13;
	color: #00BC13;
}
.page-template-thank-you .modal-body p {
	font-weight: 600;
	margin: 13px 0 20px;
}
#page-content-wrapper > .container-fluid {
    min-height: calc(100vh - 114px);
}


.done {
    background-color: var(--prm-color);
    color: #fff;
}

.step-item {
    z-index: 10;
    text-align: center;
    width: 16.67%;
}

#progress {
    -webkit-appearance: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    top: 24px;
    z-index: 5;
    height: 24px;
    margin-bottom: 18px;
    background: #DCDCDC;
}

/* to customize progress bar */
/* #progress::-webkit-progress-value {
    background-color: var(--prm-color);
    transition: .5s ease;
}

#progress::-webkit-progress-bar {
    background-color: var(--prm-gray);
}
 */
#progress::-webkit-progress-bar {
	background: #DCDCDC;
}

#progress::-moz-progress-bar {
	background: #32657F;
}

#progress::-webkit-progress-value {
	background: #32657F;
}

#sidebar-wrapper {
  min-height: 100vh;
  transition: margin 0.25s ease-out;
}


.dashboard-inner {
  background-color: #32657F;
  width: 240px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dashboard-logo {
    text-align: center;
    background-color: #fff;
    border: 7px solid #32657f;
}
.dashboard-logo a {
	display: block;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 18px;
}

.dashboard-content,
.dashboard-bottom {
  padding: 0 10px;
}
.dashboard-content ul,
.dashboard-bottom ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dashboard-content ul li,
.dashboard-bottom ul li {
  margin-bottom: 20px;
}
.dashboard-content ul li a,
.dashboard-bottom ul li a {
  color: white;
  text-decoration: none;
  outline: none;
  padding: 7px 20px;
  display: block;
  transition: 0.4s ease all;
  text-align: center;
}
.dashboard-content ul li a:hover,
.dashboard-bottom ul li a:hover {
  background-color: rgba(215, 221, 229, 0.4);
}


/* End Stepper */

/* Gravity Form */
#field_3_164{
  border: 0px !important;;
}
#field_3_165{
  border: 0px !important;
}
.section-break{
  border: 0px !important;
}

.full-width{
  width: 100% !important;
}

.full-width-checkbox{
  width: 100% !important;
}

.gf_readonly{
  width: 100% !important;
}

.gf_readonly textarea{
  background: #eee;
}

.full-width-section{
  width: 100% !important;
  border: 0px !important;
}
.ui-datepicker-other-month {
  visibility: hidden;
}
.gf_step_hidden{
  display: none !important;
}

.ui-datepicker-close{
  display: none;
}

.ui-datepicker-calendar{
  background: #fff;
}
#accordionExample .card #step-2-form:has(.next-step-btn:disabled) {
  display: block !important;
}

#accordionExample .card .next-step-btn:disabled {
  background: #dddddd !important;
  cursor: not-allowed !important;
}
/* .dashboard-listing .single-dashboard-content > a{
  height: 240px !important;
} */

.page-template-create-case .form_saved_message, .page-template-edit-case .form_saved_message {
  display: none;
}
.th-icon{
  font-size: 86px;
    background: #eee;
    border-radius: 50%;
    padding: 25px;
}

.th-icon .th-green{
  color: #0FA958;

}


.th-icon .th-orange{
  color: #FF8A00;
  
}