/* Base style */

body {
    /* font-family: Georgia, 'Times New Roman', Times, serif;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    /* font-family: Georgia, 'Times New Roman', Times, serif;*/
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus,
a:hover {
    text-decoration: none;
}

.btn,
.btn:focus {
    box-shadow: none;
}

button:focus,
select:focus {
    box-shadow: none !important;
}

.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.header-logo img {
    height: 27px;
    margin-right: 15px;
}

.header-slogan {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    opacity: 0.8;
    font-weight: 700;
    font-style: italic;
    margin-top: 7px;
    margin-right: 10px;
}

.user-dropdown span {
    font-size: 16px;
    font-weight: 700;
    color: #fcfcfc;
    margin-right: 10px;
}

.navbar-toggler i {
    font-size: 20px;
}

.sidebar .nav .nav-item.active .nav-link::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: -10px;
    background: #ea662a;
}

.last-menu {
    position: absolute !important;
    bottom: 40px;
    font-size: 22px;
    left: 4px;
}

.orange {
    color: #ea662a !important;
}

.active .orange,
.active .yellow,
.active .yellow-light,
.active .grey,
.nav-link:hover .orange,
.nav-link:hover .yellow,
.nav-link:hover .yellow-light,
.nav-link:hover .grey {
    color: #ffffff !important;
}

.sidebar-icon-only .orange:hover {
    color: #ea662a !important;
}

.sidebar-icon-only .active .orange {
    color: #ea662a !important;
}

.yellow {
    color: #e0a238 !important;
}

.yellow-light {
    color: #e0ca82 !important;
}

.grey {
    color: #9b9b9b !important;
}

.sidebar-icon-only .hover-open .yellow {
    color: #e0a238 !important;
}

.sidebar-icon-only .hover-open .yellow-light {
    color: #e0ca82 !important;
}

.sidebar-icon-only .hover-open .grey {
    color: #9b9b9b !important;
}

.sidebar-icon-only .hover-open .yellow {
    color: #e0a238 !important;
}

.h-100vh-100px {
    /* height: calc(100vh - 110px); */
    height: 100vh;
}

.prgress-new {
    border-radius: 10px 10px 0px 0px;
    height: 17px;
    background: #707070;
}

.prgress-new .progress-bar {
    border-radius: 10px 10px 0px 0px;
    background: #ea662a;
}

.steps-heading-container {
    padding: 15px 30px;
}

.steps-heading-container-inner {
    display: flex;
    justify-content: space-between;
    border-bottom: #707070 solid 2px;
    align-items: center;
    padding-bottom: 20px;
}

.steps-heading-container .steps-heading {
    font-size: 24px;
    font-weight: 600;
}

.steps-heading-container-inner .btn {
    margin-left: 15px;
}

.steps-heading.h1 {
    font-size: 47px;
    margin-bottom: 0px;
    padding: 10px 0px;
}

.steps-navigation {
    max-width: 385px;
    flex-shrink: 0;
    text-align: right;
}

.btn {
    min-width: 125px;
    height: 43px;
    border-radius: 25px;
    font-size: 20px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: #ffffff;
    line-height: 40px;
    font-weight: 500;
    text-transform: capitalize;
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.2);
}

.btn-gery,
.btn-gery:hover {
    background: #707070;
    color: #ffffff;
}

.btn-orange,
.btn-orange:hover {
    background: #ea662a;
    color: #ffffff;
}

#steps-body-inner-container {
    width: 100%;
    top: 0;
    left: 0;
    height: calc(100vh - 140px);
    z-index: 999;
    transition: all 0.3s;
    scroll-behavior: smooth;
    overflow-y: auto;
    padding: 10px 30px 20px 30px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    display: none;
}

.form-fileds-container {
    margin-top: 10px;
}

.form-fileds-container .icon {
    flex-shrink: 0;
    width: 45px;
}

.form-right {
    width: 100%;
    margin-left: 10px;
    padding-bottom: 30px;
}

.form-heading h1,
.form-heading .h1 {
    font-size: 24px;
    font-weight: 700;
}

.form-heading span {
    font-weight: 300;
}

.form-heading i {
    color: #707070;
    font-size: 20px;
}

.form-heading h6 {
    font-size: 16px;
    font-weight: 300;
    text-align: start;
}

.heading-question {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    margin-top: 25px;
}

.heading-question a {
    color: #ea662a;
    display: inline-block;
}

.fullwidth-form {
    width: 980px;
}

.form-option {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.option-outer {
    padding: 10px;
}

.option {
    width: 305px;
    height: 85px;
    background: #f5f4f2;
    font-size: 24px;
    text-align: center;
    border-radius: 10px;
    border: #afafae solid 2px;
    padding: 10px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.2);
}

.option:hover,
.option.selected {
    background: #aaafbc;
}

.option span {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
}

.perferred {
    font-size: 14px;
    color: #b7430f;
    position: relative;
    top: -5px;
    left: -5px;
    display: flex;
    align-items: center;
    height: 10px;
    font-style: italic;
}

.perferred i {
    font-size: 28px;
    position: relative;
    top: 10px;
    left: -5px;
}

.txtarea textarea {
    border: #afafae solid 2px;
    height: 325px;
    box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.2);
    border-radius: 10px;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #eeeeee !important;
    display: none;
}


/*------------------ Login -----------------------------------*/

.login-bg {
    background: #2e3b5b;
}

#steps-body-inner-container:hover .mCSB_dragger .mCSB_dragger_bar {
    display: block !important;
}


/*--------------- ONR - Select 1 - radio1------------------- */

.form-primary {
    margin-top: 50px;
}

label {
    font-size: 16px;
}

select,
.form-control {
    height: 40px;
    border: #cbcbcb solid 1px !important;
    /* background-color: #f5f4f2 !important; */
    color: #2e3b5b;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.input-group .form-control {
    border-left: none !important;
    padding-left: 0px;
}

.input-group .input-group-text {
    font-size: 20px;
    color: #2e3b5b;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    border: #cbcbcb solid 1px !important;
    /* background-color: #f5f4f2 !important; */
    border-radius: 3px;
}

select option {
    color: #2e3b5b;
    font-weight: 300;
}

.tax-id {
    width: 327px;
}

.country,
.state {
    width: 180px;
    padding-left: 10px;
    padding-right: 10px;
}

.label-link,
.label-link:hover {
    font-size: 16px;
    color: #ea662a;
    text-decoration: overline;
}

.property-listing-container {
    font-size: 16px;
}

.property-listing-container a {
    color: #ea662a;
    text-decoration: underline !important;
}

.property-thumb {
    width: 660px;
    margin: 0px auto;
    background: #f5f4f2;
    border: #707070 solid 2px;
    border-radius: 10px;
    margin-top: 25px;
    box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.2);
    padding: 25px;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s;
    position: relative;
}

.property-thumb:hover {
    background: #f9ebe5;
    border: #ea662a solid 2px;
    box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.4);
}

.property-thumb-left {
    font-size: 16px;
    margin-right: 30px;
    line-height: 28px;
}

.property-thumb-left h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 40px;
}

.property-thumb-right {
    width: 220px;
    flex-shrink: 0;
}

.property-thumb-right img {
    object-fit: cover;
    width: 220px;
    border-radius: 10px;
}

.provide-document-container {
    display: flex;
}

.label-big {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: start;
}

.file-upload .dropzone {
    border-radius: 10px;
    border: #7070704D solid 1px;
    background: #F5F4F2;
    height: 195px;
}

.file-upload .dropzone .dz-message {
    margin-top: 0px;
    text-align: left;
    font-size: 16px;
    font-style: italic;
}

.order-draft {
    font-size: 12px;
    color: #2E3B5BCC;
    font-style: italic;
    text-align: right;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.order-draft i {
    font-size: 18px;
}

.order-summry .accordion>.card {
    margin-bottom: .75rem;
    box-shadow: none;
    border-radius: 10px;
    border: #707070 solid 1px;
    background: #f5f4f2;
}

.order-summry .accordion.accordion-solid-header .card .card-header a[aria-expanded="true"] {
    background: none;
    border-radius: 8px;
}

.order-summry .accordion.accordion-solid-header .card .card-header {
    padding: 0px 20px;
    border-radius: 10px 10px 10px 10px;
}

.order-summry .accordion.accordion-solid-header .card .card-header a {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #2E3B5B;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-bottom: #707070 solid 1px;
    border-radius: 0px !important;
}

.order-summry .accordion.accordion-solid-header .card .card-header a span {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.order-summry .accordion.accordion-solid-header .card .card-header a i {
    font-size: 40px;
}

.order-summry .card-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.order-steps .nav-link {
    color: #2E3B5B;
    padding: 2px 0;
    width: 100%;
}

.order-steps .order-steps-row {
    display: flex;
    padding: 1px 20px;
    font-size: 16px;
    align-items: center;
}

.order-steps .order-steps-row i {
    font-size: 14px !important;
    width: 20px;
}

.order-steps .nav-link.active {
    background: #b9cfe9;
}

.selected-icon {
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.selected-icon img {
    width: 24px;
}

.order-steps .order-steps-row .selected-icon i {
    font-size: 23px !important;
}


/* order setps ul li start*/

.order-steps li {
    display: flex;
    padding: 1px 20px;
    font-size: 16px;
    align-items: center;
}

.order-steps li i {
    font-size: 14px !important;
}

.order-steps li.active {
    background: #b9cfe9;
}

.order-steps li .selected-icon i {
    font-size: 23px !important;
}


/* order setps ul li end*/

.selected-icon a i {
    color: #555555;
}

.selected-icon a i:hover {
    color: #ea662a;
}

.steps-heading {
    font-size: 22px;
    line-height: 20px;
}

.order-summry .card-body {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.order-item {
    font-size: 17px;
    margin-top: 30px;
    padding: 0px 70px;
    padding-right: 20px;
}

.order-item small {
    font-size: 13px;
}

.order-item a {
    color: #ea662a;
    text-decoration: underline !important;
}

.order-item small a {
    color: #ea662a;
    text-decoration: underline !important;
    margin-left: 10px;
}

.estimate-total {
    font-size: 19px;
    font-weight: 700;
    margin-top: 50px;
    color: #2E3B5B;
    text-align: right;
    padding: 0px 20px;
}

.estimate-total a {
    font-weight: 400;
    color: #ea662a;
    text-decoration: underline !important;
}

.estimate-total i {
    color: #707070;
}

.accordion.accordion-solid-header .card .card-header a[aria-expanded="true"]::before {
    content: "\e648";
    color: #222222;
}

.order-summry .accordion.accordion-solid-header .card .card-header a[aria-expanded="false"] {
    border: none;
}

.txtarea-field {
    height: 200px;
    border-radius: 10px;
    padding-top: 20px;
}

.txtarea-field::placeholder {
    color: #2E3B5B;
    font-style: italic;
}

.blue-link {
    color: #2E3B5B;
}

.option-product {
    min-height: 490px;
}

.order-toggle-btn,
.order-toggle-btn:hover {
    font-size: 22px !important;
    font-weight: 700;
    margin-bottom: 0px;
    color: #2E3B5B !important;
    display: flex;
    align-items: center;
    padding: 25px 20px;
    border-bottom: #707070 solid 1px !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    margin-bottom: .75rem;
    box-shadow: none;
    border-radius: 10px !important;
    border: #707070 solid 1px !important;
    background: #f5f4f2 !important;
    border-radius: 10px 10px 0px 0px !important;
    height: 60px;
}

.order-toggle-btn::after {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    font: normal normal normal 24px/1 "themify";
    content: "\e64b";
    width: auto;
    height: auto;
    vertical-align: middle;
    line-height: .625rem;
    font-size: 1rem !important;
    margin-left: .3rem;
    font-weight: bold;
    right: 24px;
    position: absolute;
}

.order-toggle-btn i {
    font-size: 32px;
}

.floating-summary .dropdown-menu {
    border-radius: 10px !important;
    border: #707070 solid 1px;
    background: #f5f4f2;
    width: 100%;
    padding: 0px;
    border-radius: 0px 0px 10px 10px !important;
    border-top: none;
    margin-top: -4px !important;
}

.product-label {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    padding-left: 30px;
    text-align: left;
}

.product-price {
    font-size: 19px;
    font-weight: 700;
    color: #2E3B5B;
    text-align: right;
    padding: 0px 20px;
    min-width: 150px;
    flex-shrink: 0;
}

.product-price a {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
}

.product-price i {
    color: #707070;
}

.orange-link {
    color: #EA662A;
}

.product-logo {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: #707070 solid 1px;
    margin-bottom: 30px;
}


/* --------------------------Step9---------------------- */

.page-elements-container {
    margin-top: 50px;
    font-size: 18px;
    /* width:600px; */
}

.element-heading {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    text-align: start;
}

.file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-actions {
    width: 100%;
    display: block;
    flex-shrink: 0;
    margin-top: 5px;
    font-size: 14px;
    text-align: right;
}

.page-elements-container .form-check-label {
    font-size: 16px;
}

.page-elements-container label.btn {
    font-size: 16px !important;
    padding: 10px;
}

.page-elements-container {
    font-size: 16px !important;
}


/*---------- step1-rder a New Report------------------*/

.order-report-bg {
    background:#fff;
    background-size: 100% 100%;
    height: calc(100vh - 140px);
    border-radius: 0px 0px 20px 20px;
    display: flex;
    align-items: center;
}  

.report-full-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.report-container {
    width: 330px;
    background: #2A3758;
    border: 1px solid #707070;
    padding: 20px;
    border-radius: 10px;
    margin: 50px 40px;
}

.report-heading {
    font-size: 26px;
    color: #fff;
    line-height: 32px;
    font-weight: 600;
    padding-bottom: 15px;
}

.report-section1 {
    border-top: #bfbfbf solid 1px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.report-section1 ul {
    list-style: disc !important;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.report-section1 ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
    padding-bottom: 0px;
}

.report-section1 ul li span {
    padding-left: 25px;
}

.report-section1 ul li .option-txt::before {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    content: "";
    position: relative;
    display: block;
    top: 16px;
    left: -25px;
}

.report-section1 ul li span i {
    font-size: 20px;
    color: #e0ca82;
}

.report-section2 {
    padding: 0px 20px;
    padding-top: 10px;
    min-height: 110px;
}
.report-section2 ul li {
    font-size: 15px;
    line-height: 16px;
    /* padding-bottom: 10px; */
    padding-bottom: 5px;
}

.new-report .popover {
    border: 0px;
    border-radius: 15px;
    background: #f5f4f2;
    color: #ffffff !important;
    max-width: 320px;
    line-height: 16px;
    padding-bottom: 15px;
}

.new-report .bs-popover-end>.popover-arrow::after,
.new-report .bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #ffffff ;
}

.new-report .bs-popover-start>.popover-arrow::after,
.new-report .bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #2a3758;
}

.new-report .bs-popover-top>.popover-arrow::after,
.new-report .bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #2a3758;
}

.new-report .bs-popover-bottom>.popover-arrow::after,
.new-report .bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #2a3758;
}

.popup-over-logo {
    border-bottom: #707070 solid 1px;
    padding-bottom: 15px;
    margin-bottom: 25px !important;
}

.new-report .popover p,
.new-report .popover i {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.new-report .popover i {
    font-size: 12px;
    color: #030303;
    line-height: 15px;
    font-weight: 400;
}

.new-report .popover p {
    margin-bottom: 20px;
    line-height: 18px;
    }

.sample-report-left {
    float: left;
    margin-right: 10px;
    text-align: center;
}

.sample-report-left a {
    color: #fff700;
    font-size: 12px;
    text-decoration: underline !important;
}


/*---------- step1-rder a New Report------------------*/


/* ----------------------Step 47 ----------------*/

.product-select-container-row1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    /* min-width:600px; */
    float: left;
    width: 100%;
}

.product-select-container {
    margin-top: 25px;
    /* width: 600px; */
    float: left;
    width: 100%;
}

.product-select-container-row2 {
    display: flex;
    align-items: flex-start;
    font-weight: 600;
    /* min-width:600px; */
    float: left;
    width: 100%;
}

.product-select-container-row2 ul {
    list-style: disc;
    font-weight: 400;
}

.product-select-container-row2 ul li {
    padding-bottom: 10px;
    font-size: 15px;
}

.product-select-title {
    text-align: start;
}

/* .select-btn {
    width: 90px;
} */

.btn-sm {
    /* width: 85px; */
    height: 25px;
    font-size: 14px !important;
    line-height: 22px;
    min-width: 85px;
    background: #2A3758;
}

.small-link {
    font-size: 16px;
    font-weight: 400;
    color: #2A3758;
    text-decoration: underline !important;
}

.product_logo_sec img {
    width: 259px;
    height: 71px;;
}

.property_page .find_property {
    width: 300px;
}

.choose_report1_page .product-select-container ul li {
    line-height: 1;
}


/* ----------------------Step 49 start ----------------*/

.steps-body-left-col {
    /* padding-left: 30px; */
}

.heading-icon {
    display: flex;
    align-items: flex-start;
}

.heading-icon .icon {
    margin-right: 22px;
}

.payment-options-container {
    margin-top: 75px;
    /* padding-left: 70px; */
}

.checkbox-input input {
    position: unset !important;
    opacity: 1 !important;
}

.form-group label {
    font-size: 12px !important;
}

.add-report {
    text-align: center;
    margin-top: 30px;
    padding: 0px 20px;
}

.add-report .btn {
    width: 100%;
}

.another-number-field .checkbox-input {
    margin-top: -30px;
}

.payment-modal .modal-dialog {
    margin-top: 0;
    max-width: 510px;
    max-height: 285px;
}

.payment-modal .modal-body {
    text-align: center;
    padding: 45px 40px !important;
}

.payment-modal .modal-body img {
    width: 75px;
}

.payment-modal .modal-content {
    border-radius: 10px;
}

.payment-modal .modal-body h6 {
    font-size: 24px;
    font-weight: 700;
    color: #2E3B5B;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 28px;
}


/* ----------------------Step 49 end ----------------*/


/* ----------------------Step 25 start ----------------*/

.breadcrumb-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.breadcrumb .breadcrumb-item a {
    font-size: 12px;
    color: #2A3758;
    font-weight: 700;
    text-transform: capitalize;
}

.breadcrumb .breadcrumb-item.active a {
    font-weight: 400;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important;
}

.card-shadow {
    box-shadow: 0px 3px 6px #00000029 !important;
    border: 1px solid #7070707A !important;
}

.card-white {
    padding: 20px 30px 30px 30px;
}

.report-title h2 {
    font-size: 28px;
    font-weight: 700;
    color: #2E3B5B;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.report-title a {
    font-size: 16px;
    font-weight: 400;
    color: #EA662A;
    text-transform: capitalize;
    text-decoration: underline !important;
}

.job-id {
    font-size: 12px;
    text-align: end;
}

.property-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.property-select h6 {
    font-size: 28px;
    font-weight: 700;
}

.property-select select {
    width: 200px;
    font-size: 12px;
}

.order-history-form label {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 6px;
}

.dark-input {
    border: #CBCBCB solid 1px !important;
    background-color: #DCDCDC !important;
    border-radius: 5px !important;
    padding: 8px 15px;
    font-size: 12px;
}

.dark-input::placeholder {
    font-size: 12px;
    line-height: 12px;
    color: #2E3B5B;
}

.form-field {
    margin-top: 20px;
}

.form-field a {
    color: #EA662A;
    font-size: 11px;
    text-decoration: underline !important;
    float: right;
}

.form-field textarea,
.attachments-field {
    height: 112px;
}

.attachments-field {
    overflow-y: scroll;
    background-image: url(../../images/Icon-arrow-down.svg), url(../../images/Icon-arrow-up.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: right 5px bottom 5px, right 5px top 5px;
    background-size: 13px 13px, 13px 13px;
}


/* Hide scrollbar for Chrome, Safari and Opera */

.attachments-field::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

.attachments-field {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.attachments-field a {
    font-size: 12px;
    line-height: 22px;
    color: #EA662A;
    text-decoration: underline !important;
    float: unset;
    display: block;
}


/* .width-third-quarters{
    width: 970px;
} */

.order-history-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
}


/* ----------------------Step 25 end ----------------*/


/* ----------------------Step 17 start ----------------*/

.report-table-wrapper {
    padding: 20px 30px !important;
}

.report-table-title {
    margin-bottom: 27px;
}

.report-table-title h6 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 40px;
    text-transform: capitalize;
    color: #2E3B5B;
}

.report-table-title h6 i {
    font-size: 20px;
    color: #959595;
}

.table-select-input {
    border: 1px solid #707070 !important;
    border-radius: 26px;
    padding: 5px 25px;
    height: 40px;
    width: 166px;
    position: absolute;
    z-index: 1;
}


/* Table start */

.report-table table {
    margin-top: 22px;
}

.report-table thead {
    background-color: rgba(211, 229, 240, 48%);
}

.report-table thead tr th {
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    color: #2A3758;
    font-weight: 500;
}

.report-table thead tr .status {
    width: 90px !important;
}

.report-table thead tr .completion {
    width: 150px !important;
}

.report-table thead th,
.report-table thead td,
.report-table tbody th,
.report-table tbody td {
    padding: 24px 29px 20px 25px !important;
}

.report-table tbody tr td {
    font-size: 12px;
    color: #2A3758;
    line-height: 17px;
    font-weight: 500;
}

.report-table tbody tr.even {
    background-color: #F6FAFD;
}

.report-table tbody tr.even:hover {
    background-color: #F6FAFD !important;
}

.report-table tbody tr.even:hover>.sorting_1 {
    background-color: #F6FAFD !important;
}

.report-table thead .sorting:before,
.report-table thead .sorting:after {
    display: none;
}

.report-table .dataTables_paginate {
    display: flex;
}

.report-table .paginate_button {
    margin: 0 6px !important;
    font-size: 15px;
    font-weight: 600;
    color: #2a3758;
}

.report-table .paginate_button.previous,
.report-table .paginate_button.next {
    background-color: transparent !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.report-table .paginate_button.previous:hover,
.report-table .paginate_button.next:hover {
    border: transparent !important;
}

.report-table .dataTables_paginate i {
    font-size: 30px;
    color: #ea662a;
}

.report-table .dataTables_info {
    font-size: 15px !important;
    font-weight: 600;
    color: #2A3758 !important;
    margin-top: 20px;
    padding-top: 0;
}

.report-table .dataTables_filter {
    margin-bottom: 20px;
}

.report-table table thead th:last-child {
    background: none;
}

.progress-stripe {
    display: flex;
    align-items: center;
}

.progress-stripe span {
    flex-basis: 41px;
    text-align: end;
}

.progress-stripe .progress {
    width: 100%;
    height: 5px;
    margin-left: 10px;
    background-color: #E9F2F8;
}

.progress-stripe .progress-bar {
    background-color: #2A3758;
}

.report-table tbody .menu-btn {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: #f5f4f2;
    box-shadow: 0px 1px 5px 0px rgb(50 50 50 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.report-table tbody .menu-btn:focus {
    box-shadow: 0px 1px 5px 0px rgb(50 50 50 / 20%) !important;
}

.progress-bar.success {
    background: #389588 !important;
}

.progress-bar.bg-warning {
    background: #B7430F !important;
}

.report-table tbody .menu-btn::before {
    display: none;
}

.report-table tbody .menu-btn i {
    font-size: 27px;
    color: #2A3758;
    height: 17px;
}


/* Table end */

.download-btn {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #D24200;
    display: flex;
    float: right;
    margin-bottom: -40px;
    margin-top: 10px;
    z-index: 1;
    position: relative;
}

.download-btn:hover {
    color: #2E3B5B;
}


.download-btn i {
    margin-right: 10px;
}

.order-steps i {
    color: #EA662A;
}

.order-steps .active i {
    color: #2E3B5B;
}

.order-steps .finished-step i {
    color: #419A5F;
}

.order-steps-title i:not(.selected-icon i) {
    color: #707070;
}

.report-dropdown .dropdown-item {
    font-size: 14px;
    font-weight: 600;
    color: #2A3758;
    padding: 0.1rem 1rem;
}


/* ----------------------Step 17 end ----------------*/


/* ----------------------Step 3 start ----------------*/

.property-input-field {
    display: flex;
    align-items: flex-end;
}

.next-sm-btn {
    flex-grow: 1;
    margin-left: 30px;
    margin-bottom: 5px;
}

.next-sm-btn .btn {
    min-width: 75px;
    height: 25px;
    padding: 10px;
    font-size: 13px !important;
    line-height: 22px;
}

.radio-input-block {
    display: block;
    padding-left: 17px;
    flex-shrink: 1;
    width: 490px;
}


/* ----------------------Step 3 end ----------------*/


/* ----------------------Step 5 start ----------------*/

.doc-upload {
    margin-top: 35px;
}

.doc-upload .doc-upload-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #707070;
    padding: 30px 0;
}

.doc-upload .doc-upload-item:last-child {
    border-bottom: 1px solid #707070;
}

.doc-upload .doc-upload-item span {
    font-size: 22px;
    font-weight: 700;
    text-align: start;
}

.doc-upload .doc-upload-item span i {
    color: #707070;
}

.orange-link i {
    font-size: 35px;
    margin-right: 10px;
}

.doc-upload .doc-upload-item .file-upload {
    display: flex;
    align-items: center;
    flex-basis: 290px;
    flex-shrink: 0;
}

.doc-upload .doc-upload-item .orange-link:hover {
    color: #EA662A;
}

.inline-flex-center {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


/* ----------------------Step 5 end ----------------*/


/* ------------------ Step 6 start ------------------*/

.report-questions .fa {
    color: #999999;
    font-size: 18px;
}

#datepicker-default,
.no-of-tenants {
    width: 160px;
    flex-shrink: 0;
}

.date-picker-new #datepicker-default input {
    height: 38px;
    border-left: #cbcbcb solid 1px !important;
    padding-left: 20px !important;
}

.reportquestion-subfields label {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 6px;
}

.small-text-10 {
    font-size: 10px;
}

.small-select {
    font-size: 12px;
    color: #2a3758;
}

.form-select {
    color: #2a3758;
}

.report-questions .radio-input-block {
    width: 330px;
}

.datepicker-months {
    width: 100%;
}

.table-condensed {
    width: 100%;
}

.datepicker-years {
    width: 100%;
}


/* ------------------ Step 6 end ------------------*/


/* ----------------------- step 7 start --------------------------------- */

.product-set-input {
    padding-left: 50px;
}


/* ----------------------- step 7 end --------------------------------- */


/* -------------------- step 10 start --------------------------- */

.compliance-container p {
    font-size: 16px;
    line-height: 24px;
}

.option-heading {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.options-number {
    margin-bottom: 35px;
}

.form-check-label .option-label {
    padding-left: 25px;
}

.option-label {
    font-size: 12px;
}

.space-between-style {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.space-between-style .btn {
    flex-shrink: 0;
    margin-left: 15px;
}


/* -------------------- step 10 end --------------------------- */

.page-elements-container .form-check .form-check-label {
    padding-left: 25px;
}


/* ----------------------- step 11 start ----------------------------- */

.final-comments-tab h5 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

.final-comments-tab p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
}

.final-comments-tab textarea {
    height: 140px;
}

.delivery-container .hr-divider {
    padding-bottom: 70px;
    border-bottom: #707070 solid 1px;
    margin-bottom: 45px;
}

.delivery-form {
    margin-top: 25px;
}


/* ----------------------- step 11 end ----------------------------- */


/* ----------------------- step 19 start ----------------------------- */

.secondary-label {
    font-size: 12px;
    margin-bottom: 0;
    font-style: italic;
}

.sub-total-input input::-webkit-input-placeholder,
.sub-total-input input::-moz-placeholder {
    text-align: right;
}

.sub-total-input input {
    text-align: right;
}


/* ----------------------- step 19 end ----------------------------- */


/* ----------------------- step 20 start ----------------------------- */

.valuation-order-history2 .property-select {
    justify-content: end;
}

.light-input {
    border: #CBCBCB solid 1px !important;
    /* background-color: #F5F4F2 !important; */
    border-radius: 5px !important;
    padding: 8px 15px;
    font-size: 12px;
    color: #2E3B5B;
}

.light-input::placeholder {
    color: #2E3B5B;
}

.impacted-fields {
    color: #EA662A;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.unsaved-changes {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-left: 5px;
    background-color: #5ca69c;
}

.unsaved-changes-field {
    border: 1px solid #5CA69C !important;
}

.valuation-order-history2 .report-title {
    display: flex;
    align-items: flex-start;
}

.valuation-order-history2 .ref-values {
    margin-left: 25px;
}

.valuation-order-history2 .ref-values .impacted-fields,
.valuation-order-history2 .ref-values .unsaved-changes {
    margin-right: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.valuation-order-history2 .ref-values p {
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: 500;
    font-style: italic;
    line-height: 14px;
}

.attachments-field .close-item {
    color: #FF0000;
    margin-left: 5px;
}


/* ----------------------- step 20 end ----------------------------- */

.report-table tbody tr td:first-child {
    position: relative;
    padding: 20px 30px !important;
}

.ribbon {
    width: 150px;
    height: 80px;
    overflow: hidden;
    position: absolute;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 140px;
    padding: 0 0 0 2px;
    background-color: #ea662a;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-align: center;
    line-height: 20px;
}

.ribbon-top-left {
    top: 0;
    left: 0;
}

.ribbon-top-left span {
    right: 57px;
    top: 14px;
    transform: rotate(-45deg);
}


/* addon popup start (step 20)*/

.addon-modal .modal-dialog {
    max-width: 642px;
}

.addon-modal p {
    font-size: 16px;
    line-height: 24px;
}

.addon-modal .modal-heading {
    display: flex;
    margin-bottom: 20px;
}

.addon-modal .modal-heading .icon {
    flex-shrink: 0;
    width: 45px;
    margin-right: 15px;
}

.red-text {
    font-size: 14px;
    line-height: 28px;
    color: #FF0000;
}

.addon-modal .product-price {
    font-weight: 600;
}

.order-summary {
    margin-bottom: 30px;
    margin-top: 30px;
}

.order-summary li {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.order-summary li .summary-price {
    min-width: 70px;
    max-width: 250px;
    text-align: end;
    flex-shrink: 0;
}

.order-summary li:last-child {
    border-top: 1px solid #707070;
    margin-top: 3px;
    padding-top: 3px;
}

.modal .modal-dialog {
    margin-top: 30px;
}

.popover {
    z-index: 9999 !important;
}


/* addon popup end(step 20) */

.profiletext {
    float: left !important;
    color: white;
    margin-top: revert;
    font-size: initial;
}

.savebtncolor {
    background: #2A3758;
}

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


/* ----------------------- step 20 end ----------------------------- */

.report-table tbody tr td:first-child {
    position: relative;
    padding: 20px 30px !important;
}

.ribbon {
    width: 150px;
    height: 80px;
    overflow: hidden;
    position: absolute;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 140px;
    padding: 0 0 0 2px;
    background-color: #ea662a;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-align: center;
    line-height: 20px;
}

.ribbon-top-left {
    top: 0;
    left: 0;
}

.ribbon-top-left span {
    right: 57px;
    top: 14px;
    transform: rotate(-45deg);
}

#card-container {
    height: 50%;
    width: 70%;
    margin-left: 5%;
    margin-top: 5%;
}

.nav-link.active .selected-icon {
    visibility: inherit !important;
}

.nav-link .selected-icon {
    visibility: hidden !important;
}


/* pdf doc design fixes  */

.sidebar-icon-only .sidebar-offcanvas .active .yellow {
    color: #e0a238 !important;
}

.sidebar-icon-only .sidebar-offcanvas .nav-item:hover .nav-link {
    background-color: transparent !important;
}

.sidebar .nav .nav-item.active>.nav-link {
    font-weight: 400;
}

.sidebar-slide .main-panel {
    padding-left: 250px;
}

.dropzone .dz-preview .dz-remove {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -5px;
    right: -5px;
    z-index: 99;
    font-size: 13px;
}

.dropzone .dz-preview .dz-details {
    opacity: 1;
}

.dropzone .dz-preview .dz-details .dz-size {
    opacity: 0;
}

.dropzone .dz-preview:hover .dz-details .dz-size {
    opacity: 1;
}

.select2 {
    border: 0px;
    width: 90%;
    flex-grow: 1;
}

.select2 .select2-selection {
    height: 40px !important;
    border: #cbcbcb solid 1px !important;
    /* background-color: #f5f4f2 !important; */
    color: #2e3b5b;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    padding-left: 5px !important;
}

.select2-selection__rendered {
    line-height: 36px !important;
}


/* iq badge */


/* .iq-badge{
  top: 0px;
  left: -28px;
  width: 140px;
  height: 40px;
} */

.iq-badge span {
    right: unset;
    top: -1px;
    left: -15px;
    width: 50px;
    background: #198754;
    /* padding: 5px 10px 5px 18px; */
}


/* iq badge */

#propertyPreview {
    height: 80px !important;
    width: 80px !important;
}

#incomePreview {
    height: 80px !important;
    width: 80px !important;
}

#rentrollPreview {
    height: 80px !important;
    width: 80px !important;
}

#leasesPreview {
    height: 80px !important;
    width: 80px !important;
}


/* modem-client-review-feedback-6-27 changes start */

.select2-container .select2-search--dropdown {
    padding: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #cbcbcb !important;
}

#customize-form textarea.form-control {
    height: 170px;
}

#viewmap .modal-dialog,
#sample1 .modal-dialog,
#sample2 .modal-dialog {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
}

#viewmap .property-thumb-right,
#sample1 .property-thumb-right,
#sample2 .property-thumb-right {
    width: 100% !important;
}

#viewmap .property-thumb-right img,
#sample1 .property-thumb-right img,
#sample2 .property-thumb-right img {
    height: 450px;
    width: 100%;
}


/* modem-client-review-feedback-6-27 changes end */

.download-btn {
    background: none;
    border: 0;
}

.staff-table .dataTables_filter {
    text-align: right
}

.staff-table .report-table-title {
    display: flex;
    justify-content: space-between;
}


/* comparision chart start */

.comparision-chart thead th {
    font-size: 22px;
}

.comparision-chart .top-heading-one {
    background: #DFDFDF !important;
    color: #2A3758;
    font-weight: 600 !important;
    padding: 32px 0;
}

.comparision-chart .top-heading-two {
    background: #707070 !important;
}

.comparision-chart .top-heading-three {
    background: #EA662A !important;
}

.comparision-chart .top-heading-four {
    background: #2A3758 !important;
}

.top-space {
    border-right: 25px solid #fff;
}

.comparision-chart .table-heading {
    font-size: 20px;
    color: #2A3758 !important;
    font-weight: 500;
    border-bottom: 0;
    line-height: 27px;
}

.comparision-chart .table-content {
    white-space: pre-wrap;
    font-size: 16px;
    color: #2E3B5B;
    line-height: 23px;
    padding: 20px 20px;
    vertical-align: middle;
    border: 0;
}

.table-width {
    width: 25%;
}

.comparision-chart .second-heading {
    background: #DFDFDF;
}

.comparision-chart tr:nth-child(even) {
    background: #eee;
}

.comparision-chart .tr:nth-child(odd) {
    background: #fff !important;
}

.comparision-chart .table-main-heading {
    white-space: pre-wrap;
}

.table-overflow #steps-body-inner-container {
    width: 100%;
    top: 0;
    left: 0;
    height: calc(100vh - 100px);
    z-index: 999;
    transition: all 0.3s;
    scroll-behavior: smooth;
    overflow-y: auto;
    padding: 25px 30px 20px 30px;
}

.table-content i {
    font-size: 35px;
    color: #4BB543;
}

.table-content.close i {
    font-size: 35px;
    color: #ff0000 !important;
}

.table th,
.table td {
    white-space: pre-wrap;
    padding: 1.125rem 2.375rem;
}

.note-editor .btn-sm {
    width: auto !important;
    background-color: #f8f9fa !important;
}

.note-editor {
    border-radius: .25rem;
}

.form-field .form-control {
    line-height: 25px;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.custom-switch {
    margin-top: 14px;
}

.pricefield {
    padding-left: 10px!important;
}


/* Job Queue start */

.btn-blue {
    background-color: #2A3758;
    border: 1px solid#2A3758;
    color: #fff;
}

.btn-blue:hover {
    background-color: #2A3758;
    border: 1px solid#2A3758;
    color: #fff;
}

.mw-unset {
    max-width: unset;
}

.job-listing li {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.inner-form {
    border: 1px solid #7070707A !important;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.job-queue-form label {
    font-size: 15px;
    line-height: 12px;
    margin-bottom: 6px;
    font-weight: 500;
}

.view-msg {
    margin-top: 25px;
    text-align: end;
}

select::placeholder,
.form-control::placeholder {
    color: #2A3758;
}

.ui-widget-content {
    background-color: #2A3758 !important;
    background-image: none !important;
    opacity: 1 !important;
}

.ui-slider-horizontal {
    height: 10px !important;
}

#steps-fivepercent-slider .ui-slider-tip {
    visibility: visible;
    opacity: 1;
    top: -40px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-color: #ea662a !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 50px !important;
}

.ui-slider-pips .ui-slider-pip {
    display: none;
}

.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-label {
    /* min-width: 30px; */
    /* max-width: 200px; */
    width: 200px;
    height: unset;
    line-height: 20px;
    color: #ea662a;
    padding: 5px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
}

.ui-slider-float .ui-slider-tip:after,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
    left: 16px;
}

.ui-slider-float .ui-slider-tip:before,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    left: 16px;
}

.ui-slider-horizontal.ui-slider-pips {
    margin: 37px 0 0 25px;
}

.inner-form .btn {
    font-size: 16px !important;
    line-height: 44px;
}

.job-queue-form {
    margin-top: 30px;
}

.job-assign-modal .report-title {
    margin-bottom: 20px;
}

.job-assign-modal .modal-dialog {
    max-width: 750px;
}


/* Job Queue end */

.comparision-chart .table-content.close {
    float: none;
}

.job-queue-form .excel-button {
    display: none;
}

.wordtypefile,
.pdftypefile,
.whitelablefile,
.logofile,
.headshotfile {
    background-color: #e9ecef;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    line-height: 25px;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    text-align: center;
    border: #cbcbcb solid 1px !important;
}

.wordtypefile a,
.pdftypefile a,
.whitelablefile a,
.logofile a,
.headshotfile a {
    float: none;
    color: #0d6efd;
}

input:disabled,
select:disabled,
textarea:disabled {
    cursor: not-allowed !important;
}

.form-check .form-check-height {
    line-height: 2.5;
}

.form-check .form-check-step-1 {
    line-height: 2.1;
}

.areapad {
    border: 1px solid #999999;
    width: 100%;
    margin: 5px 0;
    padding: 10px !important;
}

.non-clickable {
    pointer-events: none;
}

.adjacent-modal-box .modal-body h6{
    font-size: 24px !important;
    font-weight: 700;
    color: #2E3B5B;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.adjacent-modal-box .modal-dialog{
    max-width: 640px;
}
.adjacent-modal-box p{
font-size: 16px;
color: #2E3B5B;
line-height: 24px;
}
.adjacent-modal-box .modal-body{
    padding: 30px;
}
.adjacent-modal-box img{
    margin-right: 20px;
}
.product-select-container .check-box-left  {
margin-left: 70px !important;
}
/* --modal box-start */
.adjacent-modal-box .modal-body h6{
    font-size: 24px !important;
    font-weight: 700;
    color: #2E3B5B;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.adjacent-modal-box .modal-dialog{
    max-width: 640px;
}
.adjacent-modal-box p{
font-size: 16px;
color: #2E3B5B;
line-height: 24px;
}
.adjacent-modal-box .modal-body{
    padding: 30px;
}
.adjacent-modal-box img{
    margin-right: 20px;
}
.product-select-container .check-box-left  {
margin-left: 70px !important;
}
/* ---design-changes--- */
.report-section1 a{
color: #e0ca82;
text-decoration: underline !important;
text-transform: capitalize !important;

}
.close{
    opacity: 1;
}
.close:hover{
    opacity: 1 !important;
}
.btn-yellow {
    background: #707070;
    color: #414141;
}
.step-form-footer{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.btn.disable{
    opacity: .65;
}
.report-pop-over{
    color: #0000EE !important;
}
.report-section1 i{
    /* font-size: 12px;
    color: #030303; */
}

/* --order-marketing-- */
.optional-component {
    width: 520px;
  }
  .price-detail{
    color: #707070;
    font-size: 14px;
  }
  .price-detail {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
  }
  .pricing-guide{
    color: #2E3B5B;
    font-size: 16px;
  }
  .pricing-list{
    padding: 12px 50px 15px 15px;
  }
  .pricing-list li{
    padding: 0;
  }
  .view-details-report a {
    font-size: 12px;
    color: blue;
    text-decoration: underline !important;
  }
  .full-border{
    border: 1px solid #707070;
    padding: 15px;
    box-shadow: 6px 6px 6px #00000029;
  }
  .order-marketing .product-label{
    font-size: 16px;
    color: #707070;
  }
  .order-queston p{
    color: #2E3B5B;
    font-size: 16px;
  }
  .check-box-label .product-label{
    font-size: 16px;
  }
  .marketing-report .form-check-label input[type="radio"]:checked + .input-helper:before {
    background: #f5f4f2;
    border-width: 0;
  }
  .marketing-report .form-check-label input[type="radio"] + .input-helper:after {
    background: #8E8D8D;
  }
  .price-list-icon .finished-step i {
    color:#EA662A;
  }
  .left-arrow i {
    color: #707070;
  }
  .sub-text{
    font-size: 12px;
  }
  .green-icon i{
    color: #419A5F;
  }
  .full-border p{
    font-size: 16px;
    color: #2E3B5B;
  }
  
  /* final details starts */
  .final-details{
      margin-top: 20px;
  }
  .txtarea-field::-webkit-input-placeholder { /* Edge */
    font-size: 16px;
    line-height: 24px;
  }
  
  .txtarea-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 16px;
    line-height: 24px;
  }
  
  .txtarea-field::placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  /* final details ends */

  /* ----order- history---- */
.list-order-history .main-heading h4{
    font-size: 22px;
    color: #707070;
    width: 300px;
    font-weight: 600;
  }
  .list-order-history .steps-heading-container-inner{
    border-bottom: 0px solid;
  }
  .order-history-box {
    background: #A85252;
    padding: 10px;
    width: 240px;
    height: 120px;
    line-height: 14px;
  }
  .order-history-box a{
    color: #fff;
    font-size: 12px;
    line-height: 12px !important;
  }
  .total-list {
    overflow-x: auto;
    min-width: 925px;
    margin: 0 auto;
  }
  .square-box{
    height: 95px;
    width: 95px;
    border: 1px solid #707070;
  }
  .order-listing-blog .listing-square{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: start;
  }
  .order-listing-blog li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .listing .square-box{
    border: 0;
  }
  .listing-square .square-box .report-dropdown .menu-btn {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: #f5f4f2;
    box-shadow: 0px 1px 5px 0px rgb(50 50 50 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }
  .listing-square .square-box .report-dropdown .menu-btn i {
    font-size: 27px;
    color: #2A3758;
    height: 43px;
  }
  .dropstart .dropdown-toggle::before {
    display: none;
  }
  .square-box p{
    word-wrap: break-word;
    line-height: 17px;
  }
  .listing-square:not(:first-child){
    margin-bottom: 20px;
  }
  .square-box-first{
    width: 95px;
  }
  .order-progress-bar .square-box{
    display: unset;
    border: 0;
    width: 120px;
  }
  .order-progress-bar .progress-stripe{
    position: relative;
    width: 150px;
  }
  .order-progress-bar .progrss-bar-one{
    left:30%;
    margin-top: 10px;
  }
  .progrss-bar-two {
    margin-top: 30px;
  }
  /* .order-progress-bar{
  justify-content: unset !important;
  } */

.report-section1-remove {
    border-top: none;
}

/* login page starts */
.login-page{
    padding: 25px 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* login page end */

@media (min-width: 992px) {
    .sidebar-icon-only .sidebar .nav .nav-item.active .nav-link i.menu-icon {
        color: gray !important;
    }
}

@media (max-width: 575.98px) { 
    .adjacent-modal-box .modal-dialog {
        max-width: 530px;
    }
    .adjacent-modal-box .modal-body h6 {
        margin-bottom: 15px;
        font-size: 21px !important;
    }
    .adjacent-modal-box img {
        margin-right: 10px;
        height: 30px;
        width: 30px;
        object-fit: cover;
    }
    .product-price {
        text-align: left;
        padding: 0px;
    }
    .product-label {
     flex-wrap: wrap !important;
    }
    .product-select-container .check-box-left {
        margin-left: 50px !important;
    }
      /* ---mobile css */
      .desktop-menu{
        display: none !important;
    }
   .mobile-menu{
    display: block !important;
   }
   .register-link{
    display: none;
   }
   .top-nav .menu-icon {
    padding: 18px 10px !important;
}
.top-nav .menu li {
    margin: 10px 0 !important;
}
.top-nav .menu-btn:checked ~ .menu {
    min-height: 320px !important;
}
/* login page starts */
.login-page{
    height: unset;
}
/* login page end */
}
@media (min-width: 576px) and (max-width: 767.98px) { 
    .adjacent-modal-box .modal-dialog {
        max-width: 530px;
    }
    .adjacent-modal-box .modal-body h6 {
        margin-bottom: 20px;
    }
    
      .product-select-container .check-box-left {
        margin-left: 50px !important;
    }
      /* ---mobile css */
      .desktop-menu{
        display: none !important;
    }
   .mobile-menu{
    display: block !important;
   }
   .register-link{
    display: none;
   }
   .top-nav .menu-icon {
    padding: 18px 10px !important;
}
.top-nav .menu li {
    margin: 10px 0 !important;
}
/* login page starts */
.login-page{
    height: unset;
}
/* login page end */
}
@media (min-width: 768px) and (max-width: 991.98px) { 
   
  
    .product-select-container .check-box-left {
        margin-left: 50px !important;
        
    }
    /* ---mobile css */
    .desktop-menu{
        display: none !important;
    }
   .mobile-menu{
    display: block !important;
   }
   .register-link{
    display: none;
   }
   .top-nav .menu-icon {
    padding: 18px 10px;
}
}


/* new header menu css  */
.new-header{
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 2;
}
.logo img{
    width: 180px;
    margin-right: 45px;
}
.menu li{
    margin: 5px 25px 0 5px;
   
}
.menu li a{
    color: #2a3758;
    font-size: 14px;
    font-weight: 500;
}
.register-link a{
    color: #1a1a1a;
    font-weight: 500;
}
.menu li a:hover{
    color: #da6833;
    text-decoration: underline !important;
}
.register-link a:hover{
   color:#c15523;
}
.orange-icon{
    display: none;
}
.register-link a:hover .block-icon{
    color:#c15523;
    display: none;
 }
 .register-link a:hover .orange-icon{
    display: inline-block;
 }
 /* --------mobile menu css----- */
 .top-nav {
    position: unset;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    transition: top 0.75s ease-in;
    background-color: #fff;
}
.top-nav .menu {
    list-style: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}
.top-nav .menu li {
    margin: 15px 0;
}
.top-nav .menu li a {
    display: inline-block;
    min-width: 75px;
    padding: 0 10px;
    transition: 1s all;
    text-decoration: none;
    font-size: 14px;
}
.top-nav .menu li a:link, .top-nav .menu li a:visited {
    color: #2a3758;
}
/* .top-nav .menu li a:link, .top-nav .menu li a:hover {
    
} */
.top-nav .menu li a:focus, .top-nav .menu li a:hover, .top-nav .menu li a:active {
    color:#c15523;
    text-decoration: none !important;
}
.top-nav .logo {
    display: inline-block;
    width: 150px;
}
.top-nav .menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 28px 20px;
}
.top-nav .menu-icon .navicon {
    background: #20232d;
    display: block;
    height: 2px;
    position: relative;
    width: 1.625rem;
}
.top-nav .menu-icon .navicon:before, .top-nav .menu-icon .navicon:after {
    background: #20232d;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
}
.top-nav .menu-icon .navicon:before {
    top: 7px;
}
.top-nav .menu-icon .navicon:after {
    top: -7px;
}
.top-nav .menu-btn {
    display: none;
}
.top-nav .menu-btn:checked ~ .menu {
    min-height: 400px;
    align-items: center;
}
.top-nav .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}
.top-nav .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}
.top-nav .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}
.top-nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .top-nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}
.mobile-menu{
    display: none ;
}
.mobile-register img{
    height: 15px;
    width: 15px;
    object-fit: contain;
    margin-right: 0;
}

.top-nav .menu li:first-child {
    border-top: 2px solid #ea662a;
    width: 100%;
}
.bottom-border{
    border-top: 2px solid #ea662a;
    width: 100%;
}

.valuation-order-sidebar, .intelligence_report_sidebar {
    display: none;
}

.choose-product-list {
    max-width: 375px;
}

.compliance-tab h5 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

.support-section .form-heading {
    display: flex;
    align-items: center;
}

.support-section .support_content {
    margin-left: 10px;
}

.support-section .support_content h6 {
    margin-bottom: 0;
}

#quoteModal .payment-modal .modal-dialog {
    max-width: 100%;
    max-height: 600px;
}
#draft-modal.payment-modal .modal-dialog {
    max-width: 100%;
    max-width: 650px;
}

#quoteModal .payment-modal .modal-body h6 {
    text-align: center;
}

.quote-img {
    float: left;
    padding-right: 20px;
}
.quote-btn{
    float: right;
}
.quote-btn button{
    margin-left: 15px;
}
.payment-modal#quoteModal .modal-dialog {
    margin-top: 0;
    max-width: 900px;
    max-height: 285px;
}
.payment-modal#quoteModal .modal-body{
    text-align:left;
}

    .payment-modal{
        background-color: rgba(0, 0, 0, 0.4);
    }

.select_section { 
    display: grid;
}

.modum_iq_section, .modum_bpo_section, .modum_bpo_pulse_section {
    display: none;
}

#cancel_order_modal .modal-dialog {
    max-width: 800px !important;
}

.cancel-order-step21 { display: none; }

#cancel_order_modal  .quote-img { width: 120px; height: 120px;}

#cancel_order_modal .modal-content { padding: 60px; }

#cancel_order_thank_modal .payment-modal .modal-dialog {
    max-width: 600px;
}

.modal-header-center {
    text-align: center;
}

.cancel-popup-icon {
    text-align: -webkit-center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#cancel_order_thank_modal .cancel-thank-modal {
    max-width: 600px;
}

.ribbon-red span {
    background-color: #f44336
}
.property-docs i {
    color: #707070;
}

.info-circle-gray {
    color: #707070;
}

.report-modal-textarea {
    height: 90px !important;
}

.product_name, .let_modum_pick, .assignUsersSection, .qualityControllerUsersSection, .localMarketUsersSection  { display: none; }

.document-dz-preview { min-height: 0px !important; margin-bottom: 35px !important; }


/* ----nav bar design fixes ---- */
.user_profile_img_bg{
    height: 32px;
    width: 32px;
    background:#ea662a;
    border-radius: 50%;
    margin-top:5px;
}
.user_profile_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0 !important;
    line-height: 18px;
    text-transform: capitalize;
}
.profiletext {
    margin-right: 10px;
    margin-top: 12px;
}
.sidebar-icon-only .nav-link:hover {
    background:#ea662a !important;
}
.user_profile_img_bg_2 {
    margin: 0 auto;
    color: #fff;
    line-height: 40px;
    font-weight: 600;
    height: 40px;
    width: 40px;
    background-color: #2a3758;
    font-size: 16px;
    text-transform: capitalize;
}
.password-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.password-section div{
    font-size: 13px;
    color: #000000 !important;
}
.password-section input{
    margin-right: 5px;
}

.register_role {
    color: #2e3b5b !important;
    font: .9375rem !important;
    border-radius: 0 !important;
}

.btn-red {
    background-color: red;
    border: 1px solid#f44336;
}

.btn-red:hover {
    background-color: #f31d1d;
    border: 1px solid#f31d1d;
    color: #ffffff;
}

.pricing-guide-section .pricing-guide-section-card {
    margin-bottom: .75rem;
    box-shadow: none;
    border-radius: 10px !important;   
    background: #f5f4f2;
}

.pricing-guide-section-card  {
    border: 0 !important;
}

.pricing-guide-section-card .collapse.show  {
    border: #707070 solid 1px;
    border-radius: 10px ; 
}