*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    background: #fff;
}

.main-container{
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: url('https://abiplatinum.com/assets/img/bg.png');
    background-position: center;
    background-size: cover;
}

.bg-main-color{
    width: 30%;
    background-color: #183a35;
    color:#fff;
}

.filter-s {
    position: fixed;
    z-index: 9;
    overflow: scroll;
    background: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 250px;
}

.filter-btn {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    background: green;
    z-index: 99;
    color: #fff;
    border-radius: 5000px;
    padding: 15px 20px;
    cursor:pointer;
    font-size: 29px;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 60px;
    width: 59px;
}

.all-filter{
    position: fixed;
    right: 2rem;
    bottom: 7rem;
    background: white;
     z-index: 99;
    color: #fff;
    border-radius: 5000px;
    padding: 15px 20px;
    cursor:pointer;
    font-size: 29px;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 60px;
    width: 59px;
}

.all-filter i{
    color:green;
}
.bg-main-color a{
    color:#fff;
}

.w-70{
    width: 70%;
}
.main-text-color{
    color:#BF9548;
}
.btn-uz{
    background: #BF9548;
    color: #fff;
    width: 70%;
}
.fixed{
    position: fixed;
    width: 24%;
}
.btn-uz:hover{
    background: #fff;
    color: #BF9548;
}
.btn-uz2{
    background: #BF9548;
    color: #fff;
    width: 100%;
}
.btn-uz2:hover{
    background: #000;
    color: #BF9548;
}
.uz-group{
    border:none;
}
.uz-group li{
    border:none;
    font-size:12px;
}
#alerts{
    position: fixed;
    right: 1rem;
    top: 5rem;
    z-index: 9999999999999;
    overflow: scroll;
    height: 50vh;
    overflow-x: visible;
}
div#alerts::-webkit-scrollbar {
    display: none;
}

#aresure-1{
    z-index:99999999999;
}
#apartment-image{
    display:block !important;
    width: 100% !important;
}
.print-show{
    display:none;
}
.print-info{
    position: absolute;
    bottom: 25px;
    right: 0;
    color:#c3c3c3;
    width: 100%;
    left: 100%;
    height: 100%;
}
.relative{
    position: relative;
}
.absolute-rem3{
    position: absolute;
    right: 3rem;
}

@media only screen and (max-width: 600px) {
    .bg-main-color {
        width: 100% !important;
    }
    .filter-s {
        padding: 10px;
    }

}


.tooltip-wrapper {
    pointer-events: none;
}

.tooltip-wrapper.active {
    pointer-events: auto;
}

@media print
{
    @page {
        margin-top: 0;
        margin-bottom: 0;
    }
    body  {
        padding-top: 72px;
        padding-bottom: 72px ;
    }
    #note{
        display:none;
        content: none !important;
    }
    #name{
        display:none;
        content: none !important;
    }
    #tel{
        display:none;
        content: none !important;
    }
    #discount-input{
        display:none;
        content: none !important;
    }

    #hidden-note{
        display:inline-block;
    }
    #hidden-discount{
        display:inline-block;
    }
    .print-show{
        display:block;
    }
    .uz-left{
        height: 10rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .up-give{
        margin-top:10rem;
    }
    /*#hidden-name{*/
    /*    display:block;*/
    /*    height: 50px;*/
    /*    width: 50px;*/
    /*    background: #000;*/
    /*}*/
    /*#hidden-tel{*/
    /*    display:block;*/
    /*}*/
}
