@font-face {
    font-family: 'arial';
    src: url('../fonts/arial/ARIAL.TTF');
}
@font-face {
    font-family: 'helvetica';
    src: url('../fonts/helvetica/Helvetica.ttf');
}
@font-face {
    font-family: 'helvetica-bold';
    src: url('../fonts/helvetica/Helvetica-Bold.ttf');
}
@font-face {
    font-family: 'helvetica-neue';
    src: url('../fonts/helvetica-neue/HelveticaNeueRegular.otf');
}
@font-face {
    font-family: 'segoe';
    src: url('../fonts/segoe-ui/SegoeUI.ttf');
}

*{
    font-family: 'helvetica-neue';
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
.required_span_service_location,
.required_span_closest_address,
small{
    font-family: 'helvetica-neue';
}

body{
    background-color: #FFFFFF;
}
a{
    text-decoration: none;
}

a,p,h1,h2,h3,h4,h5,h6{
    /* user-select: none; */
}

/* universal styling */
.heading{
    font-size: 45px;
    font-family: 'helvetica-neue';
}

.heading-2{
    font-size: 27px;
    font-family: 'helvetica-neue';
}

.section-heading{
    font-size: 18px;
}

.bg-1{
    background-color: #CC0000;
}

.bg-2{
    background-color: #FFF200;
}

.bg-3{
    background-color: #1A3281;
}


.general-text{
    font-size: 15px;
    font-family: 'helvetica-neue';
}

.color-1{
    color: #1A3281;
}


.color-2{
    color: #CC0000;
}
.color-gray{
    color: #646963;
}

.color-white{
    color: #ffffff;
}
.fm-1{
    font-family: 'helvetica-neue' !important;
}
.fm-2{
    font-family: 'helvetica' !important;
}

.fw-600{
    font-weight: 700 !important;
}


.font-18px{
    font-size: 18px;
}

.font-13px{
    font-size: 13.5px;
}


.width-73px{
    width: 73px;
}

.width-400px{
    width: 400px;
}

.font-12{
    font-size: 12px !important;
}
.font-11{
    font-size: 11px;
}

.font-14{
    font-size: 14px;
}
.font-18{
    font-size: 18px;
}
.font-20{
    font-size: 20px;
}
.font-22{
    font-size: 22px;
}
.font-24{
    font-size: 24px;
}
.letter-space{
    letter-spacing: 1px;
}

.bg-pagination{
    background-color: #F5F5F5;
}

.active-pagination-link{
    background-color: #1A3281;
    color: #fff !important;
}
.btn {
    --bs-btn-padding-y: 0.175rem !important;
}
/* universal styling end */

.iti__country-container{
    border-right: 1px solid !important;
    z-index: 1;
}
.iti--inline-dropdown .iti__dropdown-content{
    width: auto !important;
}
.required-span{
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    vertical-align: bottom;
}

select.light-option {
    color: #CFD0CE;
}

option {
    color: black;
}

.form-check-label{
    font-size: 18px;
}

.general-text li{
    font-family: 'helvetica-neue';
}

.main-link{
    /* width: 33rem;  */
    text-transform: uppercase;
    border: 3px #CC0000 solid;
}

#gender_other_details{
    width: 29.7%;
}

.preview-image-name{
    font-size: 12px;
}

.file-upload-card {
    min-height: 200px;
    height: 100%;
}

.hide{
    display: none;
}

.grecaptcha-badge{
    display: none;
}

.logo{
    width: 3rem;
}

.sub-nav-back-btn{
    text-decoration: none;
    background: transparent;
    color: #1A3281;
    padding: 0.2rem;
    font-size: 13.5px;
    border-radius: 4px;
    border: 2px solid #1A3281;
    height: 28px;
}

.sub-nav-back-btn img{
    width: 13px;
}

.sub-nav-heading{
    font-size: 18px;
}
.text-counter-text{
    color: gray;
}
.loader, .loader2{
    display: none;
    width: 100%;
    height: 100%;
    background-color: #49505761;
    position: fixed;
    z-index: 1;
    top: 0;
}

.loader2{
    background-color: transparent;
}

#loading-bar-spinner.spinner {
    left: 49%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 70px;
    height: 70px;
    border: solid 7px transparent;
    border-top-color: #1A3281 !important;
    border-left-color: #1A3281 !important;
    border-radius: 50%;
}

.loader2 .spinner-text {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 60%;
    position: absolute;
    z-index: 19 !important;
    /* max-width: 162px; */
    text-align: center;
    font-size: 16px;
    color: white;
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.page-heading{
    font-size: 2rem;
    /* font-weight: bold; */
}

.btn-main {
    width: 190px;
    height: 40px;
    border-radius: 4px;
    border: 2px solid #CC0000;
    font-weight: bolder;
    --bs-btn-color: #fff;
    --bs-btn-bg: #CC0000;
    --bs-btn-border-color: #CC0000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #cc0000a0;
    --bs-btn-hover-border-color: #cc0000a0;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #cc0000a0;
    --bs-btn-active-border-color: #cc0000a0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #CC0000;
    --bs-btn-disabled-border-color: #CC0000;
}

.btn-green {
    border-color: #306B34;
    --bs-btn-bg: #306B34;
    --bs-btn-border-color: #306B34;
    --bs-btn-hover-bg: #46a04c;
    --bs-btn-hover-border-color: #46a04c;
    --bs-btn-active-bg: #46a04c;
    --bs-btn-active-border-color: #46a04c;
    --bs-btn-disabled-bg: #306B34;
    --bs-btn-disabled-border-color: #306B34;
    text-transform: uppercase;
}

.btn-main:hover{
    background-color: #333;
    border-color: #333;
    transition: background 0.3s ease-in-out;
}

/* bootstrap classes manipulation */
.form-check{
    /* margin-bottom: 0.4rem; */
}

label{
    font-size: 15px;
}

.step-info{
    position: absolute;
    right: 6.3%;
}

.form-check-input{
    border-color: #1A3281;
}

.form-control, .form-select,  .select2-container--bootstrap-5 .select2-selection{
    background-color: transparent;
    border: 1px #646963 solid !important;
}

.input-group-prepend .form-control{
    border: 1px #646963 solid !important;
}
.input-group-text{
    border-radius: 7px 0px 0px 7px;
    border: 1px #646963 solid !important;
}

.form-select, .select2-container--bootstrap-5 .select2-selection--single{
    background-image: url('../img/select-chevron.png') !important;
    background-size: 12px !important;
}

.form-control::-webkit-input-placeholder, .select2-selection__placeholder{
    color: #CFD0CE !important;
}
/* bootstrap classes manipulation end */

#address_list_table td{
    border-left: 0px;
    border-right: 0px;
}

.form-check-input:checked {
    background-color: #1A3281;
    border-color: #1A3281;
}

.form-group {
    margin-top: 1rem;
}

.navbar-parent{
    -webkit-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, .16), 0px 2px 7px 0px rgba(0, 0, 0, .12);
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, .16), 0px 2px 7px 0px rgba(0, 0, 0, .12);
}

.login_toggle .dropdown-menu{
    position: absolute;
    right: 0 !important;
    left: unset;
    top: 35px;
    border-radius: 0px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, .16), 0px 2px 7px 0px rgba(0, 0, 0, .12);
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, .16), 0px 2px 7px 0px rgba(0, 0, 0, .12);
}

.login_toggle{
    color: #FFF;
    font-weight: bold;
}

.home_page_nav .login_toggle{
    color: #0093FF !important;
}

.dropdown-div{
    width: 350px;
    padding: 15px;
}

.iti {
    width: 100%;
    /* position: relative; */
}

.iti__country-list{
    width: 300px;
    overflow-x: hidden;
}

.width-desktop-65,
#closest_address_details,
.closest_address_count,
.closest_address_parent{
    width: 65%;
}

.rental_property_address_parent,
.closest_address_parent,
.violation_address_parent,
.neighboring_address_parent,
.damaged_property_address_parent,
.service_location_parent{
    position: relative;
}
input.loading {
    background: url(https://www.xiconeditor.com/image/icons/loading.gif) no-repeat right center;
}
.search .results,
.search_closest_address .results_closest_address,
.search_violation_address .results_violation_address,
.search_neighboring_address .results_neighboring_address,
.search_damaged_property_address .results_damaged_property_address
{
    display: none;
    position: absolute;
    top: 42px;
    width: 100%;
    z-index: 10;
    padding: 0;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #cbcfe2 #c8cee7 #c4c7d7;
    border-radius: 3px;
    background-color: #fdfdfd;
    max-height: 200px;
    overflow: hidden auto;
}

.search .results li,
.search_closest_address .results_closest_address li,
.search_violation_address .results_violation_address li,
.search_neighboring_address .results_neighboring_address li,
.search_damaged_property_address .results_damaged_property_address li
{
    display: block
}

.search .results li:first-child:before,
.search .results li:first-child:after,
.search_closest_address .results_closest_address li:first-child:after,
.search_closest_address .results_closest_address li:first-child:before
.search_violation_address .results_violation_address li:first-child:after,
.search_violation_address .results_violation_address li:first-child:before
.search_neighboring_address .results_neighboring_address li:first-child:after,
.search_neighboring_address .results_neighboring_address li:first-child:before,
.search_damaged_property_address .results_damaged_property_address li:first-child:after,
.search_damaged_property_address .results_damaged_property_address li:first-child:before
{
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    border: 5px outset transparent;
}

.search .results li,
.search_closest_address .results_closest_address li,
.search_violation_address .results_violation_address li,
.search_neighboring_address .results_neighboring_address li,
.search_damaged_property_address .results_damaged_property_address li
{
    display: block;
    position: relative;
    margin: 0 -1px;
    padding: 6px 40px 6px 10px;
    color: #000;
    font-weight: 500;
    text-shadow: 0 1px #fff;
    border: 1px solid transparent;
    border-radius: 3px;
}

.search .results li:hover,
.search_closest_address .results_closest_address li:hover,
.search_violation_address .results_violation_address li:hover,
.search_neighboring_address .results_neighboring_address li:hover,
.search_damaged_property_address .results_damaged_property_address li:hover
{
    text-decoration: none;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    background-color: #1A3281;
}

.btn-upload{
    background-color: #1A3281;
    border-color: #1A3281;
    font-size: 12px;
    font-weight: bold;
    width: 75px;
}

.btn-upload:hover{
    background-color: #18427d;
}

.btn-delete, .btn-delete-other-file{
    background-color: #AD0A1B;
    border-color: #AD0A1B;
    font-size: 12px;
    font-weight: bold;
    width: 75px;
}

.btn-delete{
    display: none;
}

.btn-delete:hover, .btn-delete-other-file:hover{
    background-color: #7f000d;
}

.preview-image{
    width: 75px;
    height: 75px;
    margin-top: 0.3rem;
}

.upload-file-text{
    font-size: 12px;
}

.upload-file-text ol{
    line-height: 1.2;
    padding-left: 0.8rem;
    font-family: 'helvetica-neue';
}


.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: #959595;
    border-color: #ffffff;
    opacity: var(--bs-btn-disabled-opacity);
}

#gender_other_details,
.rental_property_address_change_span,
.violation_address_change_span,
.neighboring_address_change_span,
.damaged_property_address_change_span,
.illegal_construction_details_known,
.illegal_construction_details_unknown,
.div_type_of_illegal_construction_Other_Details,
.div_follow_up_reason_Other_Details,
.div_type_of_illegal_construction_Property_Damaged_Address,
.div_violation_message,
.div_who_you_are_Other_Details,
.service_location_change_span,
.closest_address_change_span,
.vacant_property_details_yes,
.vacant_property_details_no,
.property_location_div,
.property_description_apartment_no,
.photos_evidence_details {
    display: none;
}

.form-select option:disabled {
    color: #c4c7d7;
}

div:where(.swal2-container) button:where(.swal2-styled){
    padding: .45em 0em !important;
    width: 12em;
}

.success-icon{
    width: 75px;
}
.success-heading{
    font-size: 27px;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
.success-paragraph{
    font-size: 18px;
}

/* #phone_number::placeholder{
    color: #595c5fc8;
} */

.div_violation_message{
    position: absolute;
    top: 0;
    opacity: 0.95;
    height: 100%;
}

.div_violation_message h5{
    top: 8%;
}

/* hide arrows Chrome, Safari, Edge, Opera */
.hide-arrows::-webkit-outer-spin-button,
.hide-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* hide arrows Firefox */
.hide-arrows{
    -moz-appearance: textfield;
}

.div-inspection-status{
    width: fit-content;
    position: relative;
}

.icon-inspection-status{
    border-radius: 100%;
    width: fit-content;
    margin: 0 auto;
    background-color: #DFE0E1;
}

.icon-inspection-status img{
    width: 85px;
}

.inspection-status-heading{
    font-size: 18px;
    text-transform: uppercase;
    color: #999999;
    font-weight: bold;
    letter-spacing: 1px;
}

.icon-bg-primary{
    background-color: #1A3281;
}

.icon-text-primary{
    color: #000;
}

.btn_back_outline{
    background: transparent;
    color: #CC0000;
}

.btn_search{
    width: auto;
    background: transparent;
    color: #1A3281;
    border-color: #1A3281;
    margin-top: 30px !important;
}

/* .form-control:read-only {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
} */
select option:disabled{
    color: gray;
}

@media (min-width: 992px) {
    .line-through:not(:last-child)::after{
        content: "";
        display: block;
        border-top: .245rem solid #DFE0E1;
        width: 16rem;
        position: absolute;
        left: 50%;
        top: 33%;
        z-index: -1;
    }

    .line-through:not(:first-child)::before{
        content: "";
        display: block;
        border-top: .245rem solid #DFE0E1;
        width: 16rem;
        position: absolute;
        right: 50%;
        top: 33%;
        z-index: -1;
    }
}
.status-heading-badge{
    font-size: 12px;
    border-radius: 10px;
    vertical-align: middle;
    line-height: 0.8;
    padding-bottom: 0.3rem;
    background-color: #AD0A1B !important;
}
.status-subheading{
    font-size: 18px;
    color: #646963;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.status-info-div{
    background-color: #F9F9F9;
}

.status-info-div img{
    width: 20px;
}

.status-detail-heading{
    font-size: 20px;
    letter-spacing: 1px;
    word-wrap: break-word;
}

.status-detail-p{
    color: #646963;
}

@media (min-width: 768px) {
    .results-comments-icon{
        width: 6.333333%;
    }
    .btn_login_blue {
        border-radius: 4px;
        border: 2px solid #1a3281;
        padding: 4px 8px;
        background-color: #1a3281;
        color: white !important;
        text-decoration: none !important;
        margin-top: -8PX;
    }

    .btn_login_blue:hover {
        background-color: #333;
        border-color: #333;
        transition: background 0.3s ease-in-out;
    }
}

.container{
    max-width : 100% !important;
    padding: 7px 5rem;
}

@media only screen and (max-width: 600px) {
    .container {
        padding: 7px 20px !important;
    }
}
.dt-container{
    overflow-x: auto;
}
/* mobile view */
@media (max-width: 768px) {
    .width-desktop-65,
    #closest_address_details,
    .closest_address_count,
    .closest_address_parent {
            width: 100%;
    }

    .btn-main{
        width: 46%;
        margin: 1%;
    }

    .btn_search{
        width: auto;
    }

    .file-upload-card{
        height: auto;
    }

    #gender_other_details {
        width: 25.6%;
    }
    .hide-mobile{
        display: none;
    }

    .mtr-3{
        margin-top: 3px !important;
    }

    .mtbr-2{
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
    .mbr-3{
        margin-bottom: 3px !important;

    }

    .mtr-5{
        margin-top: 5px !important;
    }
    .mtr-0{
        margin-top: 0px !important;
    }
    #record_no{
        width: 103% ;
    }
}

/* HEADER STYLE */
.breadcrumb{
    margin: 0px;
}
.breadcrumb .breadcrumb-item a{
    text-decoration: none;
    color: #666666;
}
.breadcrumb .breadcrumb-item.active a{
    color: #000000;
}
.breadcrumb-item+.breadcrumb-item::before{
    background-image: url(../img/icons/chevron-gray.png);
    background-repeat: no-repeat;
    color: transparent;
    background-position-y: center;
    background-size: 6px;
}
.breadcrumb-item+.breadcrumb-item.active::before{
    background-image: url(../img/icons/Chevron.png);
}
.main-nav{
    background: #F5F5F5;
    padding: 1rem 5rem;
    box-shadow: 0px 1px 3px hsl(0deg 0% 0% / 20%);
}
.main-nav .logo-container .logo{
    width: 6rem;
}
.main-nav .menu-container{
    float: right;
}

.main-nav .menu-container .menu-items{
    list-style: none;
    display: flex;
    gap: 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'helvetica-neue';
    margin: 0;
}
.main-nav .menu-container .menu-items li{
    padding: 5px 12px;
    cursor: pointer;
}
.main-nav .menu-container .menu-items li a{
   text-decoration: none;
   color: black;
}
.main-nav .menu-container .menu-items li:hover a{
    color: #eb1b2d
}
.main-nav .menu-container .menu-items li.login_toggle{
    padding: 5px 0px !important;
}
.main-nav .menu-container .menu-items li.login_toggle a{
    color: black;
    font-weight: 400;
    font-size: 14px;
}
.main-nav .mob-menu-container{
    display: none;
}
.mob-nav-open-handler{
    width: fit-content;
    padding: 4px;
    border: 1px solid #c9c9c9;
    float: right;
    position: absolute;
    right: 24px;
    top: 10px;
}

.mob-menu-container{
    position: absolute;
    width: 100%;
    background: #f5f5f5;
    left: 0;
    top: 60px;
    border-top: 1px solid #e5e5e5;
    z-index: 10;
}

.mob-menu-container .menu-items{
    margin: 0;
    list-style: none;
    padding: 30px 48px;
}
.mob-menu-container .menu-items li {
    padding: 7px 0px;
}
.mob-menu-container .menu-items li a{
    text-decoration: none;
    color: black;
    font-size: 16px;
    text-transform: uppercase;
}
.mob-menu-container .menu-items li.login_toggle a{
    padding-left: 0px !important;
}
.main-nav .mob-nav-open-handler{
    display: none;
}
@media screen and (max-width : 767px) {
    .main-nav .menu-container{
        display: none;
    }
    .main-nav .mob-nav-open-handler{
        display: block;
    }
}

@media screen and (min-width : 767px) {
    .main-nav .mob-menu-container{
        display: none;
    }
}

/* HOME MENU ACTIONS */
.main-action-containers{
    padding: 0px 15%;
}
.main-action-containers .actions-item{
    margin-bottom: 40px;
    text-decoration: none;
    color: black;
}
.main-action-containers .actions-item a{
    cursor: pointer;
    text-decoration: none;
    color: black;
}
.main-action-containers .actions-item-icon{
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 50px;
    margin-bottom: 12px;
}
.main-action-containers .actions-item-icon img{
    width: 30px;
}
.main-action-containers .actions-item-text{
    /* width: 90px; */
    margin: auto;
    font-size: 13px;
    text-transform:uppercase;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-align: center;
}

.rounded-circle img{
    width: 20px;

}
.rounded-circle{
   padding: 0rem !important ;
   aspect-ratio: 1 / 1;
   width: 45px;
   display: flex;
   align-items: center;
   justify-content: center;

}

.rounded-pill .text-start{
    font-weight: 500 !important;
}
main{
    min-height: 100vh;
}
.main-footer{
    background: #F5F5F5;
    padding: 10px 60px;
    /* position: fixed; */
    width: 100%;
    bottom: 0;
}
.main-footer .footer-strip{
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 12px;
    justify-content: center;
}
.main-footer .footer-strip .footer-logo{
    width: 55px;
}
.form-section-header{
    background:#1A3281;color:white;display:flex;justify-content:space-between;align-items:center
}
.form-section-header a{
    color:white;
    cursor: pointer;
}


.filter-fields-input{
    font-size: 14px;
 }
 .filter-fields-select{
     border: none;
     font-size: 14px;
     height: 38px;
     width: 100%;
     outline:none;
 }

 .filter-fields-select:focus{
    outline:none;
 }

 .filter-fields-select:invalid {
     color: #888 !important;
     font-size: 14px;
 }

 .filter-fields-select.light-option{
     color: #888 !important;
 }



 .filter-fields-input:focus{
     border:none;
     outline: none;
 }

 .permit-table{
     font-size: 13px;
     font-family: Arial;
 }
 .permit-table td , .permit-table th{
     font-size: 13px;
     font-family: Arial;
     padding: 10px 7px;
     color: #494949;
     border: none;

 }

 .permit-table td:first , .permit-table td:first{
     display: flex;
     justify-content: center;
     align-items: center;
     height: 40px;
 }


 .permit-table th{
    background-color: #1A3281 !important;
    color: white;
 }
 #permit-table_wrapper{
     padding: 0 !important
 }

 .form-breadcrumb{
    padding: 7px 5rem;
    width:100%;
    background:#FFF200;
    display: flex;
    align-items: center;
    font-size: 13px;
}

div.dt-container div.dt-paging {
    float: right ;
    /* margin-top: -35px !important; */
}

div.dt-container div.dt-info{
    padding: 0;
    padding-bottom: 5px;
    font-size: 14px;
}
.page-link{
    font-size: 12px !important;
}

#billing_address_list_table_wrapper,
#mailing_address_list_table_wrapper,
#address_list_table_wrapper
{
    padding: 1rem;
}

.w-50{
    width: 50% !important;
}

.min-height-main-div{
    min-height: calc(100vh - 216px);
}

.min-height-main-form-div{
    min-height: calc(100vh - 163px) !important;
}

#same_as_mailing_div input:disabled+label {
    opacity: 0.5;
}

@media only screen and (max-width: 600px) {
    .main-nav{
       padding: 1rem 1.25rem !important;
    }
    .form-breadcrumb{
        padding: 7px 20px !important;
    }
    .breadcrumb-item+.breadcrumb-item::before{
        margin-right: 3px;
    }
    .breadcrumb{
        gap: 3px;
    }
    .table-filter-row{
        width: 100% !important;
    }
}

.save_and_resume_later {
    width: 215px;
}
