.godrej-grid-body {
    z-index: 99;
    top: 0;
    position: absolute;
    background-color: white;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 46px max-content 1fr 100px;
}

/* div {
    cursor:pointer;
} */

.godrej-grid-header {
    display: grid;
    height: 46px;
    grid-auto-flow: column;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
}

.godrej-grid-icon {
    /* background-image: url(./Capture.PNG);
    background-repeat: no-repeat;
    background-position: 70px 3px;
    background-size: 30% 80%; */
    /* padding-left: 82px; */
    /* height: 100%; */
    /* width: 50%; */
}

.godrej-grid-icon img {
    padding: 5px 0px 0px 20px;
    width: 180px;
    cursor: auto;
}

.header {
    margin: auto;
    width: 90%;
    display: flex;
    /* border-radius: 35px !important; */
    background: #F8F8F8 !important;
    height: 45px !important;
}

.godrej-grid-buttons {
    /* padding-top: 5px; */
    /* height: 45px; */
    display: grid;
    position: absolute;
    top: 7px;
    grid-auto-flow: column;
    width: max-content;
    left: 42%;
    align-items: center;
    justify-content: center;
    border: 1px solid #4187CE;
    height: 35px;
    color: white;
    grid-auto-columns: 120px 120px;
}



.godrej-grid-view {
    padding: 7px 11px 4px 20px;
    border-right: 1px solid #4187CE;
    background-color: #4187CE;
    height: 100%;
    width: 100%;
    margin-left: -1px;
}

.godrej-explore-3d {
    cursor: pointer;
    padding: 7px 10px 7px 20px;
    color: #4187CE;
}

.godrej-grid-view span {
    /* filter: blur(0.3px); */
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0.54px;
    position: relative;
    top: 8px;
}

.godrej-explore-3d span {
    filter: blur(0.3px);
    font-weight: 400;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.54);
    letter-spacing: 0.31px;
    position: relative;
    top: 8px;
}

.godrej-grid-filter-bar {
    position: relative;
    z-index: 999999999;
    filter: blur(0.3px);
    font-weight: 600;
    left: 36%;
    margin: auto;
    width: 100%;
    display: flex;
    display: grid;
    grid-gap: 50px;
    grid-auto-flow: column;
    align-items: center;
    justify-items: center;
    grid-template-columns: max-content 100px 100px 10px;
}

.godrej-grid-filters {
    /* justify-content: flex-end; */
    /* margin: auto; */
    float: right;
    padding-left: 20px;
    /* left: 40%; */
    display: flex;
    display: grid;
    height: 100%;
    /* width: 800px; */
    /* position: relative; */
    grid-gap: 33px;
    grid-auto-flow: column;
    cursor: auto;
}

.godrej-grid-filter1 {
    position: relative;
    float: right;
    margin: 22px 17px 0px 15px;
    height: 35px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.54);
    letter-spacing: 0.34px;
    /* width: 115px; */
    cursor: pointer;
    /* display: grid; */
    /* grid-auto-flow: column; */
}

.fa-angle-down {
    color: #4187CE !important;
    margin: 0px 0px 0px 15px !important;
    padding-right: 0px !important
}

.fa-angle-up {
    color: #4187CE !important;
    margin: 0px 0px 0px 15px !important;
    padding-right: 0px !important
}

.godrej-grid-proceed {
    /* padding-top: 5px; */
    float: right;
    align-self: center;
    justify-self: end;
    height: 100%;
    /* width: 11%; */
    display: grid;
}

.godrej-grid-proceed-button {
    border-radius: 4px;
    pointer-events: none;
    opacity: 0.5;
    margin-top: 13px;
    float: right;
    background: #4187CE;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    /* border-radius: 2px; */
    text-align: center;
    width: 100px;
    height: 30px;
}

.godrej-table-row {
    border-bottom: 1px solid aliceblue;
    /* height: 50px; */
    width: 90%;
    cursor: pointer;
    display: flex;
    margin: auto;
}

table {
    border-radius: 72px;
    border-collapse: collapse;
    width: 90%;
    margin: auto;
}

th,
td {
    padding: 8px 0px 4px 60px;
    filter: blur(0.3px);
    font-weight: 600;
    padding: 8px;
    text-align: left;
    border-bottom: 0.5px solid lavenderblush;
}

th {
    cursor: pointer;
    /* padding: 26px; */
    text-align: -webkit-center;
    width: 10%;
    /* filter: blur(0.3px); */
    font-weight: 600;
    padding: 8px 0px 4px 60px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0;
}

tr {
    /* padding: 8px 0px 4px 60px; */
    border-radius: 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.54);
    letter-spacing: 0;
    height: 55px;
    background: #FFFFFF;
}

.details {
    font-weight: 600;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.37);
    letter-spacing: 0;
    padding: 15px 0px 4px 60px;
    width: 22%;
    filter: blur(0.3px);
}

tr:hover {
    background: #FCFCFC;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
}

.godrej-grid-pagination {
    position: relative;
    /* align-items: center; */
    background: #F8F8F8;
    width: 90%;
    margin: auto;
    height: 40px;
    /* background:aliceblue */
    text-overflow: ellipsis;
}

.godrej-selected-icon {
    color: white !important;
    height: 16px;
    width: 30px;
    display: block;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 0px;
    justify-content: center;
    padding: 1px;
}

.godrej-span {
    cursor: pointer;
    margin: 0px 0px 0px 30px;
    /* display: block; */
    position: relative;
    font-weight: 600;
    filter: blur(0.3px);
    /* font-family: NunitoSans-Regular; */
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    letter-spacing: 0;
    /* padding-right: 32px; */
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    letter-spacing: 0;
    top: 10px;
    /* width: 10px; */
    /* display: block; */
}

.godrej-span-number {}

.godrej-grid-pagination1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 60px;
    padding-left: 0px;
    display: flex;
    /* top: 10px; */
    position: a;
    text-align: -webkit-center;
    width: 240px;
    height: 40px;
    float: right;
}

.godrej-previous-div {
    right: 380px;
    position: fixed;
}

.godrej-next-div {
    right: 100px;
    /* left: 101px; */
    /* margin-right: 45px; */
    position: fixed;
}

.total-paginations-div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 200px;
}

.godrej-grid-proceed-button span {
    position: relative;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 1.14px;
    top: 5px;
    font-weight: 400;
}

.table-header {
    opacity: 0.92;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 600;
    padding: 13px 0px 0px 60px;
    /* text-align: center; */
    position: relative;
    width: 22%;
    /* left: 60px; */
    /* top: 11px; */
    /* left: -13px; */
    filter: blur(0.3px);
}

.main-table-div {
    /* display: flex; */
    width: 100%;
    height: 45px;
    /* margin: auto; */
}

.godrej-grid-table {
    position: relative;
    z-index: 0;
}

.godrej-grid-table-afterfilter {
    z-index: 0;
}

.newradiobutton {
    position: relative;
    top: 0;
    left: 0;
    border: 1.1px solid #4187CE;
    height: 14px;
    width: 14px;
    background-color: white;
    border-radius: 50%;
}

.newradiobuttonafter {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #4187CE !important;
}

.newradiobuttonbefore {
    position: absolute;
    top: 16px;
    left: 26px;
    height: 13px;
    width: 13px;
    background-color: #eee;
    background: #FFFFFF;
    border-radius: 50px;
    border: 1.1px solid #7B7B7B;
}

/* .godrej-selected .newradiobuttonbefore {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4187CE;
} */

.radio-button {
    /* display: flex;
    flex-direction: row-reverse;  */
}

.godrej-filter-popup {
    overflow-y: scroll;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    border-radius: 4px;
    display: flex;
    left: -9%;
    grid-auto-flow: column;
    display: grid;
    top: 65px;
    background-color: white;
    max-height: 300px;
    width: 50%;
    z-index: 999999999;
    position: absolute;
    /* margin: auto; */
}

.godrej-close {
    right: 15px;
    position: absolute;
    top: 0px;
    top: 12px;
    width: 12px;
}

.filter-typology {
    width: 33%;
}

.filter-typology-title {
    top: 10px;
    height: 45px;
    padding-left: 90px;
    text-align: left;
    position: relative;
}

.filter-typology-title span {
    /* font-family: 'Nunito Sans',Regular; */
    letter-spacing: 0.36px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.77);
    letter-spacing: 0.36px;
}

.filter-typology-body {
    /* margin: 16px 0px 0px 0px; */
    overflow-y: overlay;
    border-right: 1px solid aliceblue;
    /* border-bottom: 1px solid aliceblue; */
    /* width: 156px; */
    justify-content: center;
    align-items: center;
    display: block;
    max-height: 250px;
    display: grid;
}

.filter-type {
    /* font-family: 'Nunito Sans',Regular; */
    font-size: 14px;
    color: rgba(0, 0, 0, 0.54);
    letter-spacing: 0.31px;
    justify-self: flex-start;
    /* margin: 0px 0px 0px 10px; */
}

.filter-typology-box {
    padding-left: 37px;
    /* justify-content: center; */
    display: flex;
    display: grid;
    justify-items: center;
    align-items: center;
    grid-gap: 15px;
    grid-auto-flow: column;
    position: relative;
    border-bottom: 1px solid aliceblue;
    /* padding: 10px 0px 0px 60px; */
    /* text-align: center; */
    grid-template-columns: max-content;
    height: 50px;
    width: 200px;
    top: 0px;
    align-items: center;
    /* border-right: 1px solid aliceblue; */
    cursor: pointer;
}

.filter-tower-box {
    justify-content: center;
    display: flex;
    position: relative;
    border-bottom: 1px solid aliceblue;
    /* padding: 10px 0px 0px 60px; */
    text-align: center;
    /*display: fl;*/
    height: 40px;
    width: 200px;
    top: 0px;
    align-items: center;
    /* border-right: 1px solid aliceblue; */
}

.filter-floor-box {
    justify-content: center;
    display: flex;
    position: relative;
    border-bottom: 1px solid aliceblue;
    /* padding: 10px 0px 0px 60px; */
    text-align: center;
    /*display: fl;*/
    height: 40px;
    width: 200px;
    top: 0px;
    align-items: center;
    /* border-right: 1px solid aliceblue; */
}

.filter-tower {
    width: 33%;
}

.filter-span-selected {
    color: #4187CE
}

.notselected {
    pointer-events: none;
    opacity: 0.5
}

.disable {
    pointer-events: none;
    opacity: 0.25;
}

.selected1 {
    pointer-events: all;
    opacity: 1
}

.filter-tower-title {
    top: 10px;
    height: 45px;
    text-align: center;
    position: relative;
    text-align: center;
    height: 45px;
}

.filter-tower-title span {
    /* font-family: 'Nunito Sans',Regular; */
    letter-spacing: 0.36px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0.36px;
}

.filter-tower-body {
    border-right: 1px solid aliceblue;
    justify-content: center;
    align-items: center;
    display: grid;
    height: 182px;
    height: 245px;
}

.filter-floor-range {
    width: 33%;
}

.filter-floor-title {
    top: 10px;
    height: 45px;
    text-align: center;
    position: relative;
    text-align: center;
    height: 45px;
    text-align: center;
    height: 45px;
}

.filter-floor-title span {
    /* font-family: 'Nunito Sans',Regular; */
    letter-spacing: 0.36px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0.36px;
}

.selected {
    background: #F9FCFF;
}

.godrej-grid-proceed-button-selected {
    cursor: pointer;
    pointer-events: all;
    opacity: 1 !important
}

.filter-floor-body {
    justify-content: center;
    align-items: center;
    display: grid;
    height: 245px;
    height: 245px;
}

.body-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 5% 20%;
    background: rgba(0, 0, 0, .5);
}

.godrej-popup-body {
    left: 35%;
    border: 1px solid gray;
    position: absolute;
    top: 10%;
    width: 30%;
    height: 530px;
    margin: auto;
    background: #FFFFFF;
    border-radius: 4px;
    /* background: aliceblue; */
    z-index: 9999;
    /* background: aliceblue; */
}

.godrej-popup-header {
    background: #F8F8F8;
    border-radius: 4px 4px 0px 0px;
    height: 40px;
    display: flex;
}

.godrej-popup-header-title {
    font-weight: 600;
    filter: blur(0.3px);
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0;
    padding: 12px;
    width: 40%;
}

.godrej-popup-header-title span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0;
    opacity: 0.87;
}

.godrej-popup-header-close {
    width: 60%;
}

.godrej-popup-details {
    width: 100%;
    height: 80%;
    display: grid;
    overflow-y: wrap;
    overflow-x: hidden;
    /* grid-gap: 20px; */
    align-items: center;
    justify-items: center;
    grid-template-columns: 50% 50%;
}

.godrej-popup-confirm {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10%;
}

.godrej-popup-header-close img {
    top: 10px;
    right: 15px;
    float: right;
    position: relative;
    cursor: pointer;
}

.godrej-popup-detail-box {
    filter: blur;
    /* border: 1px solid gray; */
    text-align: center;
    grid-gap: 0px;
    /* display: grid; */
    padding: 5px;
    height: 91%;
    /* grid-template-columns: 1fr 1fr; */
    width: 95%;
    filter: blur(0.3px);
    font-weight: 600;
}

.godrej-popup-confirm-box {
    letter-spacing: 0.54px;
    font-weight: 100;
    filter: blur(0.3px);
    position: relative;
    /* grid-row-gap: 10%; */
    margin: auto;
    color: white;
    display: grid;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 35px;
    background: #4187CE;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    top: 10px;
    font-weight: 100;
    cursor: auto;
}

.table-header img {
    position: relative;
    left: 7px;
    cursor: pointer;
}

.details img {
    position: absolute;
    left: 30px;
}

.godrej-span1 {
    opacity: 0.54;
    position: relative;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    letter-spacing: 0;
    top: 30%;
}

.godrej-span2 {
    font-weight: 400;
    position: relative;
    font-size: 20px;
    color: #4187CE;
    letter-spacing: 0;
    top: 31%;
}

.godrej-details-div {
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background: -webkit-linear-gradient(0, blue 50%, white 100%);
}

::-webkit-scrollbar-thumb {
    background-color: #808080;
    /* background:url("http://www.topdesignmag.com/wp-content/uploads/2010/12/137.jpg"); */
}

.godrej-close-icon {
    z-index: 99999999999999999999;
    width: 16px;
    position: absolute;
    right: 16px;
    top: 10px;
    cursor: pointer;
}

.godrej-span-numbers {
    margin: 10px;
}

.container-page {
    width: 100%;
    height: 100%;
    margin-top: 5px;
}

.page {
    display: none;
}

.page-active {
    display: block;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 3px 11px !important;
    font-size: 14px !important;
    line-height: 1.3333333;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 80px !important;
    border-radius: 4px;
}

.godrej-table-row:hover {
    background: #FCFCFC;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
}

.godrej-grid-filter-reset {
    /* width: 13%; */
    position: relative;
    float: right;
    margin: 22px 17px 0px 15px;
    height: 35px;
    /*  */
    font-size: 13px;
    color: rgba(0, 0, 0, 0.54);
    letter-spacing: 0.34px;
    cursor: pointer;
}

.godrej-grid-filter-reset:hover {
    color: #4187CE
}

.filter-selected {
    background: #F9FCFF;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.37) !important;
    border-color: white!important
}