:root {
    --sidebar-text-color: #3a4851;
    /* --main-text-color: #313131; */
    --main-text-color: black;
    --input-bg-color: #f1f1f1;
    --input-text-color: #c2c2c2;
    --logo-color: #cea351;
    --main-text-color-dark: #303030;
    --logo-color-darker: #bd9346;
}

@font-face {
    font-family: "Graphik";
    font-weight: normal;
    font-style: normal;
    src: local("Graphik"), local("Graphik-Regular"), url("/fonts/Graphik-Regular.woff2") format("woff2"),
        url("/fonts/Graphik-Regular.woff2") format("woff");
}


/* CONTACTS START */
.main-content .contact-links  h2 {
    font-weight: 600;
    font-size: 1.1rem;
    min-height: 50px;
}

.main-content .contact-links p {
    font-size: 0.8rem;
}
.main-block  .contact-links .contacts {
    margin: auto;
    width: 1000px;
}

.main-block  .contact-links .regions {
    margin: auto;
    width: 1000px;
}

.contact-links .item-row {
    display: inline-bloxk;
/*    flex-wrap: wrap;*/
}
.main-block  .contact-links .content-block {
    width: 300px;
    padding: 10px;
        float: left;
    min-height: 220px;
}

.main-block  .regions .content-block {
    width: 300px;
    padding: 10px;
}
/* CONTACTS END */


.hidden {
    display: none !important;
}

.visibilityHide {
    visibility: hidden;
}

.jsgrid {
    line-height: 1;
}

#debug-bar {
    display: none !important;
}
#navbar {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.3rem;
    /* position: fixed; */
    /* top: 0; */
    position: sticky;
}

#view {
    background-color: var(--input-bg-color);
    border-radius: 10px;
    padding: 1rem;
}

.form-check-label.legalPerson {
    display: none !important;
}

#saveuserinfo {
    background-color: #ffffff;
    border: 1px solid #0e1c22;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #0e1c22;
    /* text-shadow: 1px 2px #2F3A47; */
    text-transform: uppercase;
    min-height: 34px !important;
    width: 200px;
    cursor: pointer;
}

.profile-content .trumbowyg-box,
.trumbowyg-editor {
    min-height: 220px !important;
}

.stop-scroll {
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
}

.main-content h5,
.main-content p {
    font-size: 18px;
    font-weight: 400;
    margin-left: 1px;
}

.price_calculator h2,
#view h2 {
    font-size: 18px;
    font-weight: 400;
    margin-left: 1px;
}
h2 {
    font-size: 1.5rem;
}

.col-fixed,
.row {
    float: left;
}

.col-fixed {
    background: #3a4851;
    width: 250px;
}
.col-right {
    display: flex;
    flex-direction: column;
}
html,
body {
    height: 100%;
}
.main-block {
}
.main-content,
.price_calculator {
    background-size: cover;
}

footer {
    background-color: #fff;
    color: #0e1c22;
    height: 35px;
    font-size: 12px;
}
.logo {
    max-width: 90%;
    margin-left: 6px;
}
.logo_wrapper {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 1.2rem;
}

a .menu:hover {
    /* color: #dddddd; */
    text-decoration: underline;
}

.sidecontent {
    text-align: center;
    color: white;
    height: auto;
}
.sidefooter {
    height: 20px;
    bottom: 0px;
    position: absolute;
    text-align: center;
    margin: auto;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #fff; */
    /*padding-top: 5px;*/
}

.lvsidefooter {
    color: #a7a7a7d6;
}
.ensidefooter {
    margin-left: 20px;
    color: #a7a7a7d6;
}
.rusidefooter {
    margin-left: 20px;
    color: #a7a7a7d6;
}
.lvsidefooter#:hover {
    color: white;
}
.ensidefooter#:hover {
    color: white;
}
.rusidefooter#:hover {
    color: white;
}
.sficon {
    display: none;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}
.sidemenu {
    list-style-type: none;
    margin-left: -40px;
}
.sideline {
    background-color: #0e1c22;
    border-width: 2px;
    width: 23px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: none;
}
.sidelineclicked {
    background-color: #5f6964;
    border-width: 2px;
}
.menuitemclicked {
    display: block;
    background-color: #5f6964;
}
.visible2 {
    display: block !important;
}
.activemenu {
    /* border-top: solid #5f6964 2px !important; */
    /* border-bottom: solid #5f6964 2px; */
    /* background-color: #fff; */
    text-decoration: underline;
    /* padding: 10px; */
}
.menu {
    padding: 7px;
    font-weight: 600;
    color: var(--sidebar-text-color);
}
.activemenu .sideline {
    display: none;
}
.sidemenu a {
    color: #0e1c22;
    text-decoration: none;
    /*text-transform: uppercase;*/
}
.sidemenu a#:hover {
    /*text-decoration: underline;*/
}
.main_wrapper {
    width: 90%;
    /*padding-left: 50px;
     padding-top: 100px;*/
}

.sidelineactive {
    display: none;
}
.sidemenu a #m1 {
    border-top: solid rgba(255, 255, 255, 0) 2px;
}
.price_calculator {
    padding-bottom: 0px;
}

.price_calculator select {
    width: 131px;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #e5bb68;
    color: #242627;
    height: 32px;
}

.addbutton {
    width: 18px;
}

.nav__icon-block,
#small-logo {
    display: none !important;
}

#privacy-politics {
    overflow-x: clip;
}

#offerDrop {
    margin-top: 30px;
    /* margin-right: 600px; */
}

.addDbf {
    position: absolute;
    right: 650px;
    top: 245px;
    cursor: pointer;
}

.infobutton {
    cursor: pointer;
}

.addDbfEdit {
    position: absolute;
    right: 650px;
    top: 310px;
    cursor: pointer;
}
.infobutton {
    width: 31px;
}
.viewbutton {
    width: 24px;
    cursor: pointer;
}
.deletebutton {
    width: 15px;
    cursor: pointer;
}
.editbutton {
    width: 27px;
    cursor: pointer;
}
.createOfferbtn {
    /* width:38px;*/
    cursor: pointer;
}

.price_calculator select#product {
    width: 210px;
}

.removebutton {
    width: 18px;
}

.price_calculator select#collector {
    width: 210px;
}

#place .form-group.pricegroup {
    /* display: inline-block; */
    /* float: left; */
}

.findplacegroup {
    margin-bottom: 1rem;
}

.form-group {
    margin-bottom: 0rem;
}

#contactProperty.form-control {
    margin-bottom: 1rem !important;
}

select:disabled,
button:disabled {
    cursor: not-allowed !important;
}
.main-content {
    width: 100%;
    padding-left: 120px;
    padding-right: 300px;
    padding-top: 120px;
    font-size: 16px;
    overflow-y: auto;
}

.main-content.price {
    width: 100%;
    padding-left: 60px;
    padding-right: 20px;
    padding-top: 0px;
    font-size: 16px;
    overflow-y: auto;
    color: var(--main-text-color);
}

#navbar-property .nav-item {
    padding: 0rem 0rem;
    display: block;
    font-weight: 600;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
    z-index: 45; /* Specify a stack order in case you're using a different order for other elements */
}

#navbar-property > div:nth-of-type(2) {
    margin-right: 1rem;
}

#place {
    margin-top: -0.5rem;
    display: flex;
    flex-direction: column;
}

.loading span {
    width: 3px;
    height: 3px;
    margin: 0 2px;
    background-color: #0e1c22;
    border-radius: 50%;
    display: inline-block;
    animation-name: dots;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
table tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}
.request_history #div-call-assistant {
    margin-top: 1rem;
}
.request_history #calc button {
    margin-bottom: 6px;
}

.request_history #prop-wrapper {
    margin-top: 1rem;
}

.main-content.request_history {
    width: 100%;
    padding-left: 60px;
    padding-right: 20px;
    padding-top: 20px;
    font-size: 16px;
    overflow-y: auto;
    text-align: center;
}

.request_history #calc {
    max-width: 1200px;
    width: auto;
    margin: 0 auto;
}

@keyframes dots {
    50% {
        opacity: 0;
        transform: scale(0.7) translateY(10px);
    }
}

h1 {
    font-size: 30px;
    font-family: "Graphik", sans-serif;
    margin-bottom: 30px;
    font-weight: 700;
}

body {
    font-family: "Graphik", sans-serif;
    font-size: 15px;
}

.btn-light {
    border: solid 1px #0e1c22 !important;
}

.padding-left-5 {
    padding-left: 100px !important;
}

#addrow {
    /*margin-top: -37px;*/
    margin-bottom: 1px;
    display: block;
    margin-left: 680px;
    font-weight: bold;
    /*float: right;*/
}

#submitdata {
    display: block;
    margin-left: 1px;
}
#responseJson {
    display: inline-block;
    margin-top: 20px;
    margin-left: 2px;
}

button {
    font-size: 0.95rem !important;
}

#submitdata button {
    background-color: #ffffff;
    border: 1px solid #0e1c22;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #0e1c22;
    /*text-shadow: 1px 2px #2F3A47;*/
    text-transform: uppercase;
    height: 34px !important;
    min-width: 220px;
    display: inline-block;
    margin-right: 23px;
}
.createOfferbtn {
    cursor: pointer;
}
.createOfferbtn1 {
    background-color: #ffffff;
    border: 1px solid #0e1c22;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #0e1c22;
    /*text-shadow: 1px 2px #2F3A47;*/
    text-transform: uppercase;
    height: 34px !important;
    min-width: 100px;
    display: inline-block;
    /* margin-right: 23px;*/
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

/*.createOfferbtn11#:hover {
   background-color: #0E1C22;
   color: #ffffff;

}*/

#GoToProperties button.allBtns,
.allBtns {
    background-color: var(--sidebar-text-color);
    border: 1px solid var(--sidebar-text-color);
    color: white;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    /* text-shadow: 1px 2px #2f3a47; */
    /* text-transform: uppercase; */
    min-height: 34px !important;
    /* width: 200px; */
    font-size: 0.95rem !important;
    font-weight: 500;
    padding: 0.4rem 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

#calc .allBtns {
    min-width: 235px;
}

.allBtns2:hover {
    color: white !important;
    background-color: var(--main-text-color-dark) !important;
    /* padding: 20px 50px;
    border-radius: 80px;
    font-size: 18px;
    line-height: 10px;
    display: inline-block;
    vertical-align: top;
    background: #0e1c22;
    color: #bf9856;
    text-align: center; */
}

#logos-wrap {
    /* background-color: white; */
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 40;
}

#selectBlock .selItem label.allBtns {
    background-color: var(--sidebar-text-color);
    border: 1px solid var(--sidebar-text-color);
    color: white;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    /* text-shadow: 1px 2px #2f3a47; */
    /* text-transform: uppercase; */
    min-height: 34px !important;
    /* width: 200px; */
    font-size: 0.95rem !important;
    font-weight: 500;
    padding: 0.4rem 0.9rem;
    cursor: pointer;
    margin-bottom: 0rem;
}

#offerTable th {
    text-align: left;
}

.tbl td.buttonCell {
    border-width: 0px;
    width: 20%;
    border: none;
}

/*.tbl td..buttonCell#:hover {
    background: transparent!important;
}*/

.calcOfferbtn222 {
    background-color: #ffffff;
    border: 1px solid #0e1c22;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #0e1c22;
    /*text-shadow: 1px 2px #2F3A47;*/
    text-transform: uppercase;
    height: 34px !important;
    min-width: 100px;
    display: inline-block;
    margin-right: 23px;
}

#deleteOffers .deleteOffersbtn {
    background-color: #ffffff;
    border: 1px solid #0e1c22;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #0e1c22;
    /*text-shadow: 1px 2px #2F3A47;*/
    text-transform: uppercase;
    height: 34px !important;
    min-width: 100px;
    display: inline-block;
    margin-right: 23px;
}

.emailStatus {
    margin-bottom: 30px;
}

.jsgrid-table {
    padding: 2px !important;
    font-size: 14px;
}

.jsgrid-cell {
    padding: 2px !important;
}

#ModalFull {
    padding: 0 !important;
}
#ModalFull .modal-dialog {
    width: 95%;
    height: 90%;
    /*margin: 0;*/
    padding: 0;
    max-width: 100%;
}

#ModalFull .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
}

#exampleModalCenterVideo .modal-body {
    position: relative;
    overflow-y: auto;
    min-height: 90%;
    padding: 15px;
}

@media (min-width: 576px) {
    #exampleModalCenterVideo .modal-dialog-centered {
        /*min-height: calc(60% - 3.5rem);*/
        max-height: 50% !important;
    }
    #exampleModalCenterVideo .modal-dialog {
        max-width: 60% !important;
        margin: 1.75rem auto;
        max-height: 50% !important;
    }
}

#generatePDF {
    display: inline-block;
}

#calc button {
    margin-bottom: 8px;
}

#generatePDF2 button {
    background-color: #ffffff;
    border: 1px solid #0e1c22;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #0e1c22;
    /*text-shadow: 1px 2px #2F3A47;*/
    text-transform: uppercase;
    height: 34px !important;
    min-width: 220px;
    margin-bottom: 7px;
}

#mailto {
    padding-left: 1px;
}

#mailto button {
    background-color: #ffffff;
    border: 1px solid #0e1c22;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #0e1c22;
    /*text-shadow: 1px 2px #2F3A47;*/
    /*text-transform: uppercase; */
    min-height: 34px !important;
    min-width: 200px;
}

#addrow button {
    background-color: #0e1c22;
    border: 1px solid #0e1c22;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #ffffff;
    /*text-shadow: 1px 2px #E5BB68;*/
    text-transform: uppercase;
    min-height: 34px !important;
    width: 170px;
}

#sidemain-lower {
    position: absolute;
    padding-right: 2rem;
    bottom: 75px;
    right: 0px;
    display: none;
}

#place,
#prices {
    /* padding-top: 9px; */
}

.main_wrapper.price_calculator {
    max-width: 1200px;
}

#place,
#prices {
    background-color: var(--input-bg-color);
    border-radius: 10px;
    padding: 1rem;
    /* margin-top: 1rem; */
}

.price #calc {
    padding: 0rem !important;
}

#place2 button {
    background-color: #ffffff;
    border: 1px solid #0e1c22;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #0e1c22;
    /* text-shadow: 1px 2px #2F3A47;*/
    /*text-transform: uppercase;*/
    min-height: 34px !important;
    width: 200px;
    cursor: pointer;
}

.prop-subtitle {
    font-weight: 600 !important;
    font-size: 18px;
}

#selectBlock {
    margin-bottom: 1rem;
    z-index: 10;
}

#selectBlock #uploadDbf1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between; */
}

#selectBlock label {
    background-color: #ffffff;
    border: 1px solid #0e1c22;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #0e1c22;
    /* text-shadow: 1px 2px #2F3A47;*/
    /*text-transform: uppercase;*/
    min-height: 34px !important;
    width: 200px;
    cursor: pointer;
}

#uploadBlock2 label {
    background-color: #ffffff;
    border: 1px solid #0e1c22;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #0e1c22;
    /* text-shadow: 1px 2px #2F3A47;*/
    /*text-transform: uppercase;*/
    min-height: 34px !important;
    width: 200px;
    cursor: pointer;
}

#GoToProperties button {
    background-color: #ffffff;
    border: 1px solid #0e1c22;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #0e1c22;
    /*text-shadow: 1px 2px #2F3A47;*/
    /*text-transform: uppercase;*/
    min-height: 34px !important;
    width: 300px;
}

#saveProperty222 button {
    background-color: #ffffff;
    border: 1px solid #0e1c22;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #0e1c22;
    /*text-shadow: 1px 2px #2F3A47;*/
    text-transform: uppercase;
    min-height: 34px !important;
    width: 200px;
}

#createOffer222 button {
    background-color: #ffffff;
    border: 1px solid #0e1c22;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #0e1c22;
    /*text-shadow: 1px 2px #2F3A47;*/
    text-transform: uppercase;
    min-height: 34px !important;
    width: 200px;
}

#crtOffer222 button {
    background-color: #ffffff;
    border: 1px solid #0e1c22;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #0e1c22;
    /*text-shadow: 1px 2px #2F3A47;*/
    text-transform: uppercase;
    min-height: 34px !important;
    width: 200px;
}

#pdfPrepared button {
    background-color: #ffffff;
    border: 1px solid #0e1c22;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #0e1c22;
    /*text-shadow: 1px 2px #2F3A47;*/
    /*text-transform: uppercase;*/
    min-height: 34px !important;
    width: 200px;
}

#GoToProperties {
    float: left;
}

#back-to-main-page2 {
    display: none !important;
    /* margin-bottom: 0.2rem; */
    padding: 7px;
}

#back-to-main-page2:hover {
    text-decoration: underline;
}

/*#GoToCalc {
    display: none;
}*/

.btn:hover {
    color: white;
    text-decoration: none;
}

a .menu#:hover {
    color: #dddddd;
}

a#:hover2 {
    color: #0e1c22;
}
a {
    color: grey;
}

.price_calculator a,
a#:hover {
    /*color: white;   */
}

.postItems2 a#:hover {
    color: #0e1c22;
}

.removeRow {
    /*padding-top: 38px;*/
    display: inline-block;
    cursor: pointer;
    /* margin-left: -322px; */
    /* margin-top: 17px; */
}
.removeRow button {
    background-color: #ffffff;
    border: 1px solid #b5924d;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #ffffff;
    height: 34px !important;
    width: 34px;
}

.selItem {
    margin-right: 0px;
    margin-left: 0px;
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
}
.selectRow {
    clear: both;
    padding: 1px;
    /*background-color: #E9EBEA;*/
    min-height: 37px;
    height: auto;
    width: auto;
    /*min-width: 810px; */
    /*    margin-top: 10px;
    border-radius: 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;*/
}

#uploadDbf1 .removeRow {
    display: none;
}

.sel_diameter::after {
    content: "";
    display: block;
    clear: both;
}

.message-wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(230, 230, 230, 0.8);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.message {
    width: 300px;
    height: 100px;
    padding-top: 20px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    margin: 0 auto !important;
    margin-top: 14% !important;
    border: 1px solid #0e1c22;
    border-radius: 5px;
}

#buttonyes {
    background-color: green;
}

#buttonno {
    background-color: red;
}

.modalcontrols {
    width: 100%;
    text-align: right;
}
.dateactual {
    color: #e5bb68;
}
.dateactualline {
    background-color: #e5bb68 !important;
    border-width: 2px;
}
.contactsright {
    vertical-align: text-top;
    list-style-type: none;
    padding-inline-start: 0px;
}
.contactsleft {
    list-style-type: none;
    padding-inline-start: 0px;
    width: 500px;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-right: 0px;
}
.contactsinfo {
    text-align: right;
}
.contactsinfos {
    color: #e5bb68;
    width: 300px;
}

#calc {
    /* position: relative; */
    z-index: 1; /* The z-index should be higher than Google Maps */
    width: 1100px;
    /*margin: 60px auto 0;*/
    /* padding: 11px; */
    /* margin-left: 40px; */
    height: 100% !important;
    color: #0e1c22;
}

.main_wrapper.price_calculator {
    width: 100%;
    /* height: 100%; */
    /*padding-left: 50px;
     padding-top: 100px;*/
    position: relative;
    /*top: 8px;*/
    /*margin-left: 10px;*/
    z-index: 1;
    /* background: #ffffff;*/
    min-height: 42%;
    overflow-y: auto;
    opacity: 0.98; /* Set the opacity for a slightly transparent Google Form */
    margin: 0 auto;
    margin-bottom: 1rem;
    /*	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;*/
}
.line {
    /*background-color: #E5BB68;*/
    background-color: rgba(255, 255, 255, 0);
    border-width: 1px;
    width: 100%;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
hr {
    border-top: 1px solid rgba(0, 0, 0, 0);
}

#prices {
    display: none;
}

.custom-select:focus,
.custom-select:active,
.form-control,
.form-control:focus,
.form-control:active,
.form-control-com,
button:focus,
button:active {
    box-shadow: none;
    outline: none;
    border-color: #0e1c22;
}

#prices .form-group {
    display: inline-block;
    /*width: 49%;*/
    margin-bottom: 0rem !important;
    margin-left: -4px;
}

#close-menu-wrap {
    display: none;
}

#place .form-group {
    display: inline-block;
    /*width: 49%;*/
    /* margin-bottom: 4px !important; */
}

#place .form-control {
    height: 32px;
    background-color: white;
    border-radius: 3px;
    border-color: white;
    color: var(--main-text-color);
    padding: 1.3rem 0.8rem;
    font-size: 0.8rem;
    /* margin-top: 1rem; */
}

#place .form-control.readonly {
    background-color: #e9ecef;
}

#place .form-control::placeholder {
    color: var(--input-text-color);
}

#offerDrop select {
    border-radius: 0.25rem;
    padding: 0.5rem;
    border: 1px solid var(--input-bg-color);
    background-color: var(--input-bg-color);
    color: var(--main-text-color);
    font-size: 0.8rem;
    cursor: pointer;
}
.offerDrop {
    font-size: 13px;
    height: 20px;
}

#place #contactComments {
    height: 186px;
}

#edit #contactComments {
    height: 186px;
}

.btn:disabled {
    /* background-color: #0e1c22; */
    opacity: 0.2;
}

.pricegroup {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.pricegroup.form-check {
    text-align: left;
    /* height: 16px; */
}
.pricegroup.form-check .form-check-label,
.pricegroup.form-check .form-check-inline {
    /*float: right;*/
    display: inline-block;
    min-width: 120px;
    margin-left: 25px;
    padding-top: 5px;
}

.pricegroup.form-check h2,
#address_found h2,
.placetitle h2 {
    display: inline-block;
    float: left;
    font-weight: 400;
}

#choosePlace {
    float: left;
    margin-top: 0px;
}

#choosePlace button {
    min-width: auto !important;
}

#sendmailbutton {
    cursor: pointer;
}

.visible {
    visibility: visible;
}

#frontlogin {
    color: #0e1c22;
    text-align: center;
}
.loginformtitle {
    padding: 15px;
    /*text-transform: uppercase;*/
}

#frontlogin input {
    height: 32px;
}
#loginsend {
    text-align: center;
}

#loginsend222 button {
    background-color: #ffffff;
    border: 1px solid #0e1c22;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #0e1c22;
    /*text-shadow: 1px 2px #2F3A47;*/
    text-transform: uppercase;
    height: 32px !important;
    width: 100%;
}

#offerDrop input {
    background-color: #ffffff;
    border: 1px solid #0e1c22;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #0e1c22;
    /*text-shadow: 1px 2px #2F3A47;*/
    text-transform: uppercase;
    height: 32px !important;
    width: 40%;
}

.sidefooter2 {
    bottom: 20px;
    position: absolute;
    text-align: center;
    margin: auto;
    width: 250px;
}
.sidefooter2.sbftop {
    position: relative !important;
    margin-top: 40%;
}

.adown {
    text-align: center;
    width: 100%;
    margin: 2% 0;
    z-index: 10;
    position: absolute;
    bottom: 0px;
    display: none;
}

.aup {
    text-align: center;
    margin: 2% -50px;
    z-index: 10;
    position: absolute;
    top: 0px;
    display: none;
}

.arrow a {
    text-decoration: none;
    padding: 25px;
    font-size: 50px;
    color: #b5924d;
}
.bounce,
.bouncedown {
    -moz-animation: bounce 4s infinite;
    -webkit-animation: bounce 4s infinite;
    animation: bounce 4s infinite;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@-webkit-keyframes bouncedown {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    40% {
        -webkit-transform: translateY(-0px);
        transform: translateY(-0px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bouncedown {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    40% {
        -webkit-transform: translateY(-0px);
        transform: translateY(-0px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.map_wrapper {
    /* height: 58%; */
    height: 400px;
    width: 100%;
    position: relative;
    margin-left: 0;
    text-align: center;
    /* margin-top: 1rem; */
    z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}

#map {
    height: 100%;
    width: 90%;
    /* position:relative;
  margin-left: 0;*/

    z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}

#address_found {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#mapbutton {
    cursor: pointer;
}

.treqhist {
    font-size: 15px;
}

#geo_address2 {
    padding-top: 0px;
    display: inline-block;
}

#navbar h1 {
    font-size: 2rem;
    font-family: "Graphik", sans-serif;
    font-weight: 700 !important;
    margin-left: -2px;
}
.nav-tabs {
    width: 100%;
    border-bottom: 0px solid #0e1c22;
    justify-content: flex-end;
}

.nav-item h1 {
    /* font-size: 2rem; */
    /* font-weight: bold; */
    /*font-family: "Cinzel", "Cormorant", serif;*/
    /* margin-bottom: 0px !important; */
    /* padding-bottom: 4px !important; */
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--main-text-color);
    background-color: var(--input-bg-color);
    border-color: var(--input-bg-color);
}

.nav-tabs .nav-link.active {
    padding-bottom: 1.6rem;
}

.nav-item {
    text-align: center;
    padding: 0rem 0.8rem;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    color: var(--main-text-color);
}

.nav__icon-block {
    /* width: 32px;
    width: 2rem;
    float: right;
    margin-right: 15px;
    margin-top: 5px; */
}

.heightMedia {
    height: auto !important;
}

.nav__icon-close {
    display: none;
}

.pricegroup {
}

.sidemain {
    /* background: #fff; */
    /* height: 100%; */
    /* display: block; */
}

#edit #place {
    overflow-x: hidden;
}

.sidebar {
    background: var(--input-bg-color);
    height: 100%;
}

.navitemtab {
    /* width: 15%; */
    /* float: right; */
}

.navtitle {
    /* float: left; */
    /* width: 70%; */
}

#navbar-property {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: -1rem;
}

#navbar-property ul {
    display: flex;
    display: -webkit-flex;
    /* margin-right: 150px; */
    justify-content: flex-end;
    flex-direction: row;
    /* width: 250px; */
}

#navbar-property h1 {
    width: 100%;
}

#choosePlace {
    float: right;
    margin: 0 auto;
}

.findlocation {
    float: left;
}

#locatebutton {
    margin-top: 5px;
}

.findlocationtext {
    float: left;
}

#geolocation {
    clear: both;
    text-align: center;
}

.jsgrid-delete-button {
    display: none !important;
}

.jsgrid-grid-body {
    height: 100% !important;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
    width: 90%;
    margin-bottom: 20px;
}

#prices .tg,
#view .tg {
    width: 100%;
}

.tg td {
    /* border-color: #0e1c22; */
    /* border-style: solid; */
    border-width: 1px;
    overflow: hidden;
    padding: 3px;
    word-break: normal;
    width: auto;
    overflow: hidden;
    word-wrap: break-word;
    text-align: center;
    border: none;
}

.tbl {
    border-collapse: collapse;
    border-spacing: 0;
    width: 84%;
    margin-bottom: 20px;
    margin-top: 20px;
    margin: 0 auto;
}

.tbl td {
    border-color: var(--main-text-color);
    color: var(--main-text-color);
    /*  border-style:solid;
  border-width:1px;*/
    overflow: hidden;
    padding: 11px 4px 6px 13px;
    word-break: normal;
    width: auto;
    overflow: hidden;
    word-wrap: break-word;
    border-top: none;
    text-align: left;
    /*text-align:center; */
}

#offerTable .tbl td {
    border-color: var(--main-text-color);
    color: var(--main-text-color);
    /*  border-style:solid;
    border-width:1px;*/
    overflow: hidden;
    padding: 11px 3px 11px 3px;
    word-break: normal;
    width: auto;
    overflow: hidden;
    word-wrap: break-word;
    border-top: none;
    text-align: center !important;
    font-size: 14px;
}
#offerTable .tbl td.buttonCell {
    line-height: 5px;
}

.tbl thead td,
.tbl1 thead td,
#propertyTableList .tbl thead td {
    font-weight: 400;
    font-size: 12px;
    padding: 6px 50px 6px 3px;
    border-bottom: 1px solid var(--main-text-color);
}

.tbl td.actions {
    padding-top: 3px;
}

#propertyTable {
    font-size: 12px;
}

#propertyTable td img,
#propertyTableList td img {
    margin-right: 5px;
    margin-left: 5px;
}

#propertyTableList .tbl td {
    padding: 11px 25px 11px 5px;
    font-size: 16px;
}

#propertyTableList.responsiveTable table {
    /* width: 900px; */
    /* min-width: 800px; */
}

.tbl1 td svg,
#propertyTableList td svg {
    margin-right: 5px;
    margin-left: 5px;
}
.tbl1 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 77%;
    margin-bottom: 20px;
    margin-top: 20px;
    margin: 0 auto;
    color: var(--main-text-color);
}

.tbl1 td {
    border-color: var(--main-text-color);
    color: var(--main-text-color);
    /*  border-style:solid;
  border-width:1px;*/
    overflow: hidden;
    padding: 11px 25px 11px 5px;
    word-break: normal;
    width: auto;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 16px;
    border-top: none;
    /*text-align:center;*/
}

.tbl1 tr:nth-child(even),
#propertyTableList .tbl tr:nth-child(even) {
    background-color: var(--input-bg-color);
}

.btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(49 49 49 / 25%) !important;
}

.active-menu-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--main-text-color);
}

.tbl1 td.actions,
#propertyTableList .tbl td.actions {
    padding-top: 10px;
    padding-bottom: 11px;
    padding-right: 0px;
}
.tbl2 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 50%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.tbl2 td {
    border-color: #0e1c22;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    padding: 1px 1px;
    word-break: normal;
    width: auto;
    overflow: hidden;
    word-wrap: break-word;
    text-align: center;
}

#hrefPdf {
    display: none;
}

.tg th,
.tg thead td {
    border-color: var(--main-text-color);
    border-style: solid;
    border-width: 1px;
    font-weight: 400;
    overflow: hidden;
    padding: 3px;
    word-break: normal;
    text-align: center;
    border-top: none;
}

caption {
    caption-side: top;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--main-text-color);
}

.tg tbody tr:nth-of-type(4n - 1) {
    background-color: var(--input-bg-color) !important;
}

#offerTable .tg tbody tr:nth-of-type(2n - 1) {
    background-color: var(--input-bg-color) !important;
}

.tg tbody tr:nth-last-of-type(1) {
    border-top: 1px solid var(--main-text-color);
    background-color: white !important;
}

.tg .tg-c3ow {
    /* border-color: inherit; */
    text-align: center;
}
.tg .tg-0lax {
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px !important;
    padding-bottom: 6px;
}
.tg .tg-amwm {
    font-weight: bold;
    text-align: left;
    font-size: 0.8rem;
    padding: 1rem;
}

.tg .tg-amwm:nth-of-type(2) {
    text-align: right;
}

.tg th.tg1 {
    width: 40px;
}
.tg th.tg2 {
    width: 40px;
}
.tg th.tg3 {
    width: 40px;
}
.tg th.tg4 {
    width: 40px;
}
.tg th.tg5 {
    width: 40px;
}
.tg th.tg6 {
    width: 45px;
}
.tg th.tg7 {
    width: 175px;
}
.tg th.tg8 {
    width: 170px;
}

table.tg2 {
    margin-bottom: 10px;
}

.nodalText {
    display: none;
}

#propertyTable {
    width: 1200px;
    max-width: 100%;
    background-color: white;
    padding: 0.5rem;
}

#systemOffer {
    margin-top: 10px;
    margin-bottom: 10px;
}

#calcBtn {
    margin-top: 0px;
    margin-bottom: 10px;
}

.propertyAddress {
    /* margin: 5px; */
}

 {
    font-weight: 600;
    color: var(--main-text-color);
}

.propertyName,
.propertyAddress,
#responseInfoCalcId,
#responseJsonCalc {
    font-size: 1.25rem;
}

table,
th,
td {
    border-left: none !important;
    border-right: none !important;
}

#propertyTable {
    overflow-x: auto;
}

a:hover {
    color: var(--main-text-color);
}
@media only screen and (min-width: 992px) {
    #offerTable .tg-baqh {
        width: 200px;
    }

    #calcButtons {
        text-align: left;
        width: 84%;
        display: table;
        margin-left: 95px;
    }

    #infoBtns {
        text-align: left;
        width: 84%;
        display: table;
        margin-left: 95px;
    }

    .callassistdiv {
        float: right;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1225px) {
    .callassistdiv {
        float: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    #calc {
        margin: 0 auto;
    }
}

@media only screen and (min-width: 324px) and (max-width: 1024px) {
    .callassistdiv {
        float: none;
    }
    #navbar-property {
        flex-direction: column;
    }

    #navbar-property ul {
        justify-content: flex-start;
    }

    #navbar-property > div:nth-of-type(2) {
        margin-right: 0rem;
        margin-left: 1rem;
        margin-top: 0.6rem;
    }

    /* CONTACTS START */
    .main-block  .contact-links .content-block {
        min-height: 120px;
    }
     .main-block .contact-links .contacts {
        width: 100%;
    }
     .main-block .contact-links .regions {
        width: 100%;
    }
    .contact-group-header {
        text-align: center;
    }

    .contact-links, .contacts, .regions {

        width: 100%;
    }

    .main-block .contact-links .content-block {
        width: 100%;
        padding: 10px;
        padding-left: 10%;
    }
    /* CONTACTS END */

}

@media only screen and (min-width: 324px) and (max-width: 992px) {
    #calcButtons {
        text-align: center;
    }

    #back-to-main-page {
        display: none !important;
    }

    #back-to-main-page2 {
        display: block !important;
    }

    #infoBtns {
        text-align: center;
    }

    .sidefooter2 {
        position: absolute !important;
        width: 280px !important;
        bottom: 10px;
    }

    #sidemain-lower {
        display: block;
    }

    #privacy-policy {
        position: absolute;
    }

    .sidemain #user-login {
        display: block;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .sidemain #logoff {
        display: flex;
        margin-top: 0.5rem;
        justify-content: flex-end;
    }

    #navbar {
        display: none;
    }

    #propertyTable {
        padding: 0rem;
    }

    #btn-showmenu {
        width: 32px;
        display: block !important;
    }

    #close-menu-wrap {
        display: block;
    }

    #btn-closemenu svg,
    #btn-closemenu {
        width: 32px;
    }

    .sendemaildiv {
        display: block !important;
        margin-top: 5px;
    }

    #place .form-group.pricegroup {
        display: inline-block;
        float: none;
    }

    #logos-wrap {
        display: flex;
    }

    .notlooged .nav__icon-block {
        /* display: none; */
    }

    .nav__icon-block,
    #small-logo {
        display: block !important;
        padding: 0.4rem 0.8rem;
    }

    #infoBtns {
        padding-bottom: 4rem;
    }

    .nav-tabs .nav-item {
        padding-right: 0rem;
    }

    .nav-tabs {
        pointer-events: all;
        width: 40%;
    }

    .logo {
        /* height: 27px; */
        float: left;
        /* margin-top: 7px; */
        /* margin-bottom: 10px; */
        /* margin-left: 30px; */
        display: block !important;
    }

    .removeRow {
        /* padding-top: 38px; */
        display: inline-block;
        cursor: pointer;
        /* position: absolute; */
        margin-top: -99px;
        /* right: 7px; */
    }

    .main-content::-webkit-scrollbar,
    .main-wrapper.price_calculator::-webkit-scrollbar,
    #propertyTable::-webkit-scrollbar {
        width: 5px !important;
    }

    .selectRow {
        clear: both;
        padding: 2px;
        background-color: none; /*#E9EBEA;*/
        min-height: 37px;
        height: auto;
        width: auto;
        /* margin-top: 3px; */
    }

    .price_calculator select#product,
    .price_calculator select#collector {
        width: 100%;
    }

    #edit .selItem {
        width: 100%;
    }

    .price_calculator select {
        width: 100%;
    }

    .findplacegroup {
        text-align: left;
    }

    .main-content.price {
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .request_history #calc {
        width: 100%;
        max-width: none;
    }

    .Infocalculations .request_history #calc {
        padding: 0rem;
    }

    #addrow {
        margin: 0 auto !important;
        padding-top: 8px;
        padding-bottom: 1px;
        display: block;
        float: none;
    }
    .findlocation {
        float: none;
    }

    .findlocationtext {
        //float: none;
    }

    #choosePlace {
        float: none;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    /* #navbar h1 {
        font-size: 1.3rem;
    } */

    #navbar-property ul {
        margin-right: 1rem;
        width: 100%;
    }

    .navitemtab {
        /* width: 42%; */
        /* float: right; */
    }

    .navtitle {
        /*float: left; width: 50%;*/
        width: 100%;
        float: none;
        display: block;
        padding-bottom: 10px;
    }

    #calc {
        margin: 0rem 0rem;
        /* width: 97%; */
        margin-right: -50px;
    }

    #calc #div-call-assistant {
        margin-top: 0.5rem;
    }

    .map_wrapper {
        /* height: 75%; */
    }

    .main_wrapper.price_calculator {
        min-height: auto;
        height: auto !important;
        overflow-x: hidden;
    }

    .sidebar {
        background-color: white;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        /* height: 70px; */
        height: 0px;
        /* padding: 0.2rem 0.8rem; */
        pointer-events: none;
        max-width: none;
        /* display: none !important; */
    }

    .logo {
        /* height: 27px; */
        float: left;
        /* margin-top: 7px; */
        /* margin-bottom: 10px; */
        /* margin-left: 30px; */
        display: block !important;
        /* transform: translateX(50%); */
    }

    #navbar {
        position: absolute;
        top: 0;
        z-index: 50;
        padding: 1.5rem 0.8rem;
        pointer-events: none;
        justify-content: flex-end;
    }

    #propertyTable {
        width: 100%;
    }

    #offerTable table {
        width: 100%;
    }

    .nav-tabs .nav-item {
        padding-right: 0rem;
    }

    .nav-tabs {
        pointer-events: all;
        width: 40%;
    }

    .logo_wrapper {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 0rem;
        width: 50%;
        /* height: 41%; */
    }

    .main-block {
        padding-top: 80px;
    }

    .sidemain {
        position: absolute;
        right: 0;
        top: 0;
        width: 300px;
        background-color: var(--input-bg-color);
        height: 100vh; /* Fallback for browsers that do not support Custom Properties */
        height: calc(var(--vh, 1vh) * 100);
        display: none;
        padding-right: 2rem;
        pointer-events: all;
    }

    .sidemenu {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        flex-direction: column;
        margin-left: 0px;
        padding-left: 0px;
    }

    .sidemenu a {
        width: 100%;
        text-align: right;
    }

    .sidefooter2 {
        margin-top: 24px;
    }

    .sidefooter2 > div {
        margin-top: 0.4rem !important;
    }

    .sidefooter2 {
        width: 100%;
        position: relative;
    }

    #loginsend {
        text-align: center;
        width: 274px;
        margin: 0 auto;
    }

    .sidefooter {
        height: 50px;
        bottom: 34px;
        position: fixed;
        text-align: center;
        margin: auto;
        width: 100%;
        background-color: #2f3a47;
        padding-bottom: 5px;
        display: none !important;
    }

    .sidefooter2.sbftop {
        position: relative !important;
        margin-top: 20%;
    }

    .pricegroup.form-check {
        /* text-align: center; */
        height: auto;
    }

    .pricegroup.form-check .form-check-label,
    .pricegroup.form-check .form-check-inline {
        float: none;
        display: block;
    }
    #submitdata {
        text-align: center;
    }

    #submitdata button {
        background-color: #ffffff;
        border: 1px solid #b5924d;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        color: #ffffff;
        /* text-shadow: 1px 2px #2F3A47; */
        text-transform: uppercase;
        height: 34px !important;
        min-width: 170px;
        display: inline-block;
        margin-right: 0px;
        margin-bottom: 5px;
    }

    #calc {
        /* text-align: center; */
    }

    /*.Rules*/
    .main-content {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
        font-size: 16px;
        overflow-y: auto;
    }

    h1 {
        font-size: 26px;
    }

    footer {
        /* background-color: #cfa452; */
        /* color: white; */
        height: 35px;
        font-size: 12px;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 30;
    }

    .sficon {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        padding: 9px;
    }

    .loginformtitle {
        padding: 5px;
        text-transform: uppercase;
    }

    .sidefooter2.sbftop {
        position: relative !important;
        margin-top: 45%;
    }

    #generatePDF {
        /* display: block; */
    }

    #geo_address2 {
        padding: 5px;
    }

    #GoToProperties {
        float: none;
    }

    #offerDrop {
        /* margin-top: 10px; */
        /* margin-right: 10px; */
    }

    #offerDrop input {
        margin-top: 10px;
        display: block;
        width: 100%;
    }

    .calcOfferbtn {
        width: 95%;
        margin-bottom: 5px;
    }

    .main-content.request_history {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    #propertyTableList.responsiveTable table {
        width: 100% !important;
    }
    #offerTable .offerDrop {
        width: 90% !important;
        margin: 0 auto !important;
    }
}

@media only screen and (min-width: 324px) and (max-width: 992px) and (orientation: landscape) {
    .sidefooter2.sbftop {
        position: relative !important;
        margin-top: 8%;
    }

    #geo_address2 {
        padding: 0px;
    }

    #generatePDF {
        display: inline-block;
    }

    #calcButtons {
        text-align: center;
    }

    #infoBtns {
        text-align: center;
    }
}

@media only screen and (min-width: 314px) and (max-width: 811px) {
    .nav-item:nth-of-type(1) {
        display: none;
    }

    #user-login {
        /* display: block !important; */
    }

    #GoToProperties button.allBtns {
        width: 100%;
    }
}

@media only screen and (min-width: 314px) and (max-width: 724px) {
    .findplacegroup > div:last-child form {
        width: 100% !important;
    }

    #edit #callspec {
        text-align: center;
    }

    #cadastre-wrap {
        width: 50%;
    }

    .findlocation {
        float: none;
        display: block;
    }

    #generatePDF {
        margin: 0 auto !important;
        margin-top: 20px !important;
    }

    #Offer button {
        min-width: 250px;
        margin-right: 0rem !important;
        /* width: 80% !important; */
    }

    #createOffer {
        float: none !important;
    }

    #forest-data-btn-wrap {
        text-align: center;
    }

    .modal-dialog {
        max-height: 60%;
        min-width: 100%;
    }

    #privacy-politics {
        /* padding: 0.5rem; */
        padding-bottom: 2rem;
        padding-right: 0rem;
    }

    #selectBlock {
        margin-top: 0rem;
        width: 100% !important;
    }

    #uploadDbf1 {
        flex-direction: column !important;
        align-items: center !important;
    }

    #uploadDbf1 div {
        margin: 0.5rem 0rem;
        text-align: center;
    }

    .tg td {
        padding: 0px;
    }

    .responsiveTable {
        max-width: 100% !important;
    }

    .responsiveTable table {
        /* min-width: auto !important; */
        width: 100% !important;
    }

    .responsiveTable td,
    .responsiveTable tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */

    .responsiveTable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .findplacegroup {
        margin-top: 1rem;
    }

    #navbar-property {
        flex-direction: column;
    }

    #navbar-property > div:nth-child(1) {
        margin-bottom: 1rem;
    }

    #navbar-property > div:nth-child(2) {
        margin-left: 1rem;
    }

    .responsiveTable tr {
        border-top: 1px solid var(--main-text-color-dark);
    }
    .responsiveTable .tg .buttonCell .form-control {
        border-color: #80808038;
    }
    .responsiveTable .tg tr {
        border-bottom: 0px solid #0e1c22;
        border-top: 0px solid #0e1c22;
    }

    .responsiveTable .cell-border-bottom {
        /* border-bottom: 1px solid #0e1c22; */
    }

    .tg {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .responsiveTable tr + tr {
        margin-top: 1.5em;
    }
    .responsiveTable tr.commentsTd {
        margin-top: 0px;
    }
    .responsiveTable td {
        /* make like a "row" */
        border: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* align-items: center; */
        /* border-bottom: 1px solid #eee; */
        position: relative;
        /* padding-left: 50% !important; */
        /*background-color: #F8D9D5;*/
        text-align: right;
        /* padding: 1px 2px 0px 5px; */
        padding: 10px 5px;
    }

    .responsiveTable .tg td.cell-border-bottom {
        /* make like a "row" */
        border: none;
        /* border-bottom: 1px solid #1a1a1a; */
        position: relative;
        /*padding-left: 50%;*/
        /*background-color: #F8D9D5;*/
        text-align: left;
    }
    .responsiveTable td:before {
        content: attr(data-label);
        display: inline-block;
        line-height: 1.5;
        /* margin-left: -100%; */
        /* width: 100%; */
        white-space: nowrap;
        font-size: 0.8rem;
    }

    .responsiveTable .tg td {
        /* make like a "row" */
        border: none;
        /* border-bottom: 1px solid #eee; */
        position: relative;
        /* padding-left: 40%; */
        /*background-color: #F8D9D5;*/
        text-align: left;
    }

    .responsiveTable .tg td:before {
        content: attr(data-label);
        display: inline-block;
        line-height: 1.5;
        /* margin-left: -65%; */
        /* width: 110%; */
        white-space: nowrap;
    }

    .responsiveTable .tg td.buttonCell:before {
        content: attr(data-label);
        display: inline-block;
        line-height: 1.5;
        /* margin-left: 100%; */
        /* width: 100%; */
        white-space: nowrap;
    }

    .responsiveTable .tg td.buttonCell {
        padding-left: 0 !important;
        padding-top: 1px;
        padding-bottom: 13px;
        width: auto;
        text-align: center;
    }

    .responsiveTable .tbl td.buttonCell {
        padding-left: 0 !important;
        padding-top: 3px;
        padding-bottom: 3px;
        width: auto;
        text-align: center;
    }

    #propertyTable {
        overflow-x: scroll;
    }

    .request_history #propertyTable {
        overflow-x: auto;
    }

    #prop-wrapper > form,
    #prop-wrapper > div {
        width: 100% !important;
    }

    #prop-wrapper {
        flex-direction: column !important;
    }

    .price_calculator .callAssistant {
        float: none !important;
    }

    .request_history #div-call-assistant {
        padding: 2rem 0rem;
    }

    #view {
        padding-bottom: 2rem !important;
    }
}

@media only screen and (min-width: 314px) and (max-width: 580px) {
    .nav-item:nth-of-type(1) {
        display: none;
    }

    #propertyTableList.responsiveTable td {
        /* make like a "row" */
        border: none;
        display: flex;
        justify-content: space-between;
        /* border-bottom: 1px solid #eee; */
        /* position: relative; */
        /* padding: 1px 2px 0px 5px; */
        /* padding-left: 50% !important; */
        /*background-color: #F8D9D5;*/
        text-align: right;
        padding: 10px 5px;
    }

    #propertyTableList .tbl td.actions {
        /* padding: 1px 2px 0px 5px; */
        /* padding-left: 50% !important; */
    }

    .main-content.request_history {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 314px) and (max-width: 680px) {
    /* .sidemain {
        height: 115px !important;
    } */
}

#privacy-policy {
    color: var(--main-text-color);
    font-size: 0.7rem;
    /* position: absolute; */
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#user-login {
    display: none;
    font-size: 0.8rem;
    margin-top: 0.7rem;
}

#back-to-main-page,
#back-to-main-page2 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--sidebar-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidefooter2 > div {
    margin-top: 1rem;
}

#logoff {
    font-weight: 600;
    color: var(--main-text-color);
}

#svg-logoff {
    margin-left: 0.4rem;
}

#user-fullname {
    font-weight: 600;
}

#svg-arrow {
    margin-right: 0.3rem;
}

.price_calculator #calc {
    width: 100% !important;
}

#propertyTable::-webkit-scrollbar {
    width: 10px;
}

/* Track */
#propertyTable::-webkit-scrollbar-track {
    background: rgba(241, 241, 241);
    border-radius: 10px;
}

/* Handle */
#propertyTable::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    border-radius: 10px;
}

/* Handle on hover */
#propertyTable::-webkit-scrollbar-thumb:hover {
    background: #a7a7a7;
}

.main_wrapper.price_calculator::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.main_wrapper.price_calculator::-webkit-scrollbar-track {
    background: rgba(241, 241, 241);
    border-radius: 10px;
}

/* Handle */
.main_wrapper.price_calculator::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    border-radius: 10px;
}

/* Handle on hover */
.main_wrapper.price_calculator::-webkit-scrollbar-thumb:hover {
    background: #a7a7a7;
}

.main-content::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.main-content::-webkit-scrollbar-track {
    background: rgba(241, 241, 241);
    border-radius: 10px;
}

/* Handle */
.main-content::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    border-radius: 10px;
}

/* Handle on hover */
.main-content::-webkit-scrollbar-thumb:hover {
    background: #a7a7a7;
}

.callAssistant,
.callAssistant2 {
    background-color: var(--logo-color);
    border-color: var(--logo-color);
}

.callAssistant:hover,
.callAssistant2:hover {
    background-color: var(--logo-color-darker) !important;
}

#div-call-assistant {
    margin-top: 1.5rem;
}

#prop-wrapper #div-call-assistant {
    margin-left: -100%;
}
#place #div-call-assistant {
    margin: 0 auto;
    margin-top: 90px;
    text-align: center;
}
#div-call-assistant p {
    font-weight: 600;
    color: var(--main-text-color);
}

.headers td {
    border-top: none;
}

#calc-property-det h5 {
    font-weight: 600;
    color: var(--main-text-color);
}

#calc-property-det > div {
    margin-bottom: 0.3rem;
}

#calc-property-det {
    margin-bottom: 2rem;
}

.main_wrapper.price_calculator #calc {
    height: auto !important;
}

#prop-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.findplacegroup {
    display: flex;
    flex-direction: column;
}

.findplacegroup > div:last-child {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.findplacegroup > div:last-child form {
    display: flex;
    width: 80%;
}

.findplacegroup > div:last-child form div {
    width: 50%;
}

#navbar-property .nav-link:hover {
    border-color: transparent;
}

#navbar-property a:hover {
    color: var(--main-text-color);
}

#prop-wrapper > form {
    width: 49%;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
}

#prop-wrapper > div {
    width: 49%;
    height: fit-content;
}

.help-link {
    font-size: 0.8rem;
    margin: 0rem 1rem;
}

.help-link a {
    font-weight: 600;
    color: #2859af;
    text-decoration: underline;
}

#createOffer {
    margin-bottom: 1rem;
}

@media (max-height: 488px) {
    .sidemain {
        overflow-y: scroll;
    }

    #sidemain-lower {
        position: initial !important;
        padding-right: 0px !important;
    }

    .sidefooter2 {
        position: initial !important;
        bottom: 0px !important;
        margin-top: 20px !important;
        width: 300px !important;
    }

    #privacy-policy {
        position: initial !important;
        margin-left: 1rem;
    }
}
