.location-sec .left h3 {
    font-size: 52px;
    font-weight: bold;
}

.loc-item img {
    width: 100%;
    height: 50vh;
}

/* .js-form-item.form-item.js-form-type-select.form-item-field-states.js-form-item-field-states.form-disabled { */
    /* display: none; */
/* } */
.js-form-item.form-item.js-form-type-textfield.form-item-field-state-website-link-0-title.js-form-item-field-state-website-link-0-title {
    display: none;
}

/* .user-login-form .forgotpass {display:none;} */

.node-filmic-facilities-form .field--name-field-photos summary {
    display: none;
}.node-location-form .field--name-field-multiple-image summary {
    display: none;
}
.user-logged-in .form-item-field-location-video-0 .description {
     display: block; 
}
/*rearrange the description of video field*/
.node-filmic-facilities-form .help-text-filmic-broucher {
    position: absolute;
    top: 17%;
    left: 20px;
    width: 100%;
}
.user-logged-in .form-item-field-location-video-0 .description br {
    display: none;
}
.node-location-form .js-form-item.form-item.js-form-type-managed-file.form-item-field-multiple-image-0 {
    margin-bottom: 35px; /* Adjust the value as needed */
}

/*registration form state category override (change background and postion)*/


.user-role-anonymous .user-register-form .chosen-container .chosen-results {
    color: #f3f3f3;
    background-color: #0c0e0d;
}
.user-register-form .chosen-drop {
    border: 1px solid #141313;
    border-top-width: 0;
    border-radius: 0 0 4px 4px;
    background: #0c0e0d;
    margin-top: -1px;
    background-clip: padding-box;
	left: 0px;
}
#user-register-form .chosen-container-single .chosen-drop .result-selected {
    background-color: #746c6c !important;
}	

.user-role-filmic-nonfilmic-user .tabledrag-toggle-weight-wrapper {
    display:none;
}
.user-role-state-admin .tabledrag-toggle-weight-wrapper {
    display:none;
}

/* forgot pass form */
.user-login-form form#user-pass {
   color: white;
}

.filmic-non-filmic-front-user-detail .card.filmic-nonfilmic-user-card{transition: all .5s ease-in-out;}

/* back button for filmic and non-filmic facilities cards */
.user-role-anonymous.path-location .back-button {
    position: absolute;
    top: 423px;
    left: 419px;
    background-color: #252626;
    color: #fff;
    text-decoration: none;
    z-index: 1000;
    padding: 9px 17px;
}
.filmic-nonfilmic-details-page-custom .inner-page-content {
    min-height: 600px;
    margin: 70px 0 !important;
}
.user-role-anonymous.path-location .back-button:hover {
    background-color: #092A48;
    color: #ffffff;
}
.filmic-nonfilmic-details-page-custom .back-button:hover {
    background-color: #092A48;
    color: #ffffff;
}
.filmic-nonfilmic-details-page-custom .back-button {
    position: absolute;
    top: 402px;
    right: 60px;
    background-color: #252626;
    color: #fff;
    text-decoration: none;
    z-index: 1000;
    padding: 9px 17px;
    left: inherit !important;
}

.filmic-non-filmic-front-user-detail .js-form-item.form-item.js-form-type-select.form-item-field-states-target-id.js-form-item-field-states-target-id {
    display: none;
}

.filmic-non-filmic-front-user-detail form.views-exposed-form .js-form-item {
    min-width: 0px;
}

/* Disable the edit state field in pass reset */
.user-logged-in #edit_field_select_state_chosen {
    pointer-events: none; /* Disables mouse interactions */
    opacity: 0.5; /* Optional: Makes the field look visually disabled */
    background-color: #302c2c; /* Optional: Change background color to simulate a disabled look */
}

/* Optional: Make the selected item look disabled */
.user-logged-in #edit_field_select_state_chosen .chosen-single {
    background-color: #302c2c; /* Optional: Match background color with the container */
    color: white; /* Optional: Change text color to simulate a disabled look */
}

/* Optional: Disable the search input inside the dropdown */
.user-logged-in #edit_field_select_state_chosen .chosen-search input {
    background-color: #302c2c; /* Optional: Match background color with the container */
    color: #040202; /* Optional: Change text color to simulate a disabled look */
    cursor: not-allowed; /* Change cursor to indicate it's not interactive */
}

.user-logged-in #edit-mail {
    pointer-events: none;
    opacity: 0.5; /* Optional: Makes the field look visually disabled */
    background-color: #302c2c; /* Optional: Changes background color to give a disabled appearance #f0f0f0; */
    color: #040202; /* Optional: Changes text color to give a disabled appearance */
}

/* display none confirmation box*/
.user-logged-in .password-suggestions {
    display: none !important;
}

.user-logout-confirm #edit-submit {
    position: absolute;
    top: 102px;
}

.user-logout-confirm #edit-cancel {
    position: absolute;
    right: 113px;
    top: 104px;
    text-decoration: none;
    color: white;
}

.user-logged-in .forgotpass {
    display:none;
}

.user-logged-in form#user-logout-confirm {
    color: white;
}
.forgotpass {
    color: #fff;
    display: block;
    margin-top: 69px;
}

form#user-logout-confirm {
    color: white;
}
.user-logged-in .js-form-item.form-item.js-form-type-item.form-item-.js-form-item-.form-no-label {
    color: white;
}
/* btn css */
.btn-outline-primary:hover {
  color: #333; /* Dark text color for better readability */
  background-color: transparent;
  border-color: #007bff;
}

/* crowdsource css */


/* Keyframes for a gentle pulse effect */
@keyframes glowPulse {
    0%, 100% {
        box-shadow: 0 0 10px rgba(140, 168, 221, 0.5);
    }
    50% {
        box-shadow: 0 0 20px rgba(140, 168, 221, 0.8);
    }
}


form#user-pass-reset {
    color: white;
}



/* for chatbot */


.scroll-txtarea.wh100.flex.fdirection {
 display:none;
}

.siqcw-textarea-composer.siqcw-composer {
  display:none;
}
em.siqico-larrow.left-arrow-icon.ifont20.fshrink.curP.show-larrow {
    display:none;
}



/* .content-area .views-exposed-form{display:inline-block !important;} */

.path-radius-filter .text-align-center.radius-map.card.mt-4 {
    display: none;
}
/* .path-radius-filter  form#views-exposed-form-radius-filter-page-2 { */
    /* display: none !important; */
/* } */

.path-radius-filter .card.filmic-nonfilmic-user-card ,
.path-radius-filter .views-view-grid.horizontal.cols-3.clearfix {
    display: none !important;
}

.filmic-non-filmic-front-user-detail input#edit-reset-radius-filter--2 {
    display: none;
}

/* the reosurce lat long cards are hidden below */
.path-test-radius-filter .views-view-grid.horizontal.cols-3.clearfix {
    display: none;
}

.path-test-radius-filter .form-item-field-google-map-link-proximity {
    display: none;
}

.path-test-radius-filter .form-item-field-address-proximity {
    display: none;
}

.path-test-radius-filter span.fieldset-legend {
    display: none !important;
}

.path-test-radius-filter #location-search {
  /* position: relative; */ /* Ensure the button is positioned correctly */
  padding: 20px;
  border: 1px solid #ccc;
  /* background: #f9f9f9; */
  /* margin-top: 10px; */
}

.path-test-radius-filter #location-search.hidden {
  display: none; /* Hide the search bar */
}

.path-test-radius-filter #trigger-search.hidden {
  display: none; /* Hide the text when search bar is visible */
}

/* New Css by satyam Shahi 07-07-2026 */
.path-test-radius-filter .close-button:hover {
  color: #ff0000;
}

.path-test-radius-filter .js-form-item.form-item.js-form-type-range.form-item-distance.js-form-item-distance.hidden {
    display: none;
}

.path-test-radius-filter .form-item-distance label {
    display: none;
}

.path-test-radius-filter .test-radius-map .bef-checkboxes .js-form-type-checkbox.form-item-field-filmic-facilities-category-target-id-1754 {display: flex;}

.path-test-radius-filter div#distance-output {
    display: none !important;
}
.path-test-radius-filter .form-item-distance div#distance-output {
    display: block !important;
}

.path-test-radius-filter .test-radius-map form.views-exposed-form {
    flex-direction: column;
    align-items: baseline;
}
 
.path-test-radius-filter .test-radius-map form.views-exposed-form .form-item-field-faculty-type-target-id{
    width: 100%;
}
 
.path-test-radius-filter .test-radius-map form.views-exposed-form footer{
    width: 100%;
}
 
.path-test-radius-filter .test-radius-map form.views-exposed-form footer .custom-search-area{
}

.shooting-location-page .card .state_name a{
color: #fff;
text-decoration: none;
}
.shooting-document-page{
    text-align: right;
    margin-bottom: -55px;
}
.shooting-document-page .btn{
    height: 40px;
    border: 0;
    color: #fff;
    padding: 9px 17px;
    background-color: #0f3b64;
    transition: 0.2s;
    border-radius:6px;
    font-size:12px;
}
.shooting-document-page .btn:hover{
    put:hover {
    background: linear-gradient(0deg, rgba(0, 81, 176, 1) 7%, rgba(3, 139, 148, 1) 83%);
    transition: 0.2s;
}
